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 interfaceClusteringBound<V>The start or end of a range of clusterings, either inclusive or exclusive.interfaceClusteringBoundary<V>The threshold between two different ranges, i.e.Classes in org.apache.cassandra.db that implement ClusteringBoundOrBoundary Modifier and Type Class Description classArrayClusteringBoundclassArrayClusteringBoundaryclassArrayClusteringBoundOrBoundaryclassBufferClusteringBoundclassBufferClusteringBoundaryclassBufferClusteringBoundOrBoundaryMethods in org.apache.cassandra.db that return ClusteringBoundOrBoundary Modifier and Type Method Description default ClusteringBoundOrBoundary<java.nio.ByteBuffer>ClusteringBoundOrBoundary. clone(ByteBufferCloner cloner)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> intClusteringPrefix.Deserializer. compareNextTo(ClusteringBoundOrBoundary<T> bound)<T> voidClusteringBoundOrBoundary.Serializer. serialize(ClusteringBoundOrBoundary<T> bound, DataOutputPlus out, int version, java.util.List<AbstractType<?>> types)<T> longClusteringBoundOrBoundary.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 classAbstractRangeTombstoneMarker<B extends ClusteringBoundOrBoundary<?>>Fields in org.apache.cassandra.db.rows declared as ClusteringBoundOrBoundary Modifier and Type Field Description protected BAbstractRangeTombstoneMarker. boundMethods 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 RangeTombstoneMarkerUnfilteredSerializer. deserializeMarkerBody(DataInputPlus in, SerializationHeader header, ClusteringBoundOrBoundary<?> bound)
-