Uses of Class
org.apache.cassandra.db.Slice
Packages that use Slice
Package
Description
-
Uses of Slice in org.apache.cassandra.cql3
Methods in org.apache.cassandra.cql3 with parameters of type Slice -
Uses of Slice in org.apache.cassandra.cql3.statements
Methods in org.apache.cassandra.cql3.statements with parameters of type SliceModifier and TypeMethodDescriptionvoidDeleteStatement.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 SliceModifier and TypeFieldDescriptionstatic final SliceSlice.ALLThe slice selecting all rows (of a given partition)Methods in org.apache.cassandra.db that return SliceModifier and TypeMethodDescriptionRangeTombstone.deletedSlice()The slice of rows that is deleted by this range tombstone.Slice.Serializer.deserialize(DataInputPlus in, int version, List<AbstractType<?>> types) Slice.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) Makes a slice covering a single clusteringstatic SliceSlice.make(Clustering<?> start, Clustering<?> end) Makes a slice covering a range from start to end clusterings, with both start and end includedstatic SliceSlice.make(ClusteringBound<?> start, ClusteringBound<?> end) static SliceSlice.make(ClusteringBoundOrBoundary<?> start, ClusteringBoundOrBoundary<?> end) Makes a slice for the given boundsstatic SliceSlice.make(ClusteringComparator comparator, Object... values) Methods in org.apache.cassandra.db with parameters of type SliceModifier and TypeMethodDescriptionstatic SinglePartitionReadCommandSinglePartitionReadCommand.create(TableMetadata metadata, long nowInSec, DecoratedKey key, Slice slice) Creates a new single partition slice command for the provided single slice.booleanSlice.intersects(ClusteringComparator comparator, Slice other) Whether this slice and the provided slice intersects.abstract booleanSlices.intersects(Slice slice) Checks whether any of the slices intersects witht the given one.DeletionInfo.rangeIterator(Slice slice, boolean reversed) MutableDeletionInfo.rangeIterator(Slice slice, boolean reversed) voidSlice.Serializer.serialize(Slice slice, DataOutputPlus out, int version, List<AbstractType<?>> types) longSlice.Serializer.serializedSize(Slice slice, int version, 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 -
Uses of Slice in org.apache.cassandra.db.filter
Methods in org.apache.cassandra.db.filter with parameters of type SliceModifier and TypeMethodDescriptionbooleanClusteringIndexFilter.intersects(ClusteringComparator comparator, Slice slice) Whether the data selected by this filter intersects with the provided slice.booleanClusteringIndexNamesFilter.intersects(ClusteringComparator comparator, Slice slice) booleanClusteringIndexSliceFilter.intersects(ClusteringComparator comparator, Slice slice) -
Uses of Slice in org.apache.cassandra.io.sstable
Methods in org.apache.cassandra.io.sstable with parameters of type SliceModifier and TypeMethodDescriptionabstract voidAbstractSSTableIterator.AbstractReader.setForSlice(Slice slice) voidAbstractSSTableIterator.ForwardReader.setForSlice(Slice slice) voidAbstractSSTableIterator.Reader.setForSlice(Slice slice) -
Uses of Slice in org.apache.cassandra.io.sstable.metadata
Fields in org.apache.cassandra.io.sstable.metadata declared as SliceConstructors in org.apache.cassandra.io.sstable.metadata with parameters of type SliceModifierConstructorDescriptionStatsMetadata(EstimatedHistogram estimatedPartitionSize, EstimatedHistogram estimatedCellPerPartitionCount, IntervalSet<CommitLogPosition> commitLogIntervals, long minTimestamp, long maxTimestamp, long minLocalDeletionTime, long maxLocalDeletionTime, int minTTL, int maxTTL, double compressionRatio, TombstoneHistogram estimatedTombstoneDropTime, int sstableLevel, List<AbstractType<?>> clusteringTypes, Slice coveredClustering, boolean hasLegacyCounterShards, long repairedAt, long totalColumnsSet, long totalRows, double tokenSpaceCoverage, UUID originatingHostId, TimeUUID pendingRepair, boolean isTransient, boolean hasPartitionLevelDeletions, ByteBuffer firstKey, ByteBuffer lastKey)