Class MultiValueSingleInputHistogramCreation<T,S>
java.lang.Object
org.graylog.plugins.views.search.engine.monitoring.data.histogram.creation.MultiValueSingleInputHistogramCreation<T,S>
- Type Parameters:
T- Type of features of objects that are used to decide in which bin of histogram result is placed.S- Type of objects used to create histogram.
Creates histogram of objects of type S, with T used for x-axis.
-
Constructor Summary
ConstructorsConstructorDescriptionMultiValueSingleInputHistogramCreation(Collection<T> availableBins, BinChooser<T, S> binChooser, Map<String, ValueComputation<S, Long>> valueFunctions, String inputDescription) -
Method Summary
-
Constructor Details
-
MultiValueSingleInputHistogramCreation
public MultiValueSingleInputHistogramCreation(Collection<T> availableBins, BinChooser<T, S> binChooser, Map<String, ValueComputation<S, Long>> valueFunctions, String inputDescription)
-
-
Method Details
-
create
-