static class PeakQpsSearcher.QueryRate extends Object implements com.yahoo.concurrent.ThreadLocalDirectory.Updater<Deque<PeakQpsSearcher.QueryRatePerSecond>,Long>
Constructor and Description |
---|
QueryRate() |
Modifier and Type | Method and Description |
---|---|
Deque<PeakQpsSearcher.QueryRatePerSecond> |
createGenerationInstance(Deque<PeakQpsSearcher.QueryRatePerSecond> previous) |
Deque<PeakQpsSearcher.QueryRatePerSecond> |
update(Deque<PeakQpsSearcher.QueryRatePerSecond> current,
Long when) |
public Deque<PeakQpsSearcher.QueryRatePerSecond> update(Deque<PeakQpsSearcher.QueryRatePerSecond> current, Long when)
update
in interface com.yahoo.concurrent.ThreadLocalDirectory.Updater<Deque<PeakQpsSearcher.QueryRatePerSecond>,Long>
public Deque<PeakQpsSearcher.QueryRatePerSecond> createGenerationInstance(Deque<PeakQpsSearcher.QueryRatePerSecond> previous)
createGenerationInstance
in interface com.yahoo.concurrent.ThreadLocalDirectory.Updater<Deque<PeakQpsSearcher.QueryRatePerSecond>,Long>
Copyright © 2018. All rights reserved.