Uses of Package
org.infinispan.remoting.transport
-
Packages that use org.infinispan.remoting.transport Package Description org.infinispan.affinity This package contains theKeyAffinityService
interfaces which allow user code to determine mapping of keys onto nodesorg.infinispan.affinity.impl org.infinispan.commands Commands that operate on the cache, either locally or remotely.org.infinispan.commands.remote Meta-commands that wrap other commands for remote execution.org.infinispan.commands.tx Commands that represent transactional lifecycle transitions.org.infinispan.commands.write Commands that alter the state of the cache.org.infinispan.configuration.global EmbeddedCacheManager
configurationorg.infinispan.conflict This package contains the APIs that enable users to search for, and amend, data inconsistencies within their cache.org.infinispan.conflict.impl This package contains implementations of the conflict resolution API.org.infinispan.container.entries Entries which are stored in data containers.org.infinispan.context Contexts contain information of a specific invocation on the cache, such as its origins, scope (transactional or non-transactional), as well as invocation-specific flags.org.infinispan.context.impl This package contains different context implementations, selected dynamically based on the type of invocation.org.infinispan.distexec Distributed Executor APIs (deprecated)org.infinispan.distribution Classes relating to the distributed cache mode.org.infinispan.distribution.ch Consistent Hash interfacesorg.infinispan.distribution.ch.impl org.infinispan.distribution.group.impl org.infinispan.distribution.impl org.infinispan.distribution.topologyaware org.infinispan.interceptors.distribution Interceptors dealing with command replication in distributed/replicated mode.org.infinispan.interceptors.impl Basic interceptorsorg.infinispan.interceptors.locking Interceptors dealing with locking.org.infinispan.interceptors.totalorder Interceptors dealing with total order.org.infinispan.interceptors.xsite Interceptors dealing with cross-site replication.org.infinispan.manager Cache manager API.org.infinispan.manager.impl org.infinispan.notifications.cachelistener.cluster org.infinispan.notifications.cachelistener.cluster.impl org.infinispan.notifications.cachelistener.event Cache
-specific listener eventsorg.infinispan.notifications.cachelistener.event.impl org.infinispan.notifications.cachemanagerlistener CacheManager
-specific notifications and eventing.org.infinispan.notifications.cachemanagerlistener.event EmbeddedCacheManager
-specific listener eventsorg.infinispan.notifications.cachemanagerlistener.event.impl org.infinispan.partitionhandling.impl org.infinispan.remoting Remote communication between cache instances.org.infinispan.remoting.inboundhandler Handling of inbound commands on remote nodes.org.infinispan.remoting.responses Abstractions of the different response types allowed during RPC.org.infinispan.remoting.rpc Remote Procedure Call (RPC) interfaces and components used to invoke remote methods on cache instances.org.infinispan.remoting.transport Transports handle the low-level networking, used by the remoting components.org.infinispan.remoting.transport.impl org.infinispan.remoting.transport.jgroups A transport implementation based on JGroups.org.infinispan.scattered SCATTERED CACHE DESIGNorg.infinispan.scattered.impl org.infinispan.security.actions org.infinispan.statetransfer Transfer of state to new caches in a cluster.org.infinispan.stream.impl org.infinispan.stream.impl.tx org.infinispan.topology org.infinispan.transaction.impl org.infinispan.transaction.xa XA transaction support.org.infinispan.transaction.xa.recovery org.infinispan.util General utilities that are not specific to Infinispan, including string parsing helpers, reflection tools and collections and containers designed to supplement the JDK-provided containers.org.infinispan.util.concurrent Thread-safe containers and other concurrency-related utilities, designed to supplement JDK concurrency utilities and containers.org.infinispan.util.logging Infinispan's logging abstractions that delegate to either JDK or Log4J logging engines.org.infinispan.util.logging.events org.infinispan.util.logging.events.impl org.infinispan.xsite org.infinispan.xsite.statetransfer org.infinispan.xsite.status -
Classes in org.infinispan.remoting.transport used by org.infinispan.affinity Class Description Address A destination for an Infinispan command or operation. -
Classes in org.infinispan.remoting.transport used by org.infinispan.affinity.impl Class Description Address A destination for an Infinispan command or operation. -
Classes in org.infinispan.remoting.transport used by org.infinispan.commands Class Description Address A destination for an Infinispan command or operation. -
Classes in org.infinispan.remoting.transport used by org.infinispan.commands.remote Class Description Address A destination for an Infinispan command or operation. -
Classes in org.infinispan.remoting.transport used by org.infinispan.commands.tx Class Description Address A destination for an Infinispan command or operation. -
Classes in org.infinispan.remoting.transport used by org.infinispan.commands.write Class Description Address A destination for an Infinispan command or operation. -
Classes in org.infinispan.remoting.transport used by org.infinispan.configuration.global Class Description Transport An interface that provides a communication link with remote caches. -
Classes in org.infinispan.remoting.transport used by org.infinispan.conflict Class Description Address A destination for an Infinispan command or operation. -
Classes in org.infinispan.remoting.transport used by org.infinispan.conflict.impl Class Description Address A destination for an Infinispan command or operation. -
Classes in org.infinispan.remoting.transport used by org.infinispan.container.entries Class Description Address A destination for an Infinispan command or operation. -
Classes in org.infinispan.remoting.transport used by org.infinispan.context Class Description Address A destination for an Infinispan command or operation. -
Classes in org.infinispan.remoting.transport used by org.infinispan.context.impl Class Description Address A destination for an Infinispan command or operation. -
Classes in org.infinispan.remoting.transport used by org.infinispan.distexec Class Description Address A destination for an Infinispan command or operation. -
Classes in org.infinispan.remoting.transport used by org.infinispan.distribution Class Description Address A destination for an Infinispan command or operation. -
Classes in org.infinispan.remoting.transport used by org.infinispan.distribution.ch Class Description Address A destination for an Infinispan command or operation. -
Classes in org.infinispan.remoting.transport used by org.infinispan.distribution.ch.impl Class Description Address A destination for an Infinispan command or operation. -
Classes in org.infinispan.remoting.transport used by org.infinispan.distribution.group.impl Class Description Address A destination for an Infinispan command or operation. -
Classes in org.infinispan.remoting.transport used by org.infinispan.distribution.impl Class Description Address A destination for an Infinispan command or operation. -
Classes in org.infinispan.remoting.transport used by org.infinispan.distribution.topologyaware Class Description Address A destination for an Infinispan command or operation. -
Classes in org.infinispan.remoting.transport used by org.infinispan.interceptors.distribution Class Description Address A destination for an Infinispan command or operation.ResponseCollector A representation of a request's responses. -
Classes in org.infinispan.remoting.transport used by org.infinispan.interceptors.impl Class Description Address A destination for an Infinispan command or operation. -
Classes in org.infinispan.remoting.transport used by org.infinispan.interceptors.locking Class Description Address A destination for an Infinispan command or operation.Transport An interface that provides a communication link with remote caches. -
Classes in org.infinispan.remoting.transport used by org.infinispan.interceptors.totalorder Class Description Address A destination for an Infinispan command or operation. -
Classes in org.infinispan.remoting.transport used by org.infinispan.interceptors.xsite Class Description BackupResponse Represents a response from a backup replication call. -
Classes in org.infinispan.remoting.transport used by org.infinispan.manager Class Description Address A destination for an Infinispan command or operation.TopologyAwareAddress Wraps a TopologyUUID JGroups addressTransport An interface that provides a communication link with remote caches. -
Classes in org.infinispan.remoting.transport used by org.infinispan.manager.impl Class Description Address A destination for an Infinispan command or operation.Transport An interface that provides a communication link with remote caches. -
Classes in org.infinispan.remoting.transport used by org.infinispan.notifications.cachelistener.cluster Class Description Address A destination for an Infinispan command or operation. -
Classes in org.infinispan.remoting.transport used by org.infinispan.notifications.cachelistener.cluster.impl Class Description Address A destination for an Infinispan command or operation. -
Classes in org.infinispan.remoting.transport used by org.infinispan.notifications.cachelistener.event Class Description Address A destination for an Infinispan command or operation. -
Classes in org.infinispan.remoting.transport used by org.infinispan.notifications.cachelistener.event.impl Class Description Address A destination for an Infinispan command or operation. -
Classes in org.infinispan.remoting.transport used by org.infinispan.notifications.cachemanagerlistener Class Description Address A destination for an Infinispan command or operation. -
Classes in org.infinispan.remoting.transport used by org.infinispan.notifications.cachemanagerlistener.event Class Description Address A destination for an Infinispan command or operation. -
Classes in org.infinispan.remoting.transport used by org.infinispan.notifications.cachemanagerlistener.event.impl Class Description Address A destination for an Infinispan command or operation. -
Classes in org.infinispan.remoting.transport used by org.infinispan.partitionhandling.impl Class Description Address A destination for an Infinispan command or operation. -
Classes in org.infinispan.remoting.transport used by org.infinispan.remoting Class Description Address A destination for an Infinispan command or operation. -
Classes in org.infinispan.remoting.transport used by org.infinispan.remoting.inboundhandler Class Description Address A destination for an Infinispan command or operation. -
Classes in org.infinispan.remoting.transport used by org.infinispan.remoting.responses Class Description Address A destination for an Infinispan command or operation. -
Classes in org.infinispan.remoting.transport used by org.infinispan.remoting.rpc Class Description Address A destination for an Infinispan command or operation.BackupResponse Represents a response from a backup replication call.ResponseCollector A representation of a request's responses.Transport An interface that provides a communication link with remote caches. -
Classes in org.infinispan.remoting.transport used by org.infinispan.remoting.transport Class Description Address A destination for an Infinispan command or operation.BackupResponse Represents a response from a backup replication call.ResponseCollector A representation of a request's responses.RetryOnFailureXSiteCommand Invokes a command in a remote site.RetryOnFailureXSiteCommand.RetryPolicy TopologyAwareAddress Wraps a TopologyUUID JGroups addressTransport An interface that provides a communication link with remote caches. -
Classes in org.infinispan.remoting.transport used by org.infinispan.remoting.transport.impl Class Description AbstractRequest A remote invocation request.Address A destination for an Infinispan command or operation.ResponseCollector A representation of a request's responses.ValidResponseCollector Base class for response collectors, splitting responses into valid responses, exception responses, and target missing.ValidSingleResponseCollector -
Classes in org.infinispan.remoting.transport used by org.infinispan.remoting.transport.jgroups Class Description AbstractRequest A remote invocation request.Address A destination for an Infinispan command or operation.BackupResponse Represents a response from a backup replication call.ResponseCollector A representation of a request's responses.TopologyAwareAddress Wraps a TopologyUUID JGroups addressTransport An interface that provides a communication link with remote caches. -
Classes in org.infinispan.remoting.transport used by org.infinispan.scattered Class Description Address A destination for an Infinispan command or operation. -
Classes in org.infinispan.remoting.transport used by org.infinispan.scattered.impl Class Description Address A destination for an Infinispan command or operation. -
Classes in org.infinispan.remoting.transport used by org.infinispan.security.actions Class Description Address A destination for an Infinispan command or operation. -
Classes in org.infinispan.remoting.transport used by org.infinispan.statetransfer Class Description Address A destination for an Infinispan command or operation. -
Classes in org.infinispan.remoting.transport used by org.infinispan.stream.impl Class Description Address A destination for an Infinispan command or operation. -
Classes in org.infinispan.remoting.transport used by org.infinispan.stream.impl.tx Class Description Address A destination for an Infinispan command or operation. -
Classes in org.infinispan.remoting.transport used by org.infinispan.topology Class Description Address A destination for an Infinispan command or operation.Transport An interface that provides a communication link with remote caches. -
Classes in org.infinispan.remoting.transport used by org.infinispan.transaction.impl Class Description Address A destination for an Infinispan command or operation. -
Classes in org.infinispan.remoting.transport used by org.infinispan.transaction.xa Class Description Address A destination for an Infinispan command or operation. -
Classes in org.infinispan.remoting.transport used by org.infinispan.transaction.xa.recovery Class Description Address A destination for an Infinispan command or operation. -
Classes in org.infinispan.remoting.transport used by org.infinispan.util Class Description Address A destination for an Infinispan command or operation. -
Classes in org.infinispan.remoting.transport used by org.infinispan.util.concurrent Class Description Address A destination for an Infinispan command or operation. -
Classes in org.infinispan.remoting.transport used by org.infinispan.util.logging Class Description Address A destination for an Infinispan command or operation. -
Classes in org.infinispan.remoting.transport used by org.infinispan.util.logging.events Class Description Address A destination for an Infinispan command or operation. -
Classes in org.infinispan.remoting.transport used by org.infinispan.util.logging.events.impl Class Description Address A destination for an Infinispan command or operation. -
Classes in org.infinispan.remoting.transport used by org.infinispan.xsite Class Description BackupResponse Represents a response from a backup replication call. -
Classes in org.infinispan.remoting.transport used by org.infinispan.xsite.statetransfer Class Description Address A destination for an Infinispan command or operation. -
Classes in org.infinispan.remoting.transport used by org.infinispan.xsite.status Class Description Address A destination for an Infinispan command or operation.