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.

public class MultiValueSingleInputHistogramCreation<T,S> extends Object
Creates histogram of objects of type S, with T used for x-axis.