public interface SegmentBody extends Serializable
SegmentCache
and can be retrieved by a SegmentHeader
key.
The segment body objects are immutable and fully serializable.
Modifier and Type | Method and Description |
---|---|
SortedSet<Comparable>[] |
getAxisValueSets()
Returns the cached axis value sets to be used as an
initializer for the segment's axis.
|
boolean[] |
getNullAxisFlags()
Returns an array of boolean values which identify which
axis of the cached segment contained null values.
|
BitSet |
getNullValueIndicators()
Returns a bit-set indicating whether values are null.
|
Object |
getValueArray()
Returns an array of values.
|
Map<CellKey,Object> |
getValueMap()
Converts contents of this segment into a cellkey/value map.
|
Map<CellKey,Object> getValueMap()
Object getValueArray()
Use only for dense segments.
BitSet getNullValueIndicators()
getValueArray()
.
Use only for dense segments of native values.
SortedSet<Comparable>[] getAxisValueSets()
boolean[] getNullAxisFlags()
Copyright © 2018 Hitachi Vantara. All rights reserved.