MMapIndexInputProvider

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open fun attachment(): A?

An optional attachment of the provider, that will be passed to openInput.

Link copied to clipboard
open fun convertMapFailedIOException(ioe: IOException, resourceDescription: String, bufSize: Long): IOException
Link copied to clipboard
abstract fun openInput(path: Path, context: IOContext, chunkSizePower: Int, preload: Boolean, group: Optional<String>, attachment: A?): IndexInput
Link copied to clipboard
abstract fun supportsMadvise(): Boolean