Uses of Class
org.infinispan.commons.util.TypedProperties
-
Packages that use TypedProperties Package Description org.infinispan.commons.configuration Commons Configuration packageorg.infinispan.commons.configuration.attributes org.infinispan.commons.util Commons package providing various utility classesorg.infinispan.configuration.cache Cacheconfigurationorg.infinispan.configuration.global EmbeddedCacheManagerconfigurationorg.infinispan.configuration.serializing org.infinispan.remoting.transport.jgroups A transport implementation based on JGroups.org.infinispan.util General utilities that are not specific to Infinispan, including string parsing helpers, reflection tools and collections and containers designed to supplement the JDK-provided containers. -
-
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 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.configuration.attributes
Fields in org.infinispan.commons.configuration.attributes with type parameters of type TypedProperties Modifier and Type Field Description static AttributeCopier<TypedProperties>TypedPropertiesAttributeCopier. INSTANCEMethods in org.infinispan.commons.configuration.attributes that return TypedProperties Modifier and Type Method Description TypedPropertiesTypedPropertiesAttributeCopier. copyAttribute(TypedProperties attribute)Methods in org.infinispan.commons.configuration.attributes with parameters of type TypedProperties Modifier and Type Method Description TypedPropertiesTypedPropertiesAttributeCopier. copyAttribute(TypedProperties attribute) -
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(java.lang.String key, java.lang.String value)Put a value if the associated key is not presentTypedPropertiesTypedProperties. setProperty(java.lang.String key, boolean value)TypedPropertiesTypedProperties. setProperty(java.lang.String key, int value)TypedPropertiesTypedProperties. setProperty(java.lang.String key, long value)TypedPropertiesTypedProperties. setProperty(java.lang.String key, java.lang.String value)static TypedPropertiesTypedProperties. toTypedProperties(java.util.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 AttributeDefinition<TypedProperties>AbstractStoreConfiguration. PROPERTIESMethods in org.infinispan.configuration.cache that return TypedProperties Modifier and Type Method Description TypedPropertiesIndexingConfiguration. 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 AttributeDefinition<TypedProperties>GlobalJmxStatisticsConfiguration. PROPERTIESMethods in org.infinispan.configuration.global that return TypedProperties Modifier and Type Method Description TypedPropertiesGlobalJmxStatisticsConfiguration. properties()TypedPropertiesTransportConfiguration. properties() -
Uses of TypedProperties in org.infinispan.configuration.serializing
Methods in org.infinispan.configuration.serializing with parameters of type TypedProperties Modifier and Type Method Description static voidSerializeUtils. writeTypedProperties(XMLExtendedStreamWriter writer, TypedProperties properties) -
Uses of TypedProperties in org.infinispan.remoting.transport.jgroups
Fields in org.infinispan.remoting.transport.jgroups declared as TypedProperties Modifier and Type Field Description protected TypedPropertiesJGroupsTransport. props -
Uses of TypedProperties in org.infinispan.util
Subclasses of TypedProperties in org.infinispan.util Modifier and Type Class Description classTypedPropertiesDeprecated.
-