java.io.Serializable, java.lang.Comparable<NamespaceInfo.Capability>public static enum NamespaceInfo.Capability extends java.lang.Enum<NamespaceInfo.Capability>
| Enum Constant | Description |
|---|---|
STORAGE_BLOCK_REPORT_BUFFERS |
|
UNKNOWN |
| Modifier and Type | Method | Description |
|---|---|---|
long |
getMask() |
|
static NamespaceInfo.Capability |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static NamespaceInfo.Capability[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NamespaceInfo.Capability UNKNOWN
public static final NamespaceInfo.Capability STORAGE_BLOCK_REPORT_BUFFERS
public static NamespaceInfo.Capability[] values()
for (NamespaceInfo.Capability c : NamespaceInfo.Capability.values()) System.out.println(c);
public static NamespaceInfo.Capability 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 long getMask()
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.