Class Attributes
java.lang.Object
com.illumon.iris.db.v2.sources.chunk.Attributes
public class Attributes extends Object
Attributes that may apply to a
Chunk
.-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
Attributes.Any
All attributes must extend from Any.static interface
Attributes.ChunkLengths
static interface
Attributes.ChunkPositions
static interface
Attributes.DictionaryKeys
static interface
Attributes.EncodedObjects
The chunk contains bytes of objects which need to be decoded.static interface
Attributes.HashCode
The chunk contains integer hash codes.static interface
Attributes.KeyIndices
The chunk contains index keys, which may be ordered or unordered.static interface
Attributes.Keys
The chunk contains individual index keys or index ranges.static interface
Attributes.OrderedKeyIndices
The chunk contains individual ordered index keys, which must be in strictly ascending order.static interface
Attributes.OrderedKeyRanges
The chunk contains index ranges.static interface
Attributes.StringSetBitmasks
This chunk contains longs which are encoded StringSets as a bitnask.static interface
Attributes.UnorderedKeyIndices
The chunk contains index keys, which may be in any order (and contain duplicates).static interface
Attributes.Values
The chunk contains individual values. -
Constructor Summary
Constructors Constructor Description Attributes()
-
Method Summary
-
Constructor Details
-
Attributes
public Attributes()
-