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