public static enum CachingCVB0PerplexityMapper.Counters extends Enum<CachingCVB0PerplexityMapper.Counters>
CachingCVB0PerplexityMapper, to aid in debugging.| Enum Constant and Description |
|---|
SAMPLED_DOCUMENTS |
| Modifier and Type | Method and Description |
|---|---|
static CachingCVB0PerplexityMapper.Counters |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CachingCVB0PerplexityMapper.Counters[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CachingCVB0PerplexityMapper.Counters SAMPLED_DOCUMENTS
public static CachingCVB0PerplexityMapper.Counters[] values()
for (CachingCVB0PerplexityMapper.Counters c : CachingCVB0PerplexityMapper.Counters.values()) System.out.println(c);
public static CachingCVB0PerplexityMapper.Counters 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 © 2008–2017 The Apache Software Foundation. All rights reserved.