| Package | Description |
|---|---|
| org.infinispan.commands |
Commands that operate on the cache, either locally or remotely.
|
| org.infinispan.xsite | |
| org.infinispan.xsite.statetransfer |
| Modifier and Type | Method and Description |
|---|---|
XSiteStatePushCommand |
CommandsFactoryImpl.buildXSiteStatePushCommand(XSiteState[] chunk,
long timeoutMillis) |
XSiteStatePushCommand |
CommandsFactory.buildXSiteStatePushCommand(XSiteState[] chunk,
long timeoutMillis)
Builds XSiteStatePushCommand used to transfer a single chunk of data between sites.
|
| Modifier and Type | Method and Description |
|---|---|
protected static XSiteStatePushCommand |
BaseBackupReceiver.newStatePushCommand(Cache<?,?> cache,
List<XSiteState> stateList) |
| Modifier and Type | Method and Description |
|---|---|
static XSiteState |
XSiteState.fromCacheLoader(MarshalledEntry marshalledEntry) |
static XSiteState |
XSiteState.fromDataContainer(InternalCacheEntry entry) |
XSiteState[] |
XSiteStatePushCommand.getChunk() |
XSiteState |
XSiteState.XSiteStateExternalizer.readObject(ObjectInput input) |
| Modifier and Type | Method and Description |
|---|---|
Set<Class<? extends XSiteState>> |
XSiteState.XSiteStateExternalizer.getTypeClasses() |
| Modifier and Type | Method and Description |
|---|---|
void |
XSiteStateConsumer.applyState(XSiteState[] chunk)
It applies state from other site.
|
void |
XSiteStateConsumerImpl.applyState(XSiteState[] chunk) |
void |
XSiteState.XSiteStateExternalizer.writeObject(ObjectOutput output,
XSiteState object) |
| Constructor and Description |
|---|
XSiteStatePushCommand(String cacheName,
XSiteState[] chunk,
long timeoutMillis) |
Copyright © 2024 JBoss, a division of Red Hat. All rights reserved.