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 Cache
configurationorg.infinispan.configuration.global EmbeddedCacheManager
configuration -
-
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. PROPERTIES
Methods in org.infinispan.commons.configuration that return TypedProperties Modifier and Type Method Description TypedProperties
AbstractTypedPropertiesConfiguration. properties()
-
Uses of TypedProperties in org.infinispan.commons.util
Methods in org.infinispan.commons.util that return TypedProperties Modifier and Type Method Description static TypedProperties
Immutables. immutableTypedProperties(TypedProperties properties)
Creates an immutable copy of the properties.TypedProperties
TypedProperties. putIfAbsent(String key, String value)
Put a value if the associated key is not presentTypedProperties
TypedProperties. setProperty(String key, boolean value)
TypedProperties
TypedProperties. setProperty(String key, int value)
TypedProperties
TypedProperties. setProperty(String key, long value)
TypedProperties
TypedProperties. setProperty(String key, String value)
static TypedProperties
TypedProperties. toTypedProperties(Properties p)
Factory method that converts a JDKProperties
instance to an instance of TypedProperties, if needed.Methods in org.infinispan.commons.util with parameters of type TypedProperties Modifier and Type Method Description static TypedProperties
Immutables. 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. PROPERTIES
Methods in org.infinispan.configuration.cache that return TypedProperties Modifier and Type Method Description TypedProperties
IndexingConfiguration. properties()
These properties are passed directly to the embedded Hibernate Search engine, so for the complete and up to date documentation about available properties refer to the Hibernate Search reference of the version you're using with Infinispan Query. -
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. PROPERTIES
Methods in org.infinispan.configuration.global that return TypedProperties Modifier and Type Method Description TypedProperties
GlobalJmxConfiguration. properties()
abstract TypedProperties
GlobalJmxStatisticsConfiguration. properties()
Deprecated.TypedProperties
TransportConfiguration. properties()
-