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 interfaceAttributes.AnyAll attributes must extend from Any.static interfaceAttributes.ChunkLengthsstatic interfaceAttributes.ChunkPositionsstatic interfaceAttributes.DictionaryKeysstatic interfaceAttributes.EncodedObjectsThe chunk contains bytes of objects which need to be decoded.static interfaceAttributes.HashCodeThe chunk contains integer hash codes.static interfaceAttributes.KeyIndicesThe chunk contains index keys, which may be ordered or unordered.static interfaceAttributes.KeysThe chunk contains individual index keys or index ranges.static interfaceAttributes.OrderedKeyIndicesThe chunk contains individual ordered index keys, which must be in strictly ascending order.static interfaceAttributes.OrderedKeyRangesThe chunk contains index ranges.static interfaceAttributes.StringSetBitmasksThis chunk contains longs which are encoded StringSets as a bitnask.static interfaceAttributes.UnorderedKeyIndicesThe chunk contains index keys, which may be in any order (and contain duplicates).static interfaceAttributes.ValuesThe chunk contains individual values. -
Constructor Summary
Constructors Constructor Description Attributes() -
Method Summary
-
Constructor Details
-
Attributes
public Attributes()
-