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.
Infinispan's logging abstractions that delegate to either JDK or Log4J logging engines.
-
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.PROPERTIESMethods in org.infinispan.commons.configuration that return TypedProperties -
Uses of TypedProperties in org.infinispan.commons.configuration.attributes
Classes in org.infinispan.commons.configuration.attributes that implement interfaces with type arguments of type TypedPropertiesModifier and TypeClassDescriptionclassTypedPropertiesAttributeCopier.Fields in org.infinispan.commons.configuration.attributes with type parameters of type TypedPropertiesModifier and TypeFieldDescriptionstatic final AttributeCopier<TypedProperties> TypedPropertiesAttributeCopier.INSTANCEMethods 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 TypedPropertiesImmutables.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 TypedPropertiesTypedProperties.toTypedProperties(Map<?, ?> p) Factory method that converts a JDKMap(includingPropertiesinstance to an instance of TypedProperties, if needed.Methods in org.infinispan.commons.util with parameters of type TypedPropertiesModifier and TypeMethodDescriptionstatic 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 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.PROPERTIESMethods 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 voidSerializeUtils.writeTypedProperties(ConfigurationWriter writer, TypedProperties properties) static voidSerializeUtils.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 -
Uses of TypedProperties in org.infinispan.util.logging
Methods in org.infinispan.util.logging with parameters of type TypedPropertiesModifier and TypeMethodDescriptionfinal voidLog_$logger.unableToUseJGroupsPropertiesProvided(TypedProperties props)