| 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<T> | RowIndexEntry.IndexSerializer. indexInfoSerializer() | 
| Modifier and Type | Method and 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) | 
| Constructor and Description | 
|---|
| ColumnIndex(SerializationHeader header,
           SequentialWriter writer,
           Version version,
           java.util.Collection<SSTableFlushObserver> observers,
           ISerializer<IndexInfo> indexInfoSerializer) | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | CommitLogPosition.CommitLogPositionSerializer | 
| Modifier and Type | Method and Description | 
|---|---|
| static <T extends java.lang.Comparable<T>> | IntervalSet. serializer(ISerializer<T> pointSerializer) | 
| Modifier and Type | Method and Description | 
|---|---|
| static <T extends java.lang.Comparable<T>> | IntervalSet. serializer(ISerializer<T> pointSerializer) | 
| Modifier and Type | Field and Description | 
|---|---|
| static ISerializer<CachedPartition> | CachedPartition. cacheSerializer | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | IndexInfo.Serializer | 
| Constructor and Description | 
|---|
| Serializer(Version version,
          ISerializer<ClusteringPrefix> clusteringSerializer) | 
| Modifier and Type | Field and Description | 
|---|---|
| static ISerializer<IntervalSet<CommitLogPosition>> | StatsMetadata. commitLogPositionSetSerializer | 
| 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 © 2018 The Apache Software Foundation