public static enum Region.Operation extends Enum<Region.Operation>
Region.startRegionOperation() and elsewhere to provide
context for various checks.| 枚举常量和说明 |
|---|
ANY |
APPEND |
BATCH_MUTATE |
COMPACT_REGION |
DELETE |
GET |
INCREMENT |
MERGE_REGION |
PUT |
REPLAY_BATCH_MUTATE |
REPLAY_EVENT |
SCAN |
SNAPSHOT |
SPLIT_REGION |
public static final Region.Operation ANY
public static final Region.Operation GET
public static final Region.Operation PUT
public static final Region.Operation DELETE
public static final Region.Operation SCAN
public static final Region.Operation APPEND
public static final Region.Operation INCREMENT
public static final Region.Operation SPLIT_REGION
public static final Region.Operation MERGE_REGION
public static final Region.Operation BATCH_MUTATE
public static final Region.Operation REPLAY_BATCH_MUTATE
public static final Region.Operation COMPACT_REGION
public static final Region.Operation REPLAY_EVENT
public static final Region.Operation SNAPSHOT
public static Region.Operation[] values()
for (Region.Operation c : Region.Operation.values()) System.out.println(c);
public static Region.Operation valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.