Modifier and Type | Method and Description |
---|---|
Pair<TransportConfiguration,TransportConfiguration> |
TopologyMemberImpl.getConnector() |
Modifier and Type | Method and Description |
---|---|
void |
ServerLocatorInternal.notifyNodeUp(long uniqueEventID,
String nodeID,
String backupGroupName,
String scaleDownGroupName,
Pair<TransportConfiguration,TransportConfiguration> connectorPair,
boolean last) |
void |
ServerLocatorImpl.notifyNodeUp(long uniqueEventID,
String nodeID,
String backupGroupName,
String scaleDownGroupName,
Pair<TransportConfiguration,TransportConfiguration> connectorPair,
boolean last) |
Modifier and Type | Method and Description |
---|---|
protected Pair<String,AddressSettings> |
FileConfigurationParser.parseAddressSettings(Node node) |
protected Pair<String,Set<Role>> |
FileConfigurationParser.parseSecurityRoles(Node node) |
Modifier and Type | Method and Description |
---|---|
protected SequentialFile |
JournalImpl.createControlFile(List<JournalFile> files,
List<JournalFile> newFiles,
Pair<String,String> cleanupRename) |
Modifier and Type | Method and Description |
---|---|
static SequentialFile |
AbstractJournalUpdateTask.readControlFile(SequentialFileFactory fileFactory,
List<String> dataFiles,
List<String> newFiles,
List<Pair<String,String>> renameFile) |
protected SequentialFile |
JournalImpl.writeControlFile(SequentialFileFactory fileFactory,
List<JournalFile> files,
List<JournalFile> newFiles,
List<Pair<String,String>> renames) |
static SequentialFile |
AbstractJournalUpdateTask.writeControlFile(SequentialFileFactory fileFactory,
List<JournalFile> files,
List<JournalFile> newFiles,
List<Pair<String,String>> renames) |
Modifier and Type | Method and Description |
---|---|
JournalLoadInformation |
StorageManager.loadMessageJournal(PostOffice postOffice,
PagingManager pagingManager,
ResourceManager resourceManager,
Map<Long,QueueBindingInfo> queueInfos,
Map<SimpleString,List<Pair<byte[],Long>>> duplicateIDMap,
Set<Pair<Long,Long>> pendingLargeMessages,
List<PageCountPending> pendingNonTXPageCounter,
JournalLoader journalLoader) |
JournalLoadInformation |
StorageManager.loadMessageJournal(PostOffice postOffice,
PagingManager pagingManager,
ResourceManager resourceManager,
Map<Long,QueueBindingInfo> queueInfos,
Map<SimpleString,List<Pair<byte[],Long>>> duplicateIDMap,
Set<Pair<Long,Long>> pendingLargeMessages,
List<PageCountPending> pendingNonTXPageCounter,
JournalLoader journalLoader) |
Modifier and Type | Method and Description |
---|---|
JournalLoadInformation |
AbstractJournalStorageManager.loadMessageJournal(PostOffice postOffice,
PagingManager pagingManager,
ResourceManager resourceManager,
Map<Long,QueueBindingInfo> queueInfos,
Map<SimpleString,List<Pair<byte[],Long>>> duplicateIDMap,
Set<Pair<Long,Long>> pendingLargeMessages,
List<PageCountPending> pendingNonTXPageCounter,
JournalLoader journalLoader) |
JournalLoadInformation |
AbstractJournalStorageManager.loadMessageJournal(PostOffice postOffice,
PagingManager pagingManager,
ResourceManager resourceManager,
Map<Long,QueueBindingInfo> queueInfos,
Map<SimpleString,List<Pair<byte[],Long>>> duplicateIDMap,
Set<Pair<Long,Long>> pendingLargeMessages,
List<PageCountPending> pendingNonTXPageCounter,
JournalLoader journalLoader) |
Modifier and Type | Method and Description |
---|---|
JournalLoadInformation |
NullStorageManager.loadMessageJournal(PostOffice postOffice,
PagingManager pagingManager,
ResourceManager resourceManager,
Map<Long,QueueBindingInfo> queueInfos,
Map<SimpleString,List<Pair<byte[],Long>>> duplicateIDMap,
Set<Pair<Long,Long>> pendingLargeMessages,
List<PageCountPending> pendingNonTXPageCounter,
JournalLoader journalLoader) |
JournalLoadInformation |
NullStorageManager.loadMessageJournal(PostOffice postOffice,
PagingManager pagingManager,
ResourceManager resourceManager,
Map<Long,QueueBindingInfo> queueInfos,
Map<SimpleString,List<Pair<byte[],Long>>> duplicateIDMap,
Set<Pair<Long,Long>> pendingLargeMessages,
List<PageCountPending> pendingNonTXPageCounter,
JournalLoader journalLoader) |
Modifier and Type | Method and Description |
---|---|
Pair<RoutingContext,ServerMessage> |
PostOffice.redistribute(ServerMessage message,
Queue originatingQueue,
Transaction tx) |
Modifier and Type | Method and Description |
---|---|
List<Pair<byte[],Long>> |
DuplicateIDCache.getMap() |
Modifier and Type | Method and Description |
---|---|
void |
DuplicateIDCache.load(List<Pair<byte[],Long>> theIds) |
Modifier and Type | Method and Description |
---|---|
Pair<RoutingContext,ServerMessage> |
PostOfficeImpl.redistribute(ServerMessage message,
Queue originatingQueue,
Transaction tx)
The redistribution can't process the route right away as we may be dealing with a large message which will need to be processed on a different thread
|
Modifier and Type | Method and Description |
---|---|
List<Pair<byte[],Long>> |
DuplicateIDCacheImpl.getMap() |
Modifier and Type | Method and Description |
---|---|
void |
DuplicateIDCacheImpl.load(List<Pair<byte[],Long>> theIds) |
Modifier and Type | Method and Description |
---|---|
static Pair<TransportConfiguration,TransportConfiguration> |
BackwardsCompatibilityUtils.getTCPair(int clientIncrementingVersion,
TopologyMember member) |
Modifier and Type | Field and Description |
---|---|
protected Pair<TransportConfiguration,TransportConfiguration> |
ClusterTopologyChangeMessage.pair |
Modifier and Type | Method and Description |
---|---|
Pair<TransportConfiguration,TransportConfiguration> |
ClusterTopologyChangeMessage.getPair() |
Constructor and Description |
---|
ClusterTopologyChangeMessage_V2(long uniqueEventID,
String nodeID,
String backupGroupName,
Pair<TransportConfiguration,TransportConfiguration> pair,
boolean last) |
ClusterTopologyChangeMessage_V3(long uniqueEventID,
String nodeID,
String backupGroupName,
String scaleDownGroupName,
Pair<TransportConfiguration,TransportConfiguration> pair,
boolean last) |
ClusterTopologyChangeMessage(String nodeID,
Pair<TransportConfiguration,TransportConfiguration> pair,
boolean last) |
Modifier and Type | Method and Description |
---|---|
void |
ReplicationManager.sendLargeMessageIdListMessage(Map<Long,Pair<String,Long>> largeMessages)
Reserves several LargeMessage IDs in the backup.
|
Modifier and Type | Method and Description |
---|---|
abstract Pair<TransportConfiguration,TransportConfiguration> |
LiveNodeLocator.getLiveConfiguration()
Returns the current connector
|
Modifier and Type | Method and Description |
---|---|
Collection<Pair<ConnectorServiceFactory,ConnectorServiceConfiguration>> |
ServiceRegistry.getConnectorServices(List<ConnectorServiceConfiguration> configs)
Get a collection of paired org.apache.activemq.artemis.core.server.ConnectorServiceFactory and
org.apache.activemq.artemis.core.config.ConnectorServiceConfiguration instances.
|
Modifier and Type | Method and Description |
---|---|
void |
ActiveMQServerLogger.deletingPendingMessage(Pair<Long,Long> msgToDelete) |
Modifier and Type | Method and Description |
---|---|
void |
ClusterConnection.nodeAnnounced(long eventUID,
String nodeID,
String backupGroupName,
String scaleDownGroupName,
Pair<TransportConfiguration,TransportConfiguration> connectorPair,
boolean backup) |
Modifier and Type | Method and Description |
---|---|
boolean |
ColocatedHAManager.requestBackup(Pair<TransportConfiguration,TransportConfiguration> connectorPair,
int backupSize,
boolean replicated)
send a request to a live server to start a backup for us
|
Modifier and Type | Method and Description |
---|---|
void |
ClusterConnectionImpl.nodeAnnounced(long uniqueEventID,
String nodeID,
String backupGroupName,
String scaleDownGroupName,
Pair<TransportConfiguration,TransportConfiguration> connectorPair,
boolean backup) |
Modifier and Type | Field and Description |
---|---|
protected Map<SimpleString,Pair<UUID,AtomicLong>> |
ServerSessionImpl.targetAddressInfos |
Modifier and Type | Method and Description |
---|---|
Pair<TransportConfiguration,TransportConfiguration> |
NamedNodeIdNodeLocator.getLiveConfiguration() |
Pair<TransportConfiguration,TransportConfiguration> |
NamedLiveNodeLocatorForScaleDown.getLiveConfiguration() |
Pair<TransportConfiguration,TransportConfiguration> |
NamedLiveNodeLocatorForReplication.getLiveConfiguration() |
Pair<TransportConfiguration,TransportConfiguration> |
AnyLiveNodeLocatorForScaleDown.getLiveConfiguration() |
Pair<TransportConfiguration,TransportConfiguration> |
AnyLiveNodeLocatorForReplication.getLiveConfiguration() |
Modifier and Type | Method and Description |
---|---|
Collection<Pair<ConnectorServiceFactory,ConnectorServiceConfiguration>> |
ServiceRegistryImpl.getConnectorServices(List<ConnectorServiceConfiguration> configs) |
Modifier and Type | Method and Description |
---|---|
void |
SharedNothingLiveActivation.startReplication(CoreRemotingConnection rc,
ClusterConnection clusterConnection,
Pair<TransportConfiguration,TransportConfiguration> pair,
boolean isFailBackRequest) |
Modifier and Type | Method and Description |
---|---|
void |
PostOfficeJournalLoader.handleDuplicateIds(Map<SimpleString,List<Pair<byte[],Long>>> duplicateIDMap) |
void |
JournalLoader.handleDuplicateIds(Map<SimpleString,List<Pair<byte[],Long>>> duplicateIDMap) |
void |
BackupRecoveryJournalLoader.handleDuplicateIds(Map<SimpleString,List<Pair<byte[],Long>>> duplicateIDMap) |
void |
PostOfficeJournalLoader.postLoad(Journal messageJournal,
ResourceManager resourceManager,
Map<SimpleString,List<Pair<byte[],Long>>> duplicateIDMap) |
void |
JournalLoader.postLoad(Journal messageJournal,
ResourceManager resourceManager,
Map<SimpleString,List<Pair<byte[],Long>>> duplicateIDMap) |
void |
BackupRecoveryJournalLoader.postLoad(Journal messageJournal,
ResourceManager resourceManager,
Map<SimpleString,List<Pair<byte[],Long>>> duplicateIDMap) |
long |
ScaleDownHandler.scaleDown(ClientSessionFactory sessionFactory,
ResourceManager resourceManager,
Map<SimpleString,List<Pair<byte[],Long>>> duplicateIDMap,
SimpleString managementAddress,
SimpleString targetNodeId) |
void |
ScaleDownHandler.scaleDownDuplicateIDs(Map<SimpleString,List<Pair<byte[],Long>>> duplicateIDMap,
ClientSessionFactory sessionFactory,
SimpleString managementAddress,
String user,
String password) |
Constructor and Description |
---|
NamedNodeIdNodeLocator(String nodeID,
Pair<TransportConfiguration,TransportConfiguration> liveConfiguration) |
Modifier and Type | Method and Description |
---|---|
static Pair<String,String> |
ActiveMQDestination.decomposeQueueNameForDurableSubscription(String queueName) |
Modifier and Type | Method and Description |
---|---|
static List<Pair<TransportConfiguration,TransportConfiguration>> |
TransportConfigurationEncodingSupport.decodeConfigs(ActiveMQBuffer buffer) |
Modifier and Type | Method and Description |
---|---|
static void |
TransportConfigurationEncodingSupport.encodeConfigs(ActiveMQBuffer buffer,
List<Pair<TransportConfiguration,TransportConfiguration>> configs) |
static int |
TransportConfigurationEncodingSupport.getEncodeSize(List<Pair<TransportConfiguration,TransportConfiguration>> configs) |
Modifier and Type | Method and Description |
---|---|
static Pair<Integer,Integer> |
StreamMessageUtil.streamReadBytes(ActiveMQBuffer buff,
int remainingBytes,
byte[] value)
Utility for reading bytes out of streaming.
|
Modifier and Type | Method and Description |
---|---|
void |
TopologyResponseHandler.notifyNodeUp(long uniqueEventID,
String backupGroupName,
String scaleDownGroupName,
String nodeName,
Pair<TransportConfiguration,TransportConfiguration> connectorPair,
boolean isLast) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.