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 void |
Session.setLastCommittedUberBucket(UberBucket pBucket) |
Constructor and Description |
---|
BucketReadTrx(ISession pSession,
UberBucket pUberBucket,
RevisionRootBucket pRevBucket,
MetaBucket pMetaBucket,
IBackendReader pReader)
Standard constructor.
|
BucketWriteTrx(ISession pSession,
UberBucket pUberBucket,
IBackendWriter pWriter,
long pRepresentRev)
Standard constructor.
|
Session(Storage pStorage,
ResourceConfiguration pResourceConf,
SessionConfiguration pSessionConf,
UberBucket pBucket)
Hidden constructor, only visible for the Storage-Class for instantiation.
|
Modifier and Type | Method and Description |
---|---|
UberBucket |
IBackendReader.readUber()
Reading the UberBucket
|
Modifier and Type | Method and Description |
---|---|
void |
IBackendWriter.writeUberBucket(UberBucket pUber)
Writing the
UberBucket including the pointer to the bucket. |
Modifier and Type | Method and Description |
---|---|
UberBucket |
BerkeleyWriter.readUber()
Reading the UberBucket
|
UberBucket |
BerkeleyReader.readUber()
Reading the UberBucket
|
Modifier and Type | Method and Description |
---|---|
void |
BerkeleyWriter.writeUberBucket(UberBucket pBucket)
Writing the
UberBucket including the pointer to the bucket. |
Modifier and Type | Method and Description |
---|---|
UberBucket |
CombinedWriter.readUber()
Reading the UberBucket
|
UberBucket |
CombinedReader.readUber()
Reading the UberBucket
|
Modifier and Type | Method and Description |
---|---|
void |
CombinedWriter.writeUberBucket(UberBucket pBucket)
Writing the
UberBucket including the pointer to the bucket. |
Modifier and Type | Method and Description |
---|---|
UberBucket |
JCloudsWriter.readUber()
Reading the UberBucket
|
UberBucket |
JCloudsReader.readUber()
Reading the UberBucket
|
Modifier and Type | Method and Description |
---|---|
void |
JCloudsWriter.writeUberBucket(UberBucket pBucket)
Writing the
UberBucket including the pointer to the bucket. |
Copyright © 2013. All Rights Reserved.