Modifier and Type | Method and Description |
---|---|
void |
PagingStore.sendPages(ReplicationManager replicator,
Collection<Integer> pageIds)
Sends the pages with given IDs to the
ReplicationManager . |
Modifier and Type | Method and Description |
---|---|
void |
PagingStoreImpl.sendPages(ReplicationManager replicator,
Collection<Integer> pageIds) |
Modifier and Type | Method and Description |
---|---|
void |
StorageManager.startReplication(ReplicationManager replicationManager,
PagingManager pagingManager,
String nodeID,
boolean autoFailBack) |
Modifier and Type | Method and Description |
---|---|
void |
JournalStorageManager.startReplication(ReplicationManager replicationManager,
PagingManager pagingManager,
String nodeID,
boolean autoFailBack)
Starts replication at the live-server side.
|
Modifier and Type | Method and Description |
---|---|
void |
NullStorageManager.startReplication(ReplicationManager replicationManager,
PagingManager pagingManager,
String nodeID,
boolean autoFailBack) |
Constructor and Description |
---|
ReplicatedJournal(byte journalID,
Journal localJournal,
ReplicationManager replicationManager) |
Modifier and Type | Method and Description |
---|---|
ReplicationManager |
HornetQServer.getReplicationManager() |
Modifier and Type | Method and Description |
---|---|
ReplicationManager |
HornetQServerImpl.getReplicationManager() |
Constructor and Description |
---|
JMSJournalStorageManagerImpl(IDGenerator idGenerator,
Configuration config,
ReplicationManager replicator) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.