public static final class ClusteringConstants.Parameters
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
APPLICATION_DOMAIN
This parameter is only valid when the "mode" parameter is set to "application"
This indicates the domain in which the the applications being load balanced are deployed.
|
static java.lang.String |
ATMOST_ONCE_MSG_SEMANTICS
Maintain atmost-once message processing semantics
|
static java.lang.String |
AVOID_INITIATION
Do not automatically initialize the cluster.
|
static java.lang.String |
DOMAIN
The clustering domain/group.
|
static java.lang.String |
IS_ACTIVE
Indicates whether this member is ACTIVE or PASSIVE
|
static java.lang.String |
LOAD_BALANCE_EVENT_HANDLER
This is the even handler which will be notified in the case of load balancing events occurring.
|
static java.lang.String |
MEMBERSHIP_LISTENER
The implementaion of
|
static java.lang.String |
MEMBERSHIP_SCHEME
The membership scheme used in this setup.
|
static java.lang.String |
MODE
Indicates the mode in which this member is running.
|
static java.lang.String |
PRESERVE_MSG_ORDER
Preserve message ordering.
|
static java.lang.String |
SYNCHRONIZE_ALL_MEMBERS
When a Web service request is received, and processed, before the response is sent to the
client, should we update the states of all members in the cluster? If the value of
this parameter is set to "true", the response to the client will be sent only after
all the members have been updated.
|
| Constructor and Description |
|---|
Parameters() |
public static final java.lang.String MEMBERSHIP_SCHEME
public static final java.lang.String DOMAIN
public static final java.lang.String MODE
public static final java.lang.String LOAD_BALANCE_EVENT_HANDLER
public static final java.lang.String APPLICATION_DOMAIN
public static final java.lang.String SYNCHRONIZE_ALL_MEMBERS
public static final java.lang.String AVOID_INITIATION
public static final java.lang.String PRESERVE_MSG_ORDER
public static final java.lang.String ATMOST_ONCE_MSG_SEMANTICS
public static final java.lang.String IS_ACTIVE
public static final java.lang.String MEMBERSHIP_LISTENER
Copyright © 2004-2021 The Apache Software Foundation. All Rights Reserved.