org.apache.hadoop.mapreduce.v2.hs.proto
Class HSAdminRefreshProtocolProtos.HSAdminRefreshProtocolService
java.lang.Object
org.apache.hadoop.mapreduce.v2.hs.proto.HSAdminRefreshProtocolProtos.HSAdminRefreshProtocolService
- All Implemented Interfaces:
- com.google.protobuf.Service
- Direct Known Subclasses:
- HSAdminRefreshProtocolProtos.HSAdminRefreshProtocolService.Stub
- Enclosing class:
- HSAdminRefreshProtocolProtos
public abstract static class HSAdminRefreshProtocolProtos.HSAdminRefreshProtocolService
- extends Object
- implements com.google.protobuf.Service
Protobuf service hadoop.mapreduce.HSAdminRefreshProtocolService
Refresh Protocols implemented by the History server
|
Method Summary |
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); |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HSAdminRefreshProtocolProtos.HSAdminRefreshProtocolService
protected HSAdminRefreshProtocolProtos.HSAdminRefreshProtocolService()
newReflectiveService
public static com.google.protobuf.Service newReflectiveService(HSAdminRefreshProtocolProtos.HSAdminRefreshProtocolService.Interface impl)
newReflectiveBlockingService
public static com.google.protobuf.BlockingService newReflectiveBlockingService(HSAdminRefreshProtocolProtos.HSAdminRefreshProtocolService.BlockingInterface impl)
refreshAdminAcls
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
refreshLoadedJobCache
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
refreshJobRetentionSettings
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.
refreshLogRetentionSettings
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
getDescriptor
public static final com.google.protobuf.Descriptors.ServiceDescriptor getDescriptor()
getDescriptorForType
public final com.google.protobuf.Descriptors.ServiceDescriptor getDescriptorForType()
- Specified by:
getDescriptorForType in interface com.google.protobuf.Service
callMethod
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)
- Specified by:
callMethod in interface com.google.protobuf.Service
getRequestPrototype
public final com.google.protobuf.Message getRequestPrototype(com.google.protobuf.Descriptors.MethodDescriptor method)
- Specified by:
getRequestPrototype in interface com.google.protobuf.Service
getResponsePrototype
public final com.google.protobuf.Message getResponsePrototype(com.google.protobuf.Descriptors.MethodDescriptor method)
- Specified by:
getResponsePrototype in interface com.google.protobuf.Service
newStub
public static HSAdminRefreshProtocolProtos.HSAdminRefreshProtocolService.Stub newStub(com.google.protobuf.RpcChannel channel)
newBlockingStub
public static HSAdminRefreshProtocolProtos.HSAdminRefreshProtocolService.BlockingInterface newBlockingStub(com.google.protobuf.BlockingRpcChannel channel)
Copyright © 2014 Apache Software Foundation. All Rights Reserved.