Class RpcServerFactoryPBImpl

java.lang.Object
org.apache.hadoop.yarn.factories.impl.pb.RpcServerFactoryPBImpl
All Implemented Interfaces:
RpcServerFactory

@Private public class RpcServerFactoryPBImpl extends Object implements RpcServerFactory
  • Method Details

    • get

      public static RpcServerFactoryPBImpl get()
    • getServer

      public org.apache.hadoop.ipc.Server getServer(Class<?> protocol, Object instance, InetSocketAddress addr, org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.security.token.SecretManager<? extends org.apache.hadoop.security.token.TokenIdentifier> secretManager, int numHandlers)
    • getServer

      public org.apache.hadoop.ipc.Server getServer(Class<?> protocol, Object instance, InetSocketAddress addr, org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.security.token.SecretManager<? extends org.apache.hadoop.security.token.TokenIdentifier> secretManager, int numHandlers, String portRangeConfig)
      Specified by:
      getServer in interface RpcServerFactory