Package org.apache.hadoop.yarn.factories
Interface RpcServerFactory
- All Known Implementing Classes:
RpcServerFactoryPBImpl
@LimitedPrivate({"MapReduce","YARN"})
public interface RpcServerFactory
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.hadoop.ipc.ServergetServer(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)
-