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 IOException
IOExceptionprotected boolean filter(Context context,
Cell cell)
cell - cellprotected void cleanup(<any>.Context context)
throws IOException,
InterruptedException
IOExceptionInterruptedExceptionpublic void setup(Context context)
throws IOException
IOException