public static enum HBaseSemanticAttributes.RpcSystem extends Enum<HBaseSemanticAttributes.RpcSystem>
HBaseSemanticAttributes.RPC_SYSTEM
. Only a single value for now; more to come as we
add tracing over our gateway components.Enum Constant and Description |
---|
HBASE_RPC |
Modifier and Type | Method and Description |
---|---|
static HBaseSemanticAttributes.RpcSystem |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HBaseSemanticAttributes.RpcSystem[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HBaseSemanticAttributes.RpcSystem HBASE_RPC
public static HBaseSemanticAttributes.RpcSystem[] values()
for (HBaseSemanticAttributes.RpcSystem c : HBaseSemanticAttributes.RpcSystem.values()) System.out.println(c);
public static HBaseSemanticAttributes.RpcSystem valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.