Class CatalogStreamSummary

java.lang.Object
tritechgemini.fileio.CatalogStreamSummary

public class CatalogStreamSummary extends Object
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 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)