org.compass.needle.coherence
Class InvocableCoherenceLockFactoryProvider
java.lang.Object
org.compass.needle.coherence.InvocableCoherenceLockFactoryProvider
- All Implemented Interfaces:
- LockFactoryProvider
public class InvocableCoherenceLockFactoryProvider
- extends Object
- implements LockFactoryProvider
A general lock factory provider based on Cohernce. Can be used as a distributed lock manager for
other storage systems then Cohernece.
- Author:
- kimchy
- See Also:
InvocableCoherenceLockFactory
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InvocableCoherenceLockFactoryProvider
public InvocableCoherenceLockFactoryProvider()
createLockFactory
public LockFactory createLockFactory(String path,
String subContex,
String subIndex,
CompassSettings settings)
throws SearchEngineException
- Description copied from interface:
LockFactoryProvider
- Creates the a lock factory.
- Specified by:
createLockFactory in interface LockFactoryProvider
- Parameters:
path - The path the lock factory will work with. Does not have to be an actual file system path.subContex - The sub context the index is created with.subIndex - The sub index within the index (under the sub context).settings - Additional configuration settings
- Returns:
- The actual lock factory
- Throws:
SearchEngineException
Copyright (c) 2004-2008 The Compass Project.