Package de.xima.fc.config
Class XfcConfigDefaults.Cluster
- java.lang.Object
-
- de.xima.fc.config.XfcConfigDefaults.Cluster
-
- Enclosing class:
- XfcConfigDefaults
public static final class XfcConfigDefaults.Cluster extends Object
Default values for the various settings in thecluster.properties
configuration file.- Author:
- XIMA MEDIA GmbH
-
-
Field Summary
Fields Modifier and Type Field Description static long
FD_ALL_INTERVAL
static long
FD_ALL_TIMEOUT
static int
GMS_ATTEMPTS
static long
GMS_TIMEOUT
static long
MERGE3_MAX_INTERVAL
static long
MERGE3_MIN_INTERVAL
static int
TCP_BIND_PORT
static int
UDP_BIND_PORT
static String
UDP_MCAST_ADDRESS
static int
UDP_MCAST_PORT
-
-
-
Field Detail
-
UDP_MCAST_ADDRESS
public static final String UDP_MCAST_ADDRESS
- See Also:
- Constant Field Values
-
UDP_MCAST_PORT
public static final int UDP_MCAST_PORT
- See Also:
- Constant Field Values
-
UDP_BIND_PORT
public static final int UDP_BIND_PORT
- See Also:
- Constant Field Values
-
TCP_BIND_PORT
public static final int TCP_BIND_PORT
- See Also:
- Constant Field Values
-
MERGE3_MIN_INTERVAL
public static final long MERGE3_MIN_INTERVAL
- See Also:
- Constant Field Values
-
MERGE3_MAX_INTERVAL
public static final long MERGE3_MAX_INTERVAL
- See Also:
- Constant Field Values
-
FD_ALL_INTERVAL
public static final long FD_ALL_INTERVAL
- See Also:
- Constant Field Values
-
FD_ALL_TIMEOUT
public static final long FD_ALL_TIMEOUT
- See Also:
- Constant Field Values
-
GMS_ATTEMPTS
public static final int GMS_ATTEMPTS
- See Also:
- Constant Field Values
-
GMS_TIMEOUT
public static final long GMS_TIMEOUT
- See Also:
- Constant Field Values
-
-