org.scale7.cassandra.pelops
Class Operand

java.lang.Object
  extended by org.scale7.cassandra.pelops.Operand
Direct Known Subclasses:
Mutator, RowDeletor, Selector

public class Operand
extends Object

Base class for objects operating against a Cassandra keyspace.

Author:
dominicwilliams

Nested Class Summary
protected static interface Operand.IOperation<ReturnType>
           
 
Field Summary
protected  IThriftPool thrift
           
 
Constructor Summary
protected Operand(IThriftPool thrift)
           
 
Method Summary
protected
<ReturnType>
ReturnType
tryOperation(Operand.IOperation<ReturnType> operation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

thrift

protected final IThriftPool thrift
Constructor Detail

Operand

protected Operand(IThriftPool thrift)
Method Detail

tryOperation

protected <ReturnType> ReturnType tryOperation(Operand.IOperation<ReturnType> operation)
                           throws PelopsException
Throws:
PelopsException


Copyright © 2011. All Rights Reserved.