Uses of Class
org.infinispan.commons.util.TypedProperties
-
Packages that use TypedProperties Package Description org.infinispan.commons.configuration Commons Configuration packageorg.infinispan.commons.util Commons package providing various utility classesorg.infinispan.configuration.cache Cacheconfigurationorg.infinispan.configuration.global EmbeddedCacheManagerconfiguration -
-
Uses of TypedProperties in org.infinispan.commons.configuration
Fields in org.infinispan.commons.configuration with type parameters of type TypedProperties Modifier and Type Field Description static org.infinispan.commons.configuration.attributes.AttributeDefinition<TypedProperties>AbstractTypedPropertiesConfiguration. PROPERTIESMethods in org.infinispan.commons.configuration that return TypedProperties Modifier and Type Method Description TypedPropertiesAbstractTypedPropertiesConfiguration. properties() -
Uses of TypedProperties in org.infinispan.commons.util
Methods in org.infinispan.commons.util that return TypedProperties Modifier and Type Method Description static TypedPropertiesImmutables. immutableTypedProperties(TypedProperties properties)Creates an immutable copy of the properties.TypedPropertiesTypedProperties. putIfAbsent(String key, String value)Put a value if the associated key is not presentTypedPropertiesTypedProperties. setProperty(String key, boolean value)TypedPropertiesTypedProperties. setProperty(String key, int value)TypedPropertiesTypedProperties. setProperty(String key, long value)TypedPropertiesTypedProperties. setProperty(String key, String value)static TypedPropertiesTypedProperties. toTypedProperties(Properties p)Factory method that converts a JDKPropertiesinstance to an instance of TypedProperties, if needed.Methods in org.infinispan.commons.util with parameters of type TypedProperties Modifier and Type Method Description static TypedPropertiesImmutables. immutableTypedProperties(TypedProperties properties)Creates an immutable copy of the properties. -
Uses of TypedProperties in org.infinispan.configuration.cache
Fields in org.infinispan.configuration.cache with type parameters of type TypedProperties Modifier and Type Field Description static org.infinispan.commons.configuration.attributes.AttributeDefinition<TypedProperties>AbstractStoreConfiguration. PROPERTIESMethods in org.infinispan.configuration.cache that return TypedProperties Modifier and Type Method Description TypedPropertiesIndexingConfiguration. properties()Deprecated.Since 12.0, indexing behaviour is defined byIndexingConfiguration.writer()andIndexingConfiguration.reader(). -
Uses of TypedProperties in org.infinispan.configuration.global
Fields in org.infinispan.configuration.global with type parameters of type TypedProperties Modifier and Type Field Description static org.infinispan.commons.configuration.attributes.AttributeDefinition<TypedProperties>GlobalJmxConfiguration. PROPERTIESMethods in org.infinispan.configuration.global that return TypedProperties Modifier and Type Method Description TypedPropertiesGlobalJmxConfiguration. properties()abstract TypedPropertiesGlobalJmxStatisticsConfiguration. properties()Deprecated.TypedPropertiesTransportConfiguration. properties()
-