public static enum IntegrationTestLoadCommonCrawl.Counts extends Enum<IntegrationTestLoadCommonCrawl.Counts>
Enum Constant and Description |
---|
CORRUPT |
REFERENCED |
RPC_BYTES_WRITTEN |
RPC_TIME_MS |
UNREFERENCED |
Modifier and Type | Method and Description |
---|---|
static IntegrationTestLoadCommonCrawl.Counts |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IntegrationTestLoadCommonCrawl.Counts[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IntegrationTestLoadCommonCrawl.Counts REFERENCED
public static final IntegrationTestLoadCommonCrawl.Counts UNREFERENCED
public static final IntegrationTestLoadCommonCrawl.Counts CORRUPT
public static final IntegrationTestLoadCommonCrawl.Counts RPC_BYTES_WRITTEN
public static final IntegrationTestLoadCommonCrawl.Counts RPC_TIME_MS
public static IntegrationTestLoadCommonCrawl.Counts[] values()
for (IntegrationTestLoadCommonCrawl.Counts c : IntegrationTestLoadCommonCrawl.Counts.values()) System.out.println(c);
public static IntegrationTestLoadCommonCrawl.Counts 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 nullCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.