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.
|
BitSet |
getIndicators()
Returns a bitset indicating whether values are null.
|
boolean[] |
getNullAxisFlags()
Returns an array of boolean values which identify which
axis of the cached segment contained null values.
|
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()
BitSet getIndicators()
SortedSet<Comparable>[] getAxisValueSets()
boolean[] getNullAxisFlags()