Spring for Apache Hadoop

Package org.springframework.data.hadoop.store.strategy.rollover

Interface Summary
RolloverStrategy A strategy interface used for file or stream writers to determine when a file or a stream should be rolled over.
 

Class Summary
AbstractRolloverStrategy Base class for RolloverStrategy implementations.
ChainedRolloverStrategy RolloverStrategy which is simply chaining other strategies.
NoRolloverStrategy A RolloverStrategy which simply never does a rollover.
SizeRolloverStrategy A RolloverStrategy using a size limiting a rollover operation.
 


Spring for Apache Hadoop