public abstract class AbstractJdbcIndexOutput extends JdbcBufferedIndexOutput
BUFFER_SIZE_SETTING| Constructor and Description |
|---|
AbstractJdbcIndexOutput() |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes this stream to further operations
|
void |
configure(String name,
OracleJdbcDirectory directory)
Configures this object instance with the given name and OracleJdbcDirectory
object.
|
getSettingflush, getChecksum, getFilePointer, length, seek, writeByte, writeBytespublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class org.apache.lucene.store.ConfigurableBufferedIndexOutputIOExceptionpublic void configure(String name, OracleJdbcDirectory directory) throws IOException
configure in interface JdbcIndexConfigurableconfigure in class JdbcBufferedIndexOutputname - the name of this IndexOutput objectdirectory - the OracleJdbcDirectory where the index is stored.IOExceptionCopyright © 2017 Oracle and/or its affiliates. All Rights Reserved.