ostore.util
Class StageId
java.lang.Object
|
+--ostore.util.StageId
- public class StageId
- extends Object
This class stores contants by which to refer to stages in the
running system. We use stage identifiers in some messages to
provide the classifier a field by which it may filter messages
for dispatching to stages.
- Version:
- $Id: StageId.java,v 1.5 2002/05/03 18:12:33 hweather Exp $
- Author:
- Patrick R. Eaton
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INNER_STAGE
public static final int INNER_STAGE
- See Also:
- Constant Field Values
READ_STAGE
public static final int READ_STAGE
- See Also:
- Constant Field Values
REPLICA_STAGE
public static final int REPLICA_STAGE
- See Also:
- Constant Field Values
UPDATE_STAGE
public static final int UPDATE_STAGE
- See Also:
- Constant Field Values
CLIENT_STAGE
public static final int CLIENT_STAGE
- See Also:
- Constant Field Values
GENERATE_CHKPT_STAGE
public static final int GENERATE_CHKPT_STAGE
- See Also:
- Constant Field Values
GENERATE_FRAGS_STAGE
public static final int GENERATE_FRAGS_STAGE
- See Also:
- Constant Field Values
RECOALESCE_BLK_STAGE
public static final int RECOALESCE_BLK_STAGE
- See Also:
- Constant Field Values
REQUESTOR_STAGE
public static final int REQUESTOR_STAGE
- See Also:
- Constant Field Values
DISSEMINATOR_STAGE
public static final int DISSEMINATOR_STAGE
- See Also:
- Constant Field Values
SET_CREATOR_STAGE
public static final int SET_CREATOR_STAGE
- See Also:
- Constant Field Values
ARCHIVAL_STORAGE_STAGE
public static final int ARCHIVAL_STORAGE_STAGE
- See Also:
- Constant Field Values
FAKE_REQUESTOR_DISSEMINATOR_STAGE
public static final int FAKE_REQUESTOR_DISSEMINATOR_STAGE
- See Also:
- Constant Field Values
ARCHIVER_STAGE
public static final int ARCHIVER_STAGE
- See Also:
- Constant Field Values
UPDATE_VERIFIABLE_BLOCKS_STAGE
public static final int UPDATE_VERIFIABLE_BLOCKS_STAGE
- See Also:
- Constant Field Values
StageId
public StageId()