Package | Description |
---|---|
org.apache.cassandra.db.context |
Modifier and Type | Method and Description |
---|---|
IContext.ContextRelationship |
CounterContext.diff(java.nio.ByteBuffer left,
java.nio.ByteBuffer right)
Determine the count relationship between two contexts.
|
IContext.ContextRelationship |
IContext.diff(java.nio.ByteBuffer left,
java.nio.ByteBuffer right)
Determine the relationship between two contexts.
|
static IContext.ContextRelationship |
IContext.ContextRelationship.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IContext.ContextRelationship[] |
IContext.ContextRelationship.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2013 The Apache Software Foundation