org.hibernate.search.infinispan
Class InfinispanIntegration

java.lang.Object
  extended by org.hibernate.search.infinispan.InfinispanIntegration

public class InfinispanIntegration
extends Object

Configuration constants for the Infinispan integration

Author:
Sanne Grinovero (C) 2012 Red Hat Inc.

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

LOCKING_CACHENAME

public static final String LOCKING_CACHENAME
Configuration attribute to override the value of DEFAULT_LOCKING_CACHENAME.

See Also:
Constant Field Values

DATA_CACHENAME

public static final String DATA_CACHENAME
Configuration attribute to override the value of DEFAULT_INDEXESDATA_CACHENAME.

See Also:
Constant Field Values

METADATA_CACHENAME

public static final String METADATA_CACHENAME
Configuration attribute to override the value of DEFAULT_INDEXESMETADATA_CACHENAME.

See Also:
Constant Field Values

DEFAULT_LOCKING_CACHENAME

public static final String DEFAULT_LOCKING_CACHENAME
Default name of the cache used to store Locking metadata

See Also:
Constant Field Values

DEFAULT_INDEXESDATA_CACHENAME

public static final String DEFAULT_INDEXESDATA_CACHENAME
Default name of the cache used to store Index Data

See Also:
Constant Field Values

DEFAULT_INDEXESMETADATA_CACHENAME

public static final String DEFAULT_INDEXESMETADATA_CACHENAME
Default name of the cache used to store Index MetaData

See Also:
Constant Field Values
Method Detail

getMetadataCacheName

public static String getMetadataCacheName(Properties properties)
Parameters:
properties - the Hibernate Search configuration
Returns:
the name of the Cache to be retrieved from the CacheManager to store Index Metadata

getDataCacheName

public static String getDataCacheName(Properties properties)
Parameters:
properties - the Hibernate Search configuration
Returns:
the name of the Cache to be retrieved from the CacheManager to store Index Data

getLockingCacheName

public static String getLockingCacheName(Properties properties)
Parameters:
properties - the Hibernate Search configuration
Returns:
the name of the Cache to be retrieved from the CacheManager to store Locking metadata


Copyright © 2006-2013 Red Hat Middleware, LLC. All Rights Reserved