Uses of Class
org.apache.cassandra.db.SystemKeyspace.AvailableRanges
-
Packages that use SystemKeyspace.AvailableRanges Package Description org.apache.cassandra.db org.apache.cassandra.dht -
-
Uses of SystemKeyspace.AvailableRanges in org.apache.cassandra.db
Methods in org.apache.cassandra.db that return SystemKeyspace.AvailableRanges Modifier and Type Method Description static SystemKeyspace.AvailableRanges
SystemKeyspace. getAvailableRanges(java.lang.String keyspace, IPartitioner partitioner)
List of the streamed ranges, where transientness is encoded based on the source, where range was streamed from. -
Uses of SystemKeyspace.AvailableRanges in org.apache.cassandra.dht
Methods in org.apache.cassandra.dht that return SystemKeyspace.AvailableRanges Modifier and Type Method Description SystemKeyspace.AvailableRanges
StreamStateStore. getAvailableRanges(java.lang.String keyspace, IPartitioner partitioner)
-