|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Range | |
---|---|
org.apache.cassandra.db | |
org.apache.cassandra.dht | |
org.apache.cassandra.service | |
org.apache.cassandra.tools |
Uses of Range in org.apache.cassandra.db |
---|
Method parameters in org.apache.cassandra.db with type arguments of type Range | |
---|---|
boolean |
Table.forceCompaction(java.util.List<Range> ranges,
EndPoint target,
java.util.List<java.lang.String> fileList)
|
Uses of Range in org.apache.cassandra.dht |
---|
Methods in org.apache.cassandra.dht that return types with arguments of type Range | |
---|---|
protected static java.util.Map<Range,java.util.List<Range>> |
LeaveJoinProtocolImpl.getExpandedRangeToOldRangeMapping(Range[] oldRanges,
Range[] newRanges)
Here we are removing the nodes that need to leave the ring and trying to calculate what the ranges would look like w/o them. |
protected static java.util.Map<Range,java.util.List<Range>> |
LeaveJoinProtocolImpl.getExpandedRangeToOldRangeMapping(Range[] oldRanges,
Range[] newRanges)
Here we are removing the nodes that need to leave the ring and trying to calculate what the ranges would look like w/o them. |
static ICompactSerializer<Range> |
Range.serializer()
|
Methods in org.apache.cassandra.dht with parameters of type Range | |
---|---|
int |
Range.compareTo(Range rhs)
|
protected static java.util.Map<Range,java.util.List<Range>> |
LeaveJoinProtocolImpl.getExpandedRangeToOldRangeMapping(Range[] oldRanges,
Range[] newRanges)
Here we are removing the nodes that need to leave the ring and trying to calculate what the ranges would look like w/o them. |
protected static java.util.Map<Range,java.util.List<Range>> |
LeaveJoinProtocolImpl.getExpandedRangeToOldRangeMapping(Range[] oldRanges,
Range[] newRanges)
Here we are removing the nodes that need to leave the ring and trying to calculate what the ranges would look like w/o them. |
Method parameters in org.apache.cassandra.dht with type arguments of type Range | |
---|---|
static boolean |
Range.isTokenInRanges(Token token,
java.util.List<Range> ranges)
|
Uses of Range in org.apache.cassandra.service |
---|
Methods in org.apache.cassandra.service that return Range | |
---|---|
Range[] |
StorageService.getAllRanges()
Get all ranges that span the ring as per current snapshot of the token distribution. |
Range[] |
StorageService.getAllRanges(java.util.Set<Token> tokens)
Get all ranges that span the ring given a set of tokens. |
Range |
StorageService.getPrimaryRangeForEndPoint(EndPoint ep)
Get the primary range for the specified endpoint. |
Methods in org.apache.cassandra.service that return types with arguments of type Range | |
---|---|
java.util.Map<EndPoint,java.util.List<Range>> |
StorageService.constructEndPointToRangesMap()
Construct a mapping from endpoint to ranges that endpoint is responsible for. |
java.util.Map<Range,java.util.List<EndPoint>> |
StorageService.constructRangeToEndPointMap(Range[] ranges)
Construct the range to endpoint mapping based on the true view of the world. |
java.util.Map<Range,java.util.List<EndPoint>> |
StorageService.constructRangeToEndPointMap(Range[] ranges,
java.util.Map<Token,EndPoint> tokenToEndPointMap)
Construct the range to endpoint mapping based on the view as dictated by the mapping of token to endpoints passed in. |
java.util.Map<Range,java.util.List<EndPoint>> |
StorageService.getRangeToEndPointMap()
|
java.util.Map<Range,java.util.List<EndPoint>> |
StorageServiceMBean.getRangeToEndPointMap()
|
Methods in org.apache.cassandra.service with parameters of type Range | |
---|---|
java.util.Map<Range,java.util.List<EndPoint>> |
StorageService.constructRangeToEndPointMap(Range[] ranges)
Construct the range to endpoint mapping based on the true view of the world. |
java.util.Map<Range,java.util.List<EndPoint>> |
StorageService.constructRangeToEndPointMap(Range[] ranges,
java.util.Map<Token,EndPoint> tokenToEndPointMap)
Construct the range to endpoint mapping based on the view as dictated by the mapping of token to endpoints passed in. |
Uses of Range in org.apache.cassandra.tools |
---|
Methods in org.apache.cassandra.tools that return types with arguments of type Range | |
---|---|
java.util.Map<Range,java.util.List<EndPoint>> |
NodeProbe.getRangeToEndpointMap()
Retrieve a map of range to end points that describe the ring topology of a Cassandra cluster. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |