Step.ToJsonCb<T>| Constructor and Description |
|---|
Join(ExecutionBlock block,
Source<ResultDocument>[] sources)
Construct the join with the given sources
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
explain(ExecutionContext ctx) |
StepResult<JoinTuple> |
getResults(ExecutionContext ctx)
Asynchronously retrieves results from the sources, and returns a stream
that joins them
|
Source<ResultDocument>[] |
getSources()
Returns the sources of the join
|
com.fasterxml.jackson.databind.JsonNode |
toJson() |
getBlock, initialize, toStringpublic Join(ExecutionBlock block, Source<ResultDocument>[] sources)
public Source<ResultDocument>[] getSources()
public StepResult<JoinTuple> getResults(ExecutionContext ctx)
getResults in class Step<JoinTuple>public com.fasterxml.jackson.databind.JsonNode toJson()
public com.fasterxml.jackson.databind.JsonNode explain(ExecutionContext ctx)
Copyright © 2016. All rights reserved.