Uses of Class
org.apache.cassandra.db.context.CounterContext.ContextState
Packages that use CounterContext.ContextState
-
Uses of CounterContext.ContextState in org.apache.cassandra.db.context
Methods in org.apache.cassandra.db.context that return CounterContext.ContextStateModifier and TypeMethodDescriptionstatic 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(ByteBuffer context) Methods in org.apache.cassandra.db.context with parameters of type CounterContext.ContextStateModifier and TypeMethodDescriptionintCounterContext.ContextState.compareIdTo(CounterContext.ContextState other) voidCounterContext.ContextState.copyTo(CounterContext.ContextState other)