public interface IIscsiReadTrx
Modifier and Type | Method and Description |
---|---|
void |
close()
Close this transaction
|
BlockDataElement |
getCurrentData()
The data that the cursor currently points on
|
byte[] |
getValueOfCurrentData()
A quick get method to get the value of the current data.
|
boolean |
isClosed()
Check whether or not this transaction has been closed
|
boolean |
moveTo(long pKey)
Move the cursor to the given data key
|
boolean moveTo(long pKey)
pKey
- byte[] getValueOfCurrentData()
BlockDataElement getCurrentData()
void close() throws TTIOException
TTIOException
boolean isClosed()
Copyright © 2013. All Rights Reserved.