Skip to main content

ReplicaClient

Type Alias ReplicaClient 

Source
type ReplicaClient = Partitioned<Client<StorageCommand, StorageResponse>, StorageCommand, StorageResponse>;

Aliased Type§

struct ReplicaClient {
    pub parts: Vec<Client<StorageCommand, StorageResponse>>,
    /* private fields */
}

Fields§

§parts: Vec<Client<StorageCommand, StorageResponse>>

The individual partitions representing per-worker clients.