Uses of Class
org.apache.cassandra.db.context.CounterContext.ContextState

Packages that use CounterContext.ContextState
org.apache.cassandra.db.context   
 

Uses of CounterContext.ContextState in org.apache.cassandra.db.context
 

Methods in org.apache.cassandra.db.context that return CounterContext.ContextState
static CounterContext.ContextState CounterContext.ContextState.allocate(int elementCount, int deltaCount)
           
static CounterContext.ContextState CounterContext.ContextState.allocate(int elementCount, int deltaCount, Allocator allocator)
           
 CounterContext.ContextState CounterContext.ContextState.duplicate()
           
 

Methods in org.apache.cassandra.db.context with parameters of type CounterContext.ContextState
 int CounterContext.ContextState.compareIdTo(CounterContext.ContextState other)
           
 void CounterContext.ContextState.copyTo(CounterContext.ContextState other)
           
 



Copyright © 2011 The Apache Software Foundation