| 程序包 | 说明 |
|---|---|
| org.apache.hadoop.hbase.shaded.protobuf.generated |
| 限定符和类型 | 方法和说明 |
|---|---|
static WALProtos.ScopeType |
WALProtos.ScopeType.forNumber(int value) |
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(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static WALProtos.ScopeType |
WALProtos.ScopeType.valueOf(int value)
已过时。
Use
forNumber(int) instead. |
static WALProtos.ScopeType |
WALProtos.ScopeType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static WALProtos.ScopeType[] |
WALProtos.ScopeType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
static org.apache.hbase.thirdparty.com.google.protobuf.Internal.EnumLiteMap<WALProtos.ScopeType> |
WALProtos.ScopeType.internalGetValueMap() |
| 限定符和类型 | 方法和说明 |
|---|---|
WALProtos.FamilyScope.Builder |
WALProtos.FamilyScope.Builder.setScopeType(WALProtos.ScopeType value)
required .hbase.pb.ScopeType scope_type = 2; |
Copyright © 2007–2019. All rights reserved.