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
RecordResult
getStream
in interface RecordResult
JasDBStorageException
- If unable to stream the recordpublic long getRecordSize()
RecordResult
getRecordSize
in interface RecordResult
public boolean isRecordFound()
RecordResult
isRecordFound
in interface RecordResult
Copyright © 2015. All rights reserved.