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 D786918221 for ; Fri, 22 Apr 2016 22:47:04 +0000 (UTC) Received: (qmail 10390 invoked by uid 500); 22 Apr 2016 22:47:04 -0000 Delivered-To: apmail-geode-commits-archive@geode.apache.org Received: (qmail 10358 invoked by uid 500); 22 Apr 2016 22:47:04 -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 10349 invoked by uid 99); 22 Apr 2016 22:47:04 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Apr 2016 22:47:04 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 2F89CC31A6 for ; Fri, 22 Apr 2016 22:47:04 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -3.016 X-Spam-Level: X-Spam-Status: No, score=-3.016 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.996] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id hLZrhYBUYk_S for ; Fri, 22 Apr 2016 22:46:57 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with SMTP id E31D760FE3 for ; Fri, 22 Apr 2016 22:46:45 +0000 (UTC) Received: (qmail 7628 invoked by uid 99); 22 Apr 2016 22:46:43 -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; Fri, 22 Apr 2016 22:46:43 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 7F33CDFF41; Fri, 22 Apr 2016 22:46:43 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: dbarnes@apache.org To: commits@geode.incubator.apache.org Date: Fri, 22 Apr 2016 22:47:10 -0000 Message-Id: <0142ee777bb146e89f0a3e9e1b57033f@git.apache.org> In-Reply-To: <540609d930434691af7e4f7cfc810d8f@git.apache.org> References: <540609d930434691af7e4f7cfc810d8f@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [29/51] [partial] incubator-geode git commit: Adding javadocs for the M2 release, removed snapshot version http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/534f8357/releases/10M2/javadoc/com/gemstone/gemfire/admin/ManagedEntity.html ---------------------------------------------------------------------- diff --git a/releases/10M2/javadoc/com/gemstone/gemfire/admin/ManagedEntity.html b/releases/10M2/javadoc/com/gemstone/gemfire/admin/ManagedEntity.html new file mode 100644 index 0000000..bf7ddf6 --- /dev/null +++ b/releases/10M2/javadoc/com/gemstone/gemfire/admin/ManagedEntity.html @@ -0,0 +1,396 @@ + + + + + +ManagedEntity (Apache Geode 1.0.0-incubating.M2) + + + + + + + + + + + + +
+
com.gemstone.gemfire.admin
+

Interface ManagedEntity

+
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and TypeMethod and Description
      java.lang.StringgetLog() +
      Deprecated. 
      +
      Returns the tail of this manage entity's log file.
      +
      booleanisRunning() +
      Deprecated. 
      +
      Returns whether or not this managed entity is running.
      +
      voidstart() +
      Deprecated. 
      +
      Starts this managed entity.
      +
      voidstop() +
      Deprecated. 
      +
      Stops this managed entity.
      +
      booleanwaitToStart(long timeout) +
      Deprecated. 
      +
      Waits for up to a given number of milliseconds for this managed + entity to start.
      +
      booleanwaitToStop(long timeout) +
      Deprecated. 
      +
      Waits for up to a given number of milliseconds for this managed + entity to stop.
      +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        start

        +
        void start()
        +    throws AdminException
        +
        Deprecated. 
        +
        Starts this managed entity. Note that this method may return + before the managed entity is actually started.
        +
        +
        Throws:
        +
        AdminException - If a problem is encountered while starting this managed + entity.
        +
        java.lang.IllegalStateException - If this managed entity resides on a remote machine and a + null or empty ("") remote command has + been specified.
        +
        See Also:
        +
        waitToStart(long)
        +
        +
      • +
      + + + +
        +
      • +

        stop

        +
        void stop()
        +   throws AdminException
        +
        Deprecated. 
        +
        Stops this managed entity. Note that this method may return + before the managed entity is actually stopped.
        +
        +
        Throws:
        +
        AdminException - If a problem is encountered while stopping this managed + entity.
        +
        java.lang.IllegalStateException - If this managed entity resides on a remote machine and a + null or empty ("") remote command has + been specified.
        +
        See Also:
        +
        waitToStop(long)
        +
        +
      • +
      + + + +
        +
      • +

        waitToStart

        +
        boolean waitToStart(long timeout)
        +             throws java.lang.InterruptedException
        +
        Deprecated. 
        +
        Waits for up to a given number of milliseconds for this managed + entity to start.
        +
        +
        Parameters:
        +
        timeout - The number of milliseconds to wait for this managed entity + to start.
        +
        Returns:
        +
        Whether or not the entity has started. + false, if the method times out.
        +
        Throws:
        +
        java.lang.InterruptedException - If the thread invoking this method is interrupted while + waiting.
        +
        +
      • +
      + + + +
        +
      • +

        waitToStop

        +
        boolean waitToStop(long timeout)
        +            throws java.lang.InterruptedException
        +
        Deprecated. 
        +
        Waits for up to a given number of milliseconds for this managed + entity to stop.
        +
        +
        Parameters:
        +
        timeout - The number of milliseconds to wait for this managed entity + to stop.
        +
        Returns:
        +
        Whether or not the entity has stopped. + false, if the method times out.
        +
        Throws:
        +
        java.lang.InterruptedException - If the thread invoking this method is interrupted while + waiting.
        +
        +
      • +
      + + + +
        +
      • +

        isRunning

        +
        boolean isRunning()
        +
        Deprecated. 
        +
        Returns whether or not this managed entity is running. Note that + this operation may attempt to contact the managed entity.
        +
        +
        Throws:
        +
        java.lang.IllegalStateException - If this managed entity resides on a remote machine and a + null or empty ("") remote command has + been specified.
        +
        +
      • +
      + + + +
        +
      • +

        getLog

        +
        java.lang.String getLog()
        +                 throws AdminException
        +
        Deprecated. 
        +
        Returns the tail of this manage entity's log file. Note that not + all managed entities implement this functionality.
        +
        +
        Throws:
        +
        AdminException - If a problem is encountered while getting the log of this + managed entity.
        +
        java.lang.UnsupportedOperationException - If this managed entity does not support retrieving its + log.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/534f8357/releases/10M2/javadoc/com/gemstone/gemfire/admin/ManagedEntityConfig.html ---------------------------------------------------------------------- diff --git a/releases/10M2/javadoc/com/gemstone/gemfire/admin/ManagedEntityConfig.html b/releases/10M2/javadoc/com/gemstone/gemfire/admin/ManagedEntityConfig.html new file mode 100644 index 0000000..c266d54 --- /dev/null +++ b/releases/10M2/javadoc/com/gemstone/gemfire/admin/ManagedEntityConfig.html @@ -0,0 +1,438 @@ + + + + + +ManagedEntityConfig (Apache Geode 1.0.0-incubating.M2) + + + + + + + + + + + + +
+
com.gemstone.gemfire.admin
+

Interface ManagedEntityConfig

+
+
+
+
    +
  • +
    +
    All Superinterfaces:
    +
    java.lang.Cloneable
    +
    +
    +
    All Known Subinterfaces:
    +
    CacheServerConfig, CacheVmConfig, DistributionLocatorConfig
    +
    +
    +
    Deprecated.  +
    as of 7.0 use the management package instead
    +
    +
    +
    public interface ManagedEntityConfig
    +extends java.lang.Cloneable
    +
    Common configuration for all entities that can be managed using the + GemFire administration API. Note that once a managed entity has + been started, attempts to modify + its configuration will cause an IllegalStateException to be + thrown.
    +
    +
    Since:
    +
    4.0
    +
    See Also:
    +
    ManagedEntity
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and TypeMethod and Description
      java.lang.Objectclone() +
      Deprecated. 
      +
      Returns a new ManagedEntityConfig with the same + configuration as this ManagedEntityConfig.
      +
      java.lang.StringgetHost() +
      Deprecated. 
      +
      Returns the name of the host on which the managed entity runs or + will run.
      +
      java.lang.StringgetProductDirectory() +
      Deprecated. 
      +
      Returns the name of the GemFire product directory to use when + administering the managed entity.
      +
      java.lang.StringgetRemoteCommand() +
      Deprecated. 
      +
      Returns the command prefix used to administer a managed entity + that is hosted on a remote machine.
      +
      java.lang.StringgetWorkingDirectory() +
      Deprecated. 
      +
      Returns the name of the working directory in which the managed + entity runs or will run.
      +
      voidsetHost(java.lang.String host) +
      Deprecated. 
      +
      Sets the name of the host on which the managed entity will run.
      +
      voidsetProductDirectory(java.lang.String dir) +
      Deprecated. 
      +
      Sets the name of the GemFire product directory to use when + administering the managed entity.
      +
      voidsetRemoteCommand(java.lang.String remoteCommand) +
      Deprecated. 
      +
      Sets the command prefix used to administer a managed entity that + is hosted on a remote machine.
      +
      voidsetWorkingDirectory(java.lang.String dir) +
      Deprecated. 
      +
      Sets the name of the working directory in which the managed + entity will run.
      +
      voidvalidate() +
      Deprecated. 
      +
      Validates this configuration.
      +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getHost

        +
        java.lang.String getHost()
        +
        Deprecated. 
        +
        Returns the name of the host on which the managed entity runs or + will run.
        +
      • +
      + + + +
        +
      • +

        setHost

        +
        void setHost(java.lang.String host)
        +
        Deprecated. 
        +
        Sets the name of the host on which the managed entity will run.
        +
      • +
      + + + +
        +
      • +

        getWorkingDirectory

        +
        java.lang.String getWorkingDirectory()
        +
        Deprecated. 
        +
        Returns the name of the working directory in which the managed + entity runs or will run.
        +
      • +
      + + + +
        +
      • +

        setWorkingDirectory

        +
        void setWorkingDirectory(java.lang.String dir)
        +
        Deprecated. 
        +
        Sets the name of the working directory in which the managed + entity will run.
        +
      • +
      + + + +
        +
      • +

        getProductDirectory

        +
        java.lang.String getProductDirectory()
        +
        Deprecated. 
        +
        Returns the name of the GemFire product directory to use when + administering the managed entity.
        +
      • +
      + + + +
        +
      • +

        setProductDirectory

        +
        void setProductDirectory(java.lang.String dir)
        +
        Deprecated. 
        +
        Sets the name of the GemFire product directory to use when + administering the managed entity.
        +
      • +
      + + + +
        +
      • +

        getRemoteCommand

        +
        java.lang.String getRemoteCommand()
        +
        Deprecated. 
        +
        Returns the command prefix used to administer a managed entity + that is hosted on a remote machine. If the remote command is + null (the default value), then the remote command + associated with the distributed system + will be used.
        +
      • +
      + + + +
        +
      • +

        setRemoteCommand

        +
        void setRemoteCommand(java.lang.String remoteCommand)
        +
        Deprecated. 
        +
        Sets the command prefix used to administer a managed entity that + is hosted on a remote machine.
        +
      • +
      + + + +
        +
      • +

        validate

        +
        void validate()
        +
        Deprecated. 
        +
        Validates this configuration.
        +
        +
        Throws:
        +
        java.lang.IllegalStateException - If a managed entity cannot be administered using this + configuration
        +
        +
      • +
      + + + +
        +
      • +

        clone

        +
        java.lang.Object clone()
        +                throws java.lang.CloneNotSupportedException
        +
        Deprecated. 
        +
        Returns a new ManagedEntityConfig with the same + configuration as this ManagedEntityConfig.
        +
        +
        Throws:
        +
        java.lang.CloneNotSupportedException
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/534f8357/releases/10M2/javadoc/com/gemstone/gemfire/admin/MemberHealthConfig.html ---------------------------------------------------------------------- diff --git a/releases/10M2/javadoc/com/gemstone/gemfire/admin/MemberHealthConfig.html b/releases/10M2/javadoc/com/gemstone/gemfire/admin/MemberHealthConfig.html new file mode 100644 index 0000000..d6a367a --- /dev/null +++ b/releases/10M2/javadoc/com/gemstone/gemfire/admin/MemberHealthConfig.html @@ -0,0 +1,560 @@ + + + + + +MemberHealthConfig (Apache Geode 1.0.0-incubating.M2) + + + + + + + + + + + + +
+
com.gemstone.gemfire.admin
+

Interface MemberHealthConfig

+
+
+
+
    +
  • +
    +
    All Known Subinterfaces:
    +
    GemFireHealthConfig
    +
    +
    +
    Deprecated.  +
    as of 7.0 use the management package instead
    +
    +
    +
    public interface MemberHealthConfig
    +
    Provides configuration information relating to the health of a + member of a GemFire distributed system. + +

    + + If any of the following criteria is true, then a member is + considered to be in OKAY_HEALTH. + +

      + +
    • The size of the VM process is + too large.
    • + +
    • There are too many enqueued + incoming/outgoing messages.
    • + +
    • Too many message sends timeout + while waiting for a reply.
    • + +
    + + If any of the following criteria is true, then a member is + considered to be in POOR_HEALTH. + +
      + +
    +
    +
    Since:
    +
    3.5
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + + + + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      static longDEFAULT_MAX_MESSAGE_QUEUE_SIZE +
      Deprecated. 
      +
      The default maximum number of enqueued incoming or outgoing + messages that a healthy member of a distributed system can have.
      +
      static longDEFAULT_MAX_REPLY_TIMEOUTS +
      Deprecated. 
      +
      The default maximum number of message reply timeouts that can + occur in a given health monitoring interval.
      +
      static doubleDEFAULT_MAX_RETRANSMISSION_RATIO +
      Deprecated. 
      +
      The default maximum multicast retransmission ratio.
      +
      static longDEFAULT_MAX_VM_PROCESS_SIZE +
      Deprecated. 
      +
      The default maximum VM process size (in megabytes) of a health + member of the distributed system.
      +
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and TypeMethod and Description
      longgetMaxMessageQueueSize() +
      Deprecated. 
      +
      Returns the maximum number of enqueued incoming or outgoing + messages that a healthy member of a distributed system can have.
      +
      longgetMaxReplyTimeouts() +
      Deprecated. 
      +
      Returns the maximum number message replies that can timeout in a + healthy member.
      +
      doublegetMaxRetransmissionRatio() +
      Deprecated. 
      +
      Returns the maximum ratio of multicast retransmissions / total multicast + messages.
      +
      longgetMaxVMProcessSize() +
      Deprecated. 
      +
      Returns the maximum VM process size (in megabytes) of a healthy + member of the distributed system.
      +
      voidsetMaxMessageQueueSize(long maxMessageQueueSize) +
      Deprecated. 
      +
      Sets the maximum number of enqueued incoming or outgoing + messages that a healthy member of a distributed system can have.
      +
      voidsetMaxReplyTimeouts(long maxReplyTimeouts) +
      Deprecated. 
      +
      Sets the maximum number message replies that can timeout in a + healthy member.
      +
      voidsetMaxRetransmissionRatio(double ratio) +
      Deprecated. 
      +
      Sets the maximum ratio of multicast retransmissions / total multicast + messages.
      +
      voidsetMaxVMProcessSize(long size) +
      Deprecated. 
      +
      Sets the maximum VM process size (in megabytes) of a healthy + member of the distributed system.
      +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        DEFAULT_MAX_VM_PROCESS_SIZE

        +
        static final long DEFAULT_MAX_VM_PROCESS_SIZE
        +
        Deprecated. 
        +
        The default maximum VM process size (in megabytes) of a health + member of the distributed system. The default value is 1000.
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        DEFAULT_MAX_MESSAGE_QUEUE_SIZE

        +
        static final long DEFAULT_MAX_MESSAGE_QUEUE_SIZE
        +
        Deprecated. 
        +
        The default maximum number of enqueued incoming or outgoing + messages that a healthy member of a distributed system can have. + The default value is 1000.
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        DEFAULT_MAX_REPLY_TIMEOUTS

        +
        static final long DEFAULT_MAX_REPLY_TIMEOUTS
        +
        Deprecated. 
        +
        The default maximum number of message reply timeouts that can + occur in a given health monitoring interval. The default value + is zero.
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        DEFAULT_MAX_RETRANSMISSION_RATIO

        +
        static final double DEFAULT_MAX_RETRANSMISSION_RATIO
        +
        Deprecated. 
        +
        The default maximum multicast retransmission ratio. The default + value is 0.20 (twenty percent of messages retransmitted)
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getMaxVMProcessSize

        +
        long getMaxVMProcessSize()
        +
        Deprecated. 
        +
        Returns the maximum VM process size (in megabytes) of a healthy + member of the distributed system.
        +
        +
        See Also:
        +
        DEFAULT_MAX_VM_PROCESS_SIZE
        +
        +
      • +
      + + + +
        +
      • +

        setMaxVMProcessSize

        +
        void setMaxVMProcessSize(long size)
        +
        Deprecated. 
        +
        Sets the maximum VM process size (in megabytes) of a healthy + member of the distributed system.
        +
        +
        See Also:
        +
        getMaxVMProcessSize()
        +
        +
      • +
      + + + +
        +
      • +

        getMaxMessageQueueSize

        +
        long getMaxMessageQueueSize()
        +
        Deprecated. 
        +
        Returns the maximum number of enqueued incoming or outgoing + messages that a healthy member of a distributed system can have.
        +
        +
        See Also:
        +
        DEFAULT_MAX_MESSAGE_QUEUE_SIZE
        +
        +
      • +
      + + + +
        +
      • +

        setMaxMessageQueueSize

        +
        void setMaxMessageQueueSize(long maxMessageQueueSize)
        +
        Deprecated. 
        +
        Sets the maximum number of enqueued incoming or outgoing + messages that a healthy member of a distributed system can have.
        +
        +
        See Also:
        +
        getMaxMessageQueueSize()
        +
        +
      • +
      + + + +
        +
      • +

        getMaxReplyTimeouts

        +
        long getMaxReplyTimeouts()
        +
        Deprecated. 
        +
        Returns the maximum number message replies that can timeout in a + healthy member.
        +
        +
        See Also:
        +
        DEFAULT_MAX_REPLY_TIMEOUTS
        +
        +
      • +
      + + + +
        +
      • +

        setMaxReplyTimeouts

        +
        void setMaxReplyTimeouts(long maxReplyTimeouts)
        +
        Deprecated. 
        +
        Sets the maximum number message replies that can timeout in a + healthy member.
        +
        +
        See Also:
        +
        getMaxReplyTimeouts()
        +
        +
      • +
      + + + +
        +
      • +

        getMaxRetransmissionRatio

        +
        double getMaxRetransmissionRatio()
        +
        Deprecated. 
        +
        Returns the maximum ratio of multicast retransmissions / total multicast + messages. Retransmissions are requestor-specific (i.e., unicast), so + a single lost message may result in multiple retransmissions.

        + A high retransmission ratio may indicate + poor network conditions requiring reduced flow-control settings, + a udp-fragment-size setting that is too high.

        +
        +
        See Also:
        +
        DEFAULT_MAX_RETRANSMISSION_RATIO
        +
        +
      • +
      + + + +
        +
      • +

        setMaxRetransmissionRatio

        +
        void setMaxRetransmissionRatio(double ratio)
        +
        Deprecated. 
        +
        Sets the maximum ratio of multicast retransmissions / total multicast + messages.
        +
        +
        See Also:
        +
        getMaxRetransmissionRatio()
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/534f8357/releases/10M2/javadoc/com/gemstone/gemfire/admin/OperationCancelledException.html ---------------------------------------------------------------------- diff --git a/releases/10M2/javadoc/com/gemstone/gemfire/admin/OperationCancelledException.html b/releases/10M2/javadoc/com/gemstone/gemfire/admin/OperationCancelledException.html new file mode 100644 index 0000000..bbd7010 --- /dev/null +++ b/releases/10M2/javadoc/com/gemstone/gemfire/admin/OperationCancelledException.html @@ -0,0 +1,340 @@ + + + + + +OperationCancelledException (Apache Geode 1.0.0-incubating.M2) + + + + + + + + + + + + +
+
com.gemstone.gemfire.admin
+

Class OperationCancelledException

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Serializable
    +
    +
    +
    Deprecated.  +
    as of 7.0 use the management package instead
    +
    +
    +
    public class OperationCancelledException
    +extends RuntimeAdminException
    +
    Thrown when an administration operation that accesses information + in a remote system member is cancelled. The cancelation may occur + because the system member has left the distributed system.
    +
    +
    Since:
    +
    3.5
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      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

      + + + +
        +
      • +

        OperationCancelledException

        +
        public OperationCancelledException()
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        OperationCancelledException

        +
        public OperationCancelledException(java.lang.String message)
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        OperationCancelledException

        +
        public OperationCancelledException(java.lang.Throwable cause)
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        OperationCancelledException

        +
        public OperationCancelledException(java.lang.String message,
        +                                   java.lang.Throwable cause)
        +
        Deprecated. 
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/534f8357/releases/10M2/javadoc/com/gemstone/gemfire/admin/RegionNotFoundException.html ---------------------------------------------------------------------- diff --git a/releases/10M2/javadoc/com/gemstone/gemfire/admin/RegionNotFoundException.html b/releases/10M2/javadoc/com/gemstone/gemfire/admin/RegionNotFoundException.html new file mode 100644 index 0000000..dfb6472 --- /dev/null +++ b/releases/10M2/javadoc/com/gemstone/gemfire/admin/RegionNotFoundException.html @@ -0,0 +1,302 @@ + + + + + +RegionNotFoundException (Apache Geode 1.0.0-incubating.M2) + + + + + + + + + + + + +
+
com.gemstone.gemfire.admin
+

Class RegionNotFoundException

+
+
+ +
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      RegionNotFoundException(java.lang.String message) +
      Deprecated. 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + +
        +
      • + + +

        Methods inherited from class java.lang.Throwable

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

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      + + + +
        +
      • +

        RegionNotFoundException

        +
        public RegionNotFoundException(java.lang.String message)
        +
        Deprecated. 
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + +