Package | Description |
---|---|
org.treetank.access.conf |
Configuration ofTreetank
|
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 | Field and Description |
---|---|
IBackend |
ResourceConfiguration.mBackend
Type of Storage (File, Berkeley).
|
Modifier and Type | Method and Description |
---|---|
ModuleSetter |
ModuleSetter.setBackendClass(Class<? extends IBackend> pBackend)
Setting an
IBackend -class |
Constructor and Description |
---|
ResourceConfiguration(Properties pProperties,
IBackend pStorage,
IRevisioning pRevisioning,
IDataFactory pDataFac,
IMetaEntryFactory pMetaFac)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
IBackend |
IBackend.IBackendFactory.create(Properties pProperties)
Generating a storage for a fixed file.
|
Modifier and Type | Class and Description |
---|---|
class |
BerkeleyStorage
Factory class to build up
IBackendReader IBackendWriter instances for the
Treetank Framework. |
Modifier and Type | Class and Description |
---|---|
class |
CombinedStorage
Combined Storage with a BDB in the front and a JClouds in the back.
|
Modifier and Type | Class and Description |
---|---|
class |
JCloudsStorage |
Copyright © 2013. All Rights Reserved.