Type Alias common_meta::ddl::flow_meta::PartitionPeerAllocatorRef

source ·
pub type PartitionPeerAllocatorRef = Arc<dyn PartitionPeerAllocator>;
Expand description

PartitionPeerAllocatorRef allocates Peers for partitions.

Aliased Type§

struct PartitionPeerAllocatorRef { /* private fields */ }