Class S3SpaceMetadata


  • public class S3SpaceMetadata
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long DEFAULT_START_TIME  
      long startTime
      First replicated message timestamp.
      deltix.util.collections.generated.ObjectArrayList<deltix.qsrv.hf.pub.InstrumentKey> symbols
      List of instrument identities stored in current space.
      java.lang.String version
      Version of S3 utilities set.
    • Constructor Summary

      Constructors 
      Constructor Description
      S3SpaceMetadata()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static S3SpaceMetadata fromStream​(DXTickStream stream, java.lang.String space, long firstTimestamp)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • version

        public java.lang.String version
        Version of S3 utilities set.
      • startTime

        public long startTime
        First replicated message timestamp.
      • symbols

        public deltix.util.collections.generated.ObjectArrayList<deltix.qsrv.hf.pub.InstrumentKey> symbols
        List of instrument identities stored in current space.
    • Constructor Detail

      • S3SpaceMetadata

        public S3SpaceMetadata()