Class SCMAdminProtocolPBClientImpl
java.lang.Object
org.apache.hadoop.yarn.server.api.impl.pb.client.SCMAdminProtocolPBClientImpl
- All Implemented Interfaces:
Closeable,AutoCloseable,org.apache.hadoop.yarn.server.api.SCMAdminProtocol
-
Constructor Summary
ConstructorsConstructorDescriptionSCMAdminProtocolPBClientImpl(long clientVersion, InetSocketAddress addr, org.apache.hadoop.conf.Configuration conf) -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()org.apache.hadoop.yarn.server.api.protocolrecords.RunSharedCacheCleanerTaskResponserunCleanerTask(org.apache.hadoop.yarn.server.api.protocolrecords.RunSharedCacheCleanerTaskRequest request)
-
Constructor Details
-
SCMAdminProtocolPBClientImpl
public SCMAdminProtocolPBClientImpl(long clientVersion, InetSocketAddress addr, org.apache.hadoop.conf.Configuration conf) throws IOException - Throws:
IOException
-
-
Method Details
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable
-