Package de.elo.ix.client
Class ServerInfoDMC
java.lang.Object
de.elo.ix.client.ServerInfoDMC
- All Implemented Interfaces:
Serializable
Constants used by the members of the class ServerInfoDM.
- Since:
- 7.00.040.025
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intFill up base paths subsequently.static final intThis bitmask selects the lower two bits of the ServerInfoDM.storeMode.static final intFill base paths by round robin algorithm. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintintvoidsetSTOREMODE_BASEPATH_FILL_UP(int sTOREMODEBASEPATHFILLUP) voidsetSTOREMODE_BASEPATH_MASK(int sTOREMODEBASEPATHMASK) voidsetSTOREMODE_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:
-
STOREMODE_BASEPATH_FILL_UP
public static final int STOREMODE_BASEPATH_FILL_UPFill up base paths subsequently.- See Also:
-
STOREMODE_BASEPATH_ROUNDROBIN
public static final int STOREMODE_BASEPATH_ROUNDROBINFill base paths by round robin algorithm.- See Also:
-
-
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)
-