Class ObserverRpcCallContextImpl
java.lang.Object
org.apache.hadoop.hbase.coprocessor.ObserverRpcCallContextImpl
- All Implemented Interfaces:
ObserverRpcCallContext
-
Field Details
-
user
-
attributes
-
-
Constructor Details
-
ObserverRpcCallContextImpl
-
-
Method Details
-
getUser
Description copied from interface:ObserverRpcCallContextReturns the active user for the coprocessor call.- Specified by:
getUserin interfaceObserverRpcCallContext- Returns:
- the
User, it must not benull.
-
getAttributes
Description copied from interface:ObserverRpcCallContextReturns the connection attributes for the coprocessor call. These parameters are passed by the client throughConnectionHeaderprotobuf.- Specified by:
getAttributesin interfaceObserverRpcCallContext- Returns:
- the attributes, it must not be
null.
-