Uses of Class
org.apache.cassandra.db.CounterColumn

Packages that use CounterColumn
org.apache.cassandra.db   
org.apache.cassandra.utils   
 

Uses of CounterColumn in org.apache.cassandra.db
 

Methods in org.apache.cassandra.db that return CounterColumn
 CounterColumn CounterColumn.computeOldShardMerger()
           
static CounterColumn CounterColumn.create(java.nio.ByteBuffer name, java.nio.ByteBuffer value, long timestamp, long timestampOfLastDelete, boolean fromRemote)
           
 CounterColumn CounterUpdateColumn.localCopy(ColumnFamilyStore cfs)
           
 

Uses of CounterColumn in org.apache.cassandra.utils
 

Methods in org.apache.cassandra.utils with parameters of type CounterColumn
 void NodeId.OneShotRenewer.maybeRenew(CounterColumn column)
           
 



Copyright © 2011 The Apache Software Foundation