Package | Description |
---|---|
org.apache.cassandra.cache | |
org.apache.cassandra.cql3 | |
org.apache.cassandra.db |
Modifier and Type | Class and Description |
---|---|
class |
ConcurrentLinkedHashCache<K extends IMeasurableMemory,V extends IMeasurableMemory>
Wrapper so CLHM can implement ICache interface.
|
class |
ConcurrentLinkedHashCache<K extends IMeasurableMemory,V extends IMeasurableMemory>
Wrapper so CLHM can implement ICache interface.
|
Modifier and Type | Class and Description |
---|---|
class |
CacheKey |
class |
CounterCacheKey |
class |
KeyCacheKey |
class |
RowCacheKey |
Modifier and Type | Method and Description |
---|---|
static <K extends IMeasurableMemory,V extends IMeasurableMemory> |
ConcurrentLinkedHashCache.create(long weightedCapacity) |
static <K extends IMeasurableMemory,V extends IMeasurableMemory> |
ConcurrentLinkedHashCache.create(long weightedCapacity) |
static <K extends IMeasurableMemory,V extends IMeasurableMemory> |
ConcurrentLinkedHashCache.create(long weightedCapacity,
com.googlecode.concurrentlinkedhashmap.EntryWeigher<K,V> entryWeiger)
Initialize a cache with initial capacity with weightedCapacity
|
static <K extends IMeasurableMemory,V extends IMeasurableMemory> |
ConcurrentLinkedHashCache.create(long weightedCapacity,
com.googlecode.concurrentlinkedhashmap.EntryWeigher<K,V> entryWeiger)
Initialize a cache with initial capacity with weightedCapacity
|
Modifier and Type | Class and Description |
---|---|
class |
ColumnIdentifier
Represents an identifer for a CQL column definition.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ClusteringPrefix
A clustering prefix is the unit of what a
ClusteringComparator can compare. |
interface |
DeletionInfo
A combination of a top-level (partition) tombstone and range tombstones describing the deletions
within a partition.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractClusteringPrefix |
class |
ClockAndCount |
class |
Clustering
The clustering column values for a row.
|
class |
DeletionTime
Information on deletion of a storage engine object.
|
class |
MutableDeletionInfo
A mutable implementation of
DeletionInfo . |
static class |
RangeTombstone.Bound
The bound of a range tombstone.
|
class |
RangeTombstoneList
Data structure holding the range tombstones of a ColumnFamily.
|
class |
RowIndexEntry<T> |
static class |
Slice.Bound
The bound of a slice.
|
Copyright © 2015 The Apache Software Foundation