Class AdminConfig

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

  • @Deprecated
    public class AdminConfig
    extends java.lang.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
    • Constructor Detail

      • AdminConfig

        public AdminConfig()
        Deprecated.
    • Method Detail

      • loadConfig

        public static AdminConfig.Entry[] loadConfig​(java.io.File file)
                                              throws java.io.IOException
        Deprecated.
        Throws:
        java.io.IOException
      • storeConfig

        public static void storeConfig​(java.io.File file,
                                       AdminConfig.Entry[] entries)
                                throws java.io.IOException
        Deprecated.
        Throws:
        java.io.IOException