Class AbstractTransport
java.lang.Object
org.infinispan.remoting.transport.AbstractTransport
@Deprecated(forRemoval=true)
public abstract class AbstractTransport
extends Object
implements Transport
Deprecated, for removal: This API element is subject to removal in a future version.
Common transport-related behaviour
- Version:
- 4.2
- Author:
- Manik Surtani
-
Field Summary
Modifier and TypeFieldDescriptionprotected GlobalConfiguration
Deprecated, for removal: This API element is subject to removal in a future version. -
Constructor Summary
ConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptioncheckResponse
(Object responseObject, Address sender, boolean ignoreCacheNotFoundResponse) Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.infinispan.remoting.transport.Transport
backupRemotely, backupRemotely, checkCrossSiteAvailable, checkTotalOrderSupported, getAddress, getCoordinator, getLog, getMembers, getMembersPhysicalAddresses, getPhysicalAddresses, getRelayNodesAddress, getSitesView, getViewId, invokeCommand, invokeCommand, invokeCommandOnAll, invokeCommandOnAll, invokeCommands, invokeCommands, invokeCommandStaggered, invokeRemotely, invokeRemotely, invokeRemotely, invokeRemotelyAsync, isCoordinator, isMulticastCapable, isPrimaryRelayNode, isSiteCoordinator, localNodeName, localSiteName, raftManager, sendTo, sendToAll, sendToMany, start, stop, waitForView, withView
-
Field Details
-
configuration
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Constructor Details
-
AbstractTransport
public AbstractTransport()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
Transport
directly.