Class ServerInfoDMC

java.lang.Object
de.elo.ix.client.ServerInfoDMC
All Implemented Interfaces:
Serializable

public class ServerInfoDMC extends Object implements Serializable
Constants used by the members of the class ServerInfoDM.
Since:
7.00.040.025
See Also:
  • Field Details

    • STOREMODE_BASEPATH_MASK

      public static final int STOREMODE_BASEPATH_MASK
      This 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_UP
      Fill up base paths subsequently.
      See Also:
    • STOREMODE_BASEPATH_ROUNDROBIN

      public static final int STOREMODE_BASEPATH_ROUNDROBIN
      Fill 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)