Package | Description |
---|---|
org.treetank.access.conf |
Configuration ofTreetank
|
org.treetank.bucket |
Bucket Layer for 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 | Field and Description |
---|---|
IDataFactory |
ResourceConfiguration.mDataFac
Data Factory for deserializing data.
|
Modifier and Type | Method and Description |
---|---|
ModuleSetter |
ModuleSetter.setDataFacClass(Class<? extends IDataFactory> pDataFac)
Setting an
IDataFactory -class |
Constructor and Description |
---|
ResourceConfiguration(Properties pProperties,
IBackend.IBackendFactory pBackend,
IRevisioning pRevision,
IDataFactory pDataFac,
IMetaEntryFactory pMetaFac)
Convenience constructor using the standard settings.
|
ResourceConfiguration(Properties pProperties,
IBackend pStorage,
IRevisioning pRevisioning,
IDataFactory pDataFac,
IMetaEntryFactory pMetaFac)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
DumbDataFactory
Simple Factory for generating
DumbDataFactory.DumbData s mainly for testing the bucket-layer. |
Constructor and Description |
---|
BucketFactory(IDataFactory pDataFac,
IMetaEntryFactory pMetaFac)
Constructor.
|
Constructor and Description |
---|
LRULog(File pFile,
IDataFactory pDataFac,
IMetaEntryFactory pMetaFac)
Creates a new LRU cache.
|
Constructor and Description |
---|
BerkeleyStorage(Properties pProperties,
IDataFactory pDataFac,
IMetaEntryFactory pMetaFac,
IByteHandler.IByteHandlerPipeline pByteHandler)
Simple constructor.
|
Constructor and Description |
---|
CombinedStorage(Properties pProperties,
IDataFactory pDataFac,
IMetaEntryFactory pMetaFac,
IByteHandler.IByteHandlerPipeline pByteHandler)
Simple constructor.
|
Constructor and Description |
---|
JCloudsStorage(Properties pProperties,
IDataFactory pDataFac,
IMetaEntryFactory pMetaFac,
IByteHandler.IByteHandlerPipeline pByteHandler)
Constructor.
|
Copyright © 2013. All Rights Reserved.