@InterfaceAudience.Private public class HSAdminRefreshProtocolClientSideTranslatorPB extends Object implements org.apache.hadoop.ipc.ProtocolMetaInterface, org.apache.hadoop.mapreduce.v2.api.HSAdminRefreshProtocol, Closeable
Constructor and Description |
---|
HSAdminRefreshProtocolClientSideTranslatorPB(org.apache.hadoop.mapreduce.v2.api.HSAdminRefreshProtocolPB rpcProxy) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
boolean |
isMethodSupported(String methodName) |
void |
refreshAdminAcls() |
void |
refreshJobRetentionSettings() |
void |
refreshLoadedJobCache() |
void |
refreshLogRetentionSettings() |
public HSAdminRefreshProtocolClientSideTranslatorPB(org.apache.hadoop.mapreduce.v2.api.HSAdminRefreshProtocolPB rpcProxy)
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
IOException
public void refreshAdminAcls() throws IOException
refreshAdminAcls
in interface org.apache.hadoop.mapreduce.v2.api.HSAdminRefreshProtocol
IOException
public void refreshLoadedJobCache() throws IOException
refreshLoadedJobCache
in interface org.apache.hadoop.mapreduce.v2.api.HSAdminRefreshProtocol
IOException
public void refreshJobRetentionSettings() throws IOException
refreshJobRetentionSettings
in interface org.apache.hadoop.mapreduce.v2.api.HSAdminRefreshProtocol
IOException
public void refreshLogRetentionSettings() throws IOException
refreshLogRetentionSettings
in interface org.apache.hadoop.mapreduce.v2.api.HSAdminRefreshProtocol
IOException
public boolean isMethodSupported(String methodName) throws IOException
isMethodSupported
in interface org.apache.hadoop.ipc.ProtocolMetaInterface
IOException
Copyright © 2022 Apache Software Foundation. All rights reserved.