Uses of Class
org.graylog.plugins.views.search.searchtypes.pivot.PivotResult.Value
Packages that use PivotResult.Value
-
Uses of PivotResult.Value in org.graylog.plugins.views.search.searchtypes.pivot
Methods in org.graylog.plugins.views.search.searchtypes.pivot that return PivotResult.ValueModifier and TypeMethodDescriptionstatic PivotResult.ValuePivotResult.Value.create(Collection<String> key, Object value, boolean rollup, String source) Methods in org.graylog.plugins.views.search.searchtypes.pivot that return types with arguments of type PivotResult.ValueModifier and TypeMethodDescriptionabstract com.google.common.collect.ImmutableList<PivotResult.Value>PivotResult.Row.values()Methods in org.graylog.plugins.views.search.searchtypes.pivot with parameters of type PivotResult.ValueMethod parameters in org.graylog.plugins.views.search.searchtypes.pivot with type arguments of type PivotResult.ValueModifier and TypeMethodDescriptionPivotResult.Row.Builder.addAllValues(List<PivotResult.Value> values)