Package | Description |
---|---|
org.infinispan.commons.configuration |
Commons Configuration package
|
org.infinispan.commons.util |
Commons package providing various utility classes
|
org.infinispan.configuration.cache |
Cache configuration |
org.infinispan.configuration.global |
EmbeddedCacheManager configuration |
Modifier and Type | Field and Description |
---|---|
static AttributeDefinition<TypedProperties> |
AbstractTypedPropertiesConfiguration.PROPERTIES |
Modifier and Type | Method and Description |
---|---|
TypedProperties |
AbstractTypedPropertiesConfiguration.properties() |
Modifier and Type | Method and 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 present
|
TypedProperties |
TypedProperties.setProperty(String key,
String value) |
static TypedProperties |
TypedProperties.toTypedProperties(Properties p)
Factory method that converts a JDK
Properties instance to an instance of TypedProperties, if needed. |
Modifier and Type | Method and Description |
---|---|
static TypedProperties |
Immutables.immutableTypedProperties(TypedProperties properties)
Creates an immutable copy of the properties.
|
Modifier and Type | Field and Description |
---|---|
static AttributeDefinition<TypedProperties> |
AbstractStoreConfiguration.PROPERTIES |
Modifier and Type | Method and 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.
|
Modifier and Type | Field and Description |
---|---|
static AttributeDefinition<TypedProperties> |
TransportConfiguration.PROPERTIES |
static AttributeDefinition<TypedProperties> |
GlobalJmxStatisticsConfiguration.PROPERTIES |
Modifier and Type | Method and Description |
---|---|
TypedProperties |
TransportConfiguration.properties() |
TypedProperties |
GlobalJmxStatisticsConfiguration.properties() |
Copyright © 2017 JBoss, a division of Red Hat. All rights reserved.