|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.iris.Fissures.IfRealTimeCollector.DataChunk
public final class DataChunk
The simplest self-contained representation of data recorded. The units of the data are COUNTs.
Field Summary | |
---|---|
Time |
begin_time
|
ChannelId |
channel
|
TimeSeriesDataSel |
data
|
Time |
end_time
|
int |
seq_num
|
Constructor Summary | |
---|---|
DataChunk()
|
|
DataChunk(int seq_num,
ChannelId channel,
Time begin_time,
TimeSeriesDataSel data,
Time end_time)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int seq_num
public ChannelId channel
public Time begin_time
public TimeSeriesDataSel data
public Time end_time
Constructor Detail |
---|
public DataChunk()
public DataChunk(int seq_num, ChannelId channel, Time begin_time, TimeSeriesDataSel data, Time end_time)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |