Interface | Description |
---|---|
XSiteStateConsumer |
It contains the logic needed to consume the state sent from other site.
|
XSiteStateProvider |
It contains the logic to send state to another site.
|
XSiteStateTransferManager |
It manages the state transfer between sites.
|
Class | Description |
---|---|
CorePackageImpl | |
NoOpXSiteStateProvider |
A no-op implementation of
XSiteStateProvider . |
NoOpXSiteStateTransferManager |
A no-op implementation of
XSiteStateTransferManager . |
XSiteState |
Represents the state of a single key to be sent to a backup site.
|
XSiteState.XSiteStateExternalizer | |
XSiteStateConsumerImpl |
It contains the logic needed to consume the state sent from other site.
|
XSiteStateProviderImpl |
It contains the logic to send state to another site.
|
XSiteStatePushCommand |
Wraps the state to be sent to another site
|
XSiteStateTransferCollector |
It collects the acknowledgements sent from local site member to signal the ending of the state sent.
|
XSiteStateTransferManagerImpl |
XSiteStateTransferManager implementation. |
Copyright © 2021 JBoss by Red Hat. All rights reserved.