Uses of Interface
org.apache.cassandra.db.ClusteringBoundOrBoundary
Packages that use ClusteringBoundOrBoundary
Package
Description
-
Uses of ClusteringBoundOrBoundary in org.apache.cassandra.db
Subinterfaces of ClusteringBoundOrBoundary in org.apache.cassandra.dbModifier and TypeInterfaceDescriptioninterfaceThe start or end of a range of clusterings, either inclusive or exclusive.interfaceThe threshold between two different ranges, i.e.Classes in org.apache.cassandra.db that implement ClusteringBoundOrBoundaryModifier and TypeClassDescriptionclassclassclassclassclassclassMethods in org.apache.cassandra.db that return ClusteringBoundOrBoundaryModifier and TypeMethodDescriptiondefault ClusteringBoundOrBoundary<ByteBuffer>ClusteringBoundOrBoundary.clone(ByteBufferCloner cloner) static ClusteringBoundOrBoundary<byte[]>ArrayClusteringBoundOrBoundary.create(ClusteringPrefix.Kind kind, byte[][] values) ClusteringBoundOrBoundary<byte[]>ClusteringBoundOrBoundary.Serializer.deserialize(DataInputPlus in, int version, List<AbstractType<?>> types) ClusteringBoundOrBoundary<byte[]>ClusteringPrefix.Deserializer.deserializeNextBound()ClusteringBoundOrBoundary<byte[]>ClusteringBoundOrBoundary.Serializer.deserializeValues(DataInputPlus in, ClusteringPrefix.Kind kind, int version, List<AbstractType<?>> types) ClusteringBoundOrBoundary.invert()Returns the inverse of the current bound.Methods in org.apache.cassandra.db with parameters of type ClusteringBoundOrBoundaryModifier and TypeMethodDescription<T> intClusteringPrefix.Deserializer.compareNextTo(ClusteringBoundOrBoundary<T> bound) static SliceSlice.make(ClusteringBoundOrBoundary<?> start, ClusteringBoundOrBoundary<?> end) Makes a slice for the given bounds<T> voidClusteringBoundOrBoundary.Serializer.serialize(ClusteringBoundOrBoundary<T> bound, DataOutputPlus out, int version, List<AbstractType<?>> types) <T> longClusteringBoundOrBoundary.Serializer.serializedSize(ClusteringBoundOrBoundary<T> bound, int version, List<AbstractType<?>> types) -
Uses of ClusteringBoundOrBoundary in org.apache.cassandra.db.marshal
Methods in org.apache.cassandra.db.marshal that return ClusteringBoundOrBoundaryModifier and TypeMethodDescriptiondefault 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 ClusteringBoundOrBoundaryModifier and TypeClassDescriptionclassAbstractRangeTombstoneMarker<B extends ClusteringBoundOrBoundary<?>>Fields in org.apache.cassandra.db.rows declared as ClusteringBoundOrBoundaryMethods in org.apache.cassandra.db.rows that return ClusteringBoundOrBoundaryMethods in org.apache.cassandra.db.rows with parameters of type ClusteringBoundOrBoundaryModifier and TypeMethodDescriptionUnfilteredSerializer.deserializeMarkerBody(DataInputPlus in, SerializationHeader header, ClusteringBoundOrBoundary<?> bound) -
Uses of ClusteringBoundOrBoundary in org.apache.cassandra.io.sstable.metadata
Methods in org.apache.cassandra.io.sstable.metadata with parameters of type ClusteringBoundOrBoundaryModifier and TypeMethodDescriptionvoidMetadataCollector.updateClusteringValuesByBoundOrBoundary(ClusteringBoundOrBoundary<?> clusteringBoundOrBoundary)