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 |
---|---|
IMetaEntryFactory |
ResourceConfiguration.mMetaFac
MetaEntry Factory for deserializing meta-entries.
|
Modifier and Type | Method and Description |
---|---|
ModuleSetter |
ModuleSetter.setMetaFacClass(Class<? extends IMetaEntryFactory> pMetaFac)
Setting an
IMetaEntryFactory -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 |
DumbMetaEntryFactory
Dumb MetaEntryFactory mainly for testing the core.
|
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.