Constructor and Description |
---|
ValueFilter(INodeReadTrx rtx,
byte[] mValue)
Constructor initializing internal state.
|
ValueFilter(INodeReadTrx rtx,
String mValue)
Constructor initializing internal state.
|
Modifier and Type | Method and Description |
---|---|
boolean |
filter()
Filter on the current node
|
addAtomicToItemList, close, getItemList, getNode, getStartKey, isSelfIncluded, iterator, moveTo, next, remove, reset, resetToLastKey, resetToStartKey
public ValueFilter(INodeReadTrx rtx, byte[] mValue)
rtx
- Transaction to bind filter to.mValue
- Value to find.public ValueFilter(INodeReadTrx rtx, String mValue)
rtx
- Transaction to bind filter to.mValue
- Value to find.Copyright © 2013. All Rights Reserved.