Uses of Class
org.apache.cassandra.db.rows.EncodingStats
-
-
Uses of EncodingStats in org.apache.cassandra.db
Methods in org.apache.cassandra.db that return EncodingStats Modifier and Type Method Description EncodingStats
SerializationHeader.Component. getEncodingStats()
EncodingStats
SerializationHeader. stats()
Constructors in org.apache.cassandra.db with parameters of type EncodingStats Constructor Description SerializationHeader(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 EncodingStats Modifier and Type Method Description EncodingStats
AbstractMemtable.AbstractFlushablePartitionSet. encodingStats()
EncodingStats
Memtable.FlushablePartitionSet. encodingStats()
Statistics required for writing an sstable efficientlyEncodingStats
AbstractMemtable.StatsCollector. get()
Methods in org.apache.cassandra.db.memtable with parameters of type EncodingStats Modifier and Type Method Description void
AbstractMemtable.StatsCollector. update(EncodingStats newStats)
-
Uses of EncodingStats in org.apache.cassandra.db.partitions
Fields in org.apache.cassandra.db.partitions declared as EncodingStats Modifier and Type Field Description EncodingStats
BTreePartitionData. stats
Methods in org.apache.cassandra.db.partitions that return EncodingStats Modifier and Type Method Description EncodingStats
AbstractBTreePartition. stats()
EncodingStats
Partition. stats()
EncodingStats
PartitionUpdate. stats()
Methods in org.apache.cassandra.db.partitions with parameters of type EncodingStats Modifier and Type Method Description static BTreePartitionData
BTreePartitionData. unsafeConstruct(RegularAndStaticColumns columns, java.lang.Object[] tree, DeletionInfo deletionInfo, Row staticRow, EncodingStats stats)
Constructors in org.apache.cassandra.db.partitions with parameters of type EncodingStats Constructor Description ImmutableBTreePartition(TableMetadata metadata, DecoratedKey partitionKey, RegularAndStaticColumns columns, Row staticRow, java.lang.Object[] tree, DeletionInfo deletionInfo, EncodingStats stats)
-
Uses of EncodingStats in org.apache.cassandra.db.rows
Fields in org.apache.cassandra.db.rows declared as EncodingStats Modifier and Type Field Description static EncodingStats
EncodingStats. NO_STATS
protected EncodingStats
AbstractUnfilteredRowIterator. stats
Methods in org.apache.cassandra.db.rows with type parameters of type EncodingStats Modifier and Type Method Description static <V,F extends java.util.function.Function<V,EncodingStats>>
EncodingStatsEncodingStats. merge(java.util.List<V> values, F function)
Merge 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 EncodingStats Modifier and Type Method Description static EncodingStats
EncodingStats.Collector. collect(Row staticRow, java.util.Iterator<Row> rows, DeletionInfo deletionInfo)
EncodingStats
EncodingStats.Serializer. deserialize(DataInputPlus in)
EncodingStats
EncodingStats.Collector. get()
static <V,F extends java.util.function.Function<V,EncodingStats>>
EncodingStatsEncodingStats. merge(java.util.List<V> values, F function)
Merge one or more EncodingStats, that are lazily materialized from some list of arbitrary type by the provided functionEncodingStats
EncodingStats. mergeWith(EncodingStats that)
Merge this stats with another one.EncodingStats
AbstractUnfilteredRowIterator. stats()
EncodingStats
LazilyInitializedUnfilteredRowIterator. stats()
EncodingStats
UnfilteredRowIterator. stats()
Return "statistics" about what is returned by this iterator.EncodingStats
UnfilteredRowIteratorWithLowerBound. stats()
default EncodingStats
WrappingUnfilteredRowIterator. stats()
Methods in org.apache.cassandra.db.rows with parameters of type EncodingStats Modifier and Type Method Description EncodingStats
EncodingStats. mergeWith(EncodingStats that)
Merge this stats with another one.void
EncodingStats.Serializer. serialize(EncodingStats stats, DataOutputPlus out)
int
EncodingStats.Serializer. serializedSize(EncodingStats stats)
static UnfilteredRowIterator
UnfilteredRowIterators. 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 EncodingStats Constructor Description AbstractUnfilteredRowIterator(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, java.util.Iterator<Row> rows, java.util.Iterator<RangeTombstone> ranges, boolean removeShadowedData)
-
Uses of EncodingStats in org.apache.cassandra.db.streaming
Methods in org.apache.cassandra.db.streaming that return EncodingStats Modifier and Type Method Description EncodingStats
CassandraStreamReader.StreamDeserializer. stats()
-
Uses of EncodingStats in org.apache.cassandra.index.sai.utils
Fields in org.apache.cassandra.index.sai.utils declared as EncodingStats Modifier and Type Field Description EncodingStats
PartitionInfo. encodingStats
Constructors in org.apache.cassandra.index.sai.utils with parameters of type EncodingStats Constructor Description PartitionInfo(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 Modifier and Type Method Description EncodingStats
AbstractSSTableIterator. stats()
EncodingStats
SSTableIdentityIterator. stats()
-
Uses of EncodingStats in org.apache.cassandra.io.sstable.format
Methods in org.apache.cassandra.io.sstable.format that return EncodingStats Modifier and Type Method Description EncodingStats
SSTableReader. stats()
-
Uses of EncodingStats in org.apache.cassandra.io.sstable.metadata
Fields in org.apache.cassandra.io.sstable.metadata declared as EncodingStats Modifier and Type Field Description EncodingStats
StatsMetadata. encodingStats
-