@Deprecated public static interface FluentConfiguration.IndexingConfig
Modifier and Type | Method and Description |
---|---|
FluentConfiguration.IndexingConfig |
addProperty(String key,
String value)
Deprecated.
Defines a single property.
|
Configuration |
build()
Deprecated.
|
FluentConfiguration.ClusteringConfig |
clustering()
Deprecated.
|
FluentConfiguration.CustomInterceptorsConfig |
customInterceptors()
Deprecated.
|
FluentConfiguration.DataContainerConfig |
dataContainer()
Deprecated.
|
FluentConfiguration.DeadlockDetectionConfig |
deadlockDetection()
Deprecated.
This method allows configuration of the deadlock detection.
|
FluentConfiguration.IndexingConfig |
disable()
Deprecated.
Indexing is disabled by default, but using the fluent API entering the
FluentTypes.indexing()
method enables Indexing implicitly. |
FluentConfiguration.EvictionConfig |
eviction()
Deprecated.
|
FluentConfiguration.ExpirationConfig |
expiration()
Deprecated.
|
FluentConfiguration.IndexingConfig |
indexing()
Deprecated.
This method allows configuration of the indexing subsystem.
|
FluentConfiguration.IndexingConfig |
indexLocalOnly(Boolean indexLocalOnly)
Deprecated.
If true, only index changes made locally, ignoring remote changes.
|
FluentConfiguration.InvocationBatchingConfig |
invocationBatching()
Deprecated.
This method allows configuration of invocation batching.
|
FluentConfiguration.JmxStatisticsConfig |
jmxStatistics()
Deprecated.
This method allows configuration of jmx statistics.
|
FluentConfiguration.LoadersConfig |
loaders()
Deprecated.
|
FluentConfiguration.LockingConfig |
locking()
Deprecated.
|
FluentConfiguration.StoreAsBinaryConfig |
storeAsBinary()
Deprecated.
This method allows configuration of lazy deserialization.
|
FluentConfiguration.TransactionConfig |
transaction()
Deprecated.
|
FluentConfiguration.UnsafeConfig |
unsafe()
Deprecated.
|
FluentConfiguration.VersioningConfig |
versioning()
Deprecated.
|
FluentConfiguration.IndexingConfig |
withProperties(Properties properties)
Deprecated.
The Query engine relies on properties for configuration.
|
FluentConfiguration.IndexingConfig indexLocalOnly(Boolean indexLocalOnly)
indexLocalOnly
- this
, for method chainingFluentConfiguration.IndexingConfig disable()
FluentTypes.indexing()
method enables Indexing implicitly. If needed, this method can be used to disable it.this
, for method chainingFluentConfiguration.IndexingConfig withProperties(Properties properties)
The Query engine relies on properties for configuration.
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.
properties
- this
, for method chainingFluentConfiguration.IndexingConfig addProperty(String key, String value)
Defines a single property. Can be used multiple times to define all needed properties,
but the full set is overridden by withProperties(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.
key
- Property keyvalue
- Property valuethis
, for method chainingFluentConfiguration.LockingConfig locking()
FluentConfiguration.LoadersConfig loaders()
FluentConfiguration.TransactionConfig transaction()
FluentConfiguration.DeadlockDetectionConfig deadlockDetection()
FluentConfiguration.DeadlockDetectionConfig.disable()
FluentConfiguration.CustomInterceptorsConfig customInterceptors()
FluentConfiguration.EvictionConfig eviction()
FluentConfiguration.ExpirationConfig expiration()
FluentConfiguration.ClusteringConfig clustering()
FluentConfiguration.IndexingConfig indexing()
disable()
FluentConfiguration.DataContainerConfig dataContainer()
FluentConfiguration.UnsafeConfig unsafe()
FluentConfiguration.JmxStatisticsConfig jmxStatistics()
FluentConfiguration.StoreAsBinaryConfig storeAsBinary()
FluentConfiguration.InvocationBatchingConfig invocationBatching()
FluentConfiguration.VersioningConfig versioning()
Configuration build()
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.