Uses of Enum Class
org.apache.hadoop.hbase.trace.HBaseSemanticAttributes.Operation
Packages that use HBaseSemanticAttributes.Operation
-
Uses of HBaseSemanticAttributes.Operation in org.apache.hadoop.hbase.client.trace
Methods in org.apache.hadoop.hbase.client.trace that return HBaseSemanticAttributes.OperationModifier and TypeMethodDescriptionprivate static HBaseSemanticAttributes.Operation
private static HBaseSemanticAttributes.Operation
Methods in org.apache.hadoop.hbase.client.trace that return types with arguments of type HBaseSemanticAttributes.OperationModifier and TypeMethodDescriptionprivate static Set<HBaseSemanticAttributes.Operation>
TableOperationSpanBuilder.unpackRowOperations
(CheckAndMutate cam) private static Set<HBaseSemanticAttributes.Operation>
TableOperationSpanBuilder.unpackRowOperations
(Row row) Methods in org.apache.hadoop.hbase.client.trace with parameters of type HBaseSemanticAttributes.OperationModifier and TypeMethodDescriptionTableOperationSpanBuilder.setContainerOperations
(HBaseSemanticAttributes.Operation... operations) TableOperationSpanBuilder.setOperation
(HBaseSemanticAttributes.Operation operation) -
Uses of HBaseSemanticAttributes.Operation in org.apache.hadoop.hbase.trace
Methods in org.apache.hadoop.hbase.trace that return HBaseSemanticAttributes.OperationModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static HBaseSemanticAttributes.Operation[]
HBaseSemanticAttributes.Operation.values()
Returns an array containing the constants of this enum class, in the order they are declared.