@InterfaceAudience.Public public static enum ThrottlingException.Type extends Enum<ThrottlingException.Type>
| 枚举常量和说明 |
|---|
NumReadRequestsExceeded |
NumRequestsExceeded |
NumWriteRequestsExceeded |
ReadSizeExceeded |
RequestSizeExceeded |
WriteSizeExceeded |
public static final ThrottlingException.Type NumRequestsExceeded
public static final ThrottlingException.Type RequestSizeExceeded
public static final ThrottlingException.Type NumReadRequestsExceeded
public static final ThrottlingException.Type NumWriteRequestsExceeded
public static final ThrottlingException.Type WriteSizeExceeded
public static final ThrottlingException.Type ReadSizeExceeded
public static ThrottlingException.Type[] values()
for (ThrottlingException.Type c : ThrottlingException.Type.values()) System.out.println(c);
public static ThrottlingException.Type valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.