Package | Description |
---|---|
org.treetank.access |
Access to Treetank
|
org.treetank.access.conf |
Configuration ofTreetank
|
org.treetank.api |
TreeTank API
This package contains the public TreeTank API.
|
Modifier and Type | Field and Description |
---|---|
protected SessionConfiguration |
Session.mSessionConfig
Session configuration.
|
Modifier and Type | Method and Description |
---|---|
ISession |
Storage.getSession(SessionConfiguration pSessionConf)
Getting the session associated within this database.
|
boolean |
Storage.truncateResource(SessionConfiguration pSesConf)
Truncating a resource.
|
Constructor and Description |
---|
Session(Storage pStorage,
ResourceConfiguration pResourceConf,
SessionConfiguration pSessionConf,
UberBucket pBucket)
Hidden constructor, only visible for the Storage-Class for instantiation.
|
Modifier and Type | Method and Description |
---|---|
SessionConfiguration |
SessionConfiguration.ISessionConfigurationFactory.create(String pResourceName)
Generating a storage for a fixed file.
|
Modifier and Type | Method and Description |
---|---|
ISession |
IStorage.getSession(SessionConfiguration pSessionConf)
Getting the session associated within this database.
|
boolean |
IStorage.truncateResource(SessionConfiguration pResConf)
Truncating a resource.
|
Copyright © 2013. All Rights Reserved.