cascading.pattern.ensemble.selection
Class CategoricalSelectionBuffer

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

public class CategoricalSelectionBuffer
extends SelectionBuffer<CategoricalSelectionBuffer.DecisionContext>

See Also:
Serialized Form

Nested Class Summary
protected  class CategoricalSelectionBuffer.DecisionContext
           
 
Field Summary
 
Fields inherited from class cascading.pattern.ensemble.selection.SelectionBuffer
ensembleSpec
 
Fields inherited from class cascading.operation.BaseOperation
fieldDeclaration, numArgs, trace
 
Fields inherited from interface cascading.operation.Operation
ANY
 
Constructor Summary
CategoricalSelectionBuffer(EnsembleSpec ensembleSpec)
           
 
Method Summary
 void operate(FlowProcess flowProcess, BufferCall<CategoricalSelectionBuffer.DecisionContext> bufferCall)
           
 void prepare(FlowProcess flowProcess, OperationCall<CategoricalSelectionBuffer.DecisionContext> operationCall)
           
 
Methods inherited from class cascading.operation.BaseOperation
cleanup, equals, flush, getFieldDeclaration, getNumArgs, getTrace, hashCode, isSafe, printOperationInternal, toString, toStringInternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface cascading.operation.Operation
cleanup, flush, getFieldDeclaration, getNumArgs, isSafe
 

Constructor Detail

CategoricalSelectionBuffer

public CategoricalSelectionBuffer(EnsembleSpec ensembleSpec)
Method Detail

prepare

public void prepare(FlowProcess flowProcess,
                    OperationCall<CategoricalSelectionBuffer.DecisionContext> operationCall)
Specified by:
prepare in interface Operation<CategoricalSelectionBuffer.DecisionContext>
Overrides:
prepare in class BaseOperation<CategoricalSelectionBuffer.DecisionContext>

operate

public void operate(FlowProcess flowProcess,
                    BufferCall<CategoricalSelectionBuffer.DecisionContext> bufferCall)


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