Interface | Description |
---|---|
ConstructorProps |
Properties for handing values over the constructor through guice.
|
IConfigurationPath |
Interface for convinient accessing of paths within Storage-/ and ResourceConfigurations.
|
ResourceConfiguration.IResourceConfigurationFactory |
Factory for generating an
ResourceConfiguration -instance. |
SessionConfiguration.ISessionConfigurationFactory |
Factory for generating an
SessionConfiguration -instance. |
Class | Description |
---|---|
ModuleSetter |
Builder-like construction to generate AbstractModules based on former set values;
|
ResourceConfiguration |
ResourceConfiguration
|
SessionConfiguration |
SessionConfiguration
|
StandardSettings |
Standard Module defining standard settings.
|
StorageConfiguration |
Storage Configuration
|
Enum | Description |
---|---|
ResourceConfiguration.Paths |
Paths for a
Session . |
StorageConfiguration.Paths |
Paths for a
Storage . |
All configuration of Treetank takes place of the classes in this package.
StorageConfiguration
defines the settings within a
Storage
(e.g. path to the database and the version where the data was
created). This configuration is only needed within the creation of a Storage
and serialized.ResourceConfiguration
defines the persisted settings within a
Session
(e.g. versioning-kind of the resource, hashing-kind, ...). This
configuration is only needed within the creation of a resource and serialized.SessionConfiguration
defines the runtime settings within a
Session
(e.g. numbers of transactions, ...). This configuration is needed
within each instantiation of a Session
.
All configurations are set within the Storage
only.
Copyright © 2013. All Rights Reserved.