Package tritechgemini.fileio
Class CatalogStreamSummary
java.lang.Object
tritechgemini.fileio.CatalogStreamSummary
Lump of data to send back from a GeminiCatalog.streamCatalog function which
will give (or attempt to give) the state of the streaming, which may not
be complete, or may have been aborted for some reason.
- Author:
- Doug Gillespie
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intintstatic final intlonglongstatic final intstatic final intint -
Constructor Summary
ConstructorsConstructorDescriptionCatalogStreamSummary(int recordsStreamed, long firstRecordTime, long lastRecordTime, int endReason) -
Method Summary
-
Field Details
-
PROCESSSTOP
public static final int PROCESSSTOP- See Also:
-
FILEEND
public static final int FILEEND- See Also:
-
READERROR
public static final int READERROR- See Also:
-
DATAGAP
public static final int DATAGAP- See Also:
-
firstRecordTime
public long firstRecordTime -
lastRecordTime
public long lastRecordTime -
recordsStreamed
public int recordsStreamed -
endReason
public int endReason
-
-
Constructor Details
-
CatalogStreamSummary
public CatalogStreamSummary(int recordsStreamed, long firstRecordTime, long lastRecordTime, int endReason)
-