Class IndexReaderConfiguration
- java.lang.Object
-
- org.infinispan.commons.configuration.attributes.ConfigurationElement<IndexReaderConfiguration>
-
- org.infinispan.configuration.cache.IndexReaderConfiguration
-
- All Implemented Interfaces:
Matchable<IndexReaderConfiguration>
,Updatable<IndexReaderConfiguration>
public class IndexReaderConfiguration extends ConfigurationElement<IndexReaderConfiguration>
- Since:
- 12.0
-
-
Field Summary
Fields Modifier and Type Field Description static AttributeDefinition<Long>
REFRESH_INTERVAL
-
Fields inherited from class org.infinispan.commons.configuration.attributes.ConfigurationElement
attributes, CHILDLESS, children, element, repeated
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getRefreshInterval()
-
Methods inherited from class org.infinispan.commons.configuration.attributes.ConfigurationElement
attributes, child, children, children, elementName, equals, findAttribute, hashCode, isModified, list, matches, toString, update, validateUpdate, write
-
-
-
-
Field Detail
-
REFRESH_INTERVAL
public static final AttributeDefinition<Long> REFRESH_INTERVAL
-
-