Package | Description |
---|---|
org.treetank.access |
Access to Treetank
|
org.treetank.io |
This package represent the interaction of treetank with the
backend (namely a file, a berkley-db, a database).
|
org.treetank.io.berkeley |
Implementation for the BerkeleyDB as the backend.
|
org.treetank.io.combined | |
org.treetank.io.jclouds |
Modifier and Type | Method and Description |
---|---|
protected static long[] |
BucketReadTrx.dereferenceLeafOfTree(IBackendReader pReader,
long pStartKey,
long pSeqBucketKey)
Find reference pointing to leaf bucket of an indirect tree.
|
Constructor and Description |
---|
BucketReadTrx(ISession pSession,
UberBucket pUberBucket,
RevisionRootBucket pRevBucket,
MetaBucket pMetaBucket,
IBackendReader pReader)
Standard constructor.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IBackendWriter
Interface to provide the abstract layer related to write access of the
tt-backend.
|
Modifier and Type | Method and Description |
---|---|
IBackendReader |
IBackend.getReader()
Getting a reader.
|
Modifier and Type | Class and Description |
---|---|
class |
BerkeleyReader
This class represents an reading instance of the Treetank-Application
implementing the
IBackendReader -interface. |
class |
BerkeleyWriter
This class represents an reading instance of the Treetank-Application
implementing the
IBackendWriter -interface. |
Modifier and Type | Method and Description |
---|---|
IBackendReader |
BerkeleyStorage.getReader()
Getting a reader.
|
Modifier and Type | Class and Description |
---|---|
class |
CombinedReader
Reader for a combined storage.
|
class |
CombinedWriter
Combined Writer for writing to a first and a second writer.
|
Modifier and Type | Method and Description |
---|---|
IBackendReader |
CombinedStorage.getReader()
Getting a reader.
|
Constructor and Description |
---|
CombinedReader(IBackendReader pFirstReader,
IBackendReader pSecondReader)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
JCloudsReader
Accessing the Cloud storage for reading in a multithreaded manner.
|
class |
JCloudsWriter |
Modifier and Type | Method and Description |
---|---|
IBackendReader |
JCloudsStorage.getReader()
Getting a reader.
|
Copyright © 2013. All Rights Reserved.