Uses of Interface
org.apache.activemq.artemis.core.server.cluster.ClusterConnection
-
-
Uses of ClusterConnection in org.apache.activemq.artemis.core.management.impl
Constructors in org.apache.activemq.artemis.core.management.impl with parameters of type ClusterConnection Constructor Description ClusterConnectionControlImpl(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 ClusterConnection Modifier and Type Method Description ClusterConnectionInVMAcceptor. getClusterConnection()Methods in org.apache.activemq.artemis.core.remoting.impl.invm with parameters of type ClusterConnection Modifier and Type Method Description AcceptorInVMAcceptorFactory. 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 ClusterConnection Constructor Description InVMAcceptor(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 ClusterConnection Modifier and Type Method Description ClusterConnectionNettyAcceptor. getClusterConnection()Methods in org.apache.activemq.artemis.core.remoting.impl.netty with parameters of type ClusterConnection Modifier and Type Method Description AcceptorNettyAcceptorFactory. 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 ClusterConnection Constructor Description NettyAcceptor(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 ClusterConnection Modifier and Type Method Description ClusterConnectionClusterManager. getClusterConnection(String name)ClusterConnectionClusterManager. 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 Modifier and Type Method Description Set<ClusterConnection>ClusterManager. getClusterConnections() -
Uses of ClusterConnection in org.apache.activemq.artemis.core.server.cluster.impl
Classes in org.apache.activemq.artemis.core.server.cluster.impl that implement ClusterConnection Modifier and Type Class Description classClusterConnectionImplConstructors in org.apache.activemq.artemis.core.server.cluster.impl with parameters of type ClusterConnection Constructor Description 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 ClusterConnection in org.apache.activemq.artemis.core.server.impl
Methods in org.apache.activemq.artemis.core.server.impl with parameters of type ClusterConnection Modifier and Type Method Description voidSharedNothingLiveActivation. 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 ClusterConnection Modifier and Type Method Description voidManagementService. 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 ClusterConnection Modifier and Type Method Description voidManagementServiceImpl. 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 ClusterConnection Constructor Description ClusterPool(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 ClusterConnection Modifier and Type Method Description ClusterConnectionAcceptor. getClusterConnection()Methods in org.apache.activemq.artemis.spi.core.remoting with parameters of type ClusterConnection Modifier and Type Method Description AcceptorAcceptorFactory. 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.
-