Package org.apache.geode.admin
Class AdminConfig
java.lang.Object
org.apache.geode.admin.AdminConfig
Deprecated.
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
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AdminConfig.Entry[]loadConfig(File file) Deprecated.static voidstoreConfig(File file, AdminConfig.Entry[] entries) Deprecated.
-
Constructor Details
-
AdminConfig
public AdminConfig()Deprecated.
-
-
Method Details
-
loadConfig
Deprecated.- Throws:
IOException
-
storeConfig
Deprecated.- Throws:
IOException
-
managementpackage instead