| 接口 | 说明 |
|---|---|
| Writer |
Writer
|
| 类 | 说明 |
|---|---|
| BufferWriter |
Use Java NIO 2.0 to writer file.
|
| DirectWriter |
Use direct io to bypass page cache to write file.
|
| MMapUtil |
Utility class which provides a method for attempting to directly unmap a MappedByteBuffer rather than
waiting for the JVM and OS eventually unmap.
|
| MmapWriter |
Use mmap to avoid copying from Java
DirectByteBuffer to kernel memory. |
| SysoutWriter |
Print out to console.
|
| WriterFactory |
WriterFactory
|
| 异常错误 | 说明 |
|---|---|
| WriterException |
WriterException
|
Copyright © 2019–2020 Alibaba Group Holding Limited. All rights reserved.