Package | Description |
---|---|
org.apache.cassandra.db | |
org.apache.cassandra.db.context | |
org.apache.cassandra.utils |
Modifier and Type | Method and Description |
---|---|
static java.util.List<CounterId.CounterIdRecord> |
SystemTable.getOldLocalCounterIds() |
Modifier and Type | Method and Description |
---|---|
java.nio.ByteBuffer |
CounterContext.computeOldShardMerger(java.nio.ByteBuffer context,
java.util.List<CounterId.CounterIdRecord> oldIds,
long mergeBefore)
Compute a new context such that if applied to context yields the same
total but with old local counter ids nulified and there content merged to
the current localCounterId.
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<CounterId.CounterIdRecord> |
CounterId.getOldLocalCounterIds()
Return the list of old local counter id of this node.
|
Copyright © 2013 The Apache Software Foundation