public class InfinispanIntegration extends Object
Modifier and Type | Field and Description |
---|---|
static String |
DATA_CACHENAME
Configuration attribute to override the value of
DEFAULT_INDEXESDATA_CACHENAME . |
static String |
DEFAULT_INDEXESDATA_CACHENAME
Default name of the cache used to store Index Data
|
static String |
DEFAULT_INDEXESMETADATA_CACHENAME
Default name of the cache used to store Index MetaData
|
static String |
DEFAULT_LOCKING_CACHENAME
Default name of the cache used to store Locking metadata
|
static String |
LOCKING_CACHENAME
Configuration attribute to override the value of
DEFAULT_LOCKING_CACHENAME . |
static String |
METADATA_CACHENAME
Configuration attribute to override the value of
DEFAULT_INDEXESMETADATA_CACHENAME . |
static String |
WRITE_METADATA_ASYNC
Configuration attribute to control if the writes to Index Metadata should be performed asynchronously.
|
Modifier and Type | Method and Description |
---|---|
static String |
getDataCacheName(Properties properties) |
static String |
getLockingCacheName(Properties properties) |
static String |
getMetadataCacheName(Properties properties) |
public static final String LOCKING_CACHENAME
DEFAULT_LOCKING_CACHENAME
.public static final String DATA_CACHENAME
DEFAULT_INDEXESDATA_CACHENAME
.public static final String METADATA_CACHENAME
DEFAULT_INDEXESMETADATA_CACHENAME
.public static final String DEFAULT_LOCKING_CACHENAME
public static final String DEFAULT_INDEXESDATA_CACHENAME
public static final String DEFAULT_INDEXESMETADATA_CACHENAME
public static final String WRITE_METADATA_ASYNC
"false"
. Setting this to "true"
might improve performance but is highly experimental.public static String getMetadataCacheName(Properties properties)
properties
- the Hibernate Search configurationpublic static String getDataCacheName(Properties properties)
properties
- the Hibernate Search configurationpublic static String getLockingCacheName(Properties properties)
properties
- the Hibernate Search configurationCopyright © 2006-2015 Red Hat, Inc. All Rights Reserved