public class ReusePrefixedDateColumnProcessor extends java.lang.Object implements ColumnProcessor<PrefixedDate>
| Constructor and Description |
|---|
ReusePrefixedDateColumnProcessor(ColumnProcessor<PrefixedDate> wrapped) |
| Modifier and Type | Method and Description |
|---|---|
void |
doFirst() |
void |
doLast() |
boolean |
process(com.netflix.astyanax.model.Column<PrefixedDate> c) |
boolean |
wasDoFirstCalled() |
public ReusePrefixedDateColumnProcessor(ColumnProcessor<PrefixedDate> wrapped)
public void doFirst()
doFirst in interface ColumnProcessor<PrefixedDate>public boolean process(com.netflix.astyanax.model.Column<PrefixedDate> c)
process in interface ColumnProcessor<PrefixedDate>public void doLast()
doLast in interface ColumnProcessor<PrefixedDate>public boolean wasDoFirstCalled()