See: Description
Interface | Description |
---|---|
IBucketReadTrx |
Read-Transaction of a bucket ensuring read-only access to any buckets.
|
IBucketWriteTrx |
Write-Transaction of a bucket ensuring read- and write access to any buckets.
|
IData |
Overall
IData -Interface for the interaction with the bucket-layer. |
IDataFactory |
Factory to generate datas out of raw data.
|
IMetaEntry |
All entries in the MetaBucket must implement this interface for guaranteeing serialization.
|
IMetaEntryFactory |
Creating MetaEntries based on the implementation and the bundle.
|
ISession |
Each
IStorage contains multiple resources. |
IStorage |
This interface describes storage-instances handled by Treetank.
|
StorageConfiguration
. Afterwards, this configuration is valid for the whole lifetime of the
database. Each IStorage can hold multiple resources accessible over ISession.IBucketReadTrx
or IBucketWriteTrx
.
Copyright © 2013. All Rights Reserved.