Java org.apache.cassandra.dht Range fields, constructors, methods, implement or subclass

Example usage for Java org.apache.cassandra.dht Range fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.cassandra.dht Range.

The text is from its open source code.

Constructor

Method

booleancontains(Range that)
booleancontains(T point)
Helps determine if a given point on the DHT ring is contained in the range in question.
Set>intersectionWith(Range that)
booleanintersects(Range that)
booleanintersects(AbstractBounds that)
booleanintersects(Bounds that)
booleanisInRanges(T token, Iterable> ranges)
List>normalize(Collection> ranges)
StringtoString()