Uses of Package
org.infinispan.commands.remote
-
Packages that use org.infinispan.commands.remote Package Description org.infinispan.commands Commands that operate on the cache, either locally or remotely.org.infinispan.commands.control org.infinispan.commands.module org.infinispan.commands.read org.infinispan.commands.remote Meta-commands that wrap other commands for remote execution.org.infinispan.commands.remote.recovery org.infinispan.commands.triangle org.infinispan.commands.tx Commands that represent transactional lifecycle transitions.org.infinispan.commands.tx.totalorder org.infinispan.commands.write Commands that alter the state of the cache.org.infinispan.interceptors Infinispan is designed around a set of interceptors around a data container.org.infinispan.interceptors.distribution Interceptors dealing with command replication in distributed/replicated mode.org.infinispan.marshall.exts Externalizers for various JDK types that are marshalled using the marshalling framework.org.infinispan.query.affinity This package contains the implementation of the AffinityIndexManager, that maintains an index divided into shards with storage using the Infinispan Lucene directory.org.infinispan.query.clustered org.infinispan.query.indexmanager 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.server.hotrod.command.tx org.infinispan.statetransfer Transfer of state to new caches in a cluster.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.xsite org.infinispan.xsite.statetransfer -
Classes in org.infinispan.commands.remote used by org.infinispan.commands Class Description BaseRpcCommand CacheRpcCommand TheRpcManager
only replicates commands wrapped in aCacheRpcCommand
.ClusteredGetAllCommand Issues a remote getAll call.ClusteredGetCommand Issues a remote get call.GetKeysInGroupCommand VisitableCommand
that fetches the keys belonging to a group.RenewBiasCommand RevokeBiasCommand Informs node that it is not allowed to serve reads from the local record anymore.SingleRpcCommand Aggregates a single command for replication. -
Classes in org.infinispan.commands.remote used by org.infinispan.commands.control Class Description CacheRpcCommand TheRpcManager
only replicates commands wrapped in aCacheRpcCommand
. -
Classes in org.infinispan.commands.remote used by org.infinispan.commands.module Class Description CacheRpcCommand TheRpcManager
only replicates commands wrapped in aCacheRpcCommand
. -
Classes in org.infinispan.commands.remote used by org.infinispan.commands.read Class Description BaseRpcCommand CacheRpcCommand TheRpcManager
only replicates commands wrapped in aCacheRpcCommand
. -
Classes in org.infinispan.commands.remote used by org.infinispan.commands.remote Class Description BaseClusteredReadCommand BaseRpcCommand BaseRpcInvokingCommand Deprecated.Since 9.0, it will be removed soonCacheRpcCommand TheRpcManager
only replicates commands wrapped in aCacheRpcCommand
.GetKeysInGroupCommand VisitableCommand
that fetches the keys belonging to a group. -
Classes in org.infinispan.commands.remote used by org.infinispan.commands.remote.recovery Class Description BaseRpcCommand CacheRpcCommand TheRpcManager
only replicates commands wrapped in aCacheRpcCommand
. -
Classes in org.infinispan.commands.remote used by org.infinispan.commands.triangle Class Description BaseRpcCommand CacheRpcCommand TheRpcManager
only replicates commands wrapped in aCacheRpcCommand
. -
Classes in org.infinispan.commands.remote used by org.infinispan.commands.tx Class Description CacheRpcCommand TheRpcManager
only replicates commands wrapped in aCacheRpcCommand
. -
Classes in org.infinispan.commands.remote used by org.infinispan.commands.tx.totalorder Class Description CacheRpcCommand TheRpcManager
only replicates commands wrapped in aCacheRpcCommand
. -
Classes in org.infinispan.commands.remote used by org.infinispan.commands.write Class Description BaseRpcCommand CacheRpcCommand TheRpcManager
only replicates commands wrapped in aCacheRpcCommand
. -
Classes in org.infinispan.commands.remote used by org.infinispan.interceptors Class Description GetKeysInGroupCommand VisitableCommand
that fetches the keys belonging to a group. -
Classes in org.infinispan.commands.remote used by org.infinispan.interceptors.distribution Class Description GetKeysInGroupCommand VisitableCommand
that fetches the keys belonging to a group. -
Classes in org.infinispan.commands.remote used by org.infinispan.marshall.exts Class Description CacheRpcCommand TheRpcManager
only replicates commands wrapped in aCacheRpcCommand
. -
Classes in org.infinispan.commands.remote used by org.infinispan.query.affinity Class Description BaseRpcCommand CacheRpcCommand TheRpcManager
only replicates commands wrapped in aCacheRpcCommand
. -
Classes in org.infinispan.commands.remote used by org.infinispan.query.clustered Class Description BaseRpcCommand CacheRpcCommand TheRpcManager
only replicates commands wrapped in aCacheRpcCommand
. -
Classes in org.infinispan.commands.remote used by org.infinispan.query.indexmanager Class Description BaseRpcCommand CacheRpcCommand TheRpcManager
only replicates commands wrapped in aCacheRpcCommand
. -
Classes in org.infinispan.commands.remote used by org.infinispan.remoting Class Description CacheRpcCommand TheRpcManager
only replicates commands wrapped in aCacheRpcCommand
. -
Classes in org.infinispan.commands.remote used by org.infinispan.remoting.inboundhandler Class Description CacheRpcCommand TheRpcManager
only replicates commands wrapped in aCacheRpcCommand
. -
Classes in org.infinispan.commands.remote used by org.infinispan.remoting.responses Class Description CacheRpcCommand TheRpcManager
only replicates commands wrapped in aCacheRpcCommand
. -
Classes in org.infinispan.commands.remote used by org.infinispan.server.hotrod.command.tx Class Description BaseRpcCommand CacheRpcCommand TheRpcManager
only replicates commands wrapped in aCacheRpcCommand
. -
Classes in org.infinispan.commands.remote used by org.infinispan.statetransfer Class Description BaseRpcCommand CacheRpcCommand TheRpcManager
only replicates commands wrapped in aCacheRpcCommand
. -
Classes in org.infinispan.commands.remote used by org.infinispan.util Class Description CacheRpcCommand TheRpcManager
only replicates commands wrapped in aCacheRpcCommand
. -
Classes in org.infinispan.commands.remote used by org.infinispan.xsite Class Description BaseRpcCommand CacheRpcCommand TheRpcManager
only replicates commands wrapped in aCacheRpcCommand
. -
Classes in org.infinispan.commands.remote used by org.infinispan.xsite.statetransfer Class Description BaseRpcCommand CacheRpcCommand TheRpcManager
only replicates commands wrapped in aCacheRpcCommand
.