Package com.mysql.cj
Interface BatchVisitor
- All Known Implementing Classes:
AppendingBatchVisitor
public interface BatchVisitor
-
Method Summary
Modifier and Type Method Description BatchVisitor
append(byte[] values)
BatchVisitor
decrement()
BatchVisitor
increment()
BatchVisitor
merge(byte[] begin, byte[] end)
BatchVisitor
mergeWithLast(byte[] values)
-
Method Details
-
increment
BatchVisitor increment() -
decrement
BatchVisitor decrement() -
append
-
merge
-
mergeWithLast
-