public class FetchOnBufferReadJdbcIndexInput extends JdbcBufferedIndexInput
BUFFER_SIZE_SETTING| Constructor and Description |
|---|
FetchOnBufferReadJdbcIndexInput() |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes the stream to further operations.
|
void |
configure(String name,
OracleJdbcDirectory directory)
Configures this object instance with the given name and OracleJdbcDirectory
object.
|
long |
length()
Returns the number of bytes in the file
|
getSettingclone, getBufferSize, getFilePointer, readByte, readBytes, seek, setBufferSize, slicepublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class org.apache.lucene.store.IndexInputIOExceptionpublic void configure(String name, OracleJdbcDirectory directory) throws IOException
configure in interface JdbcIndexConfigurableconfigure in class JdbcBufferedIndexInputname - the name of this IndexOutput objectdirectory - the OracleJdbcDirectory where the index is stored.IOExceptionpublic long length()
length in class org.apache.lucene.store.IndexInputCopyright © 2017 Oracle and/or its affiliates. All Rights Reserved.