Class PivotResult
java.lang.Object
org.graylog.plugins.views.search.searchtypes.pivot.PivotResult
- All Implemented Interfaces:
SearchType.Result
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PivotResult.Builderbuilder()abstract AbsoluteRangestatic PivotResultabstract Stringid()abstract com.google.common.collect.ImmutableList<PivotResult.Row>rows()abstract longtotal()type()The json type info property of the surrounding SearchType class.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.graylog.plugins.views.search.SearchType.Result
name
-
Constructor Details
-
PivotResult
public PivotResult()
-
-
Method Details
-
id
- Specified by:
idin interfaceSearchType.Result
-
type
Description copied from interface:SearchType.ResultThe json type info property of the surrounding SearchType class. Must be set manually by subclasses.- Specified by:
typein interfaceSearchType.Result
-
rows
-
total
public abstract long total() -
effectiveTimerange
-
builder
-
empty
-