Package | Description |
---|---|
com.gigaspaces.lrmi |
Provides GigaSpaces LRMI (Light-RMI) package.
|
com.gigaspaces.lrmi.nio |
Modifier and Type | Method and Description |
---|---|
ProtocolAdapter |
BaseClientPeer.getProtocolAdapter() |
<C extends ClientPeer> |
Peer.getProtocolAdapter()
Returns the protocol adapter that created this peer.
|
Constructor and Description |
---|
BaseClientPeer(ProtocolAdapter protocolAdapter)
Constructor.
|
ConnectionPool(ProtocolAdapter protocolAdapter,
ITransportConfig config,
String connectionURL,
PlatformLogicalVersion serviceVersion)
Creates a new Connection Pool with the specified Protocol Adapter, connection URL and max
connections.
|
Modifier and Type | Class and Description |
---|---|
class |
PAdapter
An NIO based implementation of LRMI Protocol Adapter
The basic design is as follows:
There will be a single 'pivot' object at the server side, that will act as a local proxy for all
server peers in the server JVM.
|
Constructor and Description |
---|
Pivot(NIOConfiguration config,
ProtocolAdapter protocol) |
Copyright © GigaSpaces.