| Package | Description | 
|---|---|
| org.apache.cassandra.db.context | 
| Modifier and Type | Method and 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) | 
| Modifier and Type | Method and Description | 
|---|---|
| int | CounterContext.ContextState. compareIdTo(CounterContext.ContextState other) | 
| void | CounterContext.ContextState. copyTo(CounterContext.ContextState other) | 
Copyright © 2018 The Apache Software Foundation