Uses of Class
org.apache.cassandra.db.context.CounterContext.ContextState
-
Packages that use CounterContext.ContextState Package Description 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 Modifier and Type Method Description static CounterContext.ContextStateCounterContext.ContextState. allocate(int globalCount, int localCount, int remoteCount)Allocate a new context big enough for globalCount + localCount + remoteCount elements and return the initial corresponding ContextState.static CounterContext.ContextStateCounterContext.ContextState. wrap(java.nio.ByteBuffer context)Methods in org.apache.cassandra.db.context with parameters of type CounterContext.ContextState Modifier and Type Method Description intCounterContext.ContextState. compareIdTo(CounterContext.ContextState other)voidCounterContext.ContextState. copyTo(CounterContext.ContextState other)
-