public class RequestTraceStoreFactory extends Object
RequestTraceStoreInterface.| Constructor and Description |
|---|
RequestTraceStoreFactory() |
| Modifier and Type | Method and Description |
|---|---|
static RequestTraceStoreInterface |
getStore(Events events,
boolean reservoirSamplingEnabled,
boolean historic)
Generates a request trace store.
|
public static RequestTraceStoreInterface getStore(Events events, boolean reservoirSamplingEnabled, boolean historic)
reservoirSamplingEnabled - whether the store should remove items
based on a reservoir sampling algorithm.historic - whether the store is a historic store or not.Copyright © 2019. All rights reserved.