Package | Description |
---|---|
org.infinispan.commands |
Commands that operate on the cache, either locally or remotely.
|
org.infinispan.xsite |
Modifier and Type | Method and Description |
---|---|
XSiteStatePushCommand |
CommandsFactory.buildXSiteStatePushCommand(XSiteState[] chunk,
long timeoutMillis)
Builds XSiteStatePushCommand used to transfer a single chunk of data between sites.
|
XSiteStatePushCommand |
CommandsFactoryImpl.buildXSiteStatePushCommand(XSiteState[] chunk,
long timeoutMillis) |
Modifier and Type | Method and Description |
---|---|
protected static XSiteStatePushCommand |
BaseBackupReceiver.newStatePushCommand(Cache<?,?> cache,
List<XSiteState> stateList) |
Modifier and Type | Method and Description |
---|---|
void |
LocalCacheBackupReceiver.handleStateTransferState(XSiteStatePushCommand cmd) |
void |
BackupReceiver.handleStateTransferState(XSiteStatePushCommand cmd)
It handles the state transfer state from a remote site.
|
void |
ClusteredCacheBackupReceiver.handleStateTransferState(XSiteStatePushCommand cmd) |
Copyright © 2023 JBoss, a division of Red Hat. All rights reserved.