Uses of Interface
org.apache.hadoop.hbase.coprocessor.ObserverRpcCallContext
Packages that use org.apache.hadoop.hbase.coprocessor.ObserverRpcCallContext
-
Uses of org.apache.hadoop.hbase.coprocessor.ObserverRpcCallContext in org.apache.hadoop.hbase.coprocessor
Classes in org.apache.hadoop.hbase.coprocessor that implement org.apache.hadoop.hbase.coprocessor.ObserverRpcCallContext in inModifier and TypeClassDescriptionclassorg.apache.hadoop.hbase.coprocessor.ObserverRpcCallContextImplMethods in org.apache.hadoop.hbase.coprocessor that return types with arguments of type org.apache.hadoop.hbase.coprocessor.ObserverRpcCallContext in inModifier and TypeMethodDescriptionOptional<org.apache.hadoop.hbase.coprocessor.ObserverRpcCallContext>ObserverContext.getRpcCallContext()Returns theObserverRpcCallContextof an RPC call.Optional<org.apache.hadoop.hbase.coprocessor.ObserverRpcCallContext>ObserverContextImpl.getRpcCallContext()Constructors in org.apache.hadoop.hbase.coprocessor with parameters of type org.apache.hadoop.hbase.coprocessor.ObserverRpcCallContext in inModifierConstructorDescriptionObserverContextImpl(org.apache.hadoop.hbase.coprocessor.ObserverRpcCallContext rpcCallContext) ObserverContextImpl(org.apache.hadoop.hbase.coprocessor.ObserverRpcCallContext rpcCallContext, boolean bypassable) ObserverOperationWithoutResult(org.apache.hadoop.hbase.coprocessor.CoprocessorHost.ObserverGetter<C, O> observerGetter, org.apache.hadoop.hbase.coprocessor.ObserverRpcCallContext rpcCallContext) ObserverOperationWithoutResult(org.apache.hadoop.hbase.coprocessor.CoprocessorHost.ObserverGetter<C, O> observerGetter, org.apache.hadoop.hbase.coprocessor.ObserverRpcCallContext rpcCallContext, boolean bypassable) ObserverOperationWithResult(org.apache.hadoop.hbase.coprocessor.CoprocessorHost.ObserverGetter<C, O> observerGetter, R result, org.apache.hadoop.hbase.coprocessor.ObserverRpcCallContext rpcCallContext)