public static enum AuditReplayMapper.ReplayCommand extends Enum<AuditReplayMapper.ReplayCommand>
| Enum Constant and Description |
|---|
APPEND |
CONCAT |
CONTENTSUMMARY |
CREATE |
DELETE |
GETFILEINFO |
LISTSTATUS |
MKDIRS |
OPEN |
RENAME |
SETOWNER |
SETPERMISSION |
SETREPLICATION |
SETTIMES |
| Modifier and Type | Method and Description |
|---|---|
AuditReplayMapper.CommandType |
getType() |
static AuditReplayMapper.ReplayCommand |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuditReplayMapper.ReplayCommand[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AuditReplayMapper.ReplayCommand APPEND
public static final AuditReplayMapper.ReplayCommand CREATE
public static final AuditReplayMapper.ReplayCommand GETFILEINFO
public static final AuditReplayMapper.ReplayCommand CONTENTSUMMARY
public static final AuditReplayMapper.ReplayCommand MKDIRS
public static final AuditReplayMapper.ReplayCommand RENAME
public static final AuditReplayMapper.ReplayCommand LISTSTATUS
public static final AuditReplayMapper.ReplayCommand DELETE
public static final AuditReplayMapper.ReplayCommand OPEN
public static final AuditReplayMapper.ReplayCommand SETPERMISSION
public static final AuditReplayMapper.ReplayCommand SETOWNER
public static final AuditReplayMapper.ReplayCommand SETTIMES
public static final AuditReplayMapper.ReplayCommand SETREPLICATION
public static final AuditReplayMapper.ReplayCommand CONCAT
public static AuditReplayMapper.ReplayCommand[] values()
for (AuditReplayMapper.ReplayCommand c : AuditReplayMapper.ReplayCommand.values()) System.out.println(c);
public static AuditReplayMapper.ReplayCommand 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 AuditReplayMapper.CommandType getType()
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.