public enum OFTableConfig extends Enum<OFTableConfig>
Enum Constant and Description |
---|
DEPRECATED_MASK |
EVICTION |
TABLE_MISS_CONTINUE |
TABLE_MISS_CONTROLLER |
TABLE_MISS_DROP |
TABLE_MISS_MASK |
VACANCY_EVENTS |
Modifier and Type | Method and Description |
---|---|
static OFTableConfig |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OFTableConfig[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OFTableConfig TABLE_MISS_CONTROLLER
public static final OFTableConfig TABLE_MISS_CONTINUE
public static final OFTableConfig TABLE_MISS_DROP
public static final OFTableConfig TABLE_MISS_MASK
public static final OFTableConfig DEPRECATED_MASK
public static final OFTableConfig EVICTION
public static final OFTableConfig VACANCY_EVENTS
public static OFTableConfig[] values()
for (OFTableConfig c : OFTableConfig.values()) System.out.println(c);
public static OFTableConfig 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 © 2015. All rights reserved.