Uses of Interface
io.vertigo.datastore.impl.kvstore.KVStorePlugin
-
Packages that use KVStorePlugin Package Description io.vertigo.datastore.impl.kvstore io.vertigo.datastore.plugins.kvstore.berkeley io.vertigo.datastore.plugins.kvstore.delayedmemory -
-
Uses of KVStorePlugin in io.vertigo.datastore.impl.kvstore
Constructor parameters in io.vertigo.datastore.impl.kvstore with type arguments of type KVStorePlugin Constructor Description KVStoreManagerImpl(List<KVStorePlugin> kvStorePlugins)
Constructor. -
Uses of KVStorePlugin in io.vertigo.datastore.plugins.kvstore.berkeley
Classes in io.vertigo.datastore.plugins.kvstore.berkeley that implement KVStorePlugin Modifier and Type Class Description class
BerkeleyKVStorePlugin
Implémentation d'un store BerkeleyDB. -
Uses of KVStorePlugin in io.vertigo.datastore.plugins.kvstore.delayedmemory
Classes in io.vertigo.datastore.plugins.kvstore.delayedmemory that implement KVStorePlugin Modifier and Type Class Description class
DelayedMemoryKVStorePlugin
Memory implementation of UiSecurityTokenCachePlugin.
-