public interface IReplicationConnection
| Modifier and Type | Method and Description | 
|---|---|
| void | close() | 
| <T> T | dispatch(AbstractReplicationPacket<T> packet) | 
| <T> AsyncFuture<T> | dispatchAsync(AbstractReplicationPacket<T> packet) | 
| Object | getClosestEndpointAddress() | 
| ConnectionEndpointDetails | getClosestEndpointDetails() | 
| PlatformLogicalVersion | getClosestEndpointLogicalVersion() | 
| Object | getClosestEndpointUniqueId() | 
| Object | getConnectionUrl() | 
| String | getFinalEndpointLookupName() | 
| long | getGeneratedTraffic() | 
| long | getReceivedTraffic() | 
String getFinalEndpointLookupName()
Object getClosestEndpointUniqueId()
Object getClosestEndpointAddress()
<T> T dispatch(AbstractReplicationPacket<T> packet) throws RemoteException
RemoteException<T> AsyncFuture<T> dispatchAsync(AbstractReplicationPacket<T> packet) throws RemoteException
RemoteExceptionvoid close()
Object getConnectionUrl()
long getGeneratedTraffic()
long getReceivedTraffic()
PlatformLogicalVersion getClosestEndpointLogicalVersion()
ConnectionEndpointDetails getClosestEndpointDetails()
Copyright © GigaSpaces.