Uses of Class
org.apache.cassandra.db.Slice
-
Packages that use Slice Package Description org.apache.cassandra.cql3 org.apache.cassandra.cql3.statements org.apache.cassandra.db org.apache.cassandra.db.columniterator -
-
Uses of Slice in org.apache.cassandra.cql3
Methods in org.apache.cassandra.cql3 with parameters of type Slice Modifier and Type Method Description RangeTombstoneUpdateParameters. makeRangeTombstone(Slice slice) -
Uses of Slice in org.apache.cassandra.cql3.statements
Methods in org.apache.cassandra.cql3.statements with parameters of type Slice Modifier and Type Method Description voidDeleteStatement. addUpdateForKey(PartitionUpdate.Builder update, Slice slice, UpdateParameters params)abstract voidModificationStatement. addUpdateForKey(PartitionUpdate.Builder updateBuilder, Slice slice, UpdateParameters params)voidUpdateStatement. addUpdateForKey(PartitionUpdate.Builder update, Slice slice, UpdateParameters params) -
Uses of Slice in org.apache.cassandra.db
Fields in org.apache.cassandra.db declared as Slice Modifier and Type Field Description static SliceSlice. ALLThe slice selecting all rows (of a given partition)Methods in org.apache.cassandra.db that return Slice Modifier and Type Method Description SliceRangeTombstone. deletedSlice()The slice of rows that is deleted by this range tombstone.SliceSlice.Serializer. deserialize(DataInputPlus in, int version, java.util.List<AbstractType<?>> types)SliceSlice. forPaging(ClusteringComparator comparator, Clustering<?> lastReturned, boolean inclusive, boolean reversed)Returns a slice for continuing paging from the last returned clustering prefix.abstract SliceSlices. get(int i)Returns the ith slice of thisSlicesobject.static SliceSlice. make(Clustering<?> clustering)static SliceSlice. make(Clustering<?> start, Clustering<?> end)static SliceSlice. make(ClusteringBound<?> start, ClusteringBound<?> end)static SliceSlice. make(ClusteringComparator comparator, java.lang.Object... values)Methods in org.apache.cassandra.db with parameters of type Slice Modifier and Type Method Description Slices.BuilderSlices.Builder. add(Slice slice)static SinglePartitionReadCommandSinglePartitionReadCommand. create(TableMetadata metadata, int nowInSec, DecoratedKey key, Slice slice)Creates a new single partition slice command for the provided single slice.java.util.Iterator<RangeTombstone>RangeTombstoneList. iterator(Slice slice, boolean reversed)java.util.Iterator<RangeTombstone>DeletionInfo. rangeIterator(Slice slice, boolean reversed)java.util.Iterator<RangeTombstone>MutableDeletionInfo. rangeIterator(Slice slice, boolean reversed)voidSlice.Serializer. serialize(Slice slice, DataOutputPlus out, int version, java.util.List<AbstractType<?>> types)longSlice.Serializer. serializedSize(Slice slice, int version, java.util.List<AbstractType<?>> types)static SlicesSlices. with(ClusteringComparator comparator, Slice slice)Creates aSlicesobject that contains a single slice.Constructors in org.apache.cassandra.db with parameters of type Slice Constructor Description RangeTombstone(Slice slice, DeletionTime deletion) -
Uses of Slice in org.apache.cassandra.db.columniterator
Methods in org.apache.cassandra.db.columniterator with parameters of type Slice Modifier and Type Method Description abstract voidAbstractSSTableIterator.Reader. setForSlice(Slice slice)
-