public class LlapManagementProtocolClientImpl extends Object implements LlapManagementProtocolPB
Constructor and Description |
---|
LlapManagementProtocolClientImpl(org.apache.hadoop.conf.Configuration conf,
String hostname,
int port,
org.apache.hadoop.io.retry.RetryPolicy retryPolicy,
SocketFactory socketFactory) |
Modifier and Type | Method and Description |
---|---|
LlapManagementProtocolPB |
createProxy() |
org.apache.hadoop.hive.llap.daemon.rpc.LlapDaemonProtocolProtos.GetTokenResponseProto |
getDelegationToken(com.google.protobuf.RpcController controller,
org.apache.hadoop.hive.llap.daemon.rpc.LlapDaemonProtocolProtos.GetTokenRequestProto request) |
LlapManagementProtocolPB |
getProxy() |
org.apache.hadoop.hive.llap.daemon.rpc.LlapDaemonProtocolProtos.PurgeCacheResponseProto |
purgeCache(com.google.protobuf.RpcController controller,
org.apache.hadoop.hive.llap.daemon.rpc.LlapDaemonProtocolProtos.PurgeCacheRequestProto request) |
public LlapManagementProtocolClientImpl(org.apache.hadoop.conf.Configuration conf, String hostname, int port, @Nullable org.apache.hadoop.io.retry.RetryPolicy retryPolicy, @Nullable SocketFactory socketFactory)
public LlapManagementProtocolPB getProxy() throws IOException
IOException
public LlapManagementProtocolPB createProxy() throws IOException
IOException
public org.apache.hadoop.hive.llap.daemon.rpc.LlapDaemonProtocolProtos.GetTokenResponseProto getDelegationToken(com.google.protobuf.RpcController controller, org.apache.hadoop.hive.llap.daemon.rpc.LlapDaemonProtocolProtos.GetTokenRequestProto request) throws com.google.protobuf.ServiceException
getDelegationToken
in interface org.apache.hadoop.hive.llap.daemon.rpc.LlapDaemonProtocolProtos.LlapManagementProtocol.BlockingInterface
com.google.protobuf.ServiceException
public org.apache.hadoop.hive.llap.daemon.rpc.LlapDaemonProtocolProtos.PurgeCacheResponseProto purgeCache(com.google.protobuf.RpcController controller, org.apache.hadoop.hive.llap.daemon.rpc.LlapDaemonProtocolProtos.PurgeCacheRequestProto request) throws com.google.protobuf.ServiceException
purgeCache
in interface org.apache.hadoop.hive.llap.daemon.rpc.LlapDaemonProtocolProtos.LlapManagementProtocol.BlockingInterface
com.google.protobuf.ServiceException
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.