- intercept(MethodInvocationContext<Object, Object>) - Method in class io.micronaut.microstream.interceptors.StoreInterceptor
-
- io.micronaut.microstream - package io.micronaut.microstream
-
Class related to MicroStream integration with the Micronaut Framework.
- io.micronaut.microstream.annotations - package io.micronaut.microstream.annotations
-
Packages relates to MicroStream annotations.
- io.micronaut.microstream.cache - package io.micronaut.microstream.cache
-
MicroStream classes related to caching.
- io.micronaut.microstream.conf - package io.micronaut.microstream.conf
-
MicroStream Configuration files.
- io.micronaut.microstream.health - package io.micronaut.microstream.health
-
MicroStream classes related to Health and Health indicators.
- io.micronaut.microstream.interceptors - package io.micronaut.microstream.interceptors
-
Class related to interceptors to provide functionality for the MicroStream annotations.
- io.micronaut.microstream.metrics - package io.micronaut.microstream.metrics
-
MicroStream classes related to Metrics.
- io.micronaut.microstream.rest - package io.micronaut.microstream.rest
-
This provides a REST API for the microstream low-level client to connect to.
- isAcceptingTasks() - Method in class io.micronaut.microstream.health.MicroStreamHealth
-
- isActive() - Method in class io.micronaut.microstream.health.MicroStreamHealth
-
- isEnabled() - Method in class io.micronaut.microstream.cache.CacheConfigurationProperties
-
- isEnabled() - Method in class io.micronaut.microstream.cache.MicroStreamCacheConfigurationProperties
-
- isEnabled() - Method in class io.micronaut.microstream.conf.MicroStreamConfigurationProperties
-
- isEnabled() - Method in class io.micronaut.microstream.rest.MicroStreamRestControllerConfigurationProperties
-
- isManagementEnabled() - Method in interface io.micronaut.microstream.cache.MicroStreamCacheConfiguration
-
Whether management is enabled on this cache.
- isManagementEnabled() - Method in class io.micronaut.microstream.cache.MicroStreamCacheConfigurationProperties
-
- isReadThrough() - Method in interface io.micronaut.microstream.cache.MicroStreamCacheConfiguration
-
When in "read-through" mode, cache misses that occur due to cache entries not existing as a result of performing a "get" will appropriately cause the configured CacheLoader to be invoked.
- isReadThrough() - Method in class io.micronaut.microstream.cache.MicroStreamCacheConfigurationProperties
-
- isRunning() - Method in class io.micronaut.microstream.health.MicroStreamHealth
-
- isShutdown() - Method in class io.micronaut.microstream.health.MicroStreamHealth
-
- isShuttingDown() - Method in class io.micronaut.microstream.health.MicroStreamHealth
-
- isStartingUp() - Method in class io.micronaut.microstream.health.MicroStreamHealth
-
- isStatisticsEnabled() - Method in interface io.micronaut.microstream.cache.MicroStreamCacheConfiguration
-
Whether statistics collection is enabled in this cache.
- isStatisticsEnabled() - Method in class io.micronaut.microstream.cache.MicroStreamCacheConfigurationProperties
-
- isStoreByValue() - Method in interface io.micronaut.microstream.cache.MicroStreamCacheConfiguration
-
When a cache is storeByValue, any mutation to the key or value does not affect the key of value stored in the cache.
- isStoreByValue() - Method in class io.micronaut.microstream.cache.MicroStreamCacheConfigurationProperties
-
- isWriteThrough() - Method in interface io.micronaut.microstream.cache.MicroStreamCacheConfiguration
-
When in "write-through" mode, cache updates that occur as a result of performing "put" operations will appropriately cause the configured CacheWriter to be invoked.
- isWriteThrough() - Method in class io.micronaut.microstream.cache.MicroStreamCacheConfigurationProperties
-
- setEnabled(boolean) - Method in class io.micronaut.microstream.cache.CacheConfigurationProperties
-
Whether MicroStream Cache module is enabled.
- setEnabled(boolean) - Method in class io.micronaut.microstream.cache.MicroStreamCacheConfigurationProperties
-
Whether this cache is enabled.
- setEnabled(boolean) - Method in class io.micronaut.microstream.conf.MicroStreamConfigurationProperties
-
Whether MicroStream module is enabled.
- setEnabled(boolean) - Method in class io.micronaut.microstream.rest.MicroStreamRestControllerConfigurationProperties
-
- setKeyType(Class<K>) - Method in class io.micronaut.microstream.cache.MicroStreamCacheConfigurationProperties
-
- setManagementEnabled(Boolean) - Method in class io.micronaut.microstream.cache.MicroStreamCacheConfigurationProperties
-
Whether management is enabled on this cache.
- setPath(String) - Method in class io.micronaut.microstream.rest.MicroStreamRestControllerConfigurationProperties
-
- setReadThrough(Boolean) - Method in class io.micronaut.microstream.cache.MicroStreamCacheConfigurationProperties
-
When in "read-through" mode, cache misses that occur due to cache entries not existing as a result of performing a "get" will appropriately cause the configured CacheLoader to be invoked.
- setRootClass(Class<?>) - Method in class io.micronaut.microstream.conf.DefaultEmbeddedStorageConfigurationProvider
-
Class of the Root Instance.
- setStatisticsEnabled(Boolean) - Method in class io.micronaut.microstream.cache.MicroStreamCacheConfigurationProperties
-
Whether statistics collection is enabled in this cache.
- setStorage(String) - Method in class io.micronaut.microstream.cache.MicroStreamCacheConfigurationProperties
-
- setStoreByValue(Boolean) - Method in class io.micronaut.microstream.cache.MicroStreamCacheConfigurationProperties
-
When a cache is storeByValue, any mutation to the key or value does not affect the key of value stored in the cache.
- setValueType(Class<V>) - Method in class io.micronaut.microstream.cache.MicroStreamCacheConfigurationProperties
-
- setWriteThrough(Boolean) - Method in class io.micronaut.microstream.cache.MicroStreamCacheConfigurationProperties
-
When in "write-through" mode, cache updates that occur as a result of performing "put" operations will appropriately cause the configured CacheWriter to be invoked.When you set a Storage Manager, "write-through" mode is activated.
- singleAdapter() - Method in class io.micronaut.microstream.rest.DefaultMicroStreamRestService
-
- singleAdapter() - Method in interface io.micronaut.microstream.rest.MicroStreamRestService
-
Returns a single adaptor if only one is available.
- StorageInterceptorException - Exception in io.micronaut.microstream.interceptors
-
Exception thrown when an error occurs during storage interceptor processing.
- StorageInterceptorException(String) - Constructor for exception io.micronaut.microstream.interceptors.StorageInterceptorException
-
This is thrown if when there issue finding a storage manager to use.
- StorageInterceptorException(String, Throwable) - Constructor for exception io.micronaut.microstream.interceptors.StorageInterceptorException
-
This is thrown if there is an issue calling storeAll after the intercepted method has been executed.
- StorageManagerFactory - Class in io.micronaut.microstream.conf
-
- StorageManagerFactory(BeanContext) - Constructor for class io.micronaut.microstream.conf.StorageManagerFactory
-
Constructor.
- Store - Annotation Type in io.micronaut.microstream.annotations
-
An around annotation for methods which simplifies storing objects in an associated Storage Manager.
- StoreAnnotationMapperUtils - Class in io.micronaut.microstream.annotations
-
Utility classes to map to the
Store
annotation.
- StoreInterceptor - Class in io.micronaut.microstream.interceptors
-
Method interceptor for
Store
.
- StoreInterceptor(BeanContext) - Constructor for class io.micronaut.microstream.interceptors.StoreInterceptor
-
- StoreParams - Annotation Type in io.micronaut.microstream.annotations
-
An around annotation for methods which simplifies storing objects in an associated Store Manager.
- StoreParamsAnnotationMapper - Class in io.micronaut.microstream.annotations
-
- StoreParamsAnnotationMapper() - Constructor for class io.micronaut.microstream.annotations.StoreParamsAnnotationMapper
-
- StoreReturn - Annotation Type in io.micronaut.microstream.annotations
-
An around annotation for methods which simplifies storing objects in an associated Store Manager.
- StoreReturnAnnotationMapper - Class in io.micronaut.microstream.annotations
-
- StoreReturnAnnotationMapper() - Constructor for class io.micronaut.microstream.annotations.StoreReturnAnnotationMapper
-
- StoreRoot - Annotation Type in io.micronaut.microstream.annotations
-
An around annotation for methods which saves the Root Object of a MicroStream instance.
- StoreRootAnnotationMapper - Class in io.micronaut.microstream.annotations
-
- StoreRootAnnotationMapper() - Constructor for class io.micronaut.microstream.annotations.StoreRootAnnotationMapper
-
- StoringStrategy - Enum in io.micronaut.microstream.annotations
-
Defines the way the instance that will be stored in the Store Manager.