org.usergrid.persistence.cassandra
Class IndexUpdate.IndexEntry
java.lang.Object
org.usergrid.persistence.cassandra.IndexUpdate.IndexEntry
- Enclosing class:
- IndexUpdate
public class IndexUpdate.IndexEntry
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IndexUpdate.IndexEntry
public IndexUpdate.IndexEntry(String path,
Object value,
UUID timestampUuid,
ByteBuffer ledgerColumn)
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.