Uses of Class
org.apache.activemq.artemis.utils.UUID
Packages that use UUID
Package
Description
-
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 -
Uses of UUID in org.apache.activemq.artemis.core.message.impl
Methods in org.apache.activemq.artemis.core.message.impl that return UUIDMethods in org.apache.activemq.artemis.core.message.impl with parameters of type UUID -
Uses of UUID in org.apache.activemq.artemis.core.server
Methods in org.apache.activemq.artemis.core.server that return UUIDMethods in org.apache.activemq.artemis.core.server with parameters of type UUID -
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 UUIDModifier and TypeMethodDescriptionstatic final byte[]BridgeImpl.getDuplicateBytes(UUID nodeUUID, long messageID) Constructors in org.apache.activemq.artemis.core.server.cluster.impl with parameters of type UUIDModifierConstructorDescriptionBridgeImpl(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, String clientId) -
Uses of UUID in org.apache.activemq.artemis.utils
Methods in org.apache.activemq.artemis.utils that return UUIDModifier and TypeMethodDescriptionUUIDGenerator.fromJavaUUID(UUID uuid) UUIDGenerator.generateTimeBasedUUID(byte[] byteAddr) UUIDGenerator.generateUUID()