Interface PartitionMap

interface PartitionMap {
    id: number;
    replicas: number[];
}

Properties

Properties

id: number
replicas: number[]

Generated using TypeDoc