Uses of Class
org.apache.hadoop.ipc.Client
Packages that use Client
-
Uses of Client in org.apache.hadoop.ipc
Methods in org.apache.hadoop.ipc that return ClientModifier and TypeMethodDescriptionClientCache.getClient(Configuration conf) Construct & cache an IPC client with the default SocketFactory and default valueClass if no cached client exists.ClientCache.getClient(Configuration conf, SocketFactory factory) Construct & cache an IPC client with the user-provided SocketFactory if no cached client exists.ClientCache.getClient(Configuration conf, SocketFactory factory, Class<? extends Writable> valueClass) Construct & cache an IPC client with the user-provided SocketFactory if no cached client exists.Methods in org.apache.hadoop.ipc with parameters of type ClientModifier and TypeMethodDescriptionvoidClientCache.stopClient(Client client) Stop a RPC client connection A RPC client is closed only when its reference count becomes zero.