Package | Description |
---|---|
org.openspaces.admin.internal.gateway | |
org.openspaces.admin.internal.support |
Internally Used.
|
org.openspaces.admin.internal.transport |
Internally Used.
|
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 |
DefaultGatewayProcessingUnit.getTransport() |
Modifier and Type | Method and Description |
---|---|
Transport |
AbstractGridComponent.getTransport() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractGridComponent.setTransport(Transport transport) |
Modifier and Type | Interface and Description |
---|---|
interface |
InternalTransport |
Modifier and Type | Class and Description |
---|---|
class |
DefaultTransport |
Modifier and Type | Method and Description |
---|---|
Transport |
DefaultTransports.getTransportByHostAndPort(String host,
int port) |
Transport |
DefaultTransports.getTransportByUID(String uid) |
Transport[] |
DefaultTransports.getTransports() |
Transport[] |
DefaultTransports.getTransports(String host) |
Modifier and Type | Method and Description |
---|---|
Iterator<Transport> |
DefaultTransports.iterator() |
Modifier and Type | Method and Description |
---|---|
void |
InternalTransports.addTransport(Transport transport) |
void |
DefaultTransports.addTransport(Transport transport) |
void |
InternalTransportAware.setTransport(Transport transport) |
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.