final class FSDirectory.FSIndexOutput extends OutputStreamIndexOutput
| Modifier and Type | Field and Description |
|---|---|
(package private) static int |
CHUNK_SIZE
The maximum chunk size is 8192 bytes, because file channel mallocs
a native buffer outside of stack if the write buffer size is larger.
|
| Constructor and Description |
|---|
FSIndexOutput(java.lang.String name) |
FSIndexOutput(java.lang.String name,
java.nio.file.OpenOption... options) |
close, getChecksum, getFilePointer, writeByte, writeBytesgetName, toStringcopyBytes, writeBytes, writeInt, writeLong, writeMapOfStrings, writeSetOfStrings, writeShort, writeString, writeVInt, writeVLong, writeZInt, writeZLongstatic final int CHUNK_SIZE