Return-Path: X-Original-To: apmail-geode-commits-archive@minotaur.apache.org Delivered-To: apmail-geode-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CE9B11984F for ; Sat, 12 Mar 2016 13:51:20 +0000 (UTC) Received: (qmail 74715 invoked by uid 500); 12 Mar 2016 13:51:20 -0000 Delivered-To: apmail-geode-commits-archive@geode.apache.org Received: (qmail 74675 invoked by uid 500); 12 Mar 2016 13:51:20 -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 74666 invoked by uid 99); 12 Mar 2016 13:51:20 -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; Sat, 12 Mar 2016 13:51:20 +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 35AED1A0066 for ; Sat, 12 Mar 2016 13:51:20 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -2.349 X-Spam-Level: X-Spam-Status: No, score=-2.349 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, KAM_MANYCOMMENTS=1.2, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.329] autolearn=disabled Received: from mx2-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 ROL7xZymxiMo for ; Sat, 12 Mar 2016 13:50:58 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx2-lw-us.apache.org (ASF Mail Server at mx2-lw-us.apache.org) with SMTP id 48C595FB6F for ; Sat, 12 Mar 2016 13:50:51 +0000 (UTC) Received: (qmail 72539 invoked by uid 99); 12 Mar 2016 13:50:50 -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; Sat, 12 Mar 2016 13:50:50 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id AA894DFB8A; Sat, 12 Mar 2016 13:50:50 +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: Sat, 12 Mar 2016 13:51:08 -0000 Message-Id: <08be8e4a3fd94811b3dbd19f6ec1537b@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [38/51] [partial] incubator-geode git commit: GEODE-54: Missing javadocs http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/fb1ba1f9/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/UncreatedSystemException.html ---------------------------------------------------------------------- diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/UncreatedSystemException.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/UncreatedSystemException.html deleted file mode 100644 index 2402069..0000000 --- a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/UncreatedSystemException.html +++ /dev/null @@ -1,313 +0,0 @@ - - - - - -UncreatedSystemException (Apache Geode 1.0.0-incubating.M2-SNAPSHOT) - - - - - - - - - - - - -
-
com.gemstone.gemfire
-

Class UncreatedSystemException

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable
    -
    -
    -
    -
    public class UncreatedSystemException
    -extends NoSystemException
    -
    An UncreatedSystemException is thrown when the specified - locator's directory or configuration file can not be found. -

    - The most likely reasons for this are: -

      -
    • The wrong locator directory was given. -
    • The locator was deleted or never created. -
    -

    As of GemFire 5.0 this exception should be named UncreatedLocatorException.

    -
    -
    See Also:
    -
    Serialized Form
    -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - - -
      Constructors 
      Constructor and Description
      UncreatedSystemException(java.lang.String message) -
      Creates a new UncreatedSystemException.
      -
      UncreatedSystemException(java.lang.String message, - java.lang.Throwable cause) -
      Creates a new UncreatedSystemException with the given message - and cause.
      -
      -
    • -
    - -
      -
    • - - -

      Method Summary

      - -
        -
      • - - -

        Methods inherited from class java.lang.Throwable

        -addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        UncreatedSystemException

        -
        public UncreatedSystemException(java.lang.String message)
        -
        Creates a new UncreatedSystemException.
        -
      • -
      - - - -
        -
      • -

        UncreatedSystemException

        -
        public UncreatedSystemException(java.lang.String message,
        -                                java.lang.Throwable cause)
        -
        Creates a new UncreatedSystemException with the given message - and cause.
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/fb1ba1f9/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/UnmodifiableException.html ---------------------------------------------------------------------- diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/UnmodifiableException.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/UnmodifiableException.html deleted file mode 100644 index 48a047e..0000000 --- a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/UnmodifiableException.html +++ /dev/null @@ -1,284 +0,0 @@ - - - - - -UnmodifiableException (Apache Geode 1.0.0-incubating.M2-SNAPSHOT) - - - - - - - - - - - - -
-
com.gemstone.gemfire
-

Class UnmodifiableException

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • java.lang.Throwable
    • -
    • - -
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable
    -
    -
    -
    -
    public class UnmodifiableException
    -extends GemFireException
    -
    A UnmodifiableException is thrown when a - an attempt is made to modify a GemFire member configuration attribute - that can not currently be modified. In most cases the reason it can - not be modified is that the member is active.
    -
    -
    See Also:
    -
    Serialized Form
    -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Summary

      - - - - - - - - -
      Constructors 
      Constructor and Description
      UnmodifiableException(java.lang.String message) -
      Creates a new UnmodifiableException.
      -
      -
    • -
    - -
      -
    • - - -

      Method Summary

      - -
        -
      • - - -

        Methods inherited from class java.lang.Throwable

        -addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        UnmodifiableException

        -
        public UnmodifiableException(java.lang.String message)
        -
        Creates a new UnmodifiableException.
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/fb1ba1f9/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/UnstartedSystemException.html ---------------------------------------------------------------------- diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/UnstartedSystemException.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/UnstartedSystemException.html deleted file mode 100644 index f19499b..0000000 --- a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/UnstartedSystemException.html +++ /dev/null @@ -1,314 +0,0 @@ - - - - - -UnstartedSystemException (Apache Geode 1.0.0-incubating.M2-SNAPSHOT) - - - - - - - - - - - - -
-
com.gemstone.gemfire
-

Class UnstartedSystemException

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable
    -
    -
    -
    -
    public class UnstartedSystemException
    -extends NoSystemException
    -
    An UnstartedSystemException is thrown when the specified - locator exists but is not running or could not be connected to. -

    - The most likely reasons for this are: -

      -
    • The locator has not completely started. -
    • The locator is stopping. -
    • The locator died or was killed. -
    -

    As of GemFire 5.0 this exception should be named UnstartedLocatorException.

    -
    -
    See Also:
    -
    Serialized Form
    -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - - -
      Constructors 
      Constructor and Description
      UnstartedSystemException(java.lang.String message) -
      Creates a new UnstartedSystemException.
      -
      UnstartedSystemException(java.lang.String message, - java.lang.Throwable cause) -
      Creates a new UnstartedSystemException with the given message - and cause.
      -
      -
    • -
    - -
      -
    • - - -

      Method Summary

      - -
        -
      • - - -

        Methods inherited from class java.lang.Throwable

        -addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        UnstartedSystemException

        -
        public UnstartedSystemException(java.lang.String message)
        -
        Creates a new UnstartedSystemException.
        -
      • -
      - - - -
        -
      • -

        UnstartedSystemException

        -
        public UnstartedSystemException(java.lang.String message,
        -                                java.lang.Throwable cause)
        -
        Creates a new UnstartedSystemException with the given message - and cause.
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/fb1ba1f9/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/AdminConfig.Entry.html ---------------------------------------------------------------------- diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/AdminConfig.Entry.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/AdminConfig.Entry.html deleted file mode 100644 index afd3470..0000000 --- a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/AdminConfig.Entry.html +++ /dev/null @@ -1,370 +0,0 @@ - - - - - -AdminConfig.Entry (Apache Geode 1.0.0-incubating.M2-SNAPSHOT) - - - - - - - - - - - - -
-
com.gemstone.gemfire.admin
-

Class AdminConfig.Entry

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • com.gemstone.gemfire.admin.AdminConfig.Entry
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    AdminConfig
    -
    -
    -
    -
    public static class AdminConfig.Entry
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Field Summary

      - - - - - - - - - - - - - - - - - - - - - - -
      Fields 
      Modifier and TypeField and Description
      java.lang.Stringhost 
      java.lang.Stringname 
      intport 
      java.lang.Stringtype 
      -
    • -
    - -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - - -
      Constructors 
      Constructor and Description
      Entry(java.lang.String line) 
      Entry(java.lang.String name, - java.lang.String type, - java.lang.String host, - int port) 
      -
    • -
    - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      java.lang.StringtoString() 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Field Detail

      - - - -
        -
      • -

        name

        -
        public java.lang.String name
        -
      • -
      - - - -
        -
      • -

        type

        -
        public java.lang.String type
        -
      • -
      - - - -
        -
      • -

        host

        -
        public java.lang.String host
        -
      • -
      - - - -
        -
      • -

        port

        -
        public int port
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        Entry

        -
        public Entry(java.lang.String line)
        -
      • -
      - - - -
        -
      • -

        Entry

        -
        public Entry(java.lang.String name,
        -             java.lang.String type,
        -             java.lang.String host,
        -             int port)
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/fb1ba1f9/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/AdminConfig.html ---------------------------------------------------------------------- diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/AdminConfig.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/AdminConfig.html deleted file mode 100644 index a69a69b..0000000 --- a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/AdminConfig.html +++ /dev/null @@ -1,338 +0,0 @@ - - - - - -AdminConfig (Apache Geode 1.0.0-incubating.M2-SNAPSHOT) - - - - - - - - - - - - -
-
com.gemstone.gemfire.admin
-

Class AdminConfig

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • com.gemstone.gemfire.admin.AdminConfig
    • -
    -
  • -
-
-
    -
  • -
    -
    Deprecated.  -
    as of 7.0 use the management package instead
    -
    -
    -
    public class AdminConfig
    -extends java.lang.Object
    -
    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 
      Modifier and TypeClass and Description
      static class AdminConfig.Entry -
      Deprecated. 
      -
    • -
    - -
      -
    • - - -

      Constructor Summary

      - - - - - - - - -
      Constructors 
      Constructor and Description
      AdminConfig() -
      Deprecated. 
      -
    • -
    - - -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      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
        -
        -
      • -
      -
    • -
    -
  • -
-
- - - - - - - -