Uses of Class
org.infinispan.persistence.sifs.configuration.Attribute
-
Packages that use Attribute Package Description org.infinispan.persistence.sifs.configuration Configuration forSoftIndexFileStore
. -
-
Uses of Attribute in org.infinispan.persistence.sifs.configuration
Methods in org.infinispan.persistence.sifs.configuration that return Attribute Modifier and Type Method Description static Attribute
Attribute. forName(String localName)
static Attribute
Attribute. valueOf(String name)
Returns the enum constant of this type with the specified name.static Attribute[]
Attribute. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-