public class DeletionInfo.InOrderTester
extends java.lang.Object
This object allow testing whether a given column (name/timestamp) is deleted
or not by this DeletionInfo, assuming that the column given to this
object are passed in forward or reversed comparator sorted order.
This is more efficient that calling DeletionInfo.isDeleted() repeatedly
in that case.
Method Summary
Methods
Modifier and Type
Method and Description
boolean
isDeleted(java.nio.ByteBuffer name,
long timestamp)