Package de.elo.ix.client
Class ServerInfoDMC
java.lang.Object
de.elo.ix.client.ServerInfoDMC
- All Implemented Interfaces:
java.io.Serializable
public class ServerInfoDMC
extends java.lang.Object
implements java.io.Serializable
Constants used by the members of the class ServerInfoDM.
- Since:
- 7.00.040.025
- See Also:
ServerInfoDM
, Serialized Form
-
Field Summary
Fields Modifier and Type Field Description static int
STOREMODE_BASEPATH_FILL_UP
Fill up base paths subsequently.static int
STOREMODE_BASEPATH_MASK
This bitmask selects the lower two bits of the ServerInfoDM.storeMode.static int
STOREMODE_BASEPATH_ROUNDROBIN
Fill base paths by round robin algorithm. -
Constructor Summary
Constructors Constructor Description ServerInfoDMC()
-
Method Summary
Modifier and Type Method Description int
getSTOREMODE_BASEPATH_FILL_UP()
int
getSTOREMODE_BASEPATH_MASK()
int
getSTOREMODE_BASEPATH_ROUNDROBIN()
void
setSTOREMODE_BASEPATH_FILL_UP(int sTOREMODEBASEPATHFILLUP)
void
setSTOREMODE_BASEPATH_MASK(int sTOREMODEBASEPATHMASK)
void
setSTOREMODE_BASEPATH_ROUNDROBIN(int sTOREMODEBASEPATHROUNDROBIN)
-
Field Details
-
STOREMODE_BASEPATH_MASK
public static final int STOREMODE_BASEPATH_MASKThis bitmask selects the lower two bits of the ServerInfoDM.storeMode. This bits are equal to one of the STOREMODE_BASEPATH_* constants.- See Also:
- Constant Field Values
-
STOREMODE_BASEPATH_FILL_UP
public static final int STOREMODE_BASEPATH_FILL_UPFill up base paths subsequently.- See Also:
STOREMODE_BASEPATH_MASK
, Constant Field Values
-
STOREMODE_BASEPATH_ROUNDROBIN
public static final int STOREMODE_BASEPATH_ROUNDROBINFill base paths by round robin algorithm.- See Also:
STOREMODE_BASEPATH_MASK
, Constant Field Values
-
-
Constructor Details
-
ServerInfoDMC
public ServerInfoDMC()
-
-
Method Details
-
getSTOREMODE_BASEPATH_FILL_UP
public int getSTOREMODE_BASEPATH_FILL_UP() -
setSTOREMODE_BASEPATH_FILL_UP
public void setSTOREMODE_BASEPATH_FILL_UP(int sTOREMODEBASEPATHFILLUP) -
getSTOREMODE_BASEPATH_ROUNDROBIN
public int getSTOREMODE_BASEPATH_ROUNDROBIN() -
setSTOREMODE_BASEPATH_ROUNDROBIN
public void setSTOREMODE_BASEPATH_ROUNDROBIN(int sTOREMODEBASEPATHROUNDROBIN) -
getSTOREMODE_BASEPATH_MASK
public int getSTOREMODE_BASEPATH_MASK() -
setSTOREMODE_BASEPATH_MASK
public void setSTOREMODE_BASEPATH_MASK(int sTOREMODEBASEPATHMASK)
-