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 intAT_MOST_ONCE_OPTIONstatic StringBIND_ADDRESSstatic StringLOCAL_MEMBER_HOSTstatic StringLOCAL_MEMBER_PORTstatic StringMAX_RETRIESstatic StringMCAST_ADDRESSstatic StringMCAST_BIND_ADDRESSstatic StringMCAST_CLUSTER_DOMAINstatic StringMCAST_FREQUENCYstatic StringMCAST_PORTstatic StringMEMBER_DROP_TIMEstatic intMEMBERSHIP_MSG_OPTIONstatic intMSG_ORDER_OPTIONstatic byte[]RPC_CHANNEL_IDstatic StringRPC_INIT_CHANNELThe ID of the RPC initialization message channelstatic StringRPC_MEMBERSHIP_CHANNELThe ID of the RPC membership message channel.static StringRPC_MESSAGING_CHANNELThe ID of the RPC messaging channelstatic StringTCP_LISTEN_HOSTstatic StringTCP_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
-
-