public interface PlannedOperation<Context> extends Operation<Context>
Operation
implementations
that use a PlannerLevel
value to inform the FlowPlanner
how to treat the operation
during job planning.Modifier and Type | Method and Description |
---|---|
boolean |
supportsPlannerLevel(PlannerLevel plannerLevel) |
cleanup, flush, getFieldDeclaration, getNumArgs, isSafe, prepare
boolean supportsPlannerLevel(PlannerLevel plannerLevel)
Copyright © 2007-2015 Concurrent, Inc. All Rights Reserved.