Uses of Class
org.infinispan.configuration.cache.XSiteStateTransferMode
-
Packages that use XSiteStateTransferMode Package Description org.infinispan.configuration.cache Cache
configuration -
-
Uses of XSiteStateTransferMode in org.infinispan.configuration.cache
Fields in org.infinispan.configuration.cache with type parameters of type XSiteStateTransferMode Modifier and Type Field Description static org.infinispan.commons.configuration.attributes.AttributeDefinition<XSiteStateTransferMode>
XSiteStateTransferConfiguration. MODE
Methods in org.infinispan.configuration.cache that return XSiteStateTransferMode Modifier and Type Method Description XSiteStateTransferMode
XSiteStateTransferConfiguration. mode()
static XSiteStateTransferMode
XSiteStateTransferMode. valueOf(int index)
Returns the enum constant of this type with the specified name.static XSiteStateTransferMode
XSiteStateTransferMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static XSiteStateTransferMode[]
XSiteStateTransferMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.infinispan.configuration.cache with parameters of type XSiteStateTransferMode Modifier and Type Method Description XSiteStateTransferConfigurationBuilder
XSiteStateTransferConfigurationBuilder. mode(XSiteStateTransferMode mode)
The cross-site state transfer mode.
-