Uses of Interface
ca.uhn.hl7v2.util.idgenerator.IDGenerator
Packages that use IDGenerator
-
Uses of IDGenerator in ca.uhn.hl7v2.parser
Methods in ca.uhn.hl7v2.parser that return IDGeneratorMethods in ca.uhn.hl7v2.parser with parameters of type IDGeneratorModifier and TypeMethodDescriptionvoidParserConfiguration.setIdGenerator(IDGenerator idGenerator) -
Uses of IDGenerator in ca.uhn.hl7v2.util.idgenerator
Subinterfaces of IDGenerator in ca.uhn.hl7v2.util.idgeneratorModifier and TypeInterfaceDescriptionstatic interfaceExtension for continuous ID sequencesClasses in ca.uhn.hl7v2.util.idgenerator that implement IDGeneratorModifier and TypeClassDescriptionclassDefault implementation of a HiLo ID generator that allows to use another (non-HiLo) ID generator for generating the "hi" part of the ID.classReplacement forMessageIDGenerator.classConvenience class that delegates expensive ID retrieval from a file to a defaultFileBasedGenerator.classAbstract 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.static classOrdered ID sequences with a configurable incrementclassIn-memory variant of an message ID generator.classBridge between theIDGeneratorinterface and the oldMessageIDGeneratorclass.classID generator that simply returns the return value of System.nanoTime().classID generator that simply return random UUIDs as message IDs.