Class CacheSettings
java.lang.Object
org.opensearch.common.cache.settings.CacheSettings
Settings related to cache.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Setting.AffixSetting
<String> Used to store cache store name for desired cache types within OpenSearch. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
CACHE_TYPE_STORE_NAME
Used to store cache store name for desired cache types within OpenSearch. Setting pattern: {cache_type}.store.name Example: indices.request.cache.store.name
-
-
Constructor Details
-
CacheSettings
public CacheSettings()
-
-
Method Details
-
getConcreteStoreNameSettingForCacheType
-