Class AbstractTransport
- java.lang.Object
-
- org.infinispan.remoting.transport.AbstractTransport
-
-
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, checkTotalOrderSupported, getAddress, getCoordinator, getLog, getMembers, getPhysicalAddresses, getSitesView, getViewId, invokeCommand, invokeCommand, invokeCommandOnAll, invokeCommandOnAll, invokeCommands, invokeCommands, invokeCommandStaggered, invokeRemotely, invokeRemotely, invokeRemotely, invokeRemotelyAsync, isCoordinator, isMulticastCapable, sendTo, sendToAll, sendToMany, start, stop, waitForView, withView
-
-
-
-
Field Detail
-
configuration
protected GlobalConfiguration configuration
Deprecated.
-
-