Class FiltersConfigurator


  • public final class FiltersConfigurator
    extends java.lang.Object
    • Constructor Detail

      • FiltersConfigurator

        public FiltersConfigurator()
    • Method Detail

      • newBumpUpSorter

        public static BumpUpSorter newBumpUpSorter​(deltix.data.stream.MessageChannel<deltix.qsrv.hf.pub.InstrumentMessage> previous,
                                                   long maxDiscrepancy)
      • newSkipSorter

        public static SkipSorter newSkipSorter​(TickLoader loader,
                                               long maxDiscrepancy)
      • newSkipSorter

        public static SkipSorter newSkipSorter​(deltix.data.stream.MessageChannel<deltix.qsrv.hf.pub.InstrumentMessage> previous,
                                               long maxDiscrepancy)
      • newBufferedSorter

        public static BufferedSorter newBufferedSorter​(deltix.data.stream.MessageChannel<deltix.qsrv.hf.pub.InstrumentMessage> previous,
                                                       long maxDiscrepancy)
      • create

        public static deltix.data.stream.MessageChannel<deltix.qsrv.hf.pub.InstrumentMessage> create​(TickLoader loader,
                                                                                                     long bufferedInterval,
                                                                                                     long bumpInterval,
                                                                                                     long skipInterval)