cascading.pattern.ensemble.selection
Class SelectionBuffer<Context>

java.lang.Object
  extended by cascading.operation.BaseOperation<Context>
      extended by cascading.pattern.ensemble.selection.SelectionBuffer<Context>
All Implemented Interfaces:
cascading.flow.planner.DeclaresResults, Buffer<Context>, Operation<Context>, cascading.util.Traceable, Serializable
Direct Known Subclasses:
CategoricalSelectionBuffer, PredictionSelectionBuffer

public abstract class SelectionBuffer<Context>
extends BaseOperation<Context>
implements Buffer<Context>

See Also:
Serialized Form

Field Summary
protected  EnsembleSpec ensembleSpec
           
 
Fields inherited from class cascading.operation.BaseOperation
fieldDeclaration, numArgs, trace
 
Fields inherited from interface cascading.operation.Operation
ANY
 
Constructor Summary
SelectionBuffer(Fields fieldDeclaration, EnsembleSpec ensembleSpec)
           
 
Method Summary
 
Methods inherited from class cascading.operation.BaseOperation
cleanup, equals, flush, getFieldDeclaration, getNumArgs, getTrace, hashCode, isSafe, prepare, printOperationInternal, toString, toStringInternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface cascading.operation.Buffer
operate
 
Methods inherited from interface cascading.operation.Operation
cleanup, flush, getFieldDeclaration, getNumArgs, isSafe, prepare
 

Field Detail

ensembleSpec

protected final EnsembleSpec ensembleSpec
Constructor Detail

SelectionBuffer

public SelectionBuffer(Fields fieldDeclaration,
                       EnsembleSpec ensembleSpec)


Copyright © 2007-2015 Concurrent, Inc. All Rights Reserved.