Package | Description |
---|---|
org.apache.cassandra.cache | |
org.apache.cassandra.db | |
org.apache.cassandra.db.commitlog | |
org.apache.cassandra.db.partitions | |
org.apache.cassandra.utils |
Modifier and Type | Method and Description |
---|---|
static <K,V> SerializingCache<K,V> |
SerializingCache.create(long weightedCapacity,
ISerializer<V> serializer) |
static <K,V> SerializingCache<K,V> |
SerializingCache.create(long weightedCapacity,
com.googlecode.concurrentlinkedhashmap.Weigher<RefCountedMemory> weigher,
ISerializer<V> serializer) |
Modifier and Type | Class and Description |
---|---|
static class |
DeletionTime.Serializer |
Modifier and Type | Method and Description |
---|---|
ISerializer<ClusteringPrefix> |
Serializers.indexEntryClusteringPrefixSerializer(Version version,
SerializationHeader header) |
Modifier and Type | Class and Description |
---|---|
static class |
ReplayPosition.ReplayPositionSerializer |
Modifier and Type | Field and Description |
---|---|
static ISerializer<CachedPartition> |
CachedPartition.cacheSerializer |
Modifier and Type | Class and Description |
---|---|
static class |
EstimatedHistogram.EstimatedHistogramSerializer |
static class |
StreamingHistogram.StreamingHistogramSerializer |
Modifier and Type | Method and Description |
---|---|
static <C extends java.lang.Comparable<? super C>,D,I extends Interval<C,D>> |
IntervalTree.serializer(ISerializer<C> pointSerializer,
ISerializer<D> dataSerializer,
java.lang.reflect.Constructor<I> constructor) |
static <C extends java.lang.Comparable<? super C>,D,I extends Interval<C,D>> |
IntervalTree.serializer(ISerializer<C> pointSerializer,
ISerializer<D> dataSerializer,
java.lang.reflect.Constructor<I> constructor) |
Copyright © 2016 The Apache Software Foundation