| Package | Description |
|---|---|
| org.infinispan.commons.configuration |
Commons Configuration package
|
| org.infinispan.commons.configuration.attributes | |
| org.infinispan.commons.util |
Commons package providing various utility classes
|
| org.infinispan.configuration.cache |
Cache configuration |
| org.infinispan.configuration.global |
EmbeddedCacheManager configuration |
| org.infinispan.configuration.serializing | |
| org.infinispan.remoting.transport.jgroups |
A transport implementation based on JGroups.
|
| org.infinispan.util.logging |
Infinispan's logging abstractions that delegate to either JDK or Log4J logging engines.
|
| Modifier and Type | Field and Description |
|---|---|
static AttributeDefinition<TypedProperties> |
AbstractTypedPropertiesConfiguration.PROPERTIES |
| Modifier and Type | Method and Description |
|---|---|
TypedProperties |
AbstractTypedPropertiesConfiguration.properties() |
| Modifier and Type | Field and Description |
|---|---|
static AttributeCopier<TypedProperties> |
TypedPropertiesAttributeCopier.INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
TypedProperties |
TypedPropertiesAttributeCopier.copyAttribute(TypedProperties attribute) |
| Modifier and Type | Method and Description |
|---|---|
TypedProperties |
TypedPropertiesAttributeCopier.copyAttribute(TypedProperties attribute) |
| 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,
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 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> |
GlobalJmxConfiguration.PROPERTIES |
| Modifier and Type | Method and Description |
|---|---|
TypedProperties |
TransportConfiguration.properties() |
TypedProperties |
GlobalJmxConfiguration.properties() |
abstract TypedProperties |
GlobalJmxStatisticsConfiguration.properties()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
SerializeUtils.writeTypedProperties(XMLExtendedStreamWriter writer,
TypedProperties properties) |
| Modifier and Type | Field and Description |
|---|---|
protected TypedProperties |
JGroupsTransport.props |
| Modifier and Type | Method and Description |
|---|---|
void |
Log.unableToUseJGroupsPropertiesProvided(TypedProperties props) |
void |
Log_$logger.unableToUseJGroupsPropertiesProvided(TypedProperties props) |
Copyright © 2022 JBoss by Red Hat. All rights reserved.