cascading.flow
Interface FlowSkipStrategy

All Known Implementing Classes:
FlowSkipIfSinkExists, FlowSkipIfSinkStale

public interface FlowSkipStrategy

Interface FlowSkipStrategy is used to create new strategies that decide when a Flow should be skipped when executed in a Cascade. The default strategy is FlowSkipIfSinkStale.

See Also:
FlowSkipIfSinkExists, FlowSkipIfSinkStale

Method Summary
 boolean skipFlow(Flow flow)
           
 

Method Detail

skipFlow

boolean skipFlow(Flow flow)
                 throws IOException
Throws:
IOException


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