VectoredReadBenchmark_jmhType_B1public class VectoredReadBenchmark
extends java.lang.Object
| Modifier and Type | Class | Description |
|---|---|---|
static class |
VectoredReadBenchmark.BufferChoice |
|
static class |
VectoredReadBenchmark.FileSystemChoice |
| Constructor | Description |
|---|---|
VectoredReadBenchmark() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
asyncFileChanArray(VectoredReadBenchmark.BufferChoice bufferChoice,
org.openjdk.jmh.infra.Blackhole blackhole) |
|
void |
asyncRead(VectoredReadBenchmark.FileSystemChoice fsChoice,
VectoredReadBenchmark.BufferChoice bufferChoice,
org.openjdk.jmh.infra.Blackhole blackhole) |
|
static void |
main(java.lang.String[] args) |
Run the benchmarks.
|
void |
syncRead(VectoredReadBenchmark.FileSystemChoice fsChoice,
org.openjdk.jmh.infra.Blackhole blackhole) |
public void asyncRead(VectoredReadBenchmark.FileSystemChoice fsChoice, VectoredReadBenchmark.BufferChoice bufferChoice, org.openjdk.jmh.infra.Blackhole blackhole) throws java.lang.Exception
java.lang.Exceptionpublic void asyncFileChanArray(VectoredReadBenchmark.BufferChoice bufferChoice, org.openjdk.jmh.infra.Blackhole blackhole) throws java.lang.Exception
java.lang.Exceptionpublic void syncRead(VectoredReadBenchmark.FileSystemChoice fsChoice, org.openjdk.jmh.infra.Blackhole blackhole) throws java.lang.Exception
java.lang.Exceptionpublic static void main(java.lang.String[] args)
throws java.lang.Exception
args - the pathname of a 100MB data filejava.lang.Exception - any ex.Copyright © 2008–2025 Apache Software Foundation. All rights reserved.