Uses of Record Class
io.vertigo.datastore.kvstore.KVCollection
Packages that use KVCollection
Package
Description
-
Uses of KVCollection in io.vertigo.datastore.impl.kvstore
Methods in io.vertigo.datastore.impl.kvstore that return types with arguments of type KVCollectionModifier and TypeMethodDescriptionKVStorePlugin.getCollections()Returns the list of collections managed by this plugin.Methods in io.vertigo.datastore.impl.kvstore with parameters of type KVCollectionModifier and TypeMethodDescriptionvoidKVStoreManagerImpl.clear(KVCollection collection) Removes all elements from a collection.voidKVStorePlugin.clear(KVCollection collection) Removes all elements from a collection.intKVStoreManagerImpl.count(KVCollection collection) intKVStorePlugin.count(KVCollection collection) <C> Optional<C> KVStoreManagerImpl.find(KVCollection collection, String id, Class<C> clazz) Finds the optional element to which the id is mapped inside the specified collection.<C> Optional<C> KVStorePlugin.find(KVCollection collection, String id, Class<C> clazz) Finds the optional element to which the id is mapped inside the specified collection.<C> List<C> KVStoreManagerImpl.findAll(KVCollection collection, int skip, Integer limit, Class<C> clazz) Finds all elements contained inside the specified collection<C> List<C> KVStorePlugin.findAll(KVCollection collection, int skip, Integer limit, Class<C> clazz) Finds all elements contained inside the specified collection.voidKVStoreManagerImpl.put(KVCollection collection, String id, Object element) Adds an element defined by an id in a collection.voidKVStorePlugin.put(KVCollection collection, String id, Object element) Adds an element defined by an id in a collection.voidKVStoreManagerImpl.remove(KVCollection collection, String id) Removes an element defined by an id from a collection.booleanKVStorePlugin.remove(KVCollection collection, String id) Removes an element defined by an id from a collection.booleanKVStoreManagerImpl.removeIfExists(KVCollection collection, String id) Removes an element defined by an id from a collection. -
Uses of KVCollection in io.vertigo.datastore.kvstore
Methods in io.vertigo.datastore.kvstore with parameters of type KVCollectionModifier and TypeMethodDescriptionvoidKVStoreManager.clear(KVCollection collection) Removes all elements from a collection.intKVStoreManager.count(KVCollection collection) <C> Optional<C> KVStoreManager.find(KVCollection collection, String id, Class<C> clazz) Finds the optional element to which the id is mapped inside the specified collection.<C> List<C> KVStoreManager.findAll(KVCollection collection, int skip, Integer limit, Class<C> clazz) Finds all elements contained inside the specified collectionvoidKVStoreManager.put(KVCollection collection, String id, Object element) Adds an element defined by an id in a collection.voidKVStoreManager.remove(KVCollection collection, String id) Removes an element defined by an id from a collection.booleanKVStoreManager.removeIfExists(KVCollection collection, String id) Removes an element defined by an id from a collection. -
Uses of KVCollection in io.vertigo.datastore.plugins.kvstore.berkeley
Methods in io.vertigo.datastore.plugins.kvstore.berkeley that return types with arguments of type KVCollectionModifier and TypeMethodDescriptionBerkeleyKVStorePlugin.getCollections()Returns the list of collections managed by this plugin.Methods in io.vertigo.datastore.plugins.kvstore.berkeley with parameters of type KVCollectionModifier and TypeMethodDescriptionvoidBerkeleyKVStorePlugin.clear(KVCollection collection) Removes all elements from a collection.intBerkeleyKVStorePlugin.count(KVCollection collection) <C> Optional<C> BerkeleyKVStorePlugin.find(KVCollection collection, String id, Class<C> clazz) Finds the optional element to which the id is mapped inside the specified collection.<C> List<C> BerkeleyKVStorePlugin.findAll(KVCollection collection, int skip, Integer limit, Class<C> clazz) Finds all elements contained inside the specified collection.voidBerkeleyKVStorePlugin.put(KVCollection collection, String id, Object element) Adds an element defined by an id in a collection.booleanBerkeleyKVStorePlugin.remove(KVCollection collection, String id) Removes an element defined by an id from a collection. -
Uses of KVCollection in io.vertigo.datastore.plugins.kvstore.delayedmemory
Methods in io.vertigo.datastore.plugins.kvstore.delayedmemory that return types with arguments of type KVCollectionModifier and TypeMethodDescriptionDelayedMemoryKVStorePlugin.getCollections()Returns the list of collections managed by this plugin.Methods in io.vertigo.datastore.plugins.kvstore.delayedmemory with parameters of type KVCollectionModifier and TypeMethodDescriptionvoidDelayedMemoryKVStorePlugin.clear(KVCollection collection) Removes all elements from a collection.intDelayedMemoryKVStorePlugin.count(KVCollection collection) <C> Optional<C> DelayedMemoryKVStorePlugin.find(KVCollection collection, String key, Class<C> clazz) Finds the optional element to which the id is mapped inside the specified collection.<C> List<C> DelayedMemoryKVStorePlugin.findAll(KVCollection collection, int skip, Integer limit, Class<C> clazz) Finds all elements contained inside the specified collection.voidDelayedMemoryKVStorePlugin.put(KVCollection collection, String key, Object element) Adds an element defined by an id in a collection.booleanDelayedMemoryKVStorePlugin.remove(KVCollection collection, String key) Removes an element defined by an id from a collection. -
Uses of KVCollection in io.vertigo.datastore.plugins.kvstore.ehcache
Methods in io.vertigo.datastore.plugins.kvstore.ehcache that return types with arguments of type KVCollectionMethods in io.vertigo.datastore.plugins.kvstore.ehcache with parameters of type KVCollectionModifier and TypeMethodDescriptionvoidEhCacheKVStorePlugin.clear(KVCollection collection) intEhCacheKVStorePlugin.count(KVCollection collection) <C> Optional<C> EhCacheKVStorePlugin.find(KVCollection collection, String id, Class<C> clazz) <C> List<C> EhCacheKVStorePlugin.findAll(KVCollection collection, int skip, Integer limit, Class<C> clazz) voidEhCacheKVStorePlugin.put(KVCollection collection, String id, Object element) booleanEhCacheKVStorePlugin.remove(KVCollection collection, String id) -
Uses of KVCollection in io.vertigo.datastore.plugins.kvstore.h2
Methods in io.vertigo.datastore.plugins.kvstore.h2 that return types with arguments of type KVCollectionModifier and TypeMethodDescriptionH2KVStorePlugin.getCollections()Returns the list of collections managed by this plugin.Methods in io.vertigo.datastore.plugins.kvstore.h2 with parameters of type KVCollectionModifier and TypeMethodDescriptionvoidH2KVStorePlugin.clear(KVCollection collection) Removes all elements from a collection.intH2KVStorePlugin.count(KVCollection collection) <C> Optional<C> H2KVStorePlugin.find(KVCollection collection, String key, Class<C> clazz) Finds the optional element to which the id is mapped inside the specified collection.<C> List<C> H2KVStorePlugin.findAll(KVCollection collection, int skip, Integer limit, Class<C> clazz) Finds all elements contained inside the specified collection.voidH2KVStorePlugin.put(KVCollection collection, String key, Object element) Adds an element defined by an id in a collection.booleanH2KVStorePlugin.remove(KVCollection collection, String key) Removes an element defined by an id from a collection. -
Uses of KVCollection in io.vertigo.datastore.plugins.kvstore.redis
Methods in io.vertigo.datastore.plugins.kvstore.redis that return KVCollectionModifier and TypeMethodDescriptionRedisCollectionConfig.collection()Returns the value of thecollectionrecord component.Methods in io.vertigo.datastore.plugins.kvstore.redis that return types with arguments of type KVCollectionModifier and TypeMethodDescriptionRedisKVStorePlugin.getCollections()Returns the list of collections managed by this plugin.Methods in io.vertigo.datastore.plugins.kvstore.redis with parameters of type KVCollectionModifier and TypeMethodDescriptionvoidRedisKVStorePlugin.clear(KVCollection collection) Removes all elements from a collection.intRedisKVStorePlugin.count(KVCollection collection) <C> Optional<C> RedisKVStorePlugin.find(KVCollection collection, String id, Class<C> clazz) Finds the optional element to which the id is mapped inside the specified collection.<C> List<C> RedisKVStorePlugin.findAll(KVCollection collection, int skip, Integer limit, Class<C> clazz) Finds all elements contained inside the specified collection.voidRedisKVStorePlugin.put(KVCollection collection, String id, Object element) Adds an element defined by an id in a collection.booleanRedisKVStorePlugin.remove(KVCollection collection, String id) Removes an element defined by an id from a collection.Constructors in io.vertigo.datastore.plugins.kvstore.redis with parameters of type KVCollectionModifierConstructorDescriptionRedisCollectionConfig(KVCollection collection, long timeToLiveSeconds) Creates an instance of aRedisCollectionConfigrecord class. -
Uses of KVCollection in io.vertigo.datastore.plugins.kvstore.speedb
Methods in io.vertigo.datastore.plugins.kvstore.speedb that return types with arguments of type KVCollectionModifier and TypeMethodDescriptionSpeedbKVStorePlugin.getCollections()Returns the list of collections managed by this plugin.Methods in io.vertigo.datastore.plugins.kvstore.speedb with parameters of type KVCollectionModifier and TypeMethodDescriptionvoidSpeedbKVStorePlugin.clear(KVCollection collection) Removes all elements from a collection.intSpeedbKVStorePlugin.count(KVCollection collection) <C> Optional<C> SpeedbKVStorePlugin.find(KVCollection collection, String id, Class<C> clazz) Finds the optional element to which the id is mapped inside the specified collection.<C> List<C> SpeedbKVStorePlugin.findAll(KVCollection collection, int skip, Integer limit, Class<C> clazz) Finds all elements contained inside the specified collection.voidSpeedbKVStorePlugin.put(KVCollection collection, String id, Object element) Adds an element defined by an id in a collection.booleanSpeedbKVStorePlugin.remove(KVCollection collection, String id) Removes an element defined by an id from a collection.