| Package | Description |
|---|---|
| org.infinispan.commands |
Commands that operate on the cache, either locally or remotely.
|
| org.infinispan.xsite | |
| org.infinispan.xsite.commands |
| Modifier and Type | Method and Description |
|---|---|
XSiteStateTransferStartReceiveCommand |
CommandsFactory.buildXSiteStateTransferStartReceiveCommand(String siteName) |
XSiteStateTransferStartReceiveCommand |
CommandsFactoryImpl.buildXSiteStateTransferStartReceiveCommand(String siteName) |
| Modifier and Type | Method and Description |
|---|---|
CompletionStage<Void> |
BackupReceiver.handleStartReceivingStateTransfer(XSiteStateTransferStartReceiveCommand command)
It handles starting the state transfer from a remote site.
|
CompletionStage<Void> |
ClusteredCacheBackupReceiver.handleStartReceivingStateTransfer(XSiteStateTransferStartReceiveCommand command) |
| Modifier and Type | Method and Description |
|---|---|
static XSiteStateTransferStartReceiveCommand |
XSiteStateTransferStartReceiveCommand.copyForCache(XSiteStateTransferStartReceiveCommand command,
ByteString cacheName) |
| Modifier and Type | Method and Description |
|---|---|
static XSiteStateTransferStartReceiveCommand |
XSiteStateTransferStartReceiveCommand.copyForCache(XSiteStateTransferStartReceiveCommand command,
ByteString cacheName) |
Copyright © 2022 JBoss by Red Hat. All rights reserved.