Uses of Class
org.apache.cassandra.utils.IntegerInterval
-
Packages that use IntegerInterval Package Description org.apache.cassandra.db.commitlog org.apache.cassandra.utils -
-
Uses of IntegerInterval in org.apache.cassandra.db.commitlog
Method parameters in org.apache.cassandra.db.commitlog with type arguments of type IntegerInterval Modifier and Type Method Description static <K> void
CommitLogSegment. coverInMap(java.util.concurrent.ConcurrentMap<K,IntegerInterval> map, K key, int value)
-
Uses of IntegerInterval in org.apache.cassandra.utils
Methods in org.apache.cassandra.utils that return types with arguments of type IntegerInterval Modifier and Type Method Description java.util.Collection<IntegerInterval>
IntegerInterval.Set. intervals()
Methods in org.apache.cassandra.utils with parameters of type IntegerInterval Modifier and Type Method Description boolean
IntegerInterval.Set. covers(IntegerInterval iv)
Returns true if the set completely covers the given interval.Constructors in org.apache.cassandra.utils with parameters of type IntegerInterval Constructor Description IntegerInterval(IntegerInterval src)
-