WALProtos.ScopeType |
WALProtos.FamilyScopeOrBuilder.getScopeType()
required .hbase.pb.ScopeType scope_type = 2;
|
WALProtos.ScopeType |
WALProtos.FamilyScope.getScopeType()
required .hbase.pb.ScopeType scope_type = 2;
|
WALProtos.ScopeType |
WALProtos.FamilyScope.Builder.getScopeType()
required .hbase.pb.ScopeType scope_type = 2;
|
static WALProtos.ScopeType |
WALProtos.ScopeType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static WALProtos.ScopeType |
WALProtos.ScopeType.valueOf(int value) |
static WALProtos.ScopeType |
WALProtos.ScopeType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static WALProtos.ScopeType[] |
WALProtos.ScopeType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|