protected static class WALPlayer.WALMapper
extends <any>
Mutation to be directly applied to
a running HBase instance.| Modifier | Constructor and Description |
|---|---|
protected |
WALMapper() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
cleanup(<any>.Context context) |
protected boolean |
filter(Context context,
Cell cell)
Filter cell
|
void |
map(WALKey key,
WALEdit value,
Context context) |
void |
setup(Context context) |
public void map(WALKey key, WALEdit value, Context context) throws java.io.IOException
java.io.IOExceptionprotected boolean filter(Context context,
Cell cell)
cell - cellprotected void cleanup(<any>.Context context)
throws java.io.IOException,
java.lang.InterruptedException
java.io.IOExceptionjava.lang.InterruptedExceptionpublic void setup(Context context)
throws java.io.IOException
java.io.IOException