Package | Description |
---|---|
org.openspaces.admin.transport |
Support for managing of Transport(s) through the Admin API.
|
org.openspaces.admin.transport.events |
Support for managing of Transport events through the Admin API.
|
Modifier and Type | Method and Description |
---|---|
Transport |
TransportAware.getTransport()
Returns the transport the grid component is using.
|
Transport |
Transports.getTransportByHostAndPort(String host,
int port)
Returns the transport that is bounded on the specified host and port.
|
Transport |
Transports.getTransportByUID(String uid)
Returns the transport based on the specified UID.
|
Transport[] |
Transports.getTransports()
Returns all the currently discovered transports.
|
Transport[] |
Transports.getTransports(String host)
Returns all the transports bounded on the specified host.
|
Modifier and Type | Method and Description |
---|---|
Transport |
TransportStatisticsChangedEvent.getTransport()
Returns the associated transport with the event.
|
Constructor and Description |
---|
TransportStatisticsChangedEvent(Transport transport,
TransportStatistics statistics) |
Copyright © GigaSpaces.