Uses of Interface
org.apache.activemq.artemis.core.server.cluster.ClusterConnection
Packages that use ClusterConnection
Package
Description
-
Uses of ClusterConnection in org.apache.activemq.artemis.core.management.impl
Constructors in org.apache.activemq.artemis.core.management.impl with parameters of type ClusterConnectionModifierConstructorDescriptionClusterConnectionControlImpl(ClusterConnection clusterConnection, StorageManager storageManager, ClusterConnectionConfiguration configuration) -
Uses of ClusterConnection in org.apache.activemq.artemis.core.remoting.impl.invm
Methods in org.apache.activemq.artemis.core.remoting.impl.invm that return ClusterConnectionMethods in org.apache.activemq.artemis.core.remoting.impl.invm with parameters of type ClusterConnectionModifier and TypeMethodDescriptionInVMAcceptorFactory.createAcceptor(String name, ClusterConnection clusterConnection, Map<String, Object> configuration, BufferHandler handler, ServerConnectionLifeCycleListener listener, Executor threadPool, ScheduledExecutorService scheduledThreadPool, Map<String, ProtocolManager> protocolMap) Constructors in org.apache.activemq.artemis.core.remoting.impl.invm with parameters of type ClusterConnectionModifierConstructorDescriptionInVMAcceptor(String name, ClusterConnection clusterConnection, Map<String, Object> configuration, BufferHandler handler, ServerConnectionLifeCycleListener listener, Map<String, ProtocolManager> protocolMap, Executor threadPool) -
Uses of ClusterConnection in org.apache.activemq.artemis.core.remoting.impl.netty
Methods in org.apache.activemq.artemis.core.remoting.impl.netty that return ClusterConnectionMethods in org.apache.activemq.artemis.core.remoting.impl.netty with parameters of type ClusterConnectionModifier and TypeMethodDescriptionNettyAcceptorFactory.createAcceptor(String name, ClusterConnection connection, Map<String, Object> configuration, BufferHandler handler, ServerConnectionLifeCycleListener listener, Executor threadPool, ScheduledExecutorService scheduledThreadPool, Map<String, ProtocolManager> protocolMap) Constructors in org.apache.activemq.artemis.core.remoting.impl.netty with parameters of type ClusterConnectionModifierConstructorDescriptionNettyAcceptor(String name, ClusterConnection clusterConnection, Map<String, Object> configuration, BufferHandler handler, ServerConnectionLifeCycleListener listener, ScheduledExecutorService scheduledThreadPool, Executor failureExecutor, Map<String, ProtocolManager> protocolMap) -
Uses of ClusterConnection in org.apache.activemq.artemis.core.server.cluster
Methods in org.apache.activemq.artemis.core.server.cluster that return ClusterConnectionModifier and TypeMethodDescriptionClusterManager.getClusterConnection(String name) ClusterManager.getDefaultConnection(TransportConfiguration acceptorConfig) Return the default ClusterConnection to be used case it's not defined by the acceptorMethods in org.apache.activemq.artemis.core.server.cluster that return types with arguments of type ClusterConnection -
Uses of ClusterConnection in org.apache.activemq.artemis.core.server.cluster.impl
Classes in org.apache.activemq.artemis.core.server.cluster.impl that implement ClusterConnectionConstructors in org.apache.activemq.artemis.core.server.cluster.impl with parameters of type ClusterConnectionModifierConstructorDescriptionClusterConnectionBridge(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, String clientId) -
Uses of ClusterConnection in org.apache.activemq.artemis.core.server.impl
Methods in org.apache.activemq.artemis.core.server.impl with parameters of type ClusterConnectionModifier and TypeMethodDescriptionvoidSharedNothingPrimaryActivation.startReplication(CoreRemotingConnection rc, ClusterConnection clusterConnection, Pair<TransportConfiguration, TransportConfiguration> pair, boolean isFailBackRequest) -
Uses of ClusterConnection in org.apache.activemq.artemis.core.server.management
Methods in org.apache.activemq.artemis.core.server.management with parameters of type ClusterConnectionModifier and TypeMethodDescriptionvoidManagementService.registerCluster(ClusterConnection cluster, ClusterConnectionConfiguration configuration) -
Uses of ClusterConnection in org.apache.activemq.artemis.core.server.management.impl
Methods in org.apache.activemq.artemis.core.server.management.impl with parameters of type ClusterConnectionModifier and TypeMethodDescriptionvoidManagementServiceImpl.registerCluster(ClusterConnection cluster, ClusterConnectionConfiguration configuration) -
Uses of ClusterConnection in org.apache.activemq.artemis.core.server.routing.pools
Constructors in org.apache.activemq.artemis.core.server.routing.pools with parameters of type ClusterConnectionModifierConstructorDescriptionClusterPool(TargetFactory targetFactory, ScheduledExecutorService scheduledExecutor, int checkPeriod, ClusterConnection clusterConnection) -
Uses of ClusterConnection in org.apache.activemq.artemis.spi.core.remoting
Methods in org.apache.activemq.artemis.spi.core.remoting that return ClusterConnectionMethods in org.apache.activemq.artemis.spi.core.remoting with parameters of type ClusterConnectionModifier and TypeMethodDescriptionAcceptorFactory.createAcceptor(String name, ClusterConnection clusterConnection, Map<String, Object> configuration, BufferHandler handler, ServerConnectionLifeCycleListener listener, Executor threadPool, ScheduledExecutorService scheduledThreadPool, Map<String, ProtocolManager> protocolMap) Create a new instance of an Acceptor.