Package | Description |
---|---|
org.apache.hadoop.hbase.client.trace | |
org.apache.hadoop.hbase.trace |
Modifier and Type | Method and Description |
---|---|
private static HBaseSemanticAttributes.Operation |
TableOperationSpanBuilder.valueFrom(Row row) |
private static HBaseSemanticAttributes.Operation |
TableOperationSpanBuilder.valueFrom(Scan scan) |
Modifier and Type | Method and Description |
---|---|
private static Set<HBaseSemanticAttributes.Operation> |
TableOperationSpanBuilder.unpackRowOperations(CheckAndMutate cam) |
private static Set<HBaseSemanticAttributes.Operation> |
TableOperationSpanBuilder.unpackRowOperations(Row row) |
Modifier and Type | Method and Description |
---|---|
TableOperationSpanBuilder |
TableOperationSpanBuilder.setContainerOperations(HBaseSemanticAttributes.Operation... operations) |
TableOperationSpanBuilder |
TableOperationSpanBuilder.setOperation(HBaseSemanticAttributes.Operation operation) |
Modifier and Type | Method and Description |
---|---|
static HBaseSemanticAttributes.Operation |
HBaseSemanticAttributes.Operation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HBaseSemanticAttributes.Operation[] |
HBaseSemanticAttributes.Operation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.