Class Pivot
java.lang.Object
org.graylog.plugins.views.search.searchtypes.pivot.Pivot
- All Implemented Interfaces:
Exportable,SearchType,ContentPackable<SearchTypeEntity>
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface org.graylog.plugins.views.search.SearchType
SearchType.Fallback, SearchType.Result -
Field Summary
FieldsFields inherited from interface org.graylog.plugins.views.search.SearchType
FIELD_SEARCH_FILTERS, TYPE_FIELD -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Pivot.Builderbuilder()abstract List<BucketSpec>abstract Filterfilter()abstract List<UsedSearchFilter>filters()abstract Stringid()name()abstract booleanrollup()abstract List<BucketSpec>abstract List<SeriesSpec>series()sort()abstract Pivot.BuildertoContentPackEntity(EntityDescriptorIds entityDescriptorIds) abstract Stringtype()withFilter(Filter filter) withFilters(List<UsedSearchFilter> filters) withQuery(BackendQuery query) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.graylog2.contentpacks.ContentPackable
getContentPackPluginPackage, resolveNativeEntityMethods inherited from interface org.graylog.plugins.views.search.Exportable
isExportableMethods inherited from interface org.graylog.plugins.views.search.SearchType
effectiveStreams, mappedStreams, query, streams, timerange
-
Field Details
-
NAME
- See Also:
-
-
Constructor Details
-
Pivot
public Pivot()
-
-
Method Details
-
type
- Specified by:
typein interfaceSearchType
-
id
- Specified by:
idin interfaceSearchType
-
name
- Specified by:
namein interfaceSearchType
-
rowGroups
-
columnGroups
-
series
-
sort
-
rollup
public abstract boolean rollup() -
filter
- Specified by:
filterin interfaceSearchType
-
filters
- Specified by:
filtersin interfaceSearchType
-
toBuilder
-
applyExecutionContext
- Specified by:
applyExecutionContextin interfaceSearchType
-
withQuery
- Specified by:
withQueryin interfaceSearchType
-
withFilter
- Specified by:
withFilterin interfaceSearchType
-
withFilters
- Specified by:
withFiltersin interfaceSearchType
-
builder
-
toContentPackEntity
- Specified by:
toContentPackEntityin interfaceContentPackable<SearchTypeEntity>
-