Interface RpcServerFactory

All Known Implementing Classes:
RpcServerFactoryPBImpl

@LimitedPrivate({"MapReduce","YARN"}) public interface RpcServerFactory
  • Method Summary

    Modifier and Type
    Method
    Description
    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)
     
  • Method Details

    • getServer

      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)