public class AtomPrefixTypes
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
AtomPrefixTypes.AtomType
The first bit of a prefix is the atom type:
0 is a data atom
1 is a header atom There is also an overflow marker BaggageAtoms#OVERFLOW_MARKER that is just the empty byte array (ie, it
has no prefix) and therefore lexicographically less than all other atoms |
static class |
AtomPrefixTypes.BagOptionsInPrefix
Some bag options are contained within the header prefix -- currently only the
BagOptions.MergeBehavior |
static class |
AtomPrefixTypes.HeaderType
There are two different types of header.
|
static class |
AtomPrefixTypes.Level
Levels are used by headers.
|