public interface IBackendReader
Modifier and Type | Method and Description |
---|---|
void |
close()
Closing the storage.
|
IBucket |
read(long pKey)
Getting a reference for the given pointer.
|
UberBucket |
readUber()
Reading the UberBucket
|
IBucket read(long pKey) throws TTIOException
pKey
- the reference for the bucket to be determinedIBucket
as the base for a bucketTTException
- if something bad happens during readTTIOException
UberBucket readUber() throws TTIOException
TTException
TTIOException
void close() throws TTIOException
TTIOException
- if something bad happens while accessCopyright © 2013. All Rights Reserved.