public class FileSystemBench extends Object
Modifier and Type | Class and Description |
---|---|
static class |
FileSystemBench.AlluxioBenchThreadState |
static class |
FileSystemBench.AsyncBenchThreadState |
static class |
FileSystemBench.BlockingBenchThreadState |
static class |
FileSystemBench.FileSystem |
static class |
FileSystemBench.HadoopBenchThreadState |
static class |
FileSystemBench.ThreadState |
Constructor and Description |
---|
FileSystemBench() |
Modifier and Type | Method and Description |
---|---|
void |
alluxioGetStatusBench(org.openjdk.jmh.infra.Blackhole bh,
FileSystemBench.AlluxioBenchThreadState ts) |
void |
asyncGetStatusBench(org.openjdk.jmh.infra.Blackhole bh,
FileSystemBench.AsyncBenchThreadState ts) |
void |
blockingGetStatusBench(org.openjdk.jmh.infra.Blackhole bh,
FileSystemBench.BlockingBenchThreadState ts) |
void |
hadoopGetFileStatusBench(org.openjdk.jmh.infra.Blackhole bh,
FileSystemBench.HadoopBenchThreadState ts) |
static void |
main(String[] args) |
public void alluxioGetStatusBench(org.openjdk.jmh.infra.Blackhole bh, FileSystemBench.AlluxioBenchThreadState ts) throws Exception
Exception
public void hadoopGetFileStatusBench(org.openjdk.jmh.infra.Blackhole bh, FileSystemBench.HadoopBenchThreadState ts) throws Exception
Exception
public void blockingGetStatusBench(org.openjdk.jmh.infra.Blackhole bh, FileSystemBench.BlockingBenchThreadState ts) throws Exception
Exception
public void asyncGetStatusBench(org.openjdk.jmh.infra.Blackhole bh, FileSystemBench.AsyncBenchThreadState ts) throws Exception
Exception
Copyright © 2023. All Rights Reserved.