Uses of Enum Class
org.graylog.plugins.views.search.searchtypes.pivot.BucketSpecHandler.Direction
Packages that use BucketSpecHandler.Direction
-
Uses of BucketSpecHandler.Direction in org.graylog.plugins.views.search.searchtypes.pivot
Methods in org.graylog.plugins.views.search.searchtypes.pivot that return BucketSpecHandler.DirectionModifier and TypeMethodDescriptionstatic BucketSpecHandler.DirectionReturns the enum constant of this class with the specified name.static BucketSpecHandler.Direction[]BucketSpecHandler.Direction.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.graylog.plugins.views.search.searchtypes.pivot with parameters of type BucketSpecHandler.DirectionModifier and TypeMethodDescriptionBucketSpecHandler.createAggregation(BucketSpecHandler.Direction direction, String name, Pivot pivot, BucketSpec pivotSpec, GeneratedQueryContext queryContext, Query query) BucketSpecHandler.doCreateAggregation(BucketSpecHandler.Direction direction, String name, Pivot pivot, SPEC_TYPE bucketSpec, QUERY_CONTEXT queryContext, Query query)