Infinispan Distribution 5.2.6.Final-redhat-2

Uses of Class
org.infinispan.util.TypedProperties

Packages that use TypedProperties
org.infinispan.config Cache configuration beans and parsers. 
org.infinispan.configuration   
org.infinispan.configuration.cache Classes related to eviction. 
org.infinispan.configuration.global   
org.infinispan.loaders This package contains loaders and stores, which are used for overflow or persistence. 
org.infinispan.loaders.jdbc.configuration   
org.infinispan.remoting.transport.jgroups A transport implementation based on JGroups
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. 
org.infinispan.util.logging Infinispan's logging abstractions that delegate to either JDK or Log4J logging engines. 
 

Uses of TypedProperties in org.infinispan.config
 

Fields in org.infinispan.config declared as TypedProperties
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.  
 

Methods in org.infinispan.config that return TypedProperties
 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)
           
 

Methods in org.infinispan.config with parameters of type TypedProperties
 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
 

Uses of TypedProperties in org.infinispan.configuration
 

Methods in org.infinispan.configuration that return TypedProperties
 TypedProperties AbstractTypedPropertiesConfiguration.properties()
           
 

Constructors in org.infinispan.configuration with parameters of type TypedProperties
AbstractTypedPropertiesConfiguration(TypedProperties properties)
           
 

Uses of TypedProperties in org.infinispan.configuration.cache
 

Methods in org.infinispan.configuration.cache that return TypedProperties
 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.
 

Constructors in org.infinispan.configuration.cache with parameters of type TypedProperties
AbstractLoaderConfiguration(TypedProperties properties)
           
AbstractLockSupportStoreConfiguration(long lockAcquistionTimeout, int lockConcurrencyLevel, boolean purgeOnStartup, boolean purgeSynchronously, int purgerThreads, boolean fetchPersistentState, boolean ignoreModifications, TypedProperties properties, AsyncStoreConfiguration async, SingletonStoreConfiguration singletonStore)
           
AbstractStoreConfiguration(boolean purgeOnStartup, boolean purgeSynchronously, int purgerThreads, boolean fetchPersistentState, boolean ignoreModifications, TypedProperties properties, AsyncStoreConfiguration async, SingletonStoreConfiguration singletonStore)
           
 

Uses of TypedProperties in org.infinispan.configuration.global
 

Methods in org.infinispan.configuration.global that return TypedProperties
 TypedProperties GlobalJmxStatisticsConfiguration.properties()
           
 TypedProperties TransportConfiguration.properties()
           
 

Uses of TypedProperties in org.infinispan.loaders
 

Fields in org.infinispan.loaders declared as TypedProperties
protected  TypedProperties AbstractCacheLoaderConfig.properties
           
 

Methods in org.infinispan.loaders that return TypedProperties
 TypedProperties AbstractCacheStoreConfig.getTypedProperties()
           
 

Methods in org.infinispan.loaders with parameters of type TypedProperties
 void AbstractCacheStoreConfig.setTypedProperties(TypedProperties tp)
           
 

Uses of TypedProperties in org.infinispan.loaders.jdbc.configuration
 

Constructors in org.infinispan.loaders.jdbc.configuration with parameters of type TypedProperties
JdbcMixedCacheStoreConfiguration(int batchSize, int fetchSize, DatabaseType databaseType, String key2StringMapper, TableManipulationConfiguration binaryTable, TableManipulationConfiguration stringTable, ConnectionFactoryConfiguration connectionFactory, long lockAcquistionTimeout, int lockConcurrencyLevel, boolean purgeOnStartup, boolean purgeSynchronously, int purgerThreads, boolean fetchPersistentState, boolean ignoreModifications, TypedProperties properties, AsyncStoreConfiguration async, SingletonStoreConfiguration singletonStore)
           
JdbcStringBasedCacheStoreConfiguration(String key2StringMapper, TableManipulationConfiguration table, ConnectionFactoryConfiguration connectionFactory, long lockAcquistionTimeout, int lockConcurrencyLevel, boolean purgeOnStartup, boolean purgeSynchronously, int purgerThreads, boolean fetchPersistentState, boolean ignoreModifications, TypedProperties properties, AsyncStoreConfiguration async, SingletonStoreConfiguration singletonStore)
           
 

Uses of TypedProperties in org.infinispan.remoting.transport.jgroups
 

Fields in org.infinispan.remoting.transport.jgroups declared as TypedProperties
protected  TypedProperties JGroupsTransport.props
           
 

Uses of TypedProperties in org.infinispan.util
 

Subclasses of TypedProperties in org.infinispan.util
 class LegacyKeySupportTypedProperties
          An extension of TypedProperties that has support for legacy keys.
 

Methods in org.infinispan.util that return TypedProperties
static TypedProperties Immutables.immutableTypedProperties(TypedProperties properties)
          Creates an immutable copy of the properties.
 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.
 

Methods in org.infinispan.util with parameters of type TypedProperties
static TypedProperties Immutables.immutableTypedProperties(TypedProperties properties)
          Creates an immutable copy of the properties.
 

Uses of TypedProperties in org.infinispan.util.logging
 

Methods in org.infinispan.util.logging with parameters of type TypedProperties
 void Log.unableToUseJGroupsPropertiesProvided(TypedProperties props)
           
 


Infinispan Distribution 5.2.6.Final-redhat-2

Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.