Interface | Description |
---|---|
TraceStorageStrategy |
An interface for objects that will choose from a collection of request traces
which one needs removing.
|
Class | Description |
---|---|
LongestTraceStorageStrategy |
Strategy for finding traces that need removing from a list.
|
ReservoirTraceStorageStrategy |
Strategy for finding traces that need removing from a list, according to a
reservoir sampling algorithm.
|
Copyright © 2021. All rights reserved.