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()
Methods in org.apache.cassandra.db with parameters of type EncodingStats Modifier and Type Method Description static SerializationHeader.Component
SerializationHeader.Component. buildComponentForTools(AbstractType<?> keyType, java.util.List<AbstractType<?>> clusteringTypes, java.util.Map<java.nio.ByteBuffer,AbstractType<?>> staticColumns, java.util.Map<java.nio.ByteBuffer,AbstractType<?>> regularColumns, EncodingStats stats)
Only exposed forSSTableHeaderFix
.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.columniterator
Methods in org.apache.cassandra.db.columniterator that return EncodingStats Modifier and Type Method Description EncodingStats
AbstractSSTableIterator. stats()
-
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
AbstractBTreePartition.Holder. 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 AbstractBTreePartition.Holder
AbstractBTreePartition. unsafeConstructHolder(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()
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.io.sstable
Methods in org.apache.cassandra.io.sstable that return EncodingStats Modifier and Type Method Description 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
-