Class IpcEndpointFactory
- java.lang.Object
-
- org.apache.ignite.internal.util.ipc.IpcEndpointFactory
-
public class IpcEndpointFactory extends Object
endpoint factory for inter-process communication.
-
-
Constructor Summary
Constructors Constructor Description IpcEndpointFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IpcEndpointconnectEndpoint(String endpointAddr, IgniteLogger log)Connects to open server IPC endpoint.
-
-
-
Method Detail
-
connectEndpoint
public static IpcEndpoint connectEndpoint(String endpointAddr, IgniteLogger log) throws IgniteCheckedException
Connects to open server IPC endpoint.- Parameters:
endpointAddr- Endpoint address.log- Log.- Returns:
- Connected client endpoint.
- Throws:
IgniteCheckedException- If failed to establish connection.
-
-