Class S3StreamReplicator

  • All Implemented Interfaces:
    java.lang.Runnable

    public class S3StreamReplicator
    extends java.lang.Object
    implements java.lang.Runnable
    • Constructor Summary

      Constructors 
      Constructor Description
      S3StreamReplicator​(DXTickStream msgStream, deltix.util.s3.S3DataStore dataStore, boolean live, int retentionPeriod, int purgeOffset, long monitorInterval)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void run()  
      • Methods inherited from class java.lang.Object

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

      • S3StreamReplicator

        public S3StreamReplicator​(DXTickStream msgStream,
                                  deltix.util.s3.S3DataStore dataStore,
                                  boolean live,
                                  int retentionPeriod,
                                  int purgeOffset,
                                  long monitorInterval)
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable