Package | Description |
---|---|
org.apache.hadoop.hbase.quotas |
Modifier and Type | Method and Description |
---|---|
ThrottlingException.Type |
ThrottlingException.getType()
Deprecated.
|
static ThrottlingException.Type |
ThrottlingException.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ThrottlingException.Type[] |
ThrottlingException.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ThrottlingException(ThrottlingException.Type type,
long waitInterval,
String msg)
Deprecated.
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.