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 EncodingStatsSerializationHeader.Component. getEncodingStats()EncodingStatsSerializationHeader. stats()Methods in org.apache.cassandra.db with parameters of type EncodingStats Modifier and Type Method Description static SerializationHeader.ComponentSerializationHeader.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 EncodingStatsAbstractSSTableIterator. 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 EncodingStatsAbstractMemtable.AbstractFlushablePartitionSet. encodingStats()EncodingStatsMemtable.FlushablePartitionSet. encodingStats()Statistics required for writing an sstable efficientlyEncodingStatsAbstractMemtable.StatsCollector. get()Methods in org.apache.cassandra.db.memtable with parameters of type EncodingStats Modifier and Type Method Description voidAbstractMemtable.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 EncodingStatsAbstractBTreePartition.Holder. statsMethods in org.apache.cassandra.db.partitions that return EncodingStats Modifier and Type Method Description EncodingStatsAbstractBTreePartition. stats()EncodingStatsPartition. stats()EncodingStatsPartitionUpdate. stats()Methods in org.apache.cassandra.db.partitions with parameters of type EncodingStats Modifier and Type Method Description static AbstractBTreePartition.HolderAbstractBTreePartition. 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 EncodingStatsEncodingStats. NO_STATSprotected EncodingStatsAbstractUnfilteredRowIterator. statsMethods 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 EncodingStatsEncodingStats.Collector. collect(Row staticRow, java.util.Iterator<Row> rows, DeletionInfo deletionInfo)EncodingStatsEncodingStats.Serializer. deserialize(DataInputPlus in)EncodingStatsEncodingStats.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 functionEncodingStatsEncodingStats. mergeWith(EncodingStats that)Merge this stats with another one.EncodingStatsAbstractUnfilteredRowIterator. stats()EncodingStatsLazilyInitializedUnfilteredRowIterator. stats()EncodingStatsUnfilteredRowIterator. stats()Return "statistics" about what is returned by this iterator.EncodingStatsUnfilteredRowIteratorWithLowerBound. stats()EncodingStatsWrappingUnfilteredRowIterator. stats()Methods in org.apache.cassandra.db.rows with parameters of type EncodingStats Modifier and Type Method Description EncodingStatsEncodingStats. 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 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 EncodingStatsCassandraStreamReader.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 EncodingStatsSSTableIdentityIterator. 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 EncodingStatsSSTableReader. 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 EncodingStatsStatsMetadata. encodingStats
-