public class BtreeRecordResult extends Object implements RecordResult
| Constructor and Description |
|---|
BtreeRecordResult() |
BtreeRecordResult(DataKey dataKey) |
| Modifier and Type | Method and Description |
|---|---|
long |
getRecordSize()
The size of the record
|
ClonableDataStream |
getStream()
Gets an inputstream allowing reading of the record entity
|
boolean |
isRecordFound()
Returns whether a record is found
|
public BtreeRecordResult(DataKey dataKey)
public BtreeRecordResult()
public ClonableDataStream getStream() throws JasDBStorageException
RecordResultgetStream in interface RecordResultJasDBStorageException - If unable to stream the recordpublic long getRecordSize()
RecordResultgetRecordSize in interface RecordResultpublic boolean isRecordFound()
RecordResultisRecordFound in interface RecordResultCopyright © 2015. All rights reserved.