Uses of Class
org.apache.cassandra.db.rows.EncodingStats
Packages that use EncodingStats
Package
Description
File transfer
-
Uses of EncodingStats in org.apache.cassandra.db
Methods in org.apache.cassandra.db that return EncodingStatsModifier and TypeMethodDescriptionSerializationHeader.Component.getEncodingStats()SerializationHeader.stats()Constructors in org.apache.cassandra.db with parameters of type EncodingStatsModifierConstructorDescriptionSerializationHeader(boolean isForSSTable, TableMetadata metadata, RegularAndStaticColumns columns, EncodingStats stats) -
Uses of EncodingStats in org.apache.cassandra.db.memtable
Methods in org.apache.cassandra.db.memtable that return EncodingStatsModifier and TypeMethodDescriptionAbstractMemtable.AbstractFlushablePartitionSet.encodingStats()Memtable.FlushablePartitionSet.encodingStats()Statistics required for writing an sstable efficientlyAbstractMemtable.StatsCollector.get()Methods in org.apache.cassandra.db.memtable with parameters of type EncodingStatsModifier and TypeMethodDescriptionvoidAbstractMemtable.StatsCollector.update(EncodingStats newStats) -
Uses of EncodingStats in org.apache.cassandra.db.partitions
Fields in org.apache.cassandra.db.partitions declared as EncodingStatsMethods in org.apache.cassandra.db.partitions that return EncodingStatsModifier and TypeMethodDescriptionAbstractBTreePartition.stats()Partition.stats()PartitionUpdate.stats()Methods in org.apache.cassandra.db.partitions with parameters of type EncodingStatsModifier and TypeMethodDescriptionstatic BTreePartitionDataBTreePartitionData.unsafeConstruct(RegularAndStaticColumns columns, Object[] tree, DeletionInfo deletionInfo, Row staticRow, EncodingStats stats) Constructors in org.apache.cassandra.db.partitions with parameters of type EncodingStatsModifierConstructorDescriptionImmutableBTreePartition(TableMetadata metadata, DecoratedKey partitionKey, RegularAndStaticColumns columns, Row staticRow, Object[] tree, DeletionInfo deletionInfo, EncodingStats stats) -
Uses of EncodingStats in org.apache.cassandra.db.rows
Fields in org.apache.cassandra.db.rows declared as EncodingStatsModifier and TypeFieldDescriptionstatic final EncodingStatsEncodingStats.NO_STATSprotected final EncodingStatsAbstractUnfilteredRowIterator.statsMethods in org.apache.cassandra.db.rows with type parameters of type EncodingStatsModifier and TypeMethodDescriptionstatic <V,F extends Function<V, EncodingStats>>
EncodingStatsMerge one or more EncodingStats, that are lazily materialized from some list of arbitrary type by the provided functionMethods in org.apache.cassandra.db.rows that return EncodingStatsModifier and TypeMethodDescriptionstatic EncodingStatsEncodingStats.Collector.collect(Row staticRow, Iterator<Row> rows, DeletionInfo deletionInfo) EncodingStats.Serializer.deserialize(DataInputPlus in) EncodingStats.Collector.get()static <V,F extends Function<V, EncodingStats>>
EncodingStatsMerge one or more EncodingStats, that are lazily materialized from some list of arbitrary type by the provided functionEncodingStats.mergeWith(EncodingStats that) Merge this stats with another one.AbstractUnfilteredRowIterator.stats()LazilyInitializedUnfilteredRowIterator.stats()UnfilteredRowIterator.stats()Return "statistics" about what is returned by this iterator.UnfilteredRowIteratorWithLowerBound.stats()default EncodingStatsWrappingUnfilteredRowIterator.stats()Methods in org.apache.cassandra.db.rows with parameters of type EncodingStatsModifier and TypeMethodDescriptionEncodingStats.mergeWith(EncodingStats that) Merge this stats with another one.voidEncodingStats.Serializer.serialize(EncodingStats stats, DataOutputPlus out) intEncodingStats.Serializer.serializedSize(EncodingStats stats) static UnfilteredRowIteratorUnfilteredRowIterators.singleton(Unfiltered unfiltered, TableMetadata metadata, DecoratedKey partitionKey, DeletionTime partitionLevelDeletion, RegularAndStaticColumns columns, Row staticRow, boolean isReverseOrder, EncodingStats encodingStats) Constructors in org.apache.cassandra.db.rows with parameters of type EncodingStatsModifierConstructorDescriptionprotectedAbstractUnfilteredRowIterator(TableMetadata metadata, DecoratedKey partitionKey, DeletionTime partitionLevelDeletion, RegularAndStaticColumns columns, Row staticRow, boolean isReverseOrder, EncodingStats stats) RowAndDeletionMergeIterator(TableMetadata metadata, DecoratedKey partitionKey, DeletionTime partitionLevelDeletion, ColumnFilter selection, Row staticRow, boolean isReversed, EncodingStats stats, Iterator<Row> rows, Iterator<RangeTombstone> ranges, boolean removeShadowedData) -
Uses of EncodingStats in org.apache.cassandra.db.streaming
Methods in org.apache.cassandra.db.streaming that return EncodingStats -
Uses of EncodingStats in org.apache.cassandra.index.sai.utils
Fields in org.apache.cassandra.index.sai.utils declared as EncodingStatsConstructors in org.apache.cassandra.index.sai.utils with parameters of type EncodingStatsModifierConstructorDescriptionPartitionInfo(DecoratedKey key, Row staticRow, DeletionTime partitionDeletion, EncodingStats encodingStats) -
Uses of EncodingStats in org.apache.cassandra.io.sstable
Methods in org.apache.cassandra.io.sstable that return EncodingStats -
Uses of EncodingStats in org.apache.cassandra.io.sstable.format
Methods in org.apache.cassandra.io.sstable.format that return EncodingStats -
Uses of EncodingStats in org.apache.cassandra.io.sstable.metadata
Fields in org.apache.cassandra.io.sstable.metadata declared as EncodingStats