Class TopologyAwareSyncConsistentHashFactory.Builder
- java.lang.Object
-
- org.infinispan.distribution.ch.impl.TopologyAwareSyncConsistentHashFactory.Builder
-
- Enclosing class:
- TopologyAwareSyncConsistentHashFactory
protected static class TopologyAwareSyncConsistentHashFactory.Builder extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected TopologyInfo
topologyInfo
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
assignOwner(int segment, int ownerPosition, int nodeIndex, int[] nodeSegmentsWanted)
-
-
-
Field Detail
-
topologyInfo
protected final TopologyInfo topologyInfo
-
-