$darkmode
Elektra 0.11.0
|
Ckdb::tools::BackendBuilderInit | Used as argument of constructor of *BackendBuilder |
Ckdb::tools::BackendFactory | Factory for MountBackendInterface |
Ckdb::tools::BackendInfo | Info about a backend |
▼Ckdb::tools::BackendInterface | Minimal interface to add plugins |
▼Ckdb::tools::BackendBuilder | Highlevel interface to build a backend |
Ckdb::tools::GlobalPluginsBuilder | Build global plugins |
▼Ckdb::tools::MountBackendBuilder | High-level functionality to build a mountpoint |
Ckdb::tools::SpecBackendBuilder | Build individual backend while reading specification |
▼Ckdb::tools::MountBackendInterface | Interface to work with mountpoints (backends) for factory |
Ckdb::tools::Backend | A low-level representation of the backend (= set of plugins) that can be mounted |
Ckdb::tools::MountBackendBuilder | High-level functionality to build a mountpoint |
▼Ckdb::tools::PluginAdder | Adds plugins in a generic map |
Ckdb::tools::GlobalPlugins | Low level representation of global plugins |
Ckdb::tools::ImportExportBackend | Backend for import/export functionality |
Ckdb::tools::Backends | Allows one to list backends |
Ckdb::Command | Used by contexts for callbacks (to run code using a mutex) |
Ckdb::Context | Provides a context for configuration |
Ckdb::ContextPolicyIs< Policy > | Needed by the user to set one of the policies |
Ckdb::Coordinator | Thread safe coordination of ThreadContext per Threads |
Corg.libelektra.Key.CreateArgumentTag | Argument tags for use with create(String, Object...) |
Ckdb::DefaultGetPolicy | Implements lookup with spec |
Ckdb::DefaultSetPolicy | Implements creating user:/ key when key is not found |
CDocBindingData | [kdbio operation data] |
CDocOperationData | [kdbio operation data] |
Ckdb::ElektraDiff | This class is a wrapper around the ElektraDiff C struct |
▼Cstd::exception | STL class |
▼Cstd::runtime_error | STL class |
Ckdb::tools::ToolException | All exceptions from the elektratools library are derived from this exception |
Ckdb::GetPolicyIs< Policy > | Needed by the user to set one of the policies |
Cstd::hash< kdb::Key > | Support for putting Key in a hash |
▼Ckdb::KDB | Constructs a class KDB. |
Ckdb::tools::merging::MergingKDB | Provides a merging wrapper around a KDB instance |
Corg.libelektra.KDB | Represents a session with the Elektra key database |
Corg.libelektra.exception.KDBClosedException | Indicates that an already closed KDB session has been accessed |
Corg.libelektra.KDBException | Wraps Elektra errors into the corresponding Java exceptions |
Ckdb::Key | Key is an essential class that encapsulates key name , value and metainfo . |
Corg.libelektra.exception.KeyBinaryValueException | Indicates a key's underlying native key value is not of type binary, and therefore is not compatible with the invoked functionality raising this exception |
▼Corg.libelektra.exception.KeyException | Indicates a generic exception while calling one of Key's methods This exception is related to unrecoverable C API specific errors (primarily allocation problems) |
Corg.libelektra.exception.KeyMetaException | Indicates Key#copyMeta(Key, String), Key#copyAllMeta(Key), {} or Key#removeMeta(String)} failed because the key name is invalid, the meta information is read-only or there where allocation problems in the native library |
Corg.libelektra.exception.KeyNameException | Indicates Key#setName(String), Key#setBaseName(String) or {} failed because the key name is invalid, the key was inserted in a key set before, the key name is read-only For there where allocation problems in the native library |
Ckdb::KeySet | A keyset holds together a set of keys |
Corg.libelektra.KeySet | Java representation of a native Elektra key set, a container for keys |
Corg.libelektra.exception.KeySetException | Indicates a generic exception while calling one of KeySet's methods This exception is related to unrecoverable C API specific errors (primarily allocation problems) |
Ckdb::KeySetIterator | For C++ forward Iteration over KeySets |
Ckdb::KeySetReverseIterator | For C++ reverse Iteration over KeySets |
Corg.libelektra.exception.KeyStringValueException | Indicates a key's underlying native key value is not of type string, and therefore is not compatible with the invoked functionality raising this exception |
Ckdb::Layer | Base class for all layers |
Ckdb::LockPolicyIs< Policy > | Needed by the user to set one of the policies |
Ckdb::tools::Modules | Allows one to load plugins |
▼Ckdb::NameIterator | For C++ forward Iteration over Names |
Ckdb::NameReverseIterator | For C++ reverse Iteration over Names |
Ckdb::none_t | This type is being used as bottom type that always fails |
Ckdb::ObserverPolicyIs< Policy > | Needed by the user to set one of the policies |
COpmphm | The opmphm |
COpmphmEdge | Order Preserving Minimal Perfect Hash Map |
Ckdb::PerContext | A data structure that is stored by context inside the Coordinator |
Ckdb::tools::Plugin | This is a C++ representation of a plugin |
▼Corg.libelektra.Plugin | Java representation of an Elektra plugin |
Corg.libelektra.NativePlugin | This class can be used to load native Elektra plugins to be used by Java directly |
▼Ckdb::tools::PluginDatabase | Loads all plugins and allows us to query them |
▼Ckdb::tools::ModulesPluginDatabase | A plugin database that works with installed modules |
Ckdb::tools::MockPluginDatabase | A plugin database that works with added fake data |
Corg.libelektra.PluginLoader | This class can be used to load plugins from Elektra |
▼Ckdb::tools::Plugins | A collection of plugins (either get, set or error) |
Ckdb::tools::CommitPlugins | Plugins to handle errors during configuration access |
Ckdb::tools::ErrorPlugins | Plugins to handle errors during configuration access |
Ckdb::tools::GetPlugins | Plugins to get configuration |
Ckdb::tools::SetPlugins | Plugins to set configuration |
Ckdb::tools::PluginSpec | Specifies a plugin by its name and configuration |
Ckdb::tools::PluginSpecHash | Only to be used with PluginSpecName! |
▼Corg.libelektra.ReadableKey | Read only key representing a native Elektra key providing read access to its name and value |
Corg.libelektra.Key | Key represents a native Elektra key providing access to its name, value and meta information |
▼Ckdb::tools::SerializeInterface | Interface to serialize a backend |
Ckdb::tools::GlobalPlugins | Low level representation of global plugins |
Ckdb::tools::MountBackendInterface | Interface to work with mountpoints (backends) for factory |
Ckdb::SetPolicyIs< Policy > | Needed by the user to set one of the policies |
CSomeIoLibHandle | Example I/O management library data structure |
Ckdb::tools::SpecReader | Highlevel interface to build a backend from specification |
Ckdb::ThreadSubject | Subject from Observer pattern for ThreadContext |
Ckdb::VaAlloc | Needed to avoid constructor ambiguity |
Ckdb::ValueObserver | Base class for values to be observed |
Ckdb::Wrapped | Everything implementing this interface can be used as layer |
Ckdb::WritePolicyIs< Policy > | Needed by the user to set one of the policies |