public abstract class BaseBackupReceiver extends Object implements BackupReceiver
BackupReceiver
Modifier and Type | Class and Description |
---|---|
static class |
BaseBackupReceiver.BackupCacheUpdater |
Modifier and Type | Field and Description |
---|---|
protected Cache<Object,Object> |
cache |
protected TimeService |
timeService |
Modifier | Constructor and Description |
---|---|
protected |
BaseBackupReceiver(Cache<Object,Object> cache) |
Modifier and Type | Method and Description |
---|---|
Cache |
getCache() |
Object |
handleRemoteCommand(VisitableCommand command) |
protected static XSiteStatePushCommand |
newStatePushCommand(Cache<?,?> cache,
List<XSiteState> stateList) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
handleStateTransferControl, handleStateTransferState
protected final TimeService timeService
protected static XSiteStatePushCommand newStatePushCommand(Cache<?,?> cache, List<XSiteState> stateList)
public final Cache getCache()
getCache
in interface BackupReceiver
public final Object handleRemoteCommand(VisitableCommand command) throws Throwable
handleRemoteCommand
in interface BackupReceiver
Throwable
Copyright © 2024 JBoss, a division of Red Hat. All rights reserved.