Uses of Interface
org.graylog.plugins.views.search.searchtypes.pivot.BucketSpec
Packages that use BucketSpec
Package
Description
-
Uses of BucketSpec in org.graylog.plugins.views.search.rest.scriptingapi.mapping
Methods in org.graylog.plugins.views.search.rest.scriptingapi.mapping that return BucketSpec -
Uses of BucketSpec in org.graylog.plugins.views.search.searchtypes.pivot
Classes in org.graylog.plugins.views.search.searchtypes.pivot with type parameters of type BucketSpecModifier and TypeInterfaceDescriptioninterfaceBucketSpecHandler<SPEC_TYPE extends BucketSpec,AGGREGATION_BUILDER, QUERY_CONTEXT> Implementations of this class contribute handlers for buckets concrete implementations ofthe pivot search type.Classes in org.graylog.plugins.views.search.searchtypes.pivot that implement BucketSpecMethods in org.graylog.plugins.views.search.searchtypes.pivot that return types with arguments of type BucketSpecModifier and TypeMethodDescriptionabstract List<BucketSpec>Pivot.columnGroups()abstract List<BucketSpec>Pivot.rowGroups()Methods in org.graylog.plugins.views.search.searchtypes.pivot with parameters of type BucketSpecModifier and TypeMethodDescriptionPivot.Builder.columnGroups(BucketSpec... columnGroups) BucketSpecHandler.createAggregation(BucketSpecHandler.Direction direction, String name, Pivot pivot, BucketSpec pivotSpec, GeneratedQueryContext queryContext, Query query) Pivot.Builder.rowGroups(BucketSpec... rowGroups) Method parameters in org.graylog.plugins.views.search.searchtypes.pivot with type arguments of type BucketSpecModifier and TypeMethodDescriptionabstract Pivot.BuilderPivot.Builder.columnGroups(List<BucketSpec> columnGroups) abstract Pivot.BuilderPivot.Builder.rowGroups(List<BucketSpec> rowGroups) -
Uses of BucketSpec in org.graylog.plugins.views.search.searchtypes.pivot.buckets
Classes in org.graylog.plugins.views.search.searchtypes.pivot.buckets that implement BucketSpec -
Uses of BucketSpec in org.graylog2.contentpacks.model.entities
Methods in org.graylog2.contentpacks.model.entities that return types with arguments of type BucketSpecModifier and TypeMethodDescriptionabstract List<BucketSpec>PivotEntity.columnGroups()abstract List<BucketSpec>PivotEntity.rowGroups()Method parameters in org.graylog2.contentpacks.model.entities with type arguments of type BucketSpecModifier and TypeMethodDescriptionabstract PivotEntity.BuilderPivotEntity.Builder.columnGroups(List<BucketSpec> columnGroups) abstract PivotEntity.BuilderPivotEntity.Builder.rowGroups(List<BucketSpec> rowGroups)