Class OfflineTokenAllocator
- java.lang.Object
-
- org.apache.cassandra.dht.tokenallocator.OfflineTokenAllocator
-
public class OfflineTokenAllocator extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
OfflineTokenAllocator.FakeNode
-
Constructor Summary
Constructors Constructor Description OfflineTokenAllocator()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.List<OfflineTokenAllocator.FakeNode>
allocate(int rf, int numTokens, int[] nodesPerRack, OutputHandler logger, IPartitioner partitioner)
-
-
-
Method Detail
-
allocate
public static java.util.List<OfflineTokenAllocator.FakeNode> allocate(int rf, int numTokens, int[] nodesPerRack, OutputHandler logger, IPartitioner partitioner)
-
-