Configuration Reference
Version:2.7.0
Micronaut Microstream Cache Config Properties
🔗Property | Type | Description |
---|---|---|
|
java.lang.Class |
The required type of keys for the Cache. |
|
java.lang.Class |
Determines type of values for the Cache. |
|
java.lang.String |
Name qualifier for MicroStream Storage Manager |
|
java.lang.Boolean |
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. When you set a Storage Manager, "read-through" mode is activated. |
|
java.lang.Boolean |
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. |
|
java.lang.Boolean |
When a cache is storeByValue, any mutation to the key or value does not affect the key of value stored in the cache. |
|
java.lang.Boolean |
Whether statistics collection is enabled in this cache. |
|
java.lang.Boolean |
Whether management is enabled on this cache. |
|
boolean |
Whether this cache is enabled. Default Value: true |
Property | Type | Description |
---|---|---|
|
boolean |
Whether MicroStream Cache module is enabled. Default Value: true |
Micronaut Microstream Config Properties
🔗Property | Type | Description |
---|---|---|
|
java.lang.Class |
Class of the Root Instance. <a href="https://docs.microstream.one/manual/storage/root-instances.html">Root Instances</a> |
|
java.lang.String |
The name qualifier of the defined S3Client to use. If unset, a client with the same name as the storage will be used. If there is no bean with a name qualifier matching the storage name, the default client will be used. |
|
java.lang.String |
Name of the bucket to use. |
Property | Type | Description |
---|---|---|
|
boolean |
Whether MicroStream module is enabled. Default Value: true |
Property | Type | Description |
---|---|---|
|
one.microstream.collections.types.XGettingCollection |
|
|
java.lang.String |
|
|
java.lang.String |
|
|
java.lang.String |
|
|
java.lang.String |
|
|
java.lang.String |
|
|
java.lang.String |
|
|
int |
|
|
java.lang.String |
|
|
java.lang.String |
|
|
java.lang.String |
|
|
java.lang.String |
|
|
java.lang.String |
|
|
java.lang.String |
|
|
java.lang.String |
|
|
java.lang.String |
|
|
java.time.Duration |
|
|
java.time.Duration |
|
|
long |
|
|
java.time.Duration |
|
|
one.microstream.configuration.types.ByteSize |
|
|
one.microstream.configuration.types.ByteSize |
|
|
double |
|
|
boolean |
|
|
java.lang.Class |
Class of the Root Instance. <a href="https://docs.microstream.one/manual/storage/root-instances.html">Root Instances</a> |
Property | Type | Description |
---|---|---|
|
java.lang.Class |
Class of the Root Instance. <a href="https://docs.microstream.one/manual/storage/root-instances.html">Root Instances</a> |
|
java.lang.String |
The name qualifier of the defined DynamoDB Client to use. If unset, a client with the same name as the storage will be used. If there is no bean with a name qualifier matching the storage name, the default client will be used. |
|
java.lang.String |
Name of the DynamoDB table to use. |
Property | Type | Description |
---|---|---|
|
java.lang.Class |
Class of the Root Instance. <a href="https://docs.microstream.one/manual/storage/root-instances.html">Root Instances</a> |
|
java.lang.String |
The name qualifier of the defined postgres DataSource to use. If unset, a datasource with the same name as the storage will be used. If there is no bean with a name qualifier matching the storage name, the default datasource will be used. |
|
java.lang.String |
Name of the table to use. |
Micronaut Microstream Rest Config Properties
🔗Property | Type | Description |
---|---|---|
|
boolean |
|
|
java.lang.String |