public enum TrieCacheTypeEnum extends java.lang.Enum<TrieCacheTypeEnum>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getTrieType()
get trie type.
|
static TrieCacheTypeEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TrieCacheTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TrieCacheTypeEnum SELECTOR
public static final TrieCacheTypeEnum RULE
public static TrieCacheTypeEnum[] values()
for (TrieCacheTypeEnum c : TrieCacheTypeEnum.values()) System.out.println(c);
public static TrieCacheTypeEnum valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getTrieType()
Copyright © 2024 The Apache Software Foundation. All rights reserved.