| Modifier and Type | Method and Description |
|---|---|
static MapType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MapType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MapType UNSPEC
public static final MapType HASH
public static final MapType ARRAY
public static final MapType PROG_ARRAY
public static final MapType PERF_EVENT_ARRAY
public static final MapType PERCPU_HASH
public static final MapType PERCPU_ARRAY
public static final MapType STACK_TRACE
public static final MapType CGROUP_ARRAY
public static final MapType LRU_HASH
public static final MapType LRU_PERCPU_HASH
public static final MapType LPM_TRIE
public static final MapType ARRAY_OF_MAPS
public static final MapType HASH_OF_MAPS
public static final MapType DEVMAP
public static final MapType SOCKMAP
public static final MapType CPUMAP
public static final MapType XSKMAP
public static final MapType SOCKHASH
public static final MapType CGROUP_STORAGE
public static final MapType REUSEPORT_SOCKARRAY
public static final MapType PERCPU_CGROUP_STORAGE
public static final MapType QUEUE
public static final MapType STACK
public static final MapType SK_STORAGE
public static final MapType DEVMAP_HASH
public static final MapType STRUCT_OPS
public static final MapType RINGBUF
public static final MapType INODE_STORAGE
public static final MapType TASK_STORAGE
public static final MapType BLOOM_FILTER
public static MapType[] values()
for (MapType c : MapType.values()) System.out.println(c);
public static MapType 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 null