Uses of Class
org.apache.cassandra.db.Slices
Packages that use Slices
Package
Description
-
Uses of Slices in org.apache.cassandra.cql3.statements
Methods in org.apache.cassandra.cql3.statements that return SlicesModifier and TypeMethodDescriptionSelectStatement.clusteringIndexFilterAsSlices()Returns the slices fetched by this SELECT, assuming an internal call (no bound values in particular).ModificationStatement.createSlices(QueryOptions options) SelectStatement.makeSlices(QueryOptions options) static SlicesModificationStatement.toSlices(ClusteringComparator comparator, SortedSet<ClusteringBound<?>> startBounds, SortedSet<ClusteringBound<?>> endBounds) static SlicesModificationStatement.toSlices(TableMetadata metadata, SortedSet<ClusteringBound<?>> startBounds, SortedSet<ClusteringBound<?>> endBounds) -
Uses of Slices in org.apache.cassandra.db
Fields in org.apache.cassandra.db declared as SlicesModifier and TypeFieldDescriptionstatic final SlicesSlices.ALLSlices selecting all the rows of a partition.static final SlicesSlices.NONESlices selecting no rows in a partition.protected final SlicesPartitionRangeReadCommand.requestedSlicesMethods in org.apache.cassandra.db that return SlicesModifier and TypeMethodDescriptionSlices.Builder.build()Slices.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 SlicesModifier and TypeMethodDescriptionstatic SinglePartitionReadCommandSinglePartitionReadCommand.create(TableMetadata metadata, long nowInSec, ByteBuffer key, Slices slices) Creates a new single partition slice command for the provided slices.static SinglePartitionReadCommandSinglePartitionReadCommand.create(TableMetadata metadata, long nowInSec, DecoratedKey key, Slices slices) Creates a new single partition slice command for the provided slices.StorageHook.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.filter
Methods in org.apache.cassandra.db.filter that return SlicesModifier and TypeMethodDescriptionClusteringIndexFilter.getSlices(TableMetadata metadata) ClusteringIndexNamesFilter.getSlices(TableMetadata metadata) ClusteringIndexSliceFilter.getSlices(TableMetadata metadata) ClusteringIndexSliceFilter.requestedSlices()Constructors in org.apache.cassandra.db.filter with parameters of type Slices -
Uses of Slices in org.apache.cassandra.db.memtable
Methods in org.apache.cassandra.db.memtable with parameters of type SlicesModifier and TypeMethodDescriptionShardedSkipListMemtable.rowIterator(DecoratedKey key, Slices slices, ColumnFilter selectedColumns, boolean reversed, SSTableReadsListener listener) SkipListMemtable.rowIterator(DecoratedKey key, Slices slices, ColumnFilter selectedColumns, boolean reversed, SSTableReadsListener listener) TrieMemtable.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 SlicesModifier and TypeMethodDescriptionAbstractBTreePartition.unfilteredIterator(ColumnFilter selection, Slices slices, boolean reversed) AbstractBTreePartition.unfilteredIterator(BTreePartitionData current, ColumnFilter selection, Slices slices, boolean reversed) AtomicBTreePartition.unfilteredIterator(BTreePartitionData current, ColumnFilter selection, Slices slices, boolean reversed) Partition.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 SlicesModifier and TypeMethodDescriptionUnfilteredSource.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.Constructors in org.apache.cassandra.db.rows with parameters of type SlicesModifierConstructorDescriptionUnfilteredRowIteratorWithLowerBound(DecoratedKey partitionKey, SSTableReader sstable, Slices slices, boolean isReverseOrder, ColumnFilter selectedColumns, SSTableReadsListener listener) -
Uses of Slices in org.apache.cassandra.io.sstable
Fields in org.apache.cassandra.io.sstable declared as SlicesConstructors in org.apache.cassandra.io.sstable with parameters of type SlicesModifierConstructorDescriptionprotectedAbstractSSTableIterator(SSTableReader sstable, FileDataInput file, DecoratedKey key, RIE indexEntry, Slices slices, ColumnFilter columnFilter, FileHandle ifile) -
Uses of Slices in org.apache.cassandra.io.sstable.format.big
Methods in org.apache.cassandra.io.sstable.format.big with parameters of type SlicesModifier and TypeMethodDescriptionBigTableReader.rowIterator(DecoratedKey key, Slices slices, ColumnFilter selectedColumns, boolean reversed, SSTableReadsListener listener) BigTableReader.rowIterator(FileDataInput file, DecoratedKey key, RowIndexEntry indexEntry, Slices slices, ColumnFilter selectedColumns, boolean reversed) Constructors in org.apache.cassandra.io.sstable.format.big with parameters of type SlicesModifierConstructorDescriptionSSTableIterator(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.io.sstable.format.bti
Methods in org.apache.cassandra.io.sstable.format.bti with parameters of type SlicesModifier and TypeMethodDescriptionBtiTableReader.rowIterator(DecoratedKey key, Slices slices, ColumnFilter selectedColumns, boolean reversed, SSTableReadsListener listener) BtiTableReader.rowIterator(FileDataInput dataFileInput, DecoratedKey key, org.apache.cassandra.io.sstable.format.bti.TrieIndexEntry indexEntry, Slices slices, ColumnFilter selectedColumns, boolean reversed)