Class ClientSCMProtocolPBServiceImpl

java.lang.Object
org.apache.hadoop.yarn.api.impl.pb.service.ClientSCMProtocolPBServiceImpl
All Implemented Interfaces:
org.apache.hadoop.yarn.api.ClientSCMProtocolPB, org.apache.hadoop.yarn.proto.ClientSCMProtocol.ClientSCMProtocolService.BlockingInterface

public class ClientSCMProtocolPBServiceImpl extends Object implements org.apache.hadoop.yarn.api.ClientSCMProtocolPB
  • Constructor Summary

    Constructors
    Constructor
    Description
    ClientSCMProtocolPBServiceImpl(org.apache.hadoop.yarn.api.ClientSCMProtocol impl)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.hadoop.yarn.proto.YarnServiceProtos.ReleaseSharedCacheResourceResponseProto
    release(org.apache.hadoop.thirdparty.protobuf.RpcController controller, org.apache.hadoop.yarn.proto.YarnServiceProtos.ReleaseSharedCacheResourceRequestProto proto)
     
    org.apache.hadoop.yarn.proto.YarnServiceProtos.UseSharedCacheResourceResponseProto
    use(org.apache.hadoop.thirdparty.protobuf.RpcController controller, org.apache.hadoop.yarn.proto.YarnServiceProtos.UseSharedCacheResourceRequestProto proto)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ClientSCMProtocolPBServiceImpl

      public ClientSCMProtocolPBServiceImpl(org.apache.hadoop.yarn.api.ClientSCMProtocol impl)
  • Method Details

    • use

      public org.apache.hadoop.yarn.proto.YarnServiceProtos.UseSharedCacheResourceResponseProto use(org.apache.hadoop.thirdparty.protobuf.RpcController controller, org.apache.hadoop.yarn.proto.YarnServiceProtos.UseSharedCacheResourceRequestProto proto) throws org.apache.hadoop.thirdparty.protobuf.ServiceException
      Specified by:
      use in interface org.apache.hadoop.yarn.proto.ClientSCMProtocol.ClientSCMProtocolService.BlockingInterface
      Throws:
      org.apache.hadoop.thirdparty.protobuf.ServiceException
    • release

      public org.apache.hadoop.yarn.proto.YarnServiceProtos.ReleaseSharedCacheResourceResponseProto release(org.apache.hadoop.thirdparty.protobuf.RpcController controller, org.apache.hadoop.yarn.proto.YarnServiceProtos.ReleaseSharedCacheResourceRequestProto proto) throws org.apache.hadoop.thirdparty.protobuf.ServiceException
      Specified by:
      release in interface org.apache.hadoop.yarn.proto.ClientSCMProtocol.ClientSCMProtocolService.BlockingInterface
      Throws:
      org.apache.hadoop.thirdparty.protobuf.ServiceException