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.
|
getSetting
flush, getChecksum, getFilePointer, length, seek, writeByte, writeBytes
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class org.apache.lucene.store.ConfigurableBufferedIndexOutput
IOException
public void configure(String name, OracleJdbcDirectory directory) throws IOException
configure
in interface JdbcIndexConfigurable
configure
in class JdbcBufferedIndexOutput
name
- the name of this IndexOutput objectdirectory
- the OracleJdbcDirectory where the index is stored.IOException
Copyright © 2017 Oracle and/or its affiliates. All Rights Reserved.