Uses of Class
org.apache.cassandra.utils.CounterId.CounterIdRecord

Packages that use CounterId.CounterIdRecord
org.apache.cassandra.db   
org.apache.cassandra.db.context   
org.apache.cassandra.utils   
 

Uses of CounterId.CounterIdRecord in org.apache.cassandra.db
 

Methods in org.apache.cassandra.db that return types with arguments of type CounterId.CounterIdRecord
static java.util.List<CounterId.CounterIdRecord> SystemTable.getOldLocalCounterIds()
           
 

Uses of CounterId.CounterIdRecord in org.apache.cassandra.db.context
 

Method parameters in org.apache.cassandra.db.context with type arguments of type CounterId.CounterIdRecord
 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.
 

Uses of CounterId.CounterIdRecord in org.apache.cassandra.utils
 

Methods in org.apache.cassandra.utils that return types with arguments of type CounterId.CounterIdRecord
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