Uses of Interface
org.apache.ignite.internal.util.ipc.IpcEndpoint
-
Packages that use IpcEndpoint Package Description org.apache.ignite.internal.util.ipc IPC utility classes.org.apache.ignite.internal.util.ipc.loopback Loopback IPC utility classes. -
-
Uses of IpcEndpoint in org.apache.ignite.internal.util.ipc
Methods in org.apache.ignite.internal.util.ipc that return IpcEndpoint Modifier and Type Method Description IpcEndpointIpcServerEndpoint. accept()Accepts client IPC connection.static IpcEndpointIpcEndpointFactory. connectEndpoint(String endpointAddr, IgniteLogger log)Connects to open server IPC endpoint.Constructors in org.apache.ignite.internal.util.ipc with parameters of type IpcEndpoint Constructor Description IpcToNioAdapter(MetricRegistryImpl mreg, IgniteLogger log, IpcEndpoint endp, GridNioServerListener<T> lsnr, GridNioMessageWriterFactory writerFactory, GridNioFilter... filters) -
Uses of IpcEndpoint in org.apache.ignite.internal.util.ipc.loopback
Classes in org.apache.ignite.internal.util.ipc.loopback that implement IpcEndpoint Modifier and Type Class Description classIpcClientTcpEndpointLoopback IPC endpoint based on socket.Methods in org.apache.ignite.internal.util.ipc.loopback that return IpcEndpoint Modifier and Type Method Description IpcEndpointIpcServerTcpEndpoint. accept()Accepts client IPC connection.
-