Class AdminConfig

java.lang.Object
org.apache.geode.admin.AdminConfig

@Deprecated public class AdminConfig extends Object
Deprecated.
as of 7.0 use the management package instead
AdminConfig loads/stores the member information list. The list contains all of the members being monitored.

Config must be of the format:

  • Name=What you want displayed as a name for the instance
  • Type=SERVER|CLIENT
  • Host=A valid hostname or IP Address where the instance is running
  • Port=The port you are using to open the monitor port for the instance