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(java.lang.String name, OracleJdbcDirectory directory)
Configures this object instance with the given name and OracleJdbcDirectory object.
|
getSettingflush, getChecksum, getFilePointer, length, seek, writeByte, writeBytes
public void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class org.apache.lucene.store.ConfigurableBufferedIndexOutputjava.io.IOException
public void configure(java.lang.String name,
OracleJdbcDirectory directory)
throws java.io.IOException
configure in interface JdbcIndexConfigurableconfigure in class JdbcBufferedIndexOutputname - the name of this IndexOutput objectdirectory - the OracleJdbcDirectory where the index is stored.java.io.IOExceptionCopyright © 2017, 2018 Oracle and/or its affiliates. All Rights Reserved.