public abstract static class HSAdminRefreshProtocolProtos.HSAdminRefreshProtocolService extends Object implements com.google.protobuf.Service
hadoop.mapreduce.HSAdminRefreshProtocolService
Refresh Protocols implemented by the History server
Modifier and Type | Class and Description |
---|---|
static interface |
HSAdminRefreshProtocolProtos.HSAdminRefreshProtocolService.BlockingInterface |
static interface |
HSAdminRefreshProtocolProtos.HSAdminRefreshProtocolService.Interface |
static class |
HSAdminRefreshProtocolProtos.HSAdminRefreshProtocolService.Stub |
Modifier | Constructor and Description |
---|---|
protected |
HSAdminRefreshProtocolProtos.HSAdminRefreshProtocolService() |
Modifier and Type | Method and Description |
---|---|
void |
callMethod(com.google.protobuf.Descriptors.MethodDescriptor method,
com.google.protobuf.RpcController controller,
com.google.protobuf.Message request,
com.google.protobuf.RpcCallback<com.google.protobuf.Message> done) |
static com.google.protobuf.Descriptors.ServiceDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.ServiceDescriptor |
getDescriptorForType() |
com.google.protobuf.Message |
getRequestPrototype(com.google.protobuf.Descriptors.MethodDescriptor method) |
com.google.protobuf.Message |
getResponsePrototype(com.google.protobuf.Descriptors.MethodDescriptor method) |
static HSAdminRefreshProtocolProtos.HSAdminRefreshProtocolService.BlockingInterface |
newBlockingStub(com.google.protobuf.BlockingRpcChannel channel) |
static com.google.protobuf.BlockingService |
newReflectiveBlockingService(HSAdminRefreshProtocolProtos.HSAdminRefreshProtocolService.BlockingInterface impl) |
static com.google.protobuf.Service |
newReflectiveService(HSAdminRefreshProtocolProtos.HSAdminRefreshProtocolService.Interface impl) |
static HSAdminRefreshProtocolProtos.HSAdminRefreshProtocolService.Stub |
newStub(com.google.protobuf.RpcChannel channel) |
abstract void |
refreshAdminAcls(com.google.protobuf.RpcController controller,
HSAdminRefreshProtocolProtos.RefreshAdminAclsRequestProto request,
com.google.protobuf.RpcCallback<HSAdminRefreshProtocolProtos.RefreshAdminAclsResponseProto> done)
rpc refreshAdminAcls(.hadoop.mapreduce.RefreshAdminAclsRequestProto) returns (.hadoop.mapreduce.RefreshAdminAclsResponseProto); |
abstract void |
refreshJobRetentionSettings(com.google.protobuf.RpcController controller,
HSAdminRefreshProtocolProtos.RefreshJobRetentionSettingsRequestProto request,
com.google.protobuf.RpcCallback<HSAdminRefreshProtocolProtos.RefreshJobRetentionSettingsResponseProto> done)
rpc refreshJobRetentionSettings(.hadoop.mapreduce.RefreshJobRetentionSettingsRequestProto) returns (.hadoop.mapreduce.RefreshJobRetentionSettingsResponseProto); |
abstract void |
refreshLoadedJobCache(com.google.protobuf.RpcController controller,
HSAdminRefreshProtocolProtos.RefreshLoadedJobCacheRequestProto request,
com.google.protobuf.RpcCallback<HSAdminRefreshProtocolProtos.RefreshLoadedJobCacheResponseProto> done)
rpc refreshLoadedJobCache(.hadoop.mapreduce.RefreshLoadedJobCacheRequestProto) returns (.hadoop.mapreduce.RefreshLoadedJobCacheResponseProto); |
abstract void |
refreshLogRetentionSettings(com.google.protobuf.RpcController controller,
HSAdminRefreshProtocolProtos.RefreshLogRetentionSettingsRequestProto request,
com.google.protobuf.RpcCallback<HSAdminRefreshProtocolProtos.RefreshLogRetentionSettingsResponseProto> done)
rpc refreshLogRetentionSettings(.hadoop.mapreduce.RefreshLogRetentionSettingsRequestProto) returns (.hadoop.mapreduce.RefreshLogRetentionSettingsResponseProto); |
protected HSAdminRefreshProtocolProtos.HSAdminRefreshProtocolService()
public static com.google.protobuf.Service newReflectiveService(HSAdminRefreshProtocolProtos.HSAdminRefreshProtocolService.Interface impl)
public static com.google.protobuf.BlockingService newReflectiveBlockingService(HSAdminRefreshProtocolProtos.HSAdminRefreshProtocolService.BlockingInterface impl)
public abstract void refreshAdminAcls(com.google.protobuf.RpcController controller, HSAdminRefreshProtocolProtos.RefreshAdminAclsRequestProto request, com.google.protobuf.RpcCallback<HSAdminRefreshProtocolProtos.RefreshAdminAclsResponseProto> done)
rpc refreshAdminAcls(.hadoop.mapreduce.RefreshAdminAclsRequestProto) returns (.hadoop.mapreduce.RefreshAdminAclsResponseProto);
Refresh admin acls
public abstract void refreshLoadedJobCache(com.google.protobuf.RpcController controller, HSAdminRefreshProtocolProtos.RefreshLoadedJobCacheRequestProto request, com.google.protobuf.RpcCallback<HSAdminRefreshProtocolProtos.RefreshLoadedJobCacheResponseProto> done)
rpc refreshLoadedJobCache(.hadoop.mapreduce.RefreshLoadedJobCacheRequestProto) returns (.hadoop.mapreduce.RefreshLoadedJobCacheResponseProto);
Refresh loaded job cache
public abstract void refreshJobRetentionSettings(com.google.protobuf.RpcController controller, HSAdminRefreshProtocolProtos.RefreshJobRetentionSettingsRequestProto request, com.google.protobuf.RpcCallback<HSAdminRefreshProtocolProtos.RefreshJobRetentionSettingsResponseProto> done)
rpc refreshJobRetentionSettings(.hadoop.mapreduce.RefreshJobRetentionSettingsRequestProto) returns (.hadoop.mapreduce.RefreshJobRetentionSettingsResponseProto);
Refresh job retention.
public abstract void refreshLogRetentionSettings(com.google.protobuf.RpcController controller, HSAdminRefreshProtocolProtos.RefreshLogRetentionSettingsRequestProto request, com.google.protobuf.RpcCallback<HSAdminRefreshProtocolProtos.RefreshLogRetentionSettingsResponseProto> done)
rpc refreshLogRetentionSettings(.hadoop.mapreduce.RefreshLogRetentionSettingsRequestProto) returns (.hadoop.mapreduce.RefreshLogRetentionSettingsResponseProto);
Refresh log retention
public static final com.google.protobuf.Descriptors.ServiceDescriptor getDescriptor()
public final com.google.protobuf.Descriptors.ServiceDescriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Service
public final void callMethod(com.google.protobuf.Descriptors.MethodDescriptor method, com.google.protobuf.RpcController controller, com.google.protobuf.Message request, com.google.protobuf.RpcCallback<com.google.protobuf.Message> done)
callMethod
in interface com.google.protobuf.Service
public final com.google.protobuf.Message getRequestPrototype(com.google.protobuf.Descriptors.MethodDescriptor method)
getRequestPrototype
in interface com.google.protobuf.Service
public final com.google.protobuf.Message getResponsePrototype(com.google.protobuf.Descriptors.MethodDescriptor method)
getResponsePrototype
in interface com.google.protobuf.Service
public static HSAdminRefreshProtocolProtos.HSAdminRefreshProtocolService.Stub newStub(com.google.protobuf.RpcChannel channel)
public static HSAdminRefreshProtocolProtos.HSAdminRefreshProtocolService.BlockingInterface newBlockingStub(com.google.protobuf.BlockingRpcChannel channel)
Copyright © 2014 Apache Software Foundation. All Rights Reserved.