| Package | Description |
|---|---|
| org.gridgain.grid.util.ipc |
IPC utility classes.
|
| org.gridgain.grid.util.ipc.loopback |
Loopback IPC utility classes.
|
| org.gridgain.grid.util.ipc.shmem |
Shared memory IPC utility classes.
|
| Modifier and Type | Method and Description |
|---|---|
GridIpcEndpoint |
GridIpcServerEndpoint.accept()
Accepts client IPC connection.
|
static GridIpcEndpoint |
GridIpcEndpointFactory.connectEndpoint(String endpointAddr,
GridLogger log)
Connects to open server IPC endpoint.
|
| Constructor and Description |
|---|
GridIpcToNioAdapter(GridNioMetricsListener metricsLsnr,
GridLogger log,
GridIpcEndpoint endp,
GridNioMessageWriter msgWriter,
GridNioServerListener<T> lsnr,
GridNioFilter... filters) |
| Modifier and Type | Class and Description |
|---|---|
class |
GridIpcClientTcpEndpoint
Loopback IPC endpoint based on socket.
|
| Modifier and Type | Method and Description |
|---|---|
GridIpcEndpoint |
GridIpcServerTcpEndpoint.accept()
Accepts client IPC connection.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridIpcSharedMemoryClientEndpoint
IPC endpoint based on shared memory space.
|
| Modifier and Type | Method and Description |
|---|---|
GridIpcEndpoint |
GridIpcSharedMemoryServerEndpoint.accept()
Accepts client IPC connection.
|
Copyright © 2014. All rights reserved.