org.usergrid.persistence.cassandra
Class IndexUpdate.UniqueIndexEntry

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

public static class IndexUpdate.UniqueIndexEntry
extends Object


Constructor Summary
IndexUpdate.UniqueIndexEntry(String path, Object value)
           
 
Method Summary
 me.prettyprint.hector.api.beans.DynamicComposite getIndexComposite()
           
 String getPath()
           
 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.UniqueIndexEntry

public IndexUpdate.UniqueIndexEntry(String path,
                                    Object value)
Method Detail

getPath

public String getPath()

setPath

public void setPath(String path)

getValue

public Object getValue()

getValueCode

public byte getValueCode()

getIndexComposite

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


Copyright © 2013. All Rights Reserved.