@InterfaceAudience.LimitedPrivate(value={"MapReduce","YARN"})
public interface RpcServerFactory
| Modifier and Type | Method and 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) | 
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)
Copyright © 2018 Apache Software Foundation. All Rights Reserved.