Skip navigation links
A B C D E F G I N O P R S T V 

A

addAggregateValue(Type) - Method in class cascading.nested.core.aggregate.BaseNumberNestedAggregate.BaseContext
 
aggregate(Context, Node) - Method in class cascading.nested.core.aggregate.BaseNumberNestedAggregate
 
aggregate(Node) - Method in class cascading.nested.core.aggregate.BaseNumberNestedAggregate.BaseContext
 
aggregate(SimpleNestedAggregate.AggregateContext<Node>, Node) - Method in class cascading.nested.core.aggregate.SimpleNestedAggregate
 
aggregate(Node) - Method in interface cascading.nested.core.aggregate.SimpleNestedAggregate.AggregateContext
 
aggregate(Context, Node) - Method in interface cascading.nested.core.NestedAggregate
This method receives each collected value to be applied to the current aggregation.
aggregate(FlowProcess, AggregatorCall<NestedBaseBuildAggregator<Node, Result>.Context>) - Method in class cascading.nested.core.NestedBaseBuildAggregator
 
aggregateAll(Double) - Method in class cascading.nested.core.aggregate.AverageDoubleNestedAggregate.Context
 
aggregateFilteredValue(Double) - Method in class cascading.nested.core.aggregate.AverageDoubleNestedAggregate.Context
 
aggregateFilteredValue(Type) - Method in class cascading.nested.core.aggregate.BaseNumberNestedAggregate.BaseContext
 
aggregateFilteredValue(Double) - Method in class cascading.nested.core.aggregate.SumDoubleNestedAggregate.Context
 
aggregateFilteredValue(Long) - Method in class cascading.nested.core.aggregate.SumLongNestedAggregate.Context
 
aggregateNode(Pair<NestedAggregate<Node, Object>, Object>[], Node) - Method in class cascading.nested.core.NestedGetAllAggregateFunction
 
aggregateNoNulls(Double) - Method in class cascading.nested.core.aggregate.AverageDoubleNestedAggregate.Context
 
aggregateType - Variable in class cascading.nested.core.aggregate.BaseNumberNestedAggregate
 
allValuesDiscarded - Variable in class cascading.nested.core.aggregate.BaseNumberNestedAggregate.BaseContext
 
asArray(Collection<String>) - Static method in class cascading.nested.core.NestedGetFunction
 
asArrayOf(Collection<NestedAggregate<Node, ?>>) - Static method in class cascading.nested.core.NestedGetAllAggregateFunction
 
asFields(Set<Fields>) - Static method in class cascading.nested.core.NestedGetFunction
 
AverageDoubleNestedAggregate<Node> - Class in cascading.nested.core.aggregate
Class AverageDoubleNestedAggregate is a @{link cascading.nested.core.NestedAggregate} implementation for averaging the elements collected from the parent container object.
AverageDoubleNestedAggregate(Fields) - Constructor for class cascading.nested.core.aggregate.AverageDoubleNestedAggregate
 
AverageDoubleNestedAggregate(Fields, AverageDoubleNestedAggregate.Include) - Constructor for class cascading.nested.core.aggregate.AverageDoubleNestedAggregate
 
AverageDoubleNestedAggregate.Context<Node> - Class in cascading.nested.core.aggregate
 
AverageDoubleNestedAggregate.Include - Enum in cascading.nested.core.aggregate
 

B

BaseContext(BaseNumberNestedAggregate<Node, Type, BaseNumberNestedAggregate.BaseContext<Type, Node>>, CoercibleType<Node>) - Constructor for class cascading.nested.core.aggregate.BaseNumberNestedAggregate.BaseContext
 
BaseNumberNestedAggregate<Node,Type,Context extends BaseNumberNestedAggregate.BaseContext<Type,Node>> - Class in cascading.nested.core.aggregate
Class BaseNumberNestedAggregate is the base class used to create number oriented aggregation operations.
BaseNumberNestedAggregate() - Constructor for class cascading.nested.core.aggregate.BaseNumberNestedAggregate
 
BaseNumberNestedAggregate(Fields, Class<Type>) - Constructor for class cascading.nested.core.aggregate.BaseNumberNestedAggregate
 
BaseNumberNestedAggregate.BaseContext<Type,Node> - Class in cascading.nested.core.aggregate
 
builder - Variable in class cascading.nested.core.NestedBaseBuildAggregator
 
builder - Variable in class cascading.nested.core.NestedBaseBuildFunction
 
BuildSpec - Class in cascading.nested.core
Class BuildSpec is used to declare how a key value maps into a new or existing nested object type.
BuildSpec() - Constructor for class cascading.nested.core.BuildSpec
 
BuildSpec(Type) - Constructor for class cascading.nested.core.BuildSpec
 
BuildSpec(String) - Constructor for class cascading.nested.core.BuildSpec
 
BuildSpec(String, Type) - Constructor for class cascading.nested.core.BuildSpec
 

C

cascading.nested.core - package cascading.nested.core
 
cascading.nested.core.aggregate - package cascading.nested.core.aggregate
 
coerceFrom(Node) - Method in class cascading.nested.core.aggregate.BaseNumberNestedAggregate.BaseContext
 
coercibleType - Variable in class cascading.nested.core.aggregate.BaseNumberNestedAggregate.BaseContext
 
complete - Variable in class cascading.nested.core.aggregate.BaseNumberNestedAggregate.BaseContext
 
complete() - Method in class cascading.nested.core.aggregate.BaseNumberNestedAggregate.BaseContext
 
complete(Context) - Method in class cascading.nested.core.aggregate.BaseNumberNestedAggregate
 
complete() - Method in interface cascading.nested.core.aggregate.SimpleNestedAggregate.AggregateContext
 
complete(SimpleNestedAggregate.AggregateContext<Node>) - Method in class cascading.nested.core.aggregate.SimpleNestedAggregate
 
complete(Context) - Method in interface cascading.nested.core.NestedAggregate
This method completes the aggregate operation and insert the results into a Tuple instance.
complete(FlowProcess, AggregatorCall<NestedBaseBuildAggregator<Node, Result>.Context>) - Method in class cascading.nested.core.NestedBaseBuildAggregator
 
completeAggregateValue(Tuple) - Method in class cascading.nested.core.aggregate.AverageDoubleNestedAggregate.Context
 
completeAggregateValue(Tuple) - Method in class cascading.nested.core.aggregate.BaseNumberNestedAggregate.BaseContext
 
completeAggregateValue(Tuple) - Method in class cascading.nested.core.aggregate.SumDoubleNestedAggregate.Context
 
completeAggregateValue(Tuple) - Method in class cascading.nested.core.aggregate.SumLongNestedAggregate.Context
 
Context(BaseNumberNestedAggregate<Node, Double, BaseNumberNestedAggregate.BaseContext<Double, Node>>, CoercibleType<Node>, AverageDoubleNestedAggregate.Include) - Constructor for class cascading.nested.core.aggregate.AverageDoubleNestedAggregate.Context
 
Context(BaseNumberNestedAggregate<Node, Double, BaseNumberNestedAggregate.BaseContext<Double, Node>>, CoercibleType<Node>) - Constructor for class cascading.nested.core.aggregate.SumDoubleNestedAggregate.Context
 
Context(SumLongNestedAggregate<Node>, CoercibleType<Node>) - Constructor for class cascading.nested.core.aggregate.SumLongNestedAggregate.Context
 
Context() - Constructor for class cascading.nested.core.NestedBaseBuildAggregator.Context
 
Context(Tuple) - Constructor for class cascading.nested.core.NestedBaseBuildFunction.Context
 
Context(NestedBaseCopyFunction<?, ?>, boolean, Tuple, Fields) - Constructor for class cascading.nested.core.NestedBaseCopyFunction.Context
 
Context(Map<Fields, Pair<SerPredicate<?>, Pointer<Node>>>, Tuple) - Constructor for class cascading.nested.core.NestedBaseFunction.Context
 
copier - Variable in class cascading.nested.core.NestedBaseCopyFunction
 
CopySpec - Class in cascading.nested.core
Class CopySpec is used to declare a mapping of parts of one nested object into a new or existing nested object type.
CopySpec() - Constructor for class cascading.nested.core.CopySpec
 
CopySpec(String) - Constructor for class cascading.nested.core.CopySpec
 
createContext(CoercibleType<Node>) - Method in class cascading.nested.core.aggregate.AverageDoubleNestedAggregate
 
createContext(CoercibleType<Node>) - Method in class cascading.nested.core.aggregate.SimpleNestedAggregate
 
createContext(CoercibleType<Node>) - Method in class cascading.nested.core.aggregate.SumDoubleNestedAggregate
 
createContext(CoercibleType<Node>) - Method in class cascading.nested.core.aggregate.SumLongNestedAggregate
 
createContext(CoercibleType<Node>) - Method in interface cascading.nested.core.NestedAggregate
 
createResultTuple(BaseNumberNestedAggregate<Node, Type, BaseNumberNestedAggregate.BaseContext<Type, Node>>) - Method in class cascading.nested.core.aggregate.BaseNumberNestedAggregate.BaseContext
 

D

declared(Collection<NestedAggregate<Node, ?>>) - Static method in class cascading.nested.core.NestedGetAllAggregateFunction
 
deepCopy(Node) - Method in class cascading.nested.core.NestedBaseOperation
 
deepCopy(Node) - Method in interface cascading.nested.core.NestedCoercibleType
 
defaultValueFilter - Variable in class cascading.nested.core.NestedBaseFunction
 
discardNullValues() - Method in class cascading.nested.core.aggregate.AverageDoubleNestedAggregate
 
discardNullValues() - Method in class cascading.nested.core.aggregate.BaseNumberNestedAggregate
 
discardValue - Variable in class cascading.nested.core.aggregate.BaseNumberNestedAggregate.BaseContext
 

E

extractResult(Tuple, Node) - Method in class cascading.nested.core.NestedGetFunction
 
extractResult(NestedGetFunction.Setter<Node>, Node) - Method in class cascading.nested.core.NestedGetFunction
 

F

factory - Variable in class cascading.nested.core.aggregate.SimpleNestedAggregate
 
failOnMissingNode - Variable in class cascading.nested.core.NestedGetFunction
 
fieldDeclaration - Variable in class cascading.nested.core.aggregate.BaseNumberNestedAggregate
 
fieldDeclaration - Variable in class cascading.nested.core.aggregate.SimpleNestedAggregate
 
fields - Variable in class cascading.nested.core.NestedBaseCopyFunction.Context
 

G

getArgument(OperationCall<?>) - Method in class cascading.nested.core.NestedSpecBaseOperation
 
getCoercibleType() - Method in class cascading.nested.core.NestedBaseOperation
 
getFieldDeclaration() - Method in class cascading.nested.core.aggregate.BaseNumberNestedAggregate
 
getFieldDeclaration() - Method in class cascading.nested.core.aggregate.SimpleNestedAggregate
 
getFieldDeclaration() - Method in interface cascading.nested.core.NestedAggregate
 
getLiteralNode(Object) - Method in class cascading.nested.core.NestedBaseOperation
 
getNestedPointerCompiler() - Method in class cascading.nested.core.NestedBaseOperation
 
getNestedPointerCompiler() - Method in interface cascading.nested.core.NestedCoercibleType
 
getNode(TupleEntry) - Method in class cascading.nested.core.NestedBaseFunction
 
getNode(TupleEntry) - Method in class cascading.nested.core.NestedCreateFunction
 
getNode(TupleEntry) - Method in class cascading.nested.core.NestedSetFunction
 
getResultNode(OperationCall<Context>) - Method in class cascading.nested.core.NestedSpecBaseOperation
 
getRootNode() - Method in class cascading.nested.core.NestedBaseOperation
 

I

include - Variable in class cascading.nested.core.aggregate.AverageDoubleNestedAggregate
 
isInto() - Method in class cascading.nested.core.NestedSpecBaseOperation
 
isRemove(FlowProcess, FilterCall<Matcher[]>) - Method in class cascading.nested.core.NestedRegexFilter
 
iterable(Result) - Method in class cascading.nested.core.NestedBaseOperation
 

N

NestedAggregate<Node,Context> - Interface in cascading.nested.core
Interface NestedAggregate provides a basic abstraction for aggregating set of values collected from a set of parent objects.
nestedAggregates - Variable in class cascading.nested.core.NestedGetAllAggregateFunction
 
NestedBaseBuildAggregator<Node,Result> - Class in cascading.nested.core
Class NestedBaseBuildAggregator is the base class for Aggregator implementations that rely on the BuildSpec class when declaring transformations on nested object types.
NestedBaseBuildAggregator(NestedCoercibleType<Node, Result>, Fields, BuildSpec...) - Constructor for class cascading.nested.core.NestedBaseBuildAggregator
 
NestedBaseBuildAggregator.Context - Class in cascading.nested.core
 
NestedBaseBuildFunction<Node,Result> - Class in cascading.nested.core
Class NestedBaseBuildFunction is the base class for Function implementations that rely on the BuildSpec class when declaring transformations on nested object types.
NestedBaseBuildFunction(NestedCoercibleType<Node, Result>, Fields, BuildSpec...) - Constructor for class cascading.nested.core.NestedBaseBuildFunction
 
NestedBaseBuildFunction.Context - Class in cascading.nested.core
 
NestedBaseCopyFunction<Node,Result> - Class in cascading.nested.core
Class NestedBaseCopyFunction is the base class for Function implementations that rely on the CopySpec class when declaring transformations on nested object types.
NestedBaseCopyFunction(NestedCoercibleType<Node, Result>, Fields, CopySpec...) - Constructor for class cascading.nested.core.NestedBaseCopyFunction
 
NestedBaseCopyFunction.Context - Class in cascading.nested.core
 
NestedBaseFunction<Node,Result> - Class in cascading.nested.core
 
NestedBaseFunction(NestedCoercibleType<Node, Result>, Fields) - Constructor for class cascading.nested.core.NestedBaseFunction
 
NestedBaseFunction(NestedCoercibleType<Node, Result>, Fields, SerPredicate<?>) - Constructor for class cascading.nested.core.NestedBaseFunction
 
NestedBaseFunction(NestedCoercibleType<Node, Result>, Fields, String) - Constructor for class cascading.nested.core.NestedBaseFunction
 
NestedBaseFunction(NestedCoercibleType<Node, Result>, Fields, String, SerPredicate<?>) - Constructor for class cascading.nested.core.NestedBaseFunction
 
NestedBaseFunction(NestedCoercibleType<Node, Result>, Fields, Map<Fields, String>) - Constructor for class cascading.nested.core.NestedBaseFunction
 
NestedBaseFunction(NestedCoercibleType<Node, Result>, Fields, SerPredicate<?>, Map<Fields, String>) - Constructor for class cascading.nested.core.NestedBaseFunction
 
NestedBaseFunction.Context - Class in cascading.nested.core
 
NestedBaseOperation<Node,Result,Context> - Class in cascading.nested.core
 
NestedBaseOperation(NestedCoercibleType<Node, Result>) - Constructor for class cascading.nested.core.NestedBaseOperation
 
NestedBaseOperation(NestedCoercibleType<Node, Result>, Fields) - Constructor for class cascading.nested.core.NestedBaseOperation
 
NestedBaseOperation(NestedCoercibleType<Node, Result>, int, Fields) - Constructor for class cascading.nested.core.NestedBaseOperation
 
nestedCoercibleType - Variable in class cascading.nested.core.NestedBaseOperation
 
NestedCoercibleType<Node,Result> - Interface in cascading.nested.core
 
NestedCreateFunction<Node,Result> - Class in cascading.nested.core
Class NestedCreateFunction is the base class for Function implementations that want to simply store values in a new nested object tree.
NestedCreateFunction(NestedCoercibleType<Node, Result>, Fields) - Constructor for class cascading.nested.core.NestedCreateFunction
 
NestedCreateFunction(NestedCoercibleType<Node, Result>, Fields, String) - Constructor for class cascading.nested.core.NestedCreateFunction
 
NestedCreateFunction(NestedCoercibleType, Fields, Map<Fields, String>) - Constructor for class cascading.nested.core.NestedCreateFunction
 
NestedCreateFunction(NestedCoercibleType<Node, Result>, Fields, SerPredicate<?>) - Constructor for class cascading.nested.core.NestedCreateFunction
 
NestedCreateFunction(NestedCoercibleType<Node, Result>, Fields, String, SerPredicate<?>) - Constructor for class cascading.nested.core.NestedCreateFunction
 
NestedCreateFunction(NestedCoercibleType, Fields, SerPredicate<?>, Map<Fields, String>) - Constructor for class cascading.nested.core.NestedCreateFunction
 
NestedGetAllAggregateFunction<Node,Result> - Class in cascading.nested.core
Class NestedGetAllAggregateFunction is the base class for Function implementations that when given the root of a collection of container nodes, need to aggregate the values of a common child element.
NestedGetAllAggregateFunction(NestedCoercibleType<Node, Result>, String, boolean, Map<String, NestedAggregate<Node, ?>>) - Constructor for class cascading.nested.core.NestedGetAllAggregateFunction
Constructor NestedGetAllAggregateFunction creates a new NestedGetAllAggregateFunction instance.
NestedGetAllAggregateFunction(NestedCoercibleType<Node, Result>, String, SerFunction<Stream<Node>, Stream<Node>>, boolean, Map<String, NestedAggregate<Node, ?>>) - Constructor for class cascading.nested.core.NestedGetAllAggregateFunction
 
NestedGetAllAggregateFunction(NestedCoercibleType<Node, Result>, String, boolean, String[], NestedAggregate<Node, ?>[]) - Constructor for class cascading.nested.core.NestedGetAllAggregateFunction
 
NestedGetAllAggregateFunction(NestedCoercibleType<Node, Result>, String, Fields, boolean, String[], NestedAggregate<Node, ?>[]) - Constructor for class cascading.nested.core.NestedGetAllAggregateFunction
 
NestedGetAllAggregateFunction(NestedCoercibleType<Node, Result>, String, SerFunction<Stream<Node>, Stream<Node>>, boolean, String[], NestedAggregate<Node, ?>[]) - Constructor for class cascading.nested.core.NestedGetAllAggregateFunction
 
NestedGetAllAggregateFunction(NestedCoercibleType<Node, Result>, String, SerFunction<Stream<Node>, Stream<Node>>, Fields, boolean, String[], NestedAggregate<Node, ?>[]) - Constructor for class cascading.nested.core.NestedGetAllAggregateFunction
 
NestedGetAllFunction<Node,Result> - Class in cascading.nested.core
Class NestedGetAllFunction is the base class for Function implementations that want to simply retrieve a collection of values in nested object, and then transform each element node into a tuple with declared fields.
NestedGetAllFunction(NestedCoercibleType<Node, Result>, String, Fields, boolean, String...) - Constructor for class cascading.nested.core.NestedGetAllFunction
Constructor NestedGetAllFunction creates a new NestedGetFunction instance.
NestedGetFunction<Node,Result> - Class in cascading.nested.core
Class NestedGetFunction is the base class for Function implementations that want to simply retrieve values in nested object trees and return them as tuple fields.
NestedGetFunction(NestedCoercibleType<Node, Result>, Fields, boolean, String...) - Constructor for class cascading.nested.core.NestedGetFunction
Constructor NestedGetFunction creates a new NestedGetFunction instance.
NestedGetFunction.Setter<Node> - Interface in cascading.nested.core
 
NestedRegexFilter<Node,Results> - Class in cascading.nested.core
Class NestedRegexFilter is the base class for Filter implementations that want to filter a tuple stream based on the values in a nested object tree.
NestedRegexFilter(NestedCoercibleType<Node, Results>, String, List<Pattern>, boolean) - Constructor for class cascading.nested.core.NestedRegexFilter
 
NestedSetFunction<Node,Result> - Class in cascading.nested.core
Class NestedSetFunction is the base class for Function implementations that want to simply store values in an existing nested object tree.
NestedSetFunction(NestedCoercibleType<Node, Result>, Fields) - Constructor for class cascading.nested.core.NestedSetFunction
 
NestedSetFunction(NestedCoercibleType<Node, Result>, Fields, String) - Constructor for class cascading.nested.core.NestedSetFunction
 
NestedSetFunction(NestedCoercibleType, Fields, Map<Fields, String>) - Constructor for class cascading.nested.core.NestedSetFunction
 
NestedSpecBaseOperation<Node,Result,Context> - Class in cascading.nested.core
 
NestedSpecBaseOperation(NestedCoercibleType<Node, Result>, Fields) - Constructor for class cascading.nested.core.NestedSpecBaseOperation
 
NestedSpecBaseOperation(NestedCoercibleType<Node, Result>, int, Fields) - Constructor for class cascading.nested.core.NestedSpecBaseOperation
 
newRoot() - Method in interface cascading.nested.core.NestedCoercibleType
 
node(Object) - Method in interface cascading.nested.core.NestedCoercibleType
Method getNode returns a Node representation for the given value.
nullIfDiscard() - Method in class cascading.nested.core.aggregate.BaseNumberNestedAggregate.BaseContext
 

O

operate(FlowProcess, FunctionCall<NestedBaseBuildFunction.Context>) - Method in class cascading.nested.core.NestedBaseBuildFunction
 
operate(FlowProcess, FunctionCall<NestedBaseCopyFunction.Context>) - Method in class cascading.nested.core.NestedBaseCopyFunction
 
operate(FlowProcess, FunctionCall<NestedBaseFunction.Context>) - Method in class cascading.nested.core.NestedBaseFunction
 
operate(FlowProcess, FunctionCall<Tuple>) - Method in class cascading.nested.core.NestedGetAllAggregateFunction
 
operate(FlowProcess, FunctionCall<Tuple>) - Method in class cascading.nested.core.NestedGetAllFunction
 
operate(FlowProcess, FunctionCall<Tuple>) - Method in class cascading.nested.core.NestedGetFunction
 

P

pointers - Variable in class cascading.nested.core.NestedBaseFunction.Context
 
pointers - Variable in class cascading.nested.core.NestedBaseFunction
 
pointers - Variable in class cascading.nested.core.NestedGetFunction
 
prepare(FlowProcess, OperationCall<NestedBaseBuildAggregator<Node, Result>.Context>) - Method in class cascading.nested.core.NestedBaseBuildAggregator
 
prepare(FlowProcess, OperationCall<NestedBaseBuildFunction.Context>) - Method in class cascading.nested.core.NestedBaseBuildFunction
 
prepare(FlowProcess, OperationCall<NestedBaseCopyFunction.Context>) - Method in class cascading.nested.core.NestedBaseCopyFunction
 
prepare(FlowProcess, OperationCall<NestedBaseFunction.Context>) - Method in class cascading.nested.core.NestedBaseFunction
 
prepare(FlowProcess, OperationCall<Tuple>) - Method in class cascading.nested.core.NestedGetAllAggregateFunction
 
prepare(FlowProcess, OperationCall<Tuple>) - Method in class cascading.nested.core.NestedGetFunction
 
prepare(FlowProcess, OperationCall<Matcher[]>) - Method in class cascading.nested.core.NestedRegexFilter
 
prepare(FlowProcess, OperationCall<Context>) - Method in class cascading.nested.core.NestedSpecBaseOperation
 

R

reset() - Method in class cascading.nested.core.aggregate.AverageDoubleNestedAggregate.Context
 
reset() - Method in class cascading.nested.core.aggregate.BaseNumberNestedAggregate.BaseContext
 
reset() - Method in interface cascading.nested.core.aggregate.SimpleNestedAggregate.AggregateContext
 
reset() - Method in class cascading.nested.core.aggregate.SumDoubleNestedAggregate.Context
 
reset() - Method in class cascading.nested.core.aggregate.SumLongNestedAggregate.Context
 
reset() - Method in class cascading.nested.core.NestedBaseBuildAggregator.Context
 
resetContext(Context) - Method in class cascading.nested.core.aggregate.BaseNumberNestedAggregate
 
resetContext(SimpleNestedAggregate.AggregateContext<Node>) - Method in class cascading.nested.core.aggregate.SimpleNestedAggregate
 
resetContext(Context) - Method in interface cascading.nested.core.NestedAggregate
This method is called after NestedAggregate.complete(Object) so that any resources can be freed and the result context instance can be used in the next aggregation.
resetTransform - Variable in class cascading.nested.core.NestedBaseCopyFunction.Context
 
resetTransforms(TupleEntry, Fields) - Method in class cascading.nested.core.NestedBaseCopyFunction
 
result - Variable in class cascading.nested.core.NestedBaseBuildFunction.Context
 
result - Variable in class cascading.nested.core.NestedBaseCopyFunction.Context
 
result - Variable in class cascading.nested.core.NestedBaseFunction.Context
 
results - Variable in class cascading.nested.core.aggregate.BaseNumberNestedAggregate.BaseContext
 
returnNullForEmpty() - Method in class cascading.nested.core.aggregate.BaseNumberNestedAggregate
 
rootPointer - Variable in class cascading.nested.core.NestedBaseFunction
 
rootPointer - Variable in class cascading.nested.core.NestedGetAllAggregateFunction
 
rootPointer - Variable in class cascading.nested.core.NestedGetAllFunction
 

S

set(int, Node) - Method in interface cascading.nested.core.NestedGetFunction.Setter
 
setFactory(SerFunction<CoercibleType<Node>, SimpleNestedAggregate.AggregateContext<Node>>) - Method in class cascading.nested.core.aggregate.SimpleNestedAggregate
 
setFieldDeclaration(Fields) - Method in class cascading.nested.core.aggregate.SimpleNestedAggregate
 
setInto(Pair<NestedAggregate<Node, Context>, Context>[], int, Node) - Method in class cascading.nested.core.NestedGetAllAggregateFunction
 
setInto(Tuple, int, Node) - Method in class cascading.nested.core.NestedGetFunction
 
SimpleNestedAggregate<Node> - Class in cascading.nested.core.aggregate
Class SimpleNestedAggregate provides a simple extensible implementation of NestedAggregate.
SimpleNestedAggregate(Fields, SerFunction<CoercibleType<Node>, SimpleNestedAggregate.AggregateContext<Node>>) - Constructor for class cascading.nested.core.aggregate.SimpleNestedAggregate
Create a new instance of SimpleNestedAggregate.
SimpleNestedAggregate(Fields) - Constructor for class cascading.nested.core.aggregate.SimpleNestedAggregate
Create a new instance of SimpleNestedAggregate without a factory
SimpleNestedAggregate() - Constructor for class cascading.nested.core.aggregate.SimpleNestedAggregate
Create a new instance of SimpleNestedAggregate without a factory
SimpleNestedAggregate.AggregateContext<Node> - Interface in cascading.nested.core.aggregate
 
size(Result) - Method in class cascading.nested.core.NestedBaseOperation
 
start(FlowProcess, AggregatorCall<NestedBaseBuildAggregator<Node, Result>.Context>) - Method in class cascading.nested.core.NestedBaseBuildAggregator
 
stream(Result) - Method in class cascading.nested.core.NestedGetAllAggregateFunction
Applies the given stream wrapper function
streamWrapper - Variable in class cascading.nested.core.NestedGetAllAggregateFunction
 
SumDoubleNestedAggregate<Node> - Class in cascading.nested.core.aggregate
Class SumDoubleNestedAggregate is a NestedAggregate implementation for summing double values collected from the parent container object.
SumDoubleNestedAggregate(Fields) - Constructor for class cascading.nested.core.aggregate.SumDoubleNestedAggregate
 
SumDoubleNestedAggregate.Context<Node> - Class in cascading.nested.core.aggregate
 
SumLongNestedAggregate<Node> - Class in cascading.nested.core.aggregate
Class SumLongNestedAggregate is a NestedAggregate implementation for summing long values collected from the parent container object.
SumLongNestedAggregate(Fields) - Constructor for class cascading.nested.core.aggregate.SumLongNestedAggregate
 
SumLongNestedAggregate.Context<Node> - Class in cascading.nested.core.aggregate
 

T

to - Variable in class cascading.nested.core.aggregate.BaseNumberNestedAggregate.BaseContext
 
Transform<Node> - Interface in cascading.nested.core
 

V

valueIfDiscard() - Method in class cascading.nested.core.aggregate.BaseNumberNestedAggregate.BaseContext
 
valueOf(String) - Static method in enum cascading.nested.core.aggregate.AverageDoubleNestedAggregate.Include
Returns the enum constant of this type with the specified name.
values() - Static method in enum cascading.nested.core.aggregate.AverageDoubleNestedAggregate.Include
Returns an array containing the constants of this enum type, in the order they are declared.
verify(String[]) - Method in class cascading.nested.core.NestedGetAllAggregateFunction
 
verify(String[]) - Method in class cascading.nested.core.NestedGetFunction
 
A B C D E F G I N O P R S T V 
Skip navigation links

Copyright © 2007-2021 Cascading Maintainers. All Rights Reserved.