Package ca.uhn.hl7v2.util.idgenerator
package ca.uhn.hl7v2.util.idgenerator
-
ClassDescriptionDefault implementation of a HiLo ID generator that allows to use another (non-HiLo) ID generator for generating the "hi" part of the ID.Replacement for
MessageIDGenerator.Convenience class that delegates expensive ID retrieval from a file to a defaultFileBasedGenerator.Abstract base class for a HiLo-style generator that cheaply generates "lo" IDs in memory but only seldomly increments (potentially more expensive) a "hi" ID, e.g.MessageID generator interface.Extension for continuous ID sequencesOrdered ID sequences with a configurable incrementIn-memory variant of an message ID generator.Bridge between theIDGeneratorinterface and the oldMessageIDGeneratorclass.ID generator that simply returns the return value of System.nanoTime().ID generator that simply return random UUIDs as message IDs.