Uses of Interface
org.apache.cassandra.db.ClusteringBoundOrBoundary
-
Packages that use ClusteringBoundOrBoundary Package Description org.apache.cassandra.db org.apache.cassandra.db.marshal org.apache.cassandra.db.rows -
-
Uses of ClusteringBoundOrBoundary in org.apache.cassandra.db
Subinterfaces of ClusteringBoundOrBoundary in org.apache.cassandra.db Modifier and Type Interface Description interface
ClusteringBound<V>
The start or end of a range of clusterings, either inclusive or exclusive.interface
ClusteringBoundary<V>
The threshold between two different ranges, i.e.Classes in org.apache.cassandra.db that implement ClusteringBoundOrBoundary Modifier and Type Class Description class
ArrayClusteringBound
class
ArrayClusteringBoundary
class
ArrayClusteringBoundOrBoundary
class
BufferClusteringBound
class
BufferClusteringBoundary
class
BufferClusteringBoundOrBoundary
Methods in org.apache.cassandra.db that return ClusteringBoundOrBoundary Modifier and Type Method Description default ClusteringBoundOrBoundary<java.nio.ByteBuffer>
ClusteringBoundOrBoundary. copy(AbstractAllocator allocator)
static ClusteringBoundOrBoundary<byte[]>
ArrayClusteringBoundOrBoundary. create(ClusteringPrefix.Kind kind, byte[][] values)
ClusteringBoundOrBoundary<byte[]>
ClusteringBoundOrBoundary.Serializer. deserialize(DataInputPlus in, int version, java.util.List<AbstractType<?>> types)
ClusteringBoundOrBoundary<byte[]>
ClusteringPrefix.Deserializer. deserializeNextBound()
ClusteringBoundOrBoundary<byte[]>
ClusteringBoundOrBoundary.Serializer. deserializeValues(DataInputPlus in, ClusteringPrefix.Kind kind, int version, java.util.List<AbstractType<?>> types)
ClusteringBoundOrBoundary<V>
ClusteringBoundOrBoundary. invert()
Returns the inverse of the current bound.Methods in org.apache.cassandra.db with parameters of type ClusteringBoundOrBoundary Modifier and Type Method Description <T> int
ClusteringPrefix.Deserializer. compareNextTo(ClusteringBoundOrBoundary<T> bound)
<T> void
ClusteringBoundOrBoundary.Serializer. serialize(ClusteringBoundOrBoundary<T> bound, DataOutputPlus out, int version, java.util.List<AbstractType<?>> types)
<T> long
ClusteringBoundOrBoundary.Serializer. serializedSize(ClusteringBoundOrBoundary<T> bound, int version, java.util.List<AbstractType<?>> types)
-
Uses of ClusteringBoundOrBoundary in org.apache.cassandra.db.marshal
Methods in org.apache.cassandra.db.marshal that return ClusteringBoundOrBoundary Modifier and Type Method Description default ClusteringBoundOrBoundary<V>
ValueAccessor.ObjectFactory. boundOrBoundary(ClusteringPrefix.Kind kind, V... values)
-
Uses of ClusteringBoundOrBoundary in org.apache.cassandra.db.rows
Classes in org.apache.cassandra.db.rows with type parameters of type ClusteringBoundOrBoundary Modifier and Type Class Description class
AbstractRangeTombstoneMarker<B extends ClusteringBoundOrBoundary<?>>
Fields in org.apache.cassandra.db.rows declared as ClusteringBoundOrBoundary Modifier and Type Field Description protected B
AbstractRangeTombstoneMarker. bound
Methods in org.apache.cassandra.db.rows that return ClusteringBoundOrBoundary Modifier and Type Method Description ClusteringBoundOrBoundary<?>
RangeTombstoneMarker. clustering()
Methods in org.apache.cassandra.db.rows with parameters of type ClusteringBoundOrBoundary Modifier and Type Method Description RangeTombstoneMarker
UnfilteredSerializer. deserializeMarkerBody(DataInputPlus in, SerializationHeader header, ClusteringBoundOrBoundary<?> bound)
-