public enum AclsOperation extends Enum<AclsOperation>
| Enum Constant and Description |
|---|
ALL |
ALTER |
ALTER_CONFIGS |
CLUSTER_ACTION |
CREATE |
DELETE |
DESCRIBE |
DESCRIBE_CONFIGS |
IDEMPOTENT_WRITE |
READ |
WRITE |
| Modifier and Type | Method and Description |
|---|---|
String |
operationName() |
static AclsOperation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AclsOperation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AclsOperation ALL
public static final AclsOperation READ
public static final AclsOperation WRITE
public static final AclsOperation DELETE
public static final AclsOperation ALTER
public static final AclsOperation CLUSTER_ACTION
public static final AclsOperation ALTER_CONFIGS
public static final AclsOperation DESCRIBE_CONFIGS
public static final AclsOperation IDEMPOTENT_WRITE
public static final AclsOperation CREATE
public static final AclsOperation DESCRIBE
public static AclsOperation[] values()
for (AclsOperation c : AclsOperation.values()) System.out.println(c);
public static AclsOperation 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 nullpublic String operationName()
Copyright © 2019. All rights reserved.