|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SegmentBody
SegmentBody is the object which contains the cached data of a
Segment. They are stored inside a SegmentCache
and can be retrieved by a SegmentHeader key.
The segment body objects are immutable and fully serializable.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
Map<CellKey,Object> getValueMap()
Object getValueArray()
BitSet getIndicators()
SortedSet<Comparable>[] getAxisValueSets()
boolean[] getNullAxisFlags()
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||