Class RequestTraceStoreFactory

    • Constructor Detail

      • RequestTraceStoreFactory

        public RequestTraceStoreFactory()
    • Method Detail

      • getStore

        public static RequestTraceStoreInterface getStore​(boolean reservoirSamplingEnabled,
                                                          boolean historic)
        Generates a request trace store.
        Parameters:
        reservoirSamplingEnabled - whether the store should remove items based on a reservoir sampling algorithm.
        historic - whether the store is a historic store or not.
        Returns:
        a request trace store.