|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.davisor.data.VoidData
com.davisor.data.stream.IteratorDataStream
com.davisor.data.stream.SortDataStream
SortDataStream represents a data stream that has the processed results
of SortDataSource. The elements in the stream are DataValues.
| Field Summary |
| Fields inherited from class com.davisor.data.stream.IteratorDataStream |
M_hasNext, M_index, M_iterator, M_metaData, M_nextData |
| Fields inherited from class com.davisor.data.VoidData |
M_type |
| Fields inherited from interface com.davisor.data.stream.DataStream |
INITIAL_INDEX |
| Constructor Summary | |
SortDataStream(DataBuffer dataBuffer)
Creates a data stream from the given data buffer. |
|
| Methods inherited from class com.davisor.data.stream.IteratorDataStream |
close, getIndex, hasNext, init, next, toString |
| Methods inherited from class com.davisor.data.VoidData |
equals, getDataValue, getType, hashCode, setType |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.davisor.data.Data |
getType |
| Constructor Detail |
public SortDataStream(DataBuffer dataBuffer)
throws InvalidDataException
DataValue
objects with a common Type.
dataBuffer - Data buffer.
InvalidDataException - if the data does not fulfill expectations.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||