Uses of Class
org.infinispan.configuration.cache.XSiteStateTransferMode
-
Packages that use XSiteStateTransferMode Package Description org.infinispan.configuration.cache -
-
Uses of XSiteStateTransferMode in org.infinispan.configuration.cache
Methods in org.infinispan.configuration.cache that return XSiteStateTransferMode Modifier and Type Method Description static XSiteStateTransferModeXSiteStateTransferMode. valueOf(int index)Returns the enum constant of this type with the specified name.static XSiteStateTransferModeXSiteStateTransferMode. 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.
-