public static enum ExportSnapshot.Counter extends Enum<ExportSnapshot.Counter>
| 枚举常量和说明 |
|---|
BYTES_COPIED |
BYTES_EXPECTED |
BYTES_SKIPPED |
COPY_FAILED |
FILES_COPIED |
FILES_SKIPPED |
MISSING_FILES |
public static final ExportSnapshot.Counter MISSING_FILES
public static final ExportSnapshot.Counter FILES_COPIED
public static final ExportSnapshot.Counter FILES_SKIPPED
public static final ExportSnapshot.Counter COPY_FAILED
public static final ExportSnapshot.Counter BYTES_EXPECTED
public static final ExportSnapshot.Counter BYTES_SKIPPED
public static final ExportSnapshot.Counter BYTES_COPIED
public static ExportSnapshot.Counter[] values()
for (ExportSnapshot.Counter c : ExportSnapshot.Counter.values()) System.out.println(c);
public static ExportSnapshot.Counter valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.