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
static CounterColumn CounterColumn.create(java.nio.ByteBuffer name, java.nio.ByteBuffer value, long timestamp, long timestampOfLastDelete, IColumnSerializer.Flag flag)
           
 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 © 2012 The Apache Software Foundation