ostore.apps.traces
Class TraceIterator
java.lang.Object
|
+--ostore.apps.traces.TraceIterator
- All Implemented Interfaces:
- Iterator
- Direct Known Subclasses:
- INS_NFS_ASCII_Iterator, INS_NFS_Iterator, MobileUserIterator, SetupIterator, SurgeIterator
- public abstract class TraceIterator
- extends Object
- implements Iterator
A test client that submits read requests using traces built by SURGE
- Version:
- $Id: TraceIterator.java,v 1.4 2002/08/02 19:52:42 geels Exp $
- Author:
- Hakim Weatherspoon
Method Summary |
String |
toString()
Returns a human-readable representation of this ReplicaReq . |
CREATE
public static final int CREATE
- See Also:
- Constant Field Values
OPEN
public static final int OPEN
- See Also:
- Constant Field Values
CLOSE
public static final int CLOSE
- See Also:
- Constant Field Values
READ
public static final int READ
- See Also:
- Constant Field Values
WRITE
public static final int WRITE
- See Also:
- Constant Field Values
TRUNCATE
public static final int TRUNCATE
- See Also:
- Constant Field Values
EXPAND
public static final int EXPAND
- See Also:
- Constant Field Values
APPEND
public static final int APPEND
- See Also:
- Constant Field Values
REPLACE
public static final int REPLACE
- See Also:
- Constant Field Values
SETATTR
public static final int SETATTR
- See Also:
- Constant Field Values
GETATTR
public static final int GETATTR
- See Also:
- Constant Field Values
NOP
public static final int NOP
- See Also:
- Constant Field Values
ALL
public static final long ALL
- See Also:
- Constant Field Values
NO_DELAY
public static final long NO_DELAY
- See Also:
- Constant Field Values
NO_OFFTIME
public static final long NO_OFFTIME
- See Also:
- Constant Field Values
TraceIterator
public TraceIterator()
toString
public String toString()
- Returns a human-readable representation of this
ReplicaReq
.
- Overrides:
toString
in class Object