org.apache.hadoop.hbase
Class RegionTooBusyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.hbase.RegionTooBusyException
- All Implemented Interfaces:
- Serializable
@InterfaceAudience.Public
@InterfaceStability.Evolving
public class RegionTooBusyException
- extends IOException
Thrown by a region server if it will block and wait to serve a request.
For example, the client wants to insert something to a region while the
region is compacting.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RegionTooBusyException
public RegionTooBusyException()
- default constructor
RegionTooBusyException
public RegionTooBusyException(String msg)
- Constructor
- Parameters:
msg
- message
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.