Class TribesConstants
- java.lang.Object
-
- org.apache.axis2.clustering.tribes.TribesConstants
-
public final class TribesConstants extends Object
This class holds the configuration parameters which are specific to Tribes
-
-
Field Summary
Fields Modifier and Type Field Description static int
AT_MOST_ONCE_OPTION
static String
BIND_ADDRESS
static String
LOCAL_MEMBER_HOST
static String
LOCAL_MEMBER_PORT
static String
MAX_RETRIES
static String
MCAST_ADDRESS
static String
MCAST_BIND_ADDRESS
static String
MCAST_CLUSTER_DOMAIN
static String
MCAST_FREQUENCY
static String
MCAST_PORT
static String
MEMBER_DROP_TIME
static int
MEMBERSHIP_MSG_OPTION
static int
MSG_ORDER_OPTION
static byte[]
RPC_CHANNEL_ID
static String
RPC_INIT_CHANNEL
The ID of the RPC initialization message channelstatic String
RPC_MEMBERSHIP_CHANNEL
The ID of the RPC membership message channel.static String
RPC_MESSAGING_CHANNEL
The ID of the RPC messaging channelstatic String
TCP_LISTEN_HOST
static String
TCP_LISTEN_PORT
-
Constructor Summary
Constructors Constructor Description TribesConstants()
-
-
-
Field Detail
-
RPC_INIT_CHANNEL
public static final String RPC_INIT_CHANNEL
The ID of the RPC initialization message channel- See Also:
- Constant Field Values
-
RPC_MESSAGING_CHANNEL
public static final String RPC_MESSAGING_CHANNEL
The ID of the RPC messaging channel- See Also:
- Constant Field Values
-
RPC_MEMBERSHIP_CHANNEL
public static final String RPC_MEMBERSHIP_CHANNEL
The ID of the RPC membership message channel. This channel is only used when WKA membership discovery mechanism is used- See Also:
- Constant Field Values
-
MSG_ORDER_OPTION
public static final int MSG_ORDER_OPTION
- See Also:
- Constant Field Values
-
MEMBERSHIP_MSG_OPTION
public static final int MEMBERSHIP_MSG_OPTION
- See Also:
- Constant Field Values
-
AT_MOST_ONCE_OPTION
public static final int AT_MOST_ONCE_OPTION
- See Also:
- Constant Field Values
-
RPC_CHANNEL_ID
public static final byte[] RPC_CHANNEL_ID
-
LOCAL_MEMBER_HOST
public static final String LOCAL_MEMBER_HOST
- See Also:
- Constant Field Values
-
LOCAL_MEMBER_PORT
public static final String LOCAL_MEMBER_PORT
- See Also:
- Constant Field Values
-
MCAST_ADDRESS
public static final String MCAST_ADDRESS
- See Also:
- Constant Field Values
-
MCAST_BIND_ADDRESS
public static final String MCAST_BIND_ADDRESS
- See Also:
- Constant Field Values
-
MCAST_PORT
public static final String MCAST_PORT
- See Also:
- Constant Field Values
-
MCAST_FREQUENCY
public static final String MCAST_FREQUENCY
- See Also:
- Constant Field Values
-
MEMBER_DROP_TIME
public static final String MEMBER_DROP_TIME
- See Also:
- Constant Field Values
-
MCAST_CLUSTER_DOMAIN
public static final String MCAST_CLUSTER_DOMAIN
- See Also:
- Constant Field Values
-
TCP_LISTEN_HOST
public static final String TCP_LISTEN_HOST
- See Also:
- Constant Field Values
-
BIND_ADDRESS
public static final String BIND_ADDRESS
- See Also:
- Constant Field Values
-
TCP_LISTEN_PORT
public static final String TCP_LISTEN_PORT
- See Also:
- Constant Field Values
-
MAX_RETRIES
public static final String MAX_RETRIES
- See Also:
- Constant Field Values
-
-