Uses of Class
org.infinispan.commons.util.TypedProperties
Packages that use TypedProperties
Package
Description
Commons Configuration package
Commons package providing various utility classes
Cache
configurationEmbeddedCacheManager
configurationA transport implementation based on JGroups.
-
Uses of TypedProperties in org.infinispan.commons.configuration
Fields in org.infinispan.commons.configuration with type parameters of type TypedPropertiesModifier and TypeFieldDescriptionstatic final AttributeDefinition
<TypedProperties> AbstractTypedPropertiesConfiguration.PROPERTIES
Methods in org.infinispan.commons.configuration that return TypedProperties -
Uses of TypedProperties in org.infinispan.commons.configuration.attributes
Fields in org.infinispan.commons.configuration.attributes with type parameters of type TypedPropertiesModifier and TypeFieldDescriptionstatic final AttributeCopier
<TypedProperties> TypedPropertiesAttributeCopier.INSTANCE
Methods in org.infinispan.commons.configuration.attributes that return TypedPropertiesModifier and TypeMethodDescriptionTypedPropertiesAttributeCopier.copyAttribute
(TypedProperties attribute) AttributeSet.fromProperties
(TypedProperties properties, String prefix) Methods in org.infinispan.commons.configuration.attributes with parameters of type TypedPropertiesModifier and TypeMethodDescriptionTypedPropertiesAttributeCopier.copyAttribute
(TypedProperties attribute) AttributeSet.fromProperties
(TypedProperties properties, String prefix) -
Uses of TypedProperties in org.infinispan.commons.util
Methods in org.infinispan.commons.util that return TypedPropertiesModifier and TypeMethodDescriptionstatic TypedProperties
Immutables.immutableTypedProperties
(TypedProperties properties) Creates an immutable copy of the properties.TypedProperties.putIfAbsent
(String key, String value) Put a value if the associated key is not presentTypedProperties.setProperty
(String key, boolean value) TypedProperties.setProperty
(String key, int value) TypedProperties.setProperty
(String key, long value) TypedProperties.setProperty
(String key, String value) static TypedProperties
TypedProperties.toTypedProperties
(Map<?, ?> p) Factory method that converts a JDKMap
(includingProperties
instance to an instance of TypedProperties, if needed.Methods in org.infinispan.commons.util with parameters of type TypedPropertiesModifier and TypeMethodDescriptionstatic 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 TypedPropertiesModifier and TypeFieldDescriptionstatic final AttributeDefinition
<TypedProperties> AbstractStoreConfiguration.PROPERTIES
-
Uses of TypedProperties in org.infinispan.configuration.global
Fields in org.infinispan.configuration.global with type parameters of type TypedPropertiesModifier and TypeFieldDescriptionstatic final AttributeDefinition
<TypedProperties> GlobalJmxConfiguration.PROPERTIES
Methods in org.infinispan.configuration.global that return TypedPropertiesModifier and TypeMethodDescriptionGlobalJmxConfiguration.properties()
TransportConfiguration.properties()
-
Uses of TypedProperties in org.infinispan.configuration.serializing
Methods in org.infinispan.configuration.serializing with parameters of type TypedPropertiesModifier and TypeMethodDescriptionstatic void
SerializeUtils.writeTypedProperties
(ConfigurationWriter writer, TypedProperties properties) static void
SerializeUtils.writeTypedProperties
(ConfigurationWriter writer, TypedProperties properties, Enum<?> collectionElement, Enum<?> itemElement) -
Uses of TypedProperties in org.infinispan.persistence.remote.configuration.global
Methods in org.infinispan.persistence.remote.configuration.global that return TypedProperties -
Uses of TypedProperties in org.infinispan.remoting.transport.jgroups
Fields in org.infinispan.remoting.transport.jgroups declared as TypedProperties