Uses of Interface
org.apache.hadoop.hbase.coprocessor.ObserverRpcCallContext
Packages that use ObserverRpcCallContext
Package
Description
Table of Contents
-
Uses of ObserverRpcCallContext in org.apache.hadoop.hbase.coprocessor
Classes in org.apache.hadoop.hbase.coprocessor that implement ObserverRpcCallContextFields in org.apache.hadoop.hbase.coprocessor declared as ObserverRpcCallContextModifier and TypeFieldDescriptionprivate final ObserverRpcCallContextObserverContextImpl.rpcCallContextMethods in org.apache.hadoop.hbase.coprocessor that return ObserverRpcCallContextModifier and TypeMethodDescriptionprivate static ObserverRpcCallContextCoprocessorHost.ObserverOperation.createRpcCallContext()private static ObserverRpcCallContextCoprocessorHost.ObserverOperation.createRpcCallContext(User user) Methods in org.apache.hadoop.hbase.coprocessor that return types with arguments of type ObserverRpcCallContextModifier and TypeMethodDescriptionObserverContext.getRpcCallContext()Returns theObserverRpcCallContextof an RPC call.ObserverContextImpl.getRpcCallContext()Constructors in org.apache.hadoop.hbase.coprocessor with parameters of type ObserverRpcCallContextModifierConstructorDescriptionObserverContextImpl(ObserverRpcCallContext rpcCallContext) ObserverContextImpl(ObserverRpcCallContext rpcCallContext, boolean bypassable) (package private)ObserverOperation(CoprocessorHost.ObserverGetter<C, O> observerGetter, ObserverRpcCallContext rpcCallContext) (package private)ObserverOperation(CoprocessorHost.ObserverGetter<C, O> observerGetter, ObserverRpcCallContext rpcCallContext, boolean bypassable) ObserverOperationWithoutResult(CoprocessorHost.ObserverGetter<C, O> observerGetter, ObserverRpcCallContext rpcCallContext) ObserverOperationWithoutResult(CoprocessorHost.ObserverGetter<C, O> observerGetter, ObserverRpcCallContext rpcCallContext, boolean bypassable) ObserverOperationWithResult(CoprocessorHost.ObserverGetter<C, O> observerGetter, R result, ObserverRpcCallContext rpcCallContext) privateObserverOperationWithResult(CoprocessorHost.ObserverGetter<C, O> observerGetter, R result, ObserverRpcCallContext rpcCallContext, boolean bypassable) -
Uses of ObserverRpcCallContext in org.apache.hadoop.hbase.master
Constructors in org.apache.hadoop.hbase.master with parameters of type ObserverRpcCallContextModifierConstructorDescriptionMasterObserverOperation(ObserverRpcCallContext rpcCallContext) MasterObserverOperation(ObserverRpcCallContext rpcCallContext, boolean bypassable) -
Uses of ObserverRpcCallContext in org.apache.hadoop.hbase.regionserver
Constructors in org.apache.hadoop.hbase.regionserver with parameters of type ObserverRpcCallContextModifierConstructorDescriptionRegionObserverOperationWithoutResult(ObserverRpcCallContext rpcCallContext) RegionObserverOperationWithoutResult(ObserverRpcCallContext rpcCallContext, boolean bypassable)