| Class | Description |
|---|---|
| GridIpcSharedMemoryClientEndpoint |
IPC endpoint based on shared memory space.
|
| GridIpcSharedMemoryInitRequest | |
| GridIpcSharedMemoryInitResponse | |
| GridIpcSharedMemoryInputStream | |
| GridIpcSharedMemoryNativeLoader |
Shared memory native loader.
|
| GridIpcSharedMemoryOutputStream | |
| GridIpcSharedMemoryServerEndpoint |
Server shared memory IPC endpoint.
|
| GridIpcSharedMemorySpace | |
| GridIpcSharedMemoryUtils |
NOTE: Native library should be loaded, before methods of this class are called.
|
| Exception | Description |
|---|---|
| GridIpcOutOfSystemResourcesException |
Thrown when IPC runs out of system resources (for example, no more free shared memory is
available in operating system).
|
| GridIpcSharedMemoryOperationTimedoutException |
Thrown when IPC operation (such as
Object.wait(long))
has timed out. |
Copyright © 2014. All rights reserved.