org.apache.blur.store.hdfs
Class BlurLockFactory
java.lang.Object
org.apache.lucene.store.LockFactory
org.apache.blur.store.hdfs.BlurLockFactory
public class BlurLockFactory
- extends org.apache.lucene.store.LockFactory
Constructor Summary |
BlurLockFactory(org.apache.hadoop.conf.Configuration configuration,
org.apache.hadoop.fs.Path dir,
String host,
String pid)
|
Methods inherited from class org.apache.lucene.store.LockFactory |
getLockPrefix, setLockPrefix |
BlurLockFactory
public BlurLockFactory(org.apache.hadoop.conf.Configuration configuration,
org.apache.hadoop.fs.Path dir,
String host,
String pid)
throws IOException
- Throws:
IOException
makeLock
public org.apache.lucene.store.Lock makeLock(String lockName)
- Specified by:
makeLock
in class org.apache.lucene.store.LockFactory
clearLock
public void clearLock(String lockName)
throws IOException
- Specified by:
clearLock
in class org.apache.lucene.store.LockFactory
- Throws:
IOException
Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.