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.bytepipe | |
org.treetank.io.combined | |
org.treetank.io.jclouds |
Modifier and Type | Method and Description |
---|---|
ModuleSetter |
ModuleSetter.setIByteHandlerInstance(IByteHandler.IByteHandlerPipeline pByteHandler)
Setting an
IByteHandler -instance. |
Modifier and Type | Method and Description |
---|---|
IByteHandler.IByteHandlerPipeline |
IBackend.getByteHandler()
Getting the ByteHandlers associated with this Storage.
|
Modifier and Type | Method and Description |
---|---|
IByteHandler.IByteHandlerPipeline |
BerkeleyStorage.getByteHandler() |
Constructor and Description |
---|
BerkeleyStorage(Properties pProperties,
IDataFactory pDataFac,
IMetaEntryFactory pMetaFac,
IByteHandler.IByteHandlerPipeline pByteHandler)
Simple constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
ByteHandlerPipeline
Pipeline to handle Bytes before stored in the backends.
|
Modifier and Type | Method and Description |
---|---|
IByteHandler.IByteHandlerPipeline |
IByteHandler.IByteHandlerPipeline.clone()
Defining the cloning operation
|
Modifier and Type | Method and Description |
---|---|
IByteHandler.IByteHandlerPipeline |
CombinedStorage.getByteHandler()
Getting the ByteHandlers associated with this Storage.
|
Constructor and Description |
---|
CombinedStorage(Properties pProperties,
IDataFactory pDataFac,
IMetaEntryFactory pMetaFac,
IByteHandler.IByteHandlerPipeline pByteHandler)
Simple constructor.
|
Modifier and Type | Field and Description |
---|---|
protected IByteHandler.IByteHandlerPipeline |
JCloudsReader.mByteHandler
Inflater to decompress.
|
Modifier and Type | Method and Description |
---|---|
IByteHandler.IByteHandlerPipeline |
JCloudsStorage.getByteHandler()
Getting the ByteHandlers associated with this Storage.
|
Constructor and Description |
---|
JCloudsReader(org.jclouds.blobstore.BlobStore pBlobStore,
BucketFactory pFac,
IByteHandler.IByteHandlerPipeline pByteHandler,
String pResourceName) |
JCloudsStorage(Properties pProperties,
IDataFactory pDataFac,
IMetaEntryFactory pMetaFac,
IByteHandler.IByteHandlerPipeline pByteHandler)
Constructor.
|
JCloudsWriter(org.jclouds.blobstore.BlobStore pBlobStore,
BucketFactory pFac,
IByteHandler.IByteHandlerPipeline pByteHandler,
String pResourceName) |
Copyright © 2013. All Rights Reserved.