| Package | Description |
|---|---|
| org.springframework.data.mongodb.core.aggregation |
Support for the MongoDB aggregation framework.
|
| Modifier and Type | Field and Description |
|---|---|
protected static BucketOperationSupport.Outputs |
BucketOperationSupport.Outputs.EMPTY |
| Modifier and Type | Method and Description |
|---|---|
protected BucketOperationSupport.Outputs |
BucketOperationSupport.Outputs.and(BucketOperationSupport.Output output)
Create a new
BucketOperationSupport.Outputs that contains the new BucketOperationSupport.Output. |
| Modifier and Type | Method and Description |
|---|---|
protected abstract T |
BucketOperationSupport.newBucketOperation(BucketOperationSupport.Outputs outputs)
Implementation hook to create a new bucket operation.
|
protected BucketOperation |
BucketOperation.newBucketOperation(BucketOperationSupport.Outputs outputs) |
protected BucketAutoOperation |
BucketAutoOperation.newBucketOperation(BucketOperationSupport.Outputs outputs) |
| Constructor and Description |
|---|
BucketOperationSupport(BucketOperationSupport<?,?> operationSupport,
BucketOperationSupport.Outputs outputs)
Creates a copy of
BucketOperationSupport and applies the new BucketOperationSupport.Outputs. |
Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.