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.propertiesconfiguration file.- Author:
 - XIMA MEDIA GmbH
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static longFD_ALL_INTERVALstatic longFD_ALL_TIMEOUTstatic intGMS_ATTEMPTSstatic longGMS_TIMEOUTstatic longMERGE3_MAX_INTERVALstatic longMERGE3_MIN_INTERVALstatic intTCP_BIND_PORTstatic intUDP_BIND_PORTstatic StringUDP_MCAST_ADDRESSstatic intUDP_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
 
 
 - 
 
 -