Package org.jgroups
Class Event
- java.lang.Object
-
- org.jgroups.Event
-
- Direct Known Subclasses:
ExecutorEvent
public class Event extends java.lang.Object
Event is a JGroups internal class used for inter-stack and intra-stack communication.- Since:
- 2.0
- Author:
- Bela Ban
-
-
Field Summary
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> T
arg()
<T> T
getArg()
int
getType()
java.lang.String
toString()
int
type()
static java.lang.String
type2String(int t)
-
-
-
Field Detail
-
CONNECT
public static final int CONNECT
- See Also:
- Constant Field Values
-
DISCONNECT
public static final int DISCONNECT
- See Also:
- Constant Field Values
-
VIEW_CHANGE
public static final int VIEW_CHANGE
- See Also:
- Constant Field Values
-
SET_LOCAL_ADDRESS
public static final int SET_LOCAL_ADDRESS
- See Also:
- Constant Field Values
-
SUSPECT
public static final int SUSPECT
- See Also:
- Constant Field Values
-
BLOCK
public static final int BLOCK
- See Also:
- Constant Field Values
-
FIND_MBRS
public static final int FIND_MBRS
- See Also:
- Constant Field Values
-
FIND_INITIAL_MBRS
public static final int FIND_INITIAL_MBRS
- See Also:
- Constant Field Values
-
FIND_MBRS_ASYNC
public static final int FIND_MBRS_ASYNC
- See Also:
- Constant Field Values
-
MERGE
public static final int MERGE
- See Also:
- Constant Field Values
-
TMP_VIEW
public static final int TMP_VIEW
- See Also:
- Constant Field Values
-
BECOME_SERVER
public static final int BECOME_SERVER
- See Also:
- Constant Field Values
-
GET_APPLSTATE
public static final int GET_APPLSTATE
- See Also:
- Constant Field Values
-
GET_STATE
public static final int GET_STATE
- See Also:
- Constant Field Values
-
GET_STATE_OK
public static final int GET_STATE_OK
- See Also:
- Constant Field Values
-
STABLE
public static final int STABLE
- See Also:
- Constant Field Values
-
GET_DIGEST
public static final int GET_DIGEST
- See Also:
- Constant Field Values
-
SET_DIGEST
public static final int SET_DIGEST
- See Also:
- Constant Field Values
-
OVERWRITE_DIGEST
public static final int OVERWRITE_DIGEST
- See Also:
- Constant Field Values
-
UNSUSPECT
public static final int UNSUSPECT
- See Also:
- Constant Field Values
-
MERGE_DIGEST
public static final int MERGE_DIGEST
- See Also:
- Constant Field Values
-
CONFIG
public static final int CONFIG
- See Also:
- Constant Field Values
-
SUSPEND_STABLE
public static final int SUSPEND_STABLE
- See Also:
- Constant Field Values
-
RESUME_STABLE
public static final int RESUME_STABLE
- See Also:
- Constant Field Values
-
SUSPEND
public static final int SUSPEND
- See Also:
- Constant Field Values
-
RESUME
public static final int RESUME
- See Also:
- Constant Field Values
-
STATE_TRANSFER_INPUTSTREAM
public static final int STATE_TRANSFER_INPUTSTREAM
- See Also:
- Constant Field Values
-
STATE_TRANSFER_OUTPUTSTREAM
public static final int STATE_TRANSFER_OUTPUTSTREAM
- See Also:
- Constant Field Values
-
STATE_TRANSFER_INPUTSTREAM_CLOSED
public static final int STATE_TRANSFER_INPUTSTREAM_CLOSED
- See Also:
- Constant Field Values
-
UNBLOCK
public static final int UNBLOCK
- See Also:
- Constant Field Values
-
CLOSE_BARRIER
public static final int CLOSE_BARRIER
- See Also:
- Constant Field Values
-
OPEN_BARRIER
public static final int OPEN_BARRIER
- See Also:
- Constant Field Values
-
REBROADCAST
public static final int REBROADCAST
- See Also:
- Constant Field Values
-
CONNECT_WITH_STATE_TRANSFER
public static final int CONNECT_WITH_STATE_TRANSFER
- See Also:
- Constant Field Values
-
GET_PHYSICAL_ADDRESS
public static final int GET_PHYSICAL_ADDRESS
- See Also:
- Constant Field Values
-
GET_LOGICAL_PHYSICAL_MAPPINGS
public static final int GET_LOGICAL_PHYSICAL_MAPPINGS
- See Also:
- Constant Field Values
-
ADD_PHYSICAL_ADDRESS
public static final int ADD_PHYSICAL_ADDRESS
- See Also:
- Constant Field Values
-
REMOVE_ADDRESS
public static final int REMOVE_ADDRESS
- See Also:
- Constant Field Values
-
GET_LOCAL_ADDRESS
public static final int GET_LOCAL_ADDRESS
- See Also:
- Constant Field Values
-
CONNECT_USE_FLUSH
public static final int CONNECT_USE_FLUSH
- See Also:
- Constant Field Values
-
CONNECT_WITH_STATE_TRANSFER_USE_FLUSH
public static final int CONNECT_WITH_STATE_TRANSFER_USE_FLUSH
- See Also:
- Constant Field Values
-
SUSPEND_BUT_FAIL
public static final int SUSPEND_BUT_FAIL
- See Also:
- Constant Field Values
-
LOCK
public static final int LOCK
- See Also:
- Constant Field Values
-
UNLOCK
public static final int UNLOCK
- See Also:
- Constant Field Values
-
UNLOCK_ALL
public static final int UNLOCK_ALL
- See Also:
- Constant Field Values
-
LOCK_AWAIT
public static final int LOCK_AWAIT
- See Also:
- Constant Field Values
-
LOCK_SIGNAL
public static final int LOCK_SIGNAL
- See Also:
- Constant Field Values
-
IS_MERGE_IN_PROGRESS
public static final int IS_MERGE_IN_PROGRESS
- See Also:
- Constant Field Values
-
GET_PHYSICAL_ADDRESSES
public static final int GET_PHYSICAL_ADDRESSES
- See Also:
- Constant Field Values
-
SITE_UNREACHABLE
public static final int SITE_UNREACHABLE
- See Also:
- Constant Field Values
-
FORWARD_TO_COORD
public static final int FORWARD_TO_COORD
- See Also:
- Constant Field Values
-
PUNCH_HOLE
public static final int PUNCH_HOLE
- See Also:
- Constant Field Values
-
CLOSE_HOLE
public static final int CLOSE_HOLE
- See Also:
- Constant Field Values
-
GET_VIEW_FROM_COORD
public static final int GET_VIEW_FROM_COORD
- See Also:
- Constant Field Values
-
GET_PING_DATA
public static final int GET_PING_DATA
- See Also:
- Constant Field Values
-
GET_SECRET_KEY
public static final int GET_SECRET_KEY
- See Also:
- Constant Field Values
-
SET_SECRET_KEY
public static final int SET_SECRET_KEY
- See Also:
- Constant Field Values
-
UNLOCK_FORCE
public static final int UNLOCK_FORCE
- See Also:
- Constant Field Values
-
INSTALL_MERGE_VIEW
public static final int INSTALL_MERGE_VIEW
- See Also:
- Constant Field Values
-
USER_DEFINED
public static final int USER_DEFINED
- See Also:
- Constant Field Values
-
GET_DIGEST_EVT
public static final Event GET_DIGEST_EVT
-
-