public static enum Http2FrameWriterBenchmark.EnvironmentType extends Enum<Http2FrameWriterBenchmark.EnvironmentType>
Enum Constant and Description |
---|
EMBEDDED_POOLED |
EMBEDDED_UNPOOLED |
EPOLL_POOLED |
EPOLL_UNPOOLED |
NIO_POOLED |
NIO_UNPOOLED |
OIO_POOLED |
OIO_UNPOOLED |
Modifier and Type | Method and Description |
---|---|
io.netty.microbench.http2.Http2FrameWriterBenchmark.EnvironmentParameters |
params() |
static Http2FrameWriterBenchmark.EnvironmentType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Http2FrameWriterBenchmark.EnvironmentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Http2FrameWriterBenchmark.EnvironmentType EMBEDDED_POOLED
public static final Http2FrameWriterBenchmark.EnvironmentType EMBEDDED_UNPOOLED
public static final Http2FrameWriterBenchmark.EnvironmentType NIO_POOLED
public static final Http2FrameWriterBenchmark.EnvironmentType NIO_UNPOOLED
public static final Http2FrameWriterBenchmark.EnvironmentType EPOLL_POOLED
public static final Http2FrameWriterBenchmark.EnvironmentType EPOLL_UNPOOLED
public static final Http2FrameWriterBenchmark.EnvironmentType OIO_POOLED
public static final Http2FrameWriterBenchmark.EnvironmentType OIO_UNPOOLED
public static Http2FrameWriterBenchmark.EnvironmentType[] values()
for (Http2FrameWriterBenchmark.EnvironmentType c : Http2FrameWriterBenchmark.EnvironmentType.values()) System.out.println(c);
public static Http2FrameWriterBenchmark.EnvironmentType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic io.netty.microbench.http2.Http2FrameWriterBenchmark.EnvironmentParameters params()
Copyright © 2008–2017 The Netty Project. All rights reserved.