|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hibernate.search.infinispan.InfinispanIntegration
public class InfinispanIntegration
Configuration constants for the Infinispan integration
| Field Summary | |
|---|---|
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. |
| Method Summary | |
|---|---|
static String |
getDataCacheName(Properties properties)
|
static String |
getLockingCacheName(Properties properties)
|
static String |
getMetadataCacheName(Properties properties)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
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
| Method Detail |
|---|
public static String getMetadataCacheName(Properties properties)
properties - the Hibernate Search configuration
public static String getDataCacheName(Properties properties)
properties - the Hibernate Search configuration
public static String getLockingCacheName(Properties properties)
properties - the Hibernate Search configuration
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||