Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 9EC53200BAD for ; Tue, 25 Oct 2016 23:56:10 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 9D74E160AD8; Tue, 25 Oct 2016 21:56:10 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 473E6160AF3 for ; Tue, 25 Oct 2016 23:56:08 +0200 (CEST) Received: (qmail 87078 invoked by uid 500); 25 Oct 2016 21:56:07 -0000 Mailing-List: contact commits-help@geode.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@geode.incubator.apache.org Delivered-To: mailing list commits@geode.incubator.apache.org Received: (qmail 87069 invoked by uid 99); 25 Oct 2016 21:56:07 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Oct 2016 21:56:07 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id CF7291A8BEC for ; Tue, 25 Oct 2016 21:56:06 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -7.019 X-Spam-Level: X-Spam-Status: No, score=-7.019 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-2.999] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id bzzu12Rfj_o9 for ; Tue, 25 Oct 2016 21:55:50 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with SMTP id 7BC4C60DD3 for ; Tue, 25 Oct 2016 21:55:45 +0000 (UTC) Received: (qmail 72496 invoked by uid 99); 25 Oct 2016 21:51:58 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Oct 2016 21:51:58 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id C8765E7E00; Tue, 25 Oct 2016 21:51:58 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: sbawaskar@apache.org To: commits@geode.incubator.apache.org Date: Tue, 25 Oct 2016 21:52:25 -0000 Message-Id: <4018c87f343849d4a7066589362116d7@git.apache.org> In-Reply-To: <4e2243667d854ff08eecf532f23fe07d@git.apache.org> References: <4e2243667d854ff08eecf532f23fe07d@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [28/51] [abbrv] [partial] incubator-geode git commit: Adding javadocs for the 1.0.0-incubating release archived-at: Tue, 25 Oct 2016 21:56:10 -0000 http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/8888a496/releases/latest/javadoc/org/apache/geode/admin/DistributedSystemConfig.html ---------------------------------------------------------------------- diff --git a/releases/latest/javadoc/org/apache/geode/admin/DistributedSystemConfig.html b/releases/latest/javadoc/org/apache/geode/admin/DistributedSystemConfig.html new file mode 100644 index 0000000..62fa010 --- /dev/null +++ b/releases/latest/javadoc/org/apache/geode/admin/DistributedSystemConfig.html @@ -0,0 +1,2713 @@ + + + + + +DistributedSystemConfig (Apache Geode (incubating) 1.0.0-incubating) + + + + + + + + + + + + +
+
org.apache.geode.admin
+

Interface DistributedSystemConfig

+
+
+
+
    +
  • +
    +
    All Superinterfaces:
    +
    java.lang.Cloneable
    +
    +
    +
    All Known Subinterfaces:
    +
    AgentConfig
    +
    +
    +
    Deprecated.  +
    as of 7.0 use the management package instead
    +
    +
    +
    public interface DistributedSystemConfig
    +extends java.lang.Cloneable
    +
    Configuration for defining a GemFire distributed system to + administrate. This configuration includes information about the + discovery mechanism used to find members of the distributed system + and information about managed entities + such as distribution locators + and GemFire cache vms + that can be started. + +

    + + Detailed descriptions of many of these configuration attributes can + be found in the DistributedSystem class. Note that the default values of these + configuration attributes can be specified using Java system + properties. + +

    + + A DistributedSystemConfig can be modified using a + number of mutator methods until the + AdminDistributedSystem that it configures connects to the distributed system. + After that, attempts to modify most attributes in the + DistributedSystemConfig will result in an IllegalStateException being thrown. If you wish to use the same + DistributedSystemConfig to configure multiple + AdminDistributedSystems, a copy of the + DistributedSystemConfig object can be made by invoking + the clone() method.

    +
    +
    Since:
    +
    GemFire 3.5
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      + + + + + + + + + + +
      Nested Classes 
      Modifier and TypeInterface and Description
      static interface DistributedSystemConfig.ConfigListener +
      Deprecated. 
      +
      A listener whose callback methods are invoked when this config + changes.
      +
      +
    • +
    + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      static java.lang.StringBIND_ADDRESS_NAME +
      Deprecated. 
      +
      The name of the "bindAddress" property
      +
      static intDEFAULT_ACK_SEVERE_ALERT_THRESHOLD +
      Deprecated. 
      +
      The default ackSevereAlertThreshold.
      +
      static intDEFAULT_ACK_WAIT_THRESHOLD +
      Deprecated. 
      +
      The default AckWaitThreshold.
      +
      static java.lang.StringDEFAULT_BIND_ADDRESS +
      Deprecated. 
      +
      The default value of the "bindAddress" property
      +
      static booleanDEFAULT_DISABLE_AUTO_RECONNECT +
      Deprecated. 
      +
      The default disable-auto-reconnect setting (false)
      +
      static booleanDEFAULT_DISABLE_TCP +
      Deprecated. 
      +
      The default disable-tcp value (false)
      +
      static booleanDEFAULT_ENABLE_NETWORK_PARTITION_DETECTION +
      Deprecated. 
      +
      The default enable-network-partition-detection setting (false)
      +
      static java.lang.StringDEFAULT_ENTITY_CONFIG_XML_FILE +
      Deprecated. 
      +
      The default value of the "entity-config-xml-file" property + ("distributed-system.xml").
      +
      static java.lang.StringDEFAULT_LOCATORS +
      Deprecated. 
      +
      The default value of the "locators" property ("")
      +
      static intDEFAULT_LOG_DISK_SPACE_LIMIT +
      Deprecated. 
      +
      The default log disk space limit in megabytes (0)
      +
      static java.lang.StringDEFAULT_LOG_FILE +
      Deprecated. 
      +
      The default log-file value ("" which directs logging to standard + output)
      +
      static intDEFAULT_LOG_FILE_SIZE_LIMIT +
      Deprecated. 
      +
      The default log file size limit in megabytes (0)
      +
      static java.lang.StringDEFAULT_LOG_LEVEL +
      Deprecated. 
      +
      The default log level ("config")
      +
      static java.lang.StringDEFAULT_MCAST_ADDRESS +
      Deprecated. 
      +
      The default value of the "mcastAddress" property (239.192.81.1).
      +
      static intDEFAULT_MCAST_PORT +
      Deprecated. 
      +
      The default value of the "mcastPort" property (10334)
      +
      static intDEFAULT_MEMBER_TIMEOUT +
      Deprecated. 
      +
      The default failure-detection timeout period for member heart-beat responses
      +
      static int[]DEFAULT_MEMBERSHIP_PORT_RANGE +
      Deprecated. 
      +
      The default membership-port-range.
      +
      static java.lang.StringDEFAULT_NAME +
      Deprecated. 
      +
      The default value of the "name" property ("").
      +
      static intDEFAULT_REFRESH_INTERVAL +
      Deprecated. 
      +
      The default "refreshInterval" in seconds which will apply to + REFRESH_INTERVAL_NAME property.
      +
      static java.lang.StringDEFAULT_REMOTE_COMMAND +
      Deprecated. 
      +
      The default value of the remote-command property
      +
      static java.lang.StringDEFAULT_SYSTEM_ID +
      Deprecated. 
      +
      The default value of the "system-id" property ("")
      +
      static intDEFAULT_TCP_PORT +
      Deprecated. 
      +
      The default value of the "tcpPort" property.
      +
      static java.lang.StringENTITY_CONFIG_XML_FILE_NAME +
      Deprecated. 
      +
      The name of an XML file that specifies the configuration for the + managed entities administered by the + DistributedSystem.
      +
      static java.lang.StringLOCATORS_NAME +
      Deprecated. 
      +
      The name of the "locators" property (comma-delimited host[port] list)
      +
      static java.lang.StringLOG_DISK_SPACE_LIMIT_NAME +
      Deprecated. 
      +
      The name of the "LogDiskSpaceLimit" property
      +
      static java.lang.StringLOG_FILE_NAME +
      Deprecated. 
      +
      The name of the "logFile" property
      +
      static java.lang.StringLOG_FILE_SIZE_LIMIT_NAME +
      Deprecated. 
      +
      The name of the "LogFileSizeLimit" property
      +
      static java.lang.StringLOG_LEVEL_NAME +
      Deprecated. 
      +
      The name of the "logLevel" property
      +
      static intMAX_ACK_SEVERE_ALERT_THRESHOLD +
      Deprecated. 
      +
      The maximum ackSevereAlertThreshold.
      +
      static intMAX_ACK_WAIT_THRESHOLD +
      Deprecated. 
      +
      The maximum AckWaitThreshold.
      +
      static intMAX_LOG_DISK_SPACE_LIMIT +
      Deprecated. 
      +
      The minimum log disk space limit in megabytes (1000000)
      +
      static intMAX_LOG_FILE_SIZE_LIMIT +
      Deprecated. 
      +
      The minimum log file size limit in megabytes (1000000)
      +
      static intMAX_MCAST_PORT +
      Deprecated. 
      +
      The maximum mcastPort (65535)
      +
      static java.lang.StringMCAST_ADDRESS_NAME +
      Deprecated. 
      +
      The name of the "mcastAddress" property
      +
      static java.lang.StringMCAST_PORT_NAME +
      Deprecated. 
      +
      The name of the "mcastPort" property
      +
      static java.lang.StringMEMBERSHIP_PORT_RANGE_NAME +
      Deprecated. 
      +
      The name of the "membership-port-range" property
      +
      static intMIN_ACK_SEVERE_ALERT_THRESHOLD +
      Deprecated. 
      +
      The minimum ackSevereAlertThreshold.
      +
      static intMIN_ACK_WAIT_THRESHOLD +
      Deprecated. 
      +
      The minimum AckWaitThreshold.
      +
      static intMIN_LOG_DISK_SPACE_LIMIT +
      Deprecated. 
      +
      The minimum log disk space limit in megabytes (0)
      +
      static intMIN_LOG_FILE_SIZE_LIMIT +
      Deprecated. 
      +
      The minimum log file size limit in megabytes (0)
      +
      static intMIN_MCAST_PORT +
      Deprecated. 
      +
      The minimum mcastPort (0)
      +
      static java.lang.StringNAME_NAME +
      Deprecated. 
      +
      The name of the "name" property.
      +
      static java.lang.StringREFRESH_INTERVAL_NAME +
      Deprecated. 
      +
      The name of the "refreshInterval" property which will apply to + SystemMember, SystemMemberCache and StatisticResource refresh.
      +
      static java.lang.StringREMOTE_COMMAND_NAME +
      Deprecated. 
      +
      The name of the remote-command property
      +
      static java.lang.StringSYSTEM_ID_NAME +
      Deprecated. 
      +
      The name of the "system-id" property
      +
      static java.lang.StringTCP_PORT_NAME +
      Deprecated. 
      +
      settings for tcp-port
      +
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and TypeMethod and Description
      voidaddListener(DistributedSystemConfig.ConfigListener listener) +
      Deprecated. 
      +
      Registers listener for notification of changes in this config.
      +
      voidaddSSLProperty(java.lang.String key, + java.lang.String value) +
      Deprecated. 
      +
      Adds an SSL property
      +
      java.lang.Objectclone() +
      Deprecated. 
      +
      Returns a copy of this DistributedSystemConfig + object whose configuration can be modified.
      +
      CacheServerConfigcreateCacheServerConfig() +
      Deprecated.  +
      as of 5.7 use createCacheVmConfig() instead.
      +
      +
      CacheVmConfigcreateCacheVmConfig() +
      Deprecated. 
      +
      Creates the configuration for a CacheVm.
      +
      DistributionLocatorConfigcreateDistributionLocatorConfig() +
      Deprecated. 
      +
      Creates a new DistributionLocatorConfig for a + distribution locator that is managed in this distributed system.
      +
      intgetAckSevereAlertThreshold() +
      Deprecated. 
      +
      Returns the ack-severe-alert-threshold for the system
      +
      intgetAckWaitThreshold() +
      Deprecated. 
      +
      Returns the ack-wait-threshold for the system
      +
      java.lang.StringgetBindAddress() +
      Deprecated. 
      +
      Returns the IP address to which the distributed system's server + sockets are bound.
      +
      CacheServerConfig[]getCacheServerConfigs() +
      Deprecated.  +
      as of 5.7 use getCacheVmConfigs() instead.
      +
      +
      CacheVmConfig[]getCacheVmConfigs() +
      Deprecated. 
      +
      Returns an array of configurations for statically known + CacheVms.
      +
      booleangetDisableAutoReconnect() +
      Deprecated. 
      +
      Returns true if auto reconnect is disabled
      +
      booleangetDisableTcp() +
      Deprecated. 
      +
      Returns the disable-tcp property for the system.
      +
      DistributionLocatorConfig[]getDistributionLocatorConfigs() +
      Deprecated. 
      +
      Returns configuration information about DistributionLocators that are managed by an + AdminDistributedSystem.
      +
      booleangetEnableNetworkPartitionDetection() +
      Deprecated. 
      +
      Returns true if network partition detection is enabled.
      +
      java.lang.StringgetEntityConfigXMLFile() +
      Deprecated. 
      +
      Returns the name of the XML file that specifies the configuration + of the managed entities administered by the + DistributedSystem.
      +
      java.lang.StringgetLocators() +
      Deprecated. 
      +
      Returns a comma-delimited list of locators for the system
      +
      intgetLogDiskSpaceLimit() +
      Deprecated. 
      +
      Returns the log disk space limit in megabytes
      +
      java.lang.StringgetLogFile() +
      Deprecated. 
      +
      Returns the name of the log file to which informational messages + are written.
      +
      intgetLogFileSizeLimit() +
      Deprecated. 
      +
      Returns the log file size limit in megabytes
      +
      java.lang.StringgetLogLevel() +
      Deprecated. 
      +
      Returns the level at which informational messages are logged.
      +
      java.lang.StringgetMcastAddress() +
      Deprecated. 
      +
      Returns the multicast address for the system
      +
      intgetMcastPort() +
      Deprecated. 
      +
      Returns the multicast port for the system
      +
      java.lang.StringgetMembershipPortRange() +
      Deprecated. 
      +
      Returns the membership-port-range property of the Distributed System.
      +
      intgetMemberTimeout() +
      Deprecated. 
      +
      Returns the member-timeout millisecond value used in failure-detection + protocols
      +
      intgetRefreshInterval() +
      Deprecated. 
      +
      Returns the refreshInterval in seconds used for auto-polling and updating + AdminDistributedSystem constituents including SystemMember, CacheServer, + SystemMemberCache and StatisticResource
      +
      java.lang.StringgetRemoteCommand() +
      Deprecated. 
      +
      Returns the remote command setting to use for remote administration
      +
      java.lang.StringgetServerBindAddress() +
      Deprecated. 
      +
      Returns the IP address to which client/server server sockets are + bound
      +
      java.lang.StringgetSSLCiphers() +
      Deprecated. 
      +
      Returns the value of the "ssl-ciphers" property.
      +
      java.util.PropertiesgetSSLProperties() +
      Deprecated. 
      +
      Returns the provider-specific properties for SSL.
      +
      java.lang.StringgetSSLProtocols() +
      Deprecated. 
      +
      Returns the value of the "ssl-protocols" property.
      +
      java.lang.StringgetSystemId() +
      Deprecated. 
      +
      Returns the string identity for the system
      +
      java.lang.StringgetSystemName() +
      Deprecated. 
      +
      Returns the optional non-unique name for the system
      +
      intgetTcpPort() +
      Deprecated. 
      +
      Returns the primary communication port number for the Distributed System.
      +
      booleanisSSLAuthenticationRequired() +
      Deprecated. 
      +
      Returns the value of the "ssl-require-authentication" property.
      +
      booleanisSSLEnabled() +
      Deprecated. 
      +
      Returns the value of the "ssl-enabled" property.
      +
      voidremoveCacheServerConfig(CacheServerConfig managerConfig) +
      Deprecated.  + +
      +
      voidremoveCacheVmConfig(CacheVmConfig existing) +
      Deprecated. 
      +
      Removes the configuration for a CacheVm
      +
      voidremoveDistributionLocatorConfig(DistributionLocatorConfig config) +
      Deprecated. 
      +
      Removes a DistributionLocatorConfig from the + distributed system.
      +
      voidremoveListener(DistributedSystemConfig.ConfigListener listener) +
      Deprecated. 
      +
      Removes previously registered listener of this config.
      +
      voidremoveSSLProperty(java.lang.String key) +
      Deprecated. 
      +
      Removes an SSL property
      +
      voidsetAckSevereAlertThreshold(int seconds) +
      Deprecated. 
      +
      Sets the ack-severe-alert-threshold for the system
      +
      voidsetAckWaitThreshold(int seconds) +
      Deprecated. 
      +
      Sets the ack-wait-threshold for the system
      +
      voidsetBindAddress(java.lang.String bindAddress) +
      Deprecated. 
      +
      Sets the IP address to which the distributed system's server + sockets are bound.
      +
      voidsetDisableAutoReconnect(boolean newValue) +
      Deprecated. 
      +
      Disables auto reconnect after being forced out of the distributed system
      +
      voidsetDisableTcp(boolean flag) +
      Deprecated. 
      +
      Sets the disable-tcp property for the system.
      +
      voidsetEnableNetworkPartitionDetection(boolean newValue) +
      Deprecated. 
      +
      Turns on network partition detection
      +
      voidsetEntityConfigXMLFile(java.lang.String xmlFile) +
      Deprecated. 
      +
      Sets the name of the XML file that specifies the configuration of + managed entities administered by the + DistributedSystem.
      +
      voidsetLocators(java.lang.String locators) +
      Deprecated. 
      +
      Sets the comma-delimited list of locators for the system
      +
      voidsetLogDiskSpaceLimit(int limit) +
      Deprecated. 
      +
      Sets the log disk space limit in megabytes
      +
      voidsetLogFile(java.lang.String logFile) +
      Deprecated. 
      +
      Sets the name of the log file to which informational messages + are written.
      +
      voidsetLogFileSizeLimit(int limit) +
      Deprecated. 
      +
      Sets the log file size limit in megabytes
      +
      voidsetLogLevel(java.lang.String logLevel) +
      Deprecated. 
      +
      Sets the level at which information messages are logged.
      +
      voidsetMcastAddress(java.lang.String mcastAddress) +
      Deprecated. 
      +
      Sets the multicast address for the system
      +
      voidsetMcastPort(int mcastPort) +
      Deprecated. 
      +
      Sets the multicast port for the system
      +
      voidsetMembershipPortRange(java.lang.String membershipPortRange) +
      Deprecated. 
      +
      Sets the membership-port-range property of the Distributed System.
      +
      voidsetMemberTimeout(int value) +
      Deprecated. 
      +
      Set the millisecond value of the member-timeout used in failure-detection + protocols.
      +
      voidsetRefreshInterval(int timeInSecs) +
      Deprecated. 
      +
      Sets the refreshInterval in seconds
      +
      voidsetRemoteCommand(java.lang.String command) +
      Deprecated. 
      +
      Sets the remote command setting to use for remote administration.
      +
      voidsetServerBindAddress(java.lang.String bindAddress) +
      Deprecated. 
      +
      Sets the IP address to which a server cache will bind when listening + for client cache connections.
      +
      voidsetSSLAuthenticationRequired(boolean authRequired) +
      Deprecated. 
      +
      Sets the value of the "ssl-require-authentication" property.
      +
      voidsetSSLCiphers(java.lang.String ciphers) +
      Deprecated. 
      +
      Sets the value of the "ssl-ciphers" property.
      +
      voidsetSSLEnabled(boolean enabled) +
      Deprecated. 
      +
      Sets the value of the "ssl-enabled" property.
      +
      voidsetSSLProperties(java.util.Properties sslProperties) +
      Deprecated. 
      +
      Sets the provider-specific properties for SSL.
      +
      voidsetSSLProtocols(java.lang.String protocols) +
      Deprecated. 
      +
      Sets the value of the "ssl-protocols" property.
      +
      voidsetSystemId(java.lang.String systemId) +
      Deprecated. 
      +
      Sets the string identity for the system
      +
      voidsetSystemName(java.lang.String name) +
      Deprecated. 
      +
      Sets the optional non-unique name for the system
      +
      voidsetTcpPort(int port) +
      Deprecated. 
      +
      Sets the primary communication port number for the Distributed System.
      +
      voidvalidate() +
      Deprecated. 
      +
      Validates that this distributed system configuration is correct + and consistent.
      +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        ENTITY_CONFIG_XML_FILE_NAME

        +
        static final java.lang.String ENTITY_CONFIG_XML_FILE_NAME
        +
        Deprecated. 
        +
        The name of an XML file that specifies the configuration for the + managed entities administered by the + DistributedSystem. The XML file must conform to a + dtd.
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        DEFAULT_ENTITY_CONFIG_XML_FILE

        +
        static final java.lang.String DEFAULT_ENTITY_CONFIG_XML_FILE
        +
        Deprecated. 
        +
        The default value of the "entity-config-xml-file" property + ("distributed-system.xml").
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        SYSTEM_ID_NAME

        +
        static final java.lang.String SYSTEM_ID_NAME
        +
        Deprecated. 
        +
        The name of the "system-id" property
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        DEFAULT_SYSTEM_ID

        +
        static final java.lang.String DEFAULT_SYSTEM_ID
        +
        Deprecated. 
        +
        The default value of the "system-id" property ("")
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + + + + + +
        +
      • +

        DEFAULT_NAME

        +
        static final java.lang.String DEFAULT_NAME
        +
        Deprecated. 
        +
        The default value of the "name" property (""). See getSystemName().
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        MCAST_PORT_NAME

        +
        static final java.lang.String MCAST_PORT_NAME
        +
        Deprecated. 
        +
        The name of the "mcastPort" property
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        DEFAULT_MCAST_PORT

        +
        static final int DEFAULT_MCAST_PORT
        +
        Deprecated. 
        +
        The default value of the "mcastPort" property (10334)
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        MIN_MCAST_PORT

        +
        static final int MIN_MCAST_PORT
        +
        Deprecated. 
        +
        The minimum mcastPort (0)
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        MAX_MCAST_PORT

        +
        static final int MAX_MCAST_PORT
        +
        Deprecated. 
        +
        The maximum mcastPort (65535)
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        MCAST_ADDRESS_NAME

        +
        static final java.lang.String MCAST_ADDRESS_NAME
        +
        Deprecated. 
        +
        The name of the "mcastAddress" property
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        DEFAULT_MCAST_ADDRESS

        +
        static final java.lang.String DEFAULT_MCAST_ADDRESS
        +
        Deprecated. 
        +
        The default value of the "mcastAddress" property (239.192.81.1).
        +
      • +
      + + + +
        +
      • +

        MEMBERSHIP_PORT_RANGE_NAME

        +
        static final java.lang.String MEMBERSHIP_PORT_RANGE_NAME
        +
        Deprecated. 
        +
        The name of the "membership-port-range" property
        +
        +
        Since:
        +
        GemFire 6.5
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        DEFAULT_MEMBERSHIP_PORT_RANGE

        +
        static final int[] DEFAULT_MEMBERSHIP_PORT_RANGE
        +
        Deprecated. 
        +
        The default membership-port-range. +

        Actual value is [1024,65535].

        +
        +
        Since:
        +
        GemFire 6.5
        +
        +
      • +
      + + + +
        +
      • +

        TCP_PORT_NAME

        +
        static final java.lang.String TCP_PORT_NAME
        +
        Deprecated. 
        +
        settings for tcp-port
        +
        +
        Since:
        +
        GemFire 6.5
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        DEFAULT_TCP_PORT

        +
        static final int DEFAULT_TCP_PORT
        +
        Deprecated. 
        +
        The default value of the "tcpPort" property. +

        Actual value is 0.

        +
        +
        Since:
        +
        GemFire 6.5
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        DEFAULT_ACK_WAIT_THRESHOLD

        +
        static final int DEFAULT_ACK_WAIT_THRESHOLD
        +
        Deprecated. 
        +
        The default AckWaitThreshold. +

        Actual value of this constant is 15 seconds.

        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        MIN_ACK_WAIT_THRESHOLD

        +
        static final int MIN_ACK_WAIT_THRESHOLD
        +
        Deprecated. 
        +
        The minimum AckWaitThreshold. +

        Actual value of this constant is 1 second.

        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        MAX_ACK_WAIT_THRESHOLD

        +
        static final int MAX_ACK_WAIT_THRESHOLD
        +
        Deprecated. 
        +
        The maximum AckWaitThreshold. +

        Actual value of this constant is MAX_INT seconds.

        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        DEFAULT_ACK_SEVERE_ALERT_THRESHOLD

        +
        static final int DEFAULT_ACK_SEVERE_ALERT_THRESHOLD
        +
        Deprecated. 
        +
        The default ackSevereAlertThreshold. +

        Actual value of this constant is 0 seconds, which + turns off forced disconnects based on ack wait periods.

        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        MIN_ACK_SEVERE_ALERT_THRESHOLD

        +
        static final int MIN_ACK_SEVERE_ALERT_THRESHOLD
        +
        Deprecated. 
        +
        The minimum ackSevereAlertThreshold. +

        Actual value of this constant is 0 second, + which turns off forced disconnects based on ack wait periods.

        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        MAX_ACK_SEVERE_ALERT_THRESHOLD

        +
        static final int MAX_ACK_SEVERE_ALERT_THRESHOLD
        +
        Deprecated. 
        +
        The maximum ackSevereAlertThreshold. +

        Actual value of this constant is MAX_INT seconds.

        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        LOCATORS_NAME

        +
        static final java.lang.String LOCATORS_NAME
        +
        Deprecated. 
        +
        The name of the "locators" property (comma-delimited host[port] list)
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        DEFAULT_LOCATORS

        +
        static final java.lang.String DEFAULT_LOCATORS
        +
        Deprecated. 
        +
        The default value of the "locators" property ("")
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        BIND_ADDRESS_NAME

        +
        static final java.lang.String BIND_ADDRESS_NAME
        +
        Deprecated. 
        +
        The name of the "bindAddress" property
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        DEFAULT_BIND_ADDRESS

        +
        static final java.lang.String DEFAULT_BIND_ADDRESS
        +
        Deprecated. 
        +
        The default value of the "bindAddress" property
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        REMOTE_COMMAND_NAME

        +
        static final java.lang.String REMOTE_COMMAND_NAME
        +
        Deprecated. 
        +
        The name of the remote-command property
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        DEFAULT_REMOTE_COMMAND

        +
        static final java.lang.String DEFAULT_REMOTE_COMMAND
        +
        Deprecated. 
        +
        The default value of the remote-command property
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        DEFAULT_DISABLE_TCP

        +
        static final boolean DEFAULT_DISABLE_TCP
        +
        Deprecated. 
        +
        The default disable-tcp value (false)
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        DEFAULT_ENABLE_NETWORK_PARTITION_DETECTION

        +
        static final boolean DEFAULT_ENABLE_NETWORK_PARTITION_DETECTION
        +
        Deprecated. 
        +
        The default enable-network-partition-detection setting (false)
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        DEFAULT_DISABLE_AUTO_RECONNECT

        +
        static final boolean DEFAULT_DISABLE_AUTO_RECONNECT
        +
        Deprecated. 
        +
        The default disable-auto-reconnect setting (false)
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        DEFAULT_MEMBER_TIMEOUT

        +
        static final int DEFAULT_MEMBER_TIMEOUT
        +
        Deprecated. 
        +
        The default failure-detection timeout period for member heart-beat responses
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        LOG_FILE_NAME

        +
        static final java.lang.String LOG_FILE_NAME
        +
        Deprecated. 
        +
        The name of the "logFile" property
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        DEFAULT_LOG_FILE

        +
        static final java.lang.String DEFAULT_LOG_FILE
        +
        Deprecated. 
        +
        The default log-file value ("" which directs logging to standard + output)
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        LOG_LEVEL_NAME

        +
        static final java.lang.String LOG_LEVEL_NAME
        +
        Deprecated. 
        +
        The name of the "logLevel" property
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        DEFAULT_LOG_LEVEL

        +
        static final java.lang.String DEFAULT_LOG_LEVEL
        +
        Deprecated. 
        +
        The default log level ("config")
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        LOG_DISK_SPACE_LIMIT_NAME

        +
        static final java.lang.String LOG_DISK_SPACE_LIMIT_NAME
        +
        Deprecated. 
        +
        The name of the "LogDiskSpaceLimit" property
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        DEFAULT_LOG_DISK_SPACE_LIMIT

        +
        static final int DEFAULT_LOG_DISK_SPACE_LIMIT
        +
        Deprecated. 
        +
        The default log disk space limit in megabytes (0)
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        MIN_LOG_DISK