Uses of Class
org.infinispan.server.configuration.AddressType
-
Packages that use AddressType Package Description org.infinispan.server.configuration -
-
Uses of AddressType in org.infinispan.server.configuration
Methods in org.infinispan.server.configuration that return AddressType Modifier and Type Method Description static AddressTypeAddressType. valueOf(String name)Returns the enum constant of this type with the specified name.static AddressType[]AddressType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.infinispan.server.configuration with parameters of type AddressType Modifier and Type Method Description InterfaceConfigurationBuilderInterfaceConfigurationBuilder. address(AddressType addressType, String addressValue)
-