Package de.xima.fc.config
Class XfcConfigKeys.Cluster
java.lang.Object
de.xima.fc.config.XfcConfigKeys.Cluster
- Enclosing class:
- XfcConfigKeys
Constants with the names of the settings in the
cluster.properties
configuration file.- Author:
- XIMA MEDIA GmbH
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Gibt an ob der XFC-Server im Clustermodus laufen sollstatic final String
static final String
Definiert den Clustergruppennamen.static final String
Eindeutiger Name des Knotens innerhalb der Gruppestatic final String
static final String
Gibt an um welchen Node-Type es sich handeltstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
GROUP_NAME
Definiert den Clustergruppennamen. Sollen verschiedene Knoten miteinander Kommunizieren, so müssen diese alle den selben Gruppennamen habe.- See Also:
-
NODE_NAME
Eindeutiger Name des Knotens innerhalb der Gruppe- See Also:
-
NODE_NAME_DYNAMIC
- See Also:
-
NODE_TYPE
Gibt an um welchen Node-Type es sich handelt- See Also:
-
ACTIVE
Gibt an ob der XFC-Server im Clustermodus laufen soll- See Also:
-
PROTOCOL_STACK
- See Also:
-
PROTOCOL_TYPE
- See Also:
-
EXTENDED_CONFIG
- See Also:
-
PROTOCOL
- See Also:
-
UDP_BIND_ADDRESS
- See Also:
-
UDP_BIND_PORT
- See Also:
-
UDP_EXTERNAL_USE
- See Also:
-
UDP_EXTERNAL_ADDRESS
- See Also:
-
UDP_EXTERNAL_PORT
- See Also:
-
UDP_MCAST_ADDRESS
- See Also:
-
UDP_MCAST_PORT
- See Also:
-
TCP_BIND_ADDRESS
- See Also:
-
TCP_BIND_PORT
- See Also:
-
TCP_EXTERNAL_USE
- See Also:
-
TCP_EXTERNAL_ADDRESS
- See Also:
-
TCP_EXTERNAL_PORT
- See Also:
-
TCP_INITIAL_HOSTS
- See Also:
-
WAIT_TIMEOUT
- See Also:
-
TCP_MERGE3_MIN_INTERVAL
- See Also:
-
TCP_MERGE3_MAX_INTERVAL
- See Also:
-
TCP_FD_ALL_INTERVAL
- See Also:
-
TCP_FD_ALL_TIMEOUT
- See Also:
-
TCP_GMS_ATTEMPTS
- See Also:
-
TCP_GMS_TIMEOUT
- See Also:
-
UDP_MERGE3_MIN_INTERVAL
- See Also:
-
UDP_MERGE3_MAX_INTERVAL
- See Also:
-
UDP_FD_ALL_INTERVAL
- See Also:
-
UDP_FD_ALL_TIMEOUT
- See Also:
-
UDP_GMS_ATTEMPTS
- See Also:
-
UDP_GMS_TIMEOUT
- See Also:
-
-
Constructor Details
-
Cluster
public Cluster()
-