Uses of Class
org.apache.cassandra.db.context.IContext.ContextRelationship

Packages that use IContext.ContextRelationship
org.apache.cassandra.db.context   
 

Uses of IContext.ContextRelationship in org.apache.cassandra.db.context
 

Methods in org.apache.cassandra.db.context that return IContext.ContextRelationship
 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 © 2012 The Apache Software Foundation