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

public class SCMAdminProtocolPBClientImpl extends Object implements org.apache.hadoop.yarn.server.api.SCMAdminProtocol, Closeable
  • 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:
      close in interface AutoCloseable
      Specified by:
      close in interface Closeable
    • runCleanerTask

      public org.apache.hadoop.yarn.server.api.protocolrecords.RunSharedCacheCleanerTaskResponse runCleanerTask(org.apache.hadoop.yarn.server.api.protocolrecords.RunSharedCacheCleanerTaskRequest request) throws org.apache.hadoop.yarn.exceptions.YarnException, IOException
      Specified by:
      runCleanerTask in interface org.apache.hadoop.yarn.server.api.SCMAdminProtocol
      Throws:
      org.apache.hadoop.yarn.exceptions.YarnException
      IOException