Class AbstractTransport
- java.lang.Object
-
- org.infinispan.remoting.transport.AbstractTransport
-
- All Implemented Interfaces:
org.infinispan.commons.api.Lifecycle,Transport
@Deprecated public abstract class AbstractTransport extends Object implements Transport
Deprecated.Since 9.1, please implementTransportdirectly.Common transport-related behaviour- Version:
- 4.2
- Author:
- Manik Surtani
-
-
Field Summary
Fields Modifier and Type Field Description protected GlobalConfigurationconfigurationDeprecated.
-
Constructor Summary
Constructors Constructor Description AbstractTransport()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ResponsecheckResponse(Object responseObject, Address sender, boolean ignoreCacheNotFoundResponse)Deprecated.-
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, getSitesView, getViewId, invokeCommand, invokeCommand, invokeCommandOnAll, invokeCommandOnAll, invokeCommands, invokeCommands, invokeCommandStaggered, invokeRemotely, invokeRemotely, invokeRemotely, invokeRemotelyAsync, isCoordinator, isMulticastCapable, localSiteName, sendTo, sendToAll, sendToMany, start, stop, waitForView, withView
-
-
-
-
Field Detail
-
configuration
protected GlobalConfiguration configuration
Deprecated.
-
-