Class PartitionIdIterator
java.lang.Object
io.camunda.zeebe.gateway.impl.broker.PartitionIdIterator
-
Constructor Summary
ConstructorsConstructorDescriptionPartitionIdIterator(int startPartitionId, int partitionsCount, BrokerTopologyManager topologyManager) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining, remove
-
Constructor Details
-
PartitionIdIterator
public PartitionIdIterator(int startPartitionId, int partitionsCount, BrokerTopologyManager topologyManager)
-
-
Method Details