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
IOException
public void initializeDatabase(OracleJdbcDirectory oracleDirectory)
public boolean isLocked()
isLocked
in class org.apache.lucene.store.Lock
public boolean obtain()
obtain
in class org.apache.lucene.store.Lock
public void release()
release
in class org.apache.lucene.store.Lock
Copyright © 2017 Oracle and/or its affiliates. All Rights Reserved.