|
Spring for Apache Hadoop | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.data.hadoop.store.strategy.rollover.AbstractRolloverStrategy
org.springframework.data.hadoop.store.strategy.rollover.NoRolloverStrategy
public class NoRolloverStrategy
A RolloverStrategy which simply never does a rollover.
| Field Summary |
|---|
| Fields inherited from interface org.springframework.core.Ordered |
|---|
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE |
| Constructor Summary | |
|---|---|
NoRolloverStrategy()
|
|
| Method Summary | |
|---|---|
boolean |
hasRolled()
Checks if strategy wants to rollover. |
void |
reset()
Reset the strategy state. |
| Methods inherited from class org.springframework.data.hadoop.store.strategy.rollover.AbstractRolloverStrategy |
|---|
getOrder, getPosition, setOrder, setWritePosition |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NoRolloverStrategy()
| Method Detail |
|---|
public boolean hasRolled()
RolloverStrategy
public void reset()
RolloverStrategy
|
Spring for Apache Hadoop | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||