public static enum Cell.Type extends Enum<Cell.Type>
KeyValue.Type.| 枚举常量和说明 |
|---|
Delete |
DeleteColumn |
DeleteFamily |
DeleteFamilyVersion |
Put |
public static final Cell.Type Put
public static final Cell.Type Delete
public static final Cell.Type DeleteFamilyVersion
public static final Cell.Type DeleteColumn
public static final Cell.Type DeleteFamily
public static Cell.Type[] values()
for (Cell.Type c : Cell.Type.values()) System.out.println(c);
public static Cell.Type valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值public byte getCode()
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.