Uses of Class
org.jgroups.util.UUID

Packages that use UUID
org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network. 
org.jgroups.protocols.relay   
org.jgroups.util Provides useful functionality which cannot be assigned to any particular other package. 
 

Uses of UUID in org.jgroups.protocols
 

Fields in org.jgroups.protocols declared as UUID
protected  UUID STOMP.Connection.session_id
           
 

Uses of UUID in org.jgroups.protocols.relay
 

Subclasses of UUID in org.jgroups.protocols.relay
 class CanBeSiteMaster
          Subclass of UUID which adds a boolean as payload.
 class CanBeSiteMasterTopology
          Subclass of TopologyUUID which adds a boolean as payload.
 class SiteMaster
          Special address with the UUID part being 0: identifies the current (relay) coordinator of a given site.
 class SiteUUID
          Implementation of SiteAddress
 

Methods in org.jgroups.protocols.relay that return UUID
 UUID SiteMaster.copy()
           
 UUID SiteUUID.copy()
           
 

Constructors in org.jgroups.protocols.relay with parameters of type UUID
CanBeSiteMaster(UUID uuid, boolean can_become_site_master)
           
SiteUUID(UUID uuid, java.lang.String name, short site)
           
 

Uses of UUID in org.jgroups.util
 

Subclasses of UUID in org.jgroups.util
 class AdditionalDataUUID
          Subclass of UUID which adds a string as payload.
 class PayloadUUID
          Subclass of UUID which adds a string as payload.
 class TopologyUUID
          Subclass of UUID which adds 3 strings (siteId, rackId and machineId)as payload.
 

Methods in org.jgroups.util that return UUID
 UUID UUID.copy()
           
static UUID UUID.randomUUID()
          Static factory to retrieve a type 4 (pseudo randomly generated) UUID.
 



Copyright © 1998-2012 Bela Ban / Red Hat. All Rights Reserved.