Interface ObserverRpcCallContext
- All Known Implementing Classes:
ObserverRpcCallContextImpl
RPC Call parameters for coprocessor context.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the connection attributes for the coprocessor call.getUser()Returns the active user for the coprocessor call.
-
Method Details
-
getUser
Returns the active user for the coprocessor call.- Returns:
- the
User, it must not benull.
-
getAttributes
Map<String,byte[]> getAttributes()Returns the connection attributes for the coprocessor call. These parameters are passed by the client throughConnectionHeaderprotobuf.- Returns:
- the attributes, it must not be
null.
-