public class OracleLock
extends org.apache.lucene.store.Lock
| Constructor and Description |
|---|
OracleLock() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
configure(OracleJdbcDirectory directory,
String name) |
void |
initializeDatabase(OracleJdbcDirectory oracleDirectory) |
boolean |
isLocked() |
boolean |
obtain() |
void |
release() |
String |
toString() |
public void close()
public void configure(OracleJdbcDirectory directory, String name) throws IOException
IOExceptionpublic void initializeDatabase(OracleJdbcDirectory oracleDirectory)
public boolean isLocked()
isLocked in class org.apache.lucene.store.Lockpublic boolean obtain()
obtain in class org.apache.lucene.store.Lockpublic void release()
release in class org.apache.lucene.store.LockCopyright © 2017 Oracle and/or its affiliates. All Rights Reserved.