| Package | Description |
|---|---|
| org.graylog.plugins.views.search.searchtypes.pivot | |
| org.graylog.plugins.views.search.searchtypes.pivot.buckets | |
| org.graylog2.contentpacks.model.entities |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BucketSpecHandler<SPEC_TYPE extends BucketSpec,AGGREGATION_BUILDER,QUERY_RESULT,AGGREGATION_RESULT,SEARCHTYPE_HANDLER,QUERY_CONTEXT>
Implementations of this class contribute handlers for buckets concrete implementations of
the pivot search type. |
| Modifier and Type | Class and Description |
|---|---|
static class |
BucketSpec.Fallback |
| Modifier and Type | Method and Description |
|---|---|
abstract List<BucketSpec> |
Pivot.columnGroups() |
abstract List<BucketSpec> |
Pivot.rowGroups() |
| Modifier and Type | Method and Description |
|---|---|
default Object |
BucketSpecHandler.handleResult(Pivot pivot,
BucketSpec bucketSpec,
Object queryResult,
Object aggregationResult,
SearchTypeHandler searchTypeHandler,
GeneratedQueryContext queryContext) |
| Modifier and Type | Method and Description |
|---|---|
abstract Pivot.Builder |
Pivot.Builder.columnGroups(List<BucketSpec> columnGroups) |
abstract Pivot.Builder |
Pivot.Builder.rowGroups(List<BucketSpec> rowGroups) |
| Modifier and Type | Class and Description |
|---|---|
class |
DateRangeBucket |
class |
Time |
class |
Values |
| Modifier and Type | Method and Description |
|---|---|
abstract List<BucketSpec> |
PivotEntity.columnGroups() |
abstract List<BucketSpec> |
PivotEntity.rowGroups() |
| Modifier and Type | Method and Description |
|---|---|
abstract PivotEntity.Builder |
PivotEntity.Builder.columnGroups(List<BucketSpec> columnGroups) |
abstract PivotEntity.Builder |
PivotEntity.Builder.rowGroups(List<BucketSpec> rowGroups) |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.