Type Alias mz_storage_controller::rehydration::PartitionedClient

source ·
type PartitionedClient<T> = Partitioned<StorageGrpcClient, StorageCommand<T>, StorageResponse<T>>;

Aliased Type§

struct PartitionedClient<T> {
    pub parts: Vec<GrpcClient<StorageProtoServiceTypes>>,
    /* private fields */
}

Fields§

§parts: Vec<GrpcClient<StorageProtoServiceTypes>>

The individual partitions representing per-worker clients.