Package | Description |
---|---|
org.infinispan.config |
Cache configuration beans and parsers.
|
org.infinispan.loaders | |
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.
|
Modifier and Type | Field and Description |
---|---|
protected TypedProperties |
GlobalConfiguration.FactoryClassWithPropertiesType.properties |
protected TypedProperties |
GlobalConfiguration.TransportType.properties
Deprecated.
|
protected TypedProperties |
GlobalConfiguration.GlobalJmxStatisticsType.properties
Deprecated.
|
protected TypedProperties |
Configuration.DataContainerType.properties
Deprecated.
|
protected TypedProperties |
Configuration.QueryConfigurationBean.properties
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
TypedProperties |
Configuration.getDataContainerProperties()
Deprecated.
|
TypedProperties |
Configuration.getIndexingProperties()
Deprecated.
|
TypedProperties |
GlobalConfiguration.FactoryClassWithPropertiesType.getProperties()
Deprecated.
|
TypedProperties |
GlobalConfiguration.FactoryClassWithPropertiesType.properties() |
protected static TypedProperties |
AbstractConfigurationBean.toTypedProperties(Properties p)
Converts a given
Properties instance to an instance of TypedProperties |
protected static TypedProperties |
AbstractConfigurationBean.toTypedProperties(String s) |
TypedProperties |
TypedPropertiesAdapter.unmarshal(org.infinispan.config.PropertiesType props) |
Modifier and Type | Method and Description |
---|---|
org.infinispan.config.PropertiesType |
TypedPropertiesAdapter.marshal(TypedProperties tp) |
void |
GlobalConfiguration.FactoryClassWithPropertiesType.setProperties(TypedProperties properties)
Deprecated.
Visibility will be reduced. Instead use
GlobalConfiguration.FactoryClassWithPropertiesType.addProperty(String, String) or GlobalConfiguration.FactoryClassWithPropertiesType.withProperties(java.util.Properties) instead |
void |
GlobalConfiguration.TransportType.setProperties(TypedProperties properties)
Deprecated.
The visibility of this will be reduced, use
GlobalConfiguration.TransportType.withProperties(java.util.Properties) or GlobalConfiguration.TransportType.addProperty(String, String) instead |
void |
GlobalConfiguration.GlobalJmxStatisticsType.setProperties(TypedProperties p)
Deprecated.
The visibility of this will be reduced, use
GlobalConfiguration.GlobalJmxStatisticsType.withProperties(java.util.Properties) instead |
Modifier and Type | Field and Description |
---|---|
protected TypedProperties |
AbstractCacheLoaderConfig.properties |
Modifier and Type | Method and Description |
---|---|
TypedProperties |
AbstractCacheStoreConfig.getTypedProperties() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractCacheStoreConfig.setTypedProperties(TypedProperties tp) |
Modifier and Type | Method and Description |
---|---|
static TypedProperties |
TypedProperties.toTypedProperties(Properties p)
Deprecated.
Factory method that converts a JDK
Properties instance to an instance of TypedProperties, if needed. |
Copyright © 2013 JBoss, a division of Red Hat. All rights reserved.