Uses of Class
org.apache.activemq.artemis.utils.UUID
-
-
Uses of UUID in org.apache.activemq.artemis.core.client.impl
Methods in org.apache.activemq.artemis.core.client.impl with parameters of type UUID Modifier and Type Method Description ClientMessageImplClientMessageImpl. setUserID(UUID userID) -
Uses of UUID in org.apache.activemq.artemis.core.message.impl
Methods in org.apache.activemq.artemis.core.message.impl that return UUID Modifier and Type Method Description UUIDCoreMessage. getUserID()Methods in org.apache.activemq.artemis.core.message.impl with parameters of type UUID Modifier and Type Method Description CoreMessageCoreMessage. setUserID(UUID userID) -
Uses of UUID in org.apache.activemq.artemis.core.server
Methods in org.apache.activemq.artemis.core.server that return UUID Modifier and Type Method Description UUIDNodeManager. getUUID()Methods in org.apache.activemq.artemis.core.server with parameters of type UUID Modifier and Type Method Description protected voidNodeManager. setUUID(UUID generateUUID) -
Uses of UUID in org.apache.activemq.artemis.core.server.cluster.impl
Methods in org.apache.activemq.artemis.core.server.cluster.impl with parameters of type UUID Modifier and Type Method Description static byte[]BridgeImpl. getDuplicateBytes(UUID nodeUUID, long messageID)Constructors in org.apache.activemq.artemis.core.server.cluster.impl with parameters of type UUID 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 UUID in org.apache.activemq.artemis.utils
Methods in org.apache.activemq.artemis.utils that return UUID Modifier and Type Method Description UUIDUUIDGenerator. fromJavaUUID(UUID uuid)UUIDUUIDGenerator. generateTimeBasedUUID(byte[] byteAddr)UUIDUUIDGenerator. generateUUID()
-