|
|||||||||
| 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 | |
|---|---|
SegmentDataset |
createSegmentDataset(Segment segment)
Returns a SegmentDataset object which contains the cached data and is initialized to be used with the supplied segment. |
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. |
| Method Detail |
|---|
SegmentDataset createSegmentDataset(Segment segment)
segment - Segment to which the returned dataset will be
associated to.
SortedSet<Comparable<?>>[] getAxisValueSets()
boolean[] getNullAxisFlags()
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||