Class ClientSCMProtocolPBClientImpl
java.lang.Object
org.apache.hadoop.yarn.api.impl.pb.client.ClientSCMProtocolPBClientImpl
- All Implemented Interfaces:
Closeable,AutoCloseable,org.apache.hadoop.yarn.api.ClientSCMProtocol
-
Constructor Summary
ConstructorsConstructorDescriptionClientSCMProtocolPBClientImpl(long clientVersion, InetSocketAddress addr, org.apache.hadoop.conf.Configuration conf) -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()org.apache.hadoop.yarn.api.protocolrecords.ReleaseSharedCacheResourceResponserelease(org.apache.hadoop.yarn.api.protocolrecords.ReleaseSharedCacheResourceRequest request) org.apache.hadoop.yarn.api.protocolrecords.UseSharedCacheResourceResponseuse(org.apache.hadoop.yarn.api.protocolrecords.UseSharedCacheResourceRequest request)
-
Constructor Details
-
ClientSCMProtocolPBClientImpl
public ClientSCMProtocolPBClientImpl(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
-