org.usergrid.persistence.cassandra
Class IndexUpdate.IndexEntry

java.lang.Object
  extended by org.usergrid.persistence.cassandra.IndexUpdate.IndexEntry
Enclosing class:
IndexUpdate

public class IndexUpdate.IndexEntry
extends Object


Constructor Summary
IndexUpdate.IndexEntry(String path, Object value, UUID timestampUuid, ByteBuffer ledgerColumn)
           
 
Method Summary
 me.prettyprint.hector.api.beans.DynamicComposite getIndexComposite()
           
 me.prettyprint.hector.api.beans.DynamicComposite getIndexComposite(Object... ids)
           
 ByteBuffer getLedgerColumn()
           
 String getPath()
           
 UUID getTimestampUuid()
           
 Object getValue()
           
 byte getValueCode()
           
 void setPath(String path)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexUpdate.IndexEntry

public IndexUpdate.IndexEntry(String path,
                              Object value,
                              UUID timestampUuid,
                              ByteBuffer ledgerColumn)
Method Detail

getPath

public String getPath()

setPath

public void setPath(String path)

getValue

public Object getValue()

getValueCode

public byte getValueCode()

getTimestampUuid

public UUID getTimestampUuid()

getIndexComposite

public me.prettyprint.hector.api.beans.DynamicComposite getIndexComposite()

getIndexComposite

public me.prettyprint.hector.api.beans.DynamicComposite getIndexComposite(Object... ids)

getLedgerColumn

public ByteBuffer getLedgerColumn()


Copyright © 2013. All Rights Reserved.