Uses of Interface
org.apache.cassandra.io.ISerializer
Packages that use ISerializer
Package
Description
-
Uses of ISerializer in org.apache.cassandra.cache
Classes in org.apache.cassandra.cache that implement ISerializerMethods in org.apache.cassandra.cache with parameters of type ISerializerModifier and TypeMethodDescriptionstatic <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 ISerializerModifier and TypeClassDescriptionstatic classstatic class -
Uses of ISerializer in org.apache.cassandra.db.commitlog
Classes in org.apache.cassandra.db.commitlog that implement ISerializerMethods in org.apache.cassandra.db.commitlog that return ISerializerModifier and TypeMethodDescriptionstatic final <T extends Comparable<T>>
ISerializer<IntervalSet<T>>IntervalSet.serializer(ISerializer<T> pointSerializer) Methods in org.apache.cassandra.db.commitlog with parameters of type ISerializerModifier and TypeMethodDescriptionstatic final <T extends 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 ISerializerModifier and TypeFieldDescriptionstatic final ISerializer<CachedPartition>CachedPartition.cacheSerializer -
Uses of ISerializer in org.apache.cassandra.io.sstable
Classes in org.apache.cassandra.io.sstable that implement ISerializer -
Uses of ISerializer in org.apache.cassandra.io.sstable.format.big
Methods in org.apache.cassandra.io.sstable.format.big that return ISerializerMethods in org.apache.cassandra.io.sstable.format.big with parameters of type ISerializerModifier and TypeMethodDescriptionstatic RowIndexEntryRowIndexEntry.create(long dataFilePosition, long indexFilePosition, DeletionTime deletionTime, long headerLength, int columnIndexCount, int indexedPartSize, List<IndexInfo> indexSamples, int[] offsets, ISerializer<IndexInfo> idxInfoSerializer, Version version) -
Uses of ISerializer in org.apache.cassandra.io.sstable.metadata
Fields in org.apache.cassandra.io.sstable.metadata declared as ISerializerModifier and TypeFieldDescriptionstatic final ISerializer<IntervalSet<CommitLogPosition>>StatsMetadata.commitLogPositionSetSerializer -
Uses of ISerializer in org.apache.cassandra.utils
Classes in org.apache.cassandra.utils that implement ISerializer -
Uses of ISerializer in org.apache.cassandra.utils.streamhist
Classes in org.apache.cassandra.utils.streamhist that implement ISerializerModifier and TypeClassDescriptionstatic classstatic class