public static class BucketOperation.ExpressionBucketOperationBuilder extends BucketOperationSupport.ExpressionBucketOperationBuilderSupport<BucketOperation.BucketOperationOutputBuilder,BucketOperation>
ExpressionBucketOperationBuilderSupport implementation for BucketOperation using SpEL expression
based Output.operation, value| Modifier | Constructor and Description |
|---|---|
protected |
ExpressionBucketOperationBuilder(String expression,
BucketOperation operation,
Object[] parameters)
Creates a new
ExpressionBucketOperationBuilderSupport for the given value, BucketOperation
and parameters. |
| Modifier and Type | Method and Description |
|---|---|
protected BucketOperation.BucketOperationOutputBuilder |
apply(BucketOperationSupport.OperationOutput operationOutput)
Apply an
BucketOperationSupport.OperationOutput to this output. |
protected ExpressionBucketOperationBuilder(String expression, BucketOperation operation, Object[] parameters)
ExpressionBucketOperationBuilderSupport for the given value, BucketOperation
and parameters.expression - must not be null.operation - must not be null.parameters - protected BucketOperation.BucketOperationOutputBuilder apply(BucketOperationSupport.OperationOutput operationOutput)
BucketOperationSupport.OutputBuilderBucketOperationSupport.OperationOutput to this output.apply in class BucketOperationSupport.OutputBuilder<BucketOperation.BucketOperationOutputBuilder,BucketOperation>operationOutput - must not be null.Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.