Configuration Reference
Version:1.3.0
Microstream Cache Config Properties
🔗Property | Type | Description |
---|---|---|
|
boolean |
Whether MicroStream Cache module is enabled. Default Value: true |
Property | Type | Description |
---|---|---|
|
boolean |
Whether this cache is enabled. Default Value: {@value #DEFAULT_ENABLED} |
|
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. |
Microstream Config Properties
🔗Property | Type | Description |
---|---|---|
|
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 |
|
|
one.microstream.collections.types.XGettingCollection |
|
|
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 |
---|---|---|
|
boolean |
Whether MicroStream module is enabled. Default Value: true |
Microstream Rest Config Properties
🔗Property | Type | Description |
---|---|---|
|
boolean |
Enables {@link MicroStreamRestController}. Default value false |
|
java.lang.String |
Path to the {@link MicroStreamRestController}. Default value "microstream" |