Class RpcServerFactoryPBImpl
java.lang.Object
org.apache.hadoop.yarn.factories.impl.pb.RpcServerFactoryPBImpl
- All Implemented Interfaces:
RpcServerFactory
-
Method Summary
Modifier and TypeMethodDescriptionstatic RpcServerFactoryPBImplget()org.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) org.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
-
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:
getServerin interfaceRpcServerFactory
-