Package org.apache.hadoop.hbase.ipc
Class ServerTooBusyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.hbase.HBaseIOException
org.apache.hadoop.hbase.DoNotRetryIOException
org.apache.hadoop.hbase.ipc.ServerTooBusyException
- All Implemented Interfaces:
Serializable
Throw this in RPC call if there are too many pending requests for one region server
- See Also:
-
Constructor Summary
ConstructorDescriptionServerTooBusyException
(InetSocketAddress address, long count) Deprecated.ServerTooBusyException
(Address address, long count) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ServerTooBusyException
-
ServerTooBusyException
Deprecated.
-