Class GlobalConfiguration

    • Method Detail

      • getProtocol

        public java.lang.String getProtocol()
        The protocol to use (e.g. kafka, opendds)
        Returns:
        The protocol
      • setProtocol

        public void setProtocol​(java.lang.String protocol)
        The protocol to use (e.g. kafka, opendds)
        Parameters:
        protocol - The protocol
      • getProtocolLibrary

        public java.lang.String getProtocolLibrary()
        The protocol library to use
        Returns:
        The protocol library
      • setProtocolLibrary

        public void setProtocolLibrary​(java.lang.String protolib)
        The protocol library to use
        Parameters:
        protolib - The protocol library
      • getMastershipLibrary

        public java.lang.String getMastershipLibrary()
        The mastership library to use
        Returns:
        The mastership library
      • setMastershipLibrary

        public void setMastershipLibrary​(java.lang.String protolib)
        The mastership library to use
        Parameters:
        protolib - The mastership library
      • getMaxMessageSize

        public java.lang.Integer getMaxMessageSize()
        The max message size managed
        Returns:
        The max message size
      • setMaxMessageSize

        public void setMaxMessageSize​(java.lang.Integer msgSize)
        The max message size managed
        Parameters:
        msgSize - The max message size
      • getServerLostTimeout

        public java.lang.Integer getServerLostTimeout()
        The timeout on server lost
        Returns:
        The server lost timeout in ms
      • setServerLostTimeout

        public void setServerLostTimeout​(java.lang.Integer timeout)
        The timeout on server lost
        Parameters:
        timeout - The server lost timeout in ms
      • getGlobalLogLevel

        public DDM_LOG_LEVEL getGlobalLogLevel()
        The global log value
        Returns:
        The global log value
      • setGlobalLogLevel

        public void setGlobalLogLevel​(DDM_LOG_LEVEL level)
        The global log value
        Parameters:
        level - The global log value