Uses of Enum
org.infinispan.configuration.cache.XSiteStateTransferMode
Packages that use XSiteStateTransferMode
-
Uses of XSiteStateTransferMode in org.infinispan.configuration.cache
Fields in org.infinispan.configuration.cache with type parameters of type XSiteStateTransferModeModifier and TypeFieldDescriptionstatic final org.infinispan.commons.configuration.attributes.AttributeDefinition<XSiteStateTransferMode>
XSiteStateTransferConfiguration.MODE
Methods in org.infinispan.configuration.cache that return XSiteStateTransferModeModifier and TypeMethodDescriptionXSiteStateTransferConfiguration.mode()
static XSiteStateTransferMode
XSiteStateTransferMode.valueOf
(int index) Returns the enum constant of this type with the specified name.static XSiteStateTransferMode
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 XSiteStateTransferModeModifier and TypeMethodDescriptionXSiteStateTransferConfigurationBuilder.mode
(XSiteStateTransferMode mode) The cross-site state transfer mode.