Package | Description |
---|---|
ca.uhn.hl7v2.parser | |
ca.uhn.hl7v2.util.idgenerator |
Modifier and Type | Method and Description |
---|---|
IDGenerator |
ParserConfiguration.getIdGenerator() |
Modifier and Type | Method and Description |
---|---|
void |
ParserConfiguration.setIdGenerator(IDGenerator idGenerator) |
Modifier and Type | Interface and Description |
---|---|
static interface |
IDGenerator.Ordered
Extension for continuous ID sequences
|
Modifier and Type | Class and Description |
---|---|
class |
DelegatingHiLoGenerator
Default implementation of a HiLo ID generator that allows to use another
(non-HiLo) ID generator for generating the "hi" part of the ID.
|
class |
FileBasedGenerator
Replacement for
MessageIDGenerator . |
class |
FileBasedHiLoGenerator
Convenience class that delegates expensive ID retrieval from a file to
a default
FileBasedGenerator . |
class |
HiLoGenerator
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.
|
static class |
IDGenerator.OrderedSupport
Ordered ID sequences with a configurable increment
|
class |
InMemoryIDGenerator
In-memory variant of an message ID generator.
|
class |
LegacyGenerator
Bridge between the
IDGenerator interface and the old
MessageIDGenerator class. |
class |
NanoTimeGenerator
ID generator that simply returns the return value of System.nanoTime().
|
class |
UUIDGenerator
ID generator that simply return random UUIDs as message IDs.
|
Copyright © 2001–2017 University Health Network. All rights reserved.