Uses of Interface
org.infinispan.commands.ReplicableCommand

Packages that use ReplicableCommand
Package
Description
Commands that operate on the cache, either locally or remotely.
 
Meta-commands that wrap other commands for remote execution.
 
 
 
Externalizers for various JDK types that are marshalled using the marshalling framework.
 
 
Remote Procedure Call (RPC) interfaces and components used to invoke remote methods on cache instances.
Transports handle the low-level networking, used by the remoting components.
A transport implementation based on JGroups.
 
 
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.
Lock and synchronization related classes, tools and utilities.