|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ostore.apps.traces.TraceObject
A test client that submits read requests using traces built by SURGE
Constructor Summary | |
---|---|
TraceObject(int operation,
String name,
long offset,
long length,
byte[] data,
long requestDelay,
long offTime)
|
Method Summary | |
---|---|
byte[] |
getData()
Returns a human-readable representation of this ReplicaReq . |
long |
getLength()
Returns a human-readable representation of this ReplicaReq . |
String |
getName()
Returns a human-readable representation of this ReplicaReq . |
long |
getOffset()
Returns a human-readable representation of this ReplicaReq . |
long |
getOffTime()
Returns a human-readable representation of this ReplicaReq . |
int |
getOperation()
Returns a human-readable representation of this ReplicaReq . |
long |
getRequestDelay()
Returns a human-readable representation of this ReplicaReq . |
String |
toString()
Returns a human-readable representation of this ReplicaReq . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public TraceObject(int operation, String name, long offset, long length, byte[] data, long requestDelay, long offTime)
Method Detail |
public int getOperation()
ReplicaReq
.
public String getName()
ReplicaReq
.
public long getOffset()
ReplicaReq
.
public long getLength()
ReplicaReq
.
public byte[] getData()
ReplicaReq
.
public long getRequestDelay()
ReplicaReq
.
public long getOffTime()
ReplicaReq
.
public String toString()
ReplicaReq
.
toString
in class Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |