Uses of Interface
org.apache.activemq.artemis.core.client.impl.ServerLocatorInternal
-
-
Uses of ServerLocatorInternal in org.apache.activemq.artemis.core.client.impl
Classes in org.apache.activemq.artemis.core.client.impl that implement ServerLocatorInternal Modifier and Type Class Description classServerLocatorImplThis is the implementation ofServerLocatorand all the proper javadoc is located on that interface.Methods in org.apache.activemq.artemis.core.client.impl that return ServerLocatorInternal Modifier and Type Method Description ServerLocatorInternalServerLocatorInternal. setAfterConnectionInternalListener(AfterConnectInternalListener listener)ServerLocatorInternalServerLocatorInternal. setClusterConnection(boolean clusterConnection)ServerLocatorInternalServerLocatorInternal. setClusterTransportConfiguration(TransportConfiguration tc)ServerLocatorInternalServerLocatorInternal. setIdentity(String identity)Used to better identify Cluster Connection Locators on logs.ServerLocatorInternalServerLocatorInternal. setNodeID(String nodeID)Constructors in org.apache.activemq.artemis.core.client.impl with parameters of type ServerLocatorInternal Constructor Description ClientSessionFactoryImpl(ServerLocatorInternal serverLocator, TransportConfiguration connectorConfig, ServerLocatorConfig locatorConfig, int reconnectAttempts, Executor threadPool, ScheduledExecutorService scheduledThreadPool, List<Interceptor> incomingInterceptors, List<Interceptor> outgoingInterceptors) -
Uses of ServerLocatorInternal in org.apache.activemq.artemis.core.server
Methods in org.apache.activemq.artemis.core.server with parameters of type ServerLocatorInternal Modifier and Type Method Description voidLiveNodeLocator. connectToCluster(ServerLocatorInternal serverLocator)connects to the clustervoidActiveMQServerLogger_$logger. errorClosingServerLocator(Exception e, ServerLocatorInternal clusterLocator)voidActiveMQServerLogger. errorClosingServerLocator(Exception e, ServerLocatorInternal clusterLocator) -
Uses of ServerLocatorInternal in org.apache.activemq.artemis.core.server.cluster
Methods in org.apache.activemq.artemis.core.server.cluster that return types with arguments of type ServerLocatorInternal Modifier and Type Method Description Map<SimpleString,ServerLocatorInternal>ClusterController. getLocators()Methods in org.apache.activemq.artemis.core.server.cluster with parameters of type ServerLocatorInternal Modifier and Type Method Description voidClusterManager. removeClusterLocator(ServerLocatorInternal serverLocator) -
Uses of ServerLocatorInternal in org.apache.activemq.artemis.core.server.cluster.ha
Methods in org.apache.activemq.artemis.core.server.cluster.ha that return ServerLocatorInternal Modifier and Type Method Description static ServerLocatorInternalScaleDownPolicy. getScaleDownConnector(ScaleDownPolicy scaleDownPolicy, ActiveMQServer activeMQServer) -
Uses of ServerLocatorInternal in org.apache.activemq.artemis.core.server.cluster.impl
Fields in org.apache.activemq.artemis.core.server.cluster.impl declared as ServerLocatorInternal Modifier and Type Field Description protected ServerLocatorInternalBridgeImpl. serverLocatorMethods in org.apache.activemq.artemis.core.server.cluster.impl that return ServerLocatorInternal Modifier and Type Method Description ServerLocatorInternalClusterConnectionImpl. getServerLocator()For tests onlyConstructors in org.apache.activemq.artemis.core.server.cluster.impl with parameters of type ServerLocatorInternal Constructor Description BridgeImpl(ServerLocatorInternal serverLocator, BridgeConfiguration configuration, UUID nodeUUID, Queue queue, Executor executor, ScheduledExecutorService scheduledExecutor, ActiveMQServer server)ClusterConnectionBridge(ClusterConnection clusterConnection, ClusterManager clusterManager, ServerLocatorInternal targetLocator, ServerLocatorInternal discoveryLocator, int initialConnectAttempts, int reconnectAttempts, long retryInterval, double retryMultiplier, long maxRetryInterval, UUID nodeUUID, long targetNodeEventUID, String targetNodeID, SimpleString name, Queue queue, Executor executor, Filter filterString, SimpleString forwardingAddress, ScheduledExecutorService scheduledExecutor, TransformerConfiguration transformer, boolean useDuplicateDetection, String user, String password, ActiveMQServer server, SimpleString managementAddress, SimpleString managementNotificationAddress, MessageFlowRecord flowRecord, TransportConfiguration connector, String storeAndForwardPrefix, StorageManager storageManager) -
Uses of ServerLocatorInternal in org.apache.activemq.artemis.core.server.impl
Constructors in org.apache.activemq.artemis.core.server.impl with parameters of type ServerLocatorInternal Constructor Description BackupRecoveryJournalLoader(PostOffice postOffice, PagingManager pagingManager, StorageManager storageManager, QueueFactory queueFactory, NodeManager nodeManager, ManagementService managementService, GroupingHandler groupingHandler, Configuration configuration, ActiveMQServer parentServer, ServerLocatorInternal locator, ClusterController clusterController)
-