| Modifier and Type | Method and Description |
|---|---|
protected com.google.inject.multibindings.MapBinder<String,ESPivotBucketSpecHandler<? extends BucketSpec,? extends io.searchbox.core.search.aggregation.Aggregation>> |
ViewsModule.pivotBucketHandlerBinder() |
| Modifier and Type | Method and Description |
|---|---|
protected com.google.inject.binder.ScopedBindingBuilder |
ViewsModule.registerPivotBucketHandler(String name,
Class<? extends ESPivotBucketSpecHandler<? extends BucketSpec,? extends io.searchbox.core.search.aggregation.Aggregation>> implementation) |
| Modifier and Type | Class and Description |
|---|---|
class |
ESPivotBucketSpecHandler<SPEC_TYPE extends BucketSpec,AGGREGATION_RESULT extends io.searchbox.core.search.aggregation.Aggregation> |
| Modifier and Type | Method and Description |
|---|---|
Stream<ESPivotBucketSpecHandler.Bucket> |
ESPivotBucketSpecHandler.handleResult(Pivot pivot,
BucketSpec bucketSpec,
Object queryResult,
Object aggregationResult,
SearchTypeHandler searchTypeHandler,
GeneratedQueryContext queryContext) |
| Constructor and Description |
|---|
ESPivot(Map<String,ESPivotBucketSpecHandler<? extends BucketSpec,? extends io.searchbox.core.search.aggregation.Aggregation>> bucketHandlers,
Map<String,ESPivotSeriesSpecHandler<? extends SeriesSpec,? extends io.searchbox.core.search.aggregation.Aggregation>> seriesHandlers) |
| 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 |
Time |
class |
Values |
Copyright © 2012–2020 Graylog, Inc.. All rights reserved.