public interface BatchVisitor
Modifier and Type | Method and Description |
---|---|
BatchVisitor |
append(byte[] values) |
BatchVisitor |
decrement() |
BatchVisitor |
increment() |
BatchVisitor |
merge(byte[] begin,
byte[] end) |
BatchVisitor |
mergeWithLast(byte[] values) |
BatchVisitor increment()
BatchVisitor decrement()
BatchVisitor append(byte[] values)
BatchVisitor merge(byte[] begin, byte[] end)
BatchVisitor mergeWithLast(byte[] values)