Uses of Interface
org.apache.cassandra.io.ISerializer
-
-
Uses of ISerializer in org.apache.cassandra.cache
Classes in org.apache.cassandra.cache that implement ISerializer Modifier and Type Class Description static classSerializingCacheProvider.RowCacheSerializerMethods in org.apache.cassandra.cache with parameters of type ISerializer Modifier and Type Method Description static <K,V>
SerializingCache<K,V>SerializingCache. create(long weightedCapacity, com.github.benmanes.caffeine.cache.Weigher<K,RefCountedMemory> weigher, ISerializer<V> serializer)static <K,V>
SerializingCache<K,V>SerializingCache. create(long weightedCapacity, ISerializer<V> serializer) -
Uses of ISerializer in org.apache.cassandra.db
Classes in org.apache.cassandra.db that implement ISerializer Modifier and Type Class Description static classDeletionTime.SerializerMethods in org.apache.cassandra.db that return ISerializer Modifier and Type Method Description ISerializer<T>RowIndexEntry.IndexSerializer. indexInfoSerializer()Methods in org.apache.cassandra.db with parameters of type ISerializer Modifier and Type Method Description static RowIndexEntry<IndexInfo>RowIndexEntry. create(long dataFilePosition, long indexFilePosition, DeletionTime deletionTime, long headerLength, int columnIndexCount, int indexedPartSize, java.util.List<IndexInfo> indexSamples, int[] offsets, ISerializer<IndexInfo> idxInfoSerializer)Constructors in org.apache.cassandra.db with parameters of type ISerializer Constructor Description ColumnIndex(SerializationHeader header, SequentialWriter writer, Version version, java.util.Collection<SSTableFlushObserver> observers, ISerializer<IndexInfo> indexInfoSerializer) -
Uses of ISerializer in org.apache.cassandra.db.commitlog
Classes in org.apache.cassandra.db.commitlog that implement ISerializer Modifier and Type Class Description static classCommitLogPosition.CommitLogPositionSerializerMethods in org.apache.cassandra.db.commitlog that return ISerializer Modifier and Type Method Description static <T extends java.lang.Comparable<T>>
ISerializer<IntervalSet<T>>IntervalSet. serializer(ISerializer<T> pointSerializer)Methods in org.apache.cassandra.db.commitlog with parameters of type ISerializer Modifier and Type Method Description static <T extends java.lang.Comparable<T>>
ISerializer<IntervalSet<T>>IntervalSet. serializer(ISerializer<T> pointSerializer) -
Uses of ISerializer in org.apache.cassandra.db.partitions
Fields in org.apache.cassandra.db.partitions declared as ISerializer Modifier and Type Field Description static ISerializer<CachedPartition>CachedPartition. cacheSerializer -
Uses of ISerializer in org.apache.cassandra.io.sstable
Classes in org.apache.cassandra.io.sstable that implement ISerializer Modifier and Type Class Description static classIndexInfo.Serializer -
Uses of ISerializer in org.apache.cassandra.io.sstable.metadata
Fields in org.apache.cassandra.io.sstable.metadata declared as ISerializer Modifier and Type Field Description static ISerializer<IntervalSet<CommitLogPosition>>StatsMetadata. commitLogPositionSetSerializer -
Uses of ISerializer in org.apache.cassandra.utils
Classes in org.apache.cassandra.utils that implement ISerializer Modifier and Type Class Description static classEstimatedHistogram.EstimatedHistogramSerializerMethods in org.apache.cassandra.utils with parameters of type ISerializer Modifier and Type Method Description static <C extends java.lang.Comparable<? super C>,D,I extends Interval<C,D>>
IntervalTree.Serializer<C,D,I>IntervalTree. serializer(ISerializer<C> pointSerializer, ISerializer<D> dataSerializer, java.lang.reflect.Constructor<I> constructor) -
Uses of ISerializer in org.apache.cassandra.utils.streamhist
Classes in org.apache.cassandra.utils.streamhist that implement ISerializer Modifier and Type Class Description static classTombstoneHistogram.HistogramSerializer
-