public interface NameSpaceVisitor
NameSpace.| Modifier and Type | Interface and Description |
|---|---|
static class |
NameSpaceVisitor.Status
The status of the visitor.
|
| Modifier and Type | Method and Description |
|---|---|
NameSpaceVisitor.Status |
visit(java.lang.String key,
byte[] data)
Visit a record in the namespace.
|
NameSpaceVisitor.Status visit(java.lang.String key, byte[] data) throws java.lang.Exception
key - the key of the record being visiteddata - the record dataCONTINUE to keep visiting, STOP to stopjava.lang.Exception - if the visitor fails