java.io.Serializable, java.lang.Comparable<AuditReplayMapper.ReplayCommand>public static enum AuditReplayMapper.ReplayCommand extends java.lang.Enum<AuditReplayMapper.ReplayCommand>
| Enum Constant | Description |
|---|---|
APPEND |
|
CONCAT |
|
CONTENTSUMMARY |
|
CREATE |
|
DELETE |
|
GETFILEINFO |
|
LISTSTATUS |
|
MKDIRS |
|
OPEN |
|
RENAME |
|
SETOWNER |
|
SETPERMISSION |
|
SETREPLICATION |
|
SETTIMES |
| Modifier and Type | Method | Description |
|---|---|---|
AuditReplayMapper.CommandType |
getType() |
|
static AuditReplayMapper.ReplayCommand |
valueOf(java.lang.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(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 AuditReplayMapper.CommandType getType()
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.