Class ConnectionConfig

java.lang.Object
org.apache.geode.management.api.ConnectionConfig

@Experimental public class ConnectionConfig extends Object
Concrete implementation of ConnectionConfig which can be used where the various connection properties should be set directly as opposed to being derived from another context such as a Cache. For example GeodeClusterManagementServiceConnectionConfig.
See Also:
  • Constructor Details

    • ConnectionConfig

      public ConnectionConfig()
    • ConnectionConfig

      public ConnectionConfig(String host, int port)
  • Method Details