public class UuidGenerator extends Object
Uuid
instances. By default, Reggie uses instances of this class to
generate Uuid
s; this behavior can be customized by providing as configuration entry
values instances of subclasses which override the generate()
method of this class.Constructor and Description |
---|
UuidGenerator()
Creates new
UuidGenerator instance. |
public Uuid generate()
Uuid
. The default implementation of this method returns the
result of calling UuidFactory.generate()
; subclasses can override this method to
customize Uuid
generation.Uuid
Copyright © GigaSpaces.