IgniteStoreClient
class IgniteStoreClient(jdbcConfFile: File? = null, inmemory: Boolean = false) : IsolatingStore, AutoCloseable
Store client implementation with an ignite cache. If inmemory is true, the data is not persisted in a database.
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun listen(key: ObjectInRepository, listener: IGenericKeyListener<ObjectInRepository>)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun removeListener(key: ObjectInRepository, listener: IGenericKeyListener<ObjectInRepository>)
Link copied to clipboard
Default implementation for removing repository objects. May be overridden by more efficient, store-specific implementations.
Link copied to clipboard
Link copied to clipboard