Uses of Class
org.apache.cassandra.db.Slices
-
-
Uses of Slices in org.apache.cassandra.cql3.statements
Methods in org.apache.cassandra.cql3.statements that return Slices Modifier and Type Method Description SlicesSelectStatement. clusteringIndexFilterAsSlices()Returns the slices fetched by this SELECT, assuming an internal call (no bound values in particular).SlicesModificationStatement. createSlices(QueryOptions options)SlicesSelectStatement. makeSlices(QueryOptions options)static SlicesModificationStatement. toSlices(ClusteringComparator comparator, java.util.SortedSet<ClusteringBound<?>> startBounds, java.util.SortedSet<ClusteringBound<?>> endBounds)static SlicesModificationStatement. toSlices(TableMetadata metadata, java.util.SortedSet<ClusteringBound<?>> startBounds, java.util.SortedSet<ClusteringBound<?>> endBounds) -
Uses of Slices in org.apache.cassandra.db
Fields in org.apache.cassandra.db declared as Slices Modifier and Type Field Description static SlicesSlices. ALLSlices selecting all the rows of a partition.static SlicesSlices. NONESlices selecting no rows in a partition.Methods in org.apache.cassandra.db that return Slices Modifier and Type Method Description SlicesSlices.Builder. build()SlicesSlices.Serializer. deserialize(DataInputPlus in, int version, TableMetadata metadata)abstract SlicesSlices. forPaging(ClusteringComparator comparator, Clustering<?> lastReturned, boolean inclusive, boolean reversed)Returns slices for continuing the paging of those slices given the last returned clustering prefix.static SlicesSlices. with(ClusteringComparator comparator, Slice slice)Creates aSlicesobject that contains a single slice.Methods in org.apache.cassandra.db with parameters of type Slices Modifier and Type Method Description Slices.BuilderSlices.Builder. addAll(Slices slices)static SinglePartitionReadCommandSinglePartitionReadCommand. create(TableMetadata metadata, int nowInSec, java.nio.ByteBuffer key, Slices slices)Creates a new single partition slice command for the provided slices.static SinglePartitionReadCommandSinglePartitionReadCommand. create(TableMetadata metadata, int nowInSec, DecoratedKey key, Slices slices)Creates a new single partition slice command for the provided slices.UnfilteredRowIteratorStorageHook. makeRowIterator(ColumnFamilyStore cfs, SSTableReader sstable, DecoratedKey key, Slices slices, ColumnFilter selectedColumns, boolean reversed, SSTableReadsListener listener)voidSlices.Serializer. serialize(Slices slices, DataOutputPlus out, int version)longSlices.Serializer. serializedSize(Slices slices, int version) -
Uses of Slices in org.apache.cassandra.db.columniterator
Fields in org.apache.cassandra.db.columniterator declared as Slices Modifier and Type Field Description protected SlicesAbstractSSTableIterator. slicesConstructors in org.apache.cassandra.db.columniterator with parameters of type Slices Constructor Description AbstractSSTableIterator(SSTableReader sstable, FileDataInput file, DecoratedKey key, RowIndexEntry indexEntry, Slices slices, ColumnFilter columnFilter, FileHandle ifile)SSTableIterator(SSTableReader sstable, FileDataInput file, DecoratedKey key, RowIndexEntry indexEntry, Slices slices, ColumnFilter columns, FileHandle ifile)SSTableReversedIterator(SSTableReader sstable, FileDataInput file, DecoratedKey key, RowIndexEntry indexEntry, Slices slices, ColumnFilter columns, FileHandle ifile) -
Uses of Slices in org.apache.cassandra.db.filter
Methods in org.apache.cassandra.db.filter that return Slices Modifier and Type Method Description SlicesClusteringIndexFilter. getSlices(TableMetadata metadata)SlicesClusteringIndexNamesFilter. getSlices(TableMetadata metadata)SlicesClusteringIndexSliceFilter. getSlices(TableMetadata metadata)SlicesClusteringIndexSliceFilter. requestedSlices()Constructors in org.apache.cassandra.db.filter with parameters of type Slices Constructor Description ClusteringIndexSliceFilter(Slices slices, boolean reversed) -
Uses of Slices in org.apache.cassandra.db.memtable
Methods in org.apache.cassandra.db.memtable with parameters of type Slices Modifier and Type Method Description UnfilteredRowIteratorShardedSkipListMemtable. rowIterator(DecoratedKey key, Slices slices, ColumnFilter selectedColumns, boolean reversed, SSTableReadsListener listener)UnfilteredRowIteratorSkipListMemtable. rowIterator(DecoratedKey key, Slices slices, ColumnFilter selectedColumns, boolean reversed, SSTableReadsListener listener) -
Uses of Slices in org.apache.cassandra.db.partitions
Methods in org.apache.cassandra.db.partitions with parameters of type Slices Modifier and Type Method Description UnfilteredRowIteratorAbstractBTreePartition. unfilteredIterator(ColumnFilter selection, Slices slices, boolean reversed)UnfilteredRowIteratorAbstractBTreePartition. unfilteredIterator(AbstractBTreePartition.Holder current, ColumnFilter selection, Slices slices, boolean reversed)UnfilteredRowIteratorAtomicBTreePartition. unfilteredIterator(ColumnFilter selection, Slices slices, boolean reversed)UnfilteredRowIteratorAtomicBTreePartition. unfilteredIterator(AbstractBTreePartition.Holder current, ColumnFilter selection, Slices slices, boolean reversed)UnfilteredRowIteratorPartition. unfilteredIterator(ColumnFilter columns, Slices slices, boolean reversed)Returns an UnfilteredRowIterator over the rows/RT contained by this partition selected by the provided slices. -
Uses of Slices in org.apache.cassandra.db.rows
Methods in org.apache.cassandra.db.rows with parameters of type Slices Modifier and Type Method Description UnfilteredRowIteratorUnfilteredSource. rowIterator(DecoratedKey key, Slices slices, ColumnFilter columnFilter, boolean reversed, SSTableReadsListener listener)Returns a row iterator for the given partition, applying the specified row and column filters. -
Uses of Slices in org.apache.cassandra.io.sstable.format
Methods in org.apache.cassandra.io.sstable.format with parameters of type Slices Modifier and Type Method Description abstract UnfilteredRowIteratorSSTableReader. rowIterator(FileDataInput file, DecoratedKey key, RowIndexEntry indexEntry, Slices slices, ColumnFilter selectedColumns, boolean reversed) -
Uses of Slices in org.apache.cassandra.io.sstable.format.big
Methods in org.apache.cassandra.io.sstable.format.big with parameters of type Slices Modifier and Type Method Description UnfilteredRowIteratorBigTableReader. rowIterator(DecoratedKey key, Slices slices, ColumnFilter selectedColumns, boolean reversed, SSTableReadsListener listener)UnfilteredRowIteratorBigTableReader. rowIterator(FileDataInput file, DecoratedKey key, RowIndexEntry indexEntry, Slices slices, ColumnFilter selectedColumns, boolean reversed)
-