public final class SessionConfiguration extends Object
Holds the Session
-wide settings that can not change within the runtime of a Session
. This
included stuff like commit-threshold and number of usable write/read transactions. Each
SessionConfiguration
is only bound through the location to a Storage
and related resources.
Modifier and Type | Class and Description |
---|---|
static interface |
SessionConfiguration.ISessionConfigurationFactory
Factory for generating an
SessionConfiguration -instance. |
Constructor and Description |
---|
SessionConfiguration(String pResource,
Key pKey)
Convenience constructor using the standard settings.
|
Copyright © 2013. All Rights Reserved.