Class GaugeQueueDao

java.lang.Object
io.datarouter.storage.dao.BaseDao
io.datarouter.metric.gauge.GaugeQueueDao
All Implemented Interfaces:
io.datarouter.storage.dao.Dao

@Singleton public class GaugeQueueDao extends io.datarouter.storage.dao.BaseDao
  • Constructor Details

    • GaugeQueueDao

      @Inject public GaugeQueueDao(io.datarouter.storage.Datarouter datarouter, GaugeQueueDao.GaugeQueueDaoParams params, io.datarouter.storage.node.factory.QueueNodeFactory queueNodeFactory)
  • Method Details

    • combineAndPut

      public void combineAndPut(List<GaugeBinaryDto> dtos)
    • getBlobQueueConsumer

      public io.datarouter.conveyor.queue.BlobQueueConsumer<GaugeBinaryDto> getBlobQueueConsumer()