| Package | Description |
|---|---|
| org.apache.hadoop.hbase.shaded.protobuf.generated |
| Modifier and Type | Method and Description |
|---|---|
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)
Deprecated.
Use
forNumber(int) instead. |
static WALProtos.ScopeType |
WALProtos.ScopeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WALProtos.ScopeType[] |
WALProtos.ScopeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.hbase.thirdparty.com.google.protobuf.Internal.EnumLiteMap<WALProtos.ScopeType> |
WALProtos.ScopeType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
WALProtos.FamilyScope.Builder |
WALProtos.FamilyScope.Builder.setScopeType(WALProtos.ScopeType value)
required .hbase.pb.ScopeType scope_type = 2; |
Copyright © 2007–2019 Cloudera. All rights reserved.