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.ContextState
CounterContext.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.ContextState
CounterContext.ContextState. wrap(java.nio.ByteBuffer context)
Methods in org.apache.cassandra.db.context with parameters of type CounterContext.ContextState Modifier and Type Method Description int
CounterContext.ContextState. compareIdTo(CounterContext.ContextState other)
void
CounterContext.ContextState. copyTo(CounterContext.ContextState other)
-