Class TopologyCacheConfiguration
- java.lang.Object
-
- org.infinispan.commons.configuration.attributes.ConfigurationElement<TopologyCacheConfiguration>
-
- org.infinispan.server.hotrod.configuration.TopologyCacheConfiguration
-
- All Implemented Interfaces:
Matchable<TopologyCacheConfiguration>
,Updatable<TopologyCacheConfiguration>
public class TopologyCacheConfiguration extends ConfigurationElement<TopologyCacheConfiguration>
- Since:
- 10.0
-
-
Field Summary
Fields Modifier and Type Field Description static AttributeDefinition<Boolean>
LAZY_RETRIEVAL
static AttributeDefinition<Boolean>
NETWORK_PREFIX_OVERRIDE
static AttributeDefinition<Boolean>
TOPOLOGY_AWAIT_INITIAL_TRANSFER
static AttributeDefinition<Long>
TOPOLOGY_LOCK_TIMEOUT
static AttributeDefinition<Long>
TOPOLOGY_REPL_TIMEOUT
-
Fields inherited from class org.infinispan.commons.configuration.attributes.ConfigurationElement
attributes, CHILDLESS, children, element, repeated
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AttributeSet
attributeDefinitionSet()
boolean
awaitInitialTransfer()
boolean
lazyRetrieval()
long
lockTimeout()
boolean
networkPrefixOverride()
long
replicationTimeout()
-
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
-
TOPOLOGY_AWAIT_INITIAL_TRANSFER
public static final AttributeDefinition<Boolean> TOPOLOGY_AWAIT_INITIAL_TRANSFER
-
TOPOLOGY_LOCK_TIMEOUT
public static final AttributeDefinition<Long> TOPOLOGY_LOCK_TIMEOUT
-
TOPOLOGY_REPL_TIMEOUT
public static final AttributeDefinition<Long> TOPOLOGY_REPL_TIMEOUT
-
LAZY_RETRIEVAL
public static final AttributeDefinition<Boolean> LAZY_RETRIEVAL
-
NETWORK_PREFIX_OVERRIDE
public static final AttributeDefinition<Boolean> NETWORK_PREFIX_OVERRIDE
-
-
Method Detail
-
attributeDefinitionSet
public static AttributeSet attributeDefinitionSet()
-
lockTimeout
public long lockTimeout()
-
replicationTimeout
public long replicationTimeout()
-
awaitInitialTransfer
public boolean awaitInitialTransfer()
-
lazyRetrieval
public boolean lazyRetrieval()
-
networkPrefixOverride
public boolean networkPrefixOverride()
-
-