Package | Description |
---|---|
org.infinispan.commands |
Commands that operate on the cache, either locally or remotely.
|
org.infinispan.xsite |
Modifier and Type | Method and Description |
---|---|
SingleRpcCommand |
CommandsFactoryImpl.buildSingleRpcCommand(ReplicableCommand call) |
SingleRpcCommand |
CommandsFactory.buildSingleRpcCommand(ReplicableCommand call)
Builds a SingleRpcCommand "envelope" containing a single ReplicableCommand
|
Modifier and Type | Method and Description |
---|---|
Object |
BackupReceiverRepositoryImpl.handleRemoteCommand(SingleRpcCommand cmd,
org.jgroups.protocols.relay.SiteAddress src) |
Object |
BackupReceiverRepository.handleRemoteCommand(SingleRpcCommand cmd,
org.jgroups.protocols.relay.SiteAddress src)
Process an CacheRpcCommand received from a remote site.
|
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.