Interface ObserverRpcCallContext

All Known Implementing Classes:
ObserverRpcCallContextImpl

@LimitedPrivate("Coprocesssor") @Evolving public interface ObserverRpcCallContext
RPC Call parameters for coprocessor context.
  • Method Summary

    Modifier and Type
    Method
    Description
    Map<String,byte[]>
    Returns the connection attributes for the coprocessor call.
    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 be null.
    • getAttributes

      Returns the connection attributes for the coprocessor call. These parameters are passed by the client through ConnectionHeader protobuf.
      Returns:
      the attributes, it must not be null.