org.usergrid.tools
Class EntityInsertBenchMark.IndexEntry

java.lang.Object
  extended by org.usergrid.tools.EntityInsertBenchMark.IndexEntry
Enclosing class:
EntityInsertBenchMark

public static class EntityInsertBenchMark.IndexEntry
extends Object


Constructor Summary
EntityInsertBenchMark.IndexEntry(UUID entityId, 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

EntityInsertBenchMark.IndexEntry

public EntityInsertBenchMark.IndexEntry(UUID entityId,
                                        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 © 2012. All Rights Reserved.