public static enum SamplerAggregator.ExecutionMode extends Enum<SamplerAggregator.ExecutionMode>
| 列挙型定数と説明 |
|---|
BYTES_HASH |
GLOBAL_ORDINALS |
MAP |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static SamplerAggregator.ExecutionMode |
fromString(String value,
ParseFieldMatcher parseFieldMatcher) |
String |
toString() |
static SamplerAggregator.ExecutionMode |
valueOf(String name)
指定した名前を持つこの型の列挙型定数を返します。
|
static SamplerAggregator.ExecutionMode[] |
values()
この列挙型の定数を含む配列を宣言されている順序で返します。
|
public static final SamplerAggregator.ExecutionMode MAP
public static final SamplerAggregator.ExecutionMode BYTES_HASH
public static final SamplerAggregator.ExecutionMode GLOBAL_ORDINALS
public static SamplerAggregator.ExecutionMode[] values()
for(SamplerAggregator.ExecutionMode c: SamplerAggregator.ExecutionMode.values()) System.out.println(c);
public static SamplerAggregator.ExecutionMode valueOf(String name)
name - 返される列挙型定数の名前。IllegalArgumentException - この列挙型に、指定した名前の定数がない場合NullPointerException - 引数がnullの場合public static SamplerAggregator.ExecutionMode fromString(String value, ParseFieldMatcher parseFieldMatcher)
public String toString()
toString クラス内 Enum<SamplerAggregator.ExecutionMode>Copyright © 2009–2016. All rights reserved.