Package | Description |
---|---|
org.apache.cassandra.db | |
org.apache.cassandra.db.context | |
org.apache.cassandra.service |
Modifier and Type | Field and Description |
---|---|
static ClockAndCount |
ClockAndCount.BLANK |
Modifier and Type | Method and Description |
---|---|
static ClockAndCount |
ClockAndCount.create(long clock,
long count) |
ClockAndCount |
ColumnFamilyStore.getCachedCounter(java.nio.ByteBuffer partitionKey,
Clustering clustering,
ColumnDefinition column,
CellPath path) |
Modifier and Type | Method and Description |
---|---|
void |
ColumnFamilyStore.putCachedCounter(java.nio.ByteBuffer partitionKey,
Clustering clustering,
ColumnDefinition column,
CellPath path,
ClockAndCount clockAndCount) |
Modifier and Type | Method and Description |
---|---|
ClockAndCount |
CounterContext.getClockAndCountOf(java.nio.ByteBuffer context,
CounterId id)
Returns the clock and the count associated with the given counter id, or (0, 0) if no such shard is present.
|
ClockAndCount |
CounterContext.getLocalClockAndCount(java.nio.ByteBuffer context)
Returns the clock and the count associated with the local counter id, or (0, 0) if no such shard is present.
|
Modifier and Type | Field and Description |
---|---|
AutoSavingCache<CounterCacheKey,ClockAndCount> |
CacheService.counterCache |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<Pair<CounterCacheKey,ClockAndCount>> |
CacheService.CounterCacheSerializer.deserialize(DataInputPlus in,
ColumnFamilyStore cfs) |
Copyright © 2020 The Apache Software Foundation