Class TribesConstants
java.lang.Object
org.apache.axis2.clustering.tribes.TribesConstants
This class holds the configuration parameters which are specific to Tribes
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final intstatic final intstatic final byte[]static final StringThe ID of the RPC initialization message channelstatic final StringThe ID of the RPC membership message channel.static final StringThe ID of the RPC messaging channelstatic final Stringstatic final String -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
RPC_INIT_CHANNEL
The ID of the RPC initialization message channel- See Also:
-
RPC_MESSAGING_CHANNEL
The ID of the RPC messaging channel- See Also:
-
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:
-
MSG_ORDER_OPTION
public static final int MSG_ORDER_OPTION- See Also:
-
MEMBERSHIP_MSG_OPTION
public static final int MEMBERSHIP_MSG_OPTION- See Also:
-
AT_MOST_ONCE_OPTION
public static final int AT_MOST_ONCE_OPTION- See Also:
-
RPC_CHANNEL_ID
public static final byte[] RPC_CHANNEL_ID -
LOCAL_MEMBER_HOST
- See Also:
-
LOCAL_MEMBER_PORT
- See Also:
-
MCAST_ADDRESS
- See Also:
-
MCAST_BIND_ADDRESS
- See Also:
-
MCAST_PORT
- See Also:
-
MCAST_FREQUENCY
- See Also:
-
MEMBER_DROP_TIME
- See Also:
-
MCAST_CLUSTER_DOMAIN
- See Also:
-
TCP_LISTEN_HOST
- See Also:
-
BIND_ADDRESS
- See Also:
-
TCP_LISTEN_PORT
- See Also:
-
MAX_RETRIES
- See Also:
-
-
Constructor Details
-
TribesConstants
public TribesConstants()
-