org.usergrid.mq.cassandra
Class QueueIndexUpdate.QueueIndexEntry

java.lang.Object
  extended by org.usergrid.mq.cassandra.QueueIndexUpdate.QueueIndexEntry
Enclosing class:
QueueIndexUpdate

public class QueueIndexUpdate.QueueIndexEntry
extends Object


Constructor Summary
QueueIndexUpdate.QueueIndexEntry(String path, Object value, UUID timestampUuid)
           
 
Method Summary
 me.prettyprint.hector.api.beans.DynamicComposite getIndexComposite()
           
 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

QueueIndexUpdate.QueueIndexEntry

public QueueIndexUpdate.QueueIndexEntry(String path,
                                        Object value,
                                        UUID timestampUuid)
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()


Copyright © 2013. All Rights Reserved.