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 |
Constructor and Description |
---|
BucketWriteTrx(ISession pSession,
UberBucket pUberBucket,
IBackendWriter pWriter,
long pRepresentRev)
Standard constructor.
|
Modifier and Type | Method and Description |
---|---|
IBackendWriter |
IBackend.getWriter()
Getting a writer.
|
Modifier and Type | Class and Description |
---|---|
class |
BerkeleyWriter
This class represents an reading instance of the Treetank-Application
implementing the
IBackendWriter -interface. |
Modifier and Type | Method and Description |
---|---|
IBackendWriter |
BerkeleyStorage.getWriter()
Getting a writer.
|
Modifier and Type | Class and Description |
---|---|
class |
CombinedWriter
Combined Writer for writing to a first and a second writer.
|
Modifier and Type | Method and Description |
---|---|
IBackendWriter |
CombinedStorage.getWriter()
Getting a writer.
|
Constructor and Description |
---|
CombinedWriter(IBackendWriter pFirstWriter,
IBackendWriter pSecondWriter)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
JCloudsWriter |
Modifier and Type | Method and Description |
---|---|
IBackendWriter |
JCloudsStorage.getWriter()
Getting a writer.
|
Copyright © 2013. All Rights Reserved.