Uses of Class
org.apache.hadoop.hbase.protobuf.generated.WALProtos.ScopeType

Packages that use WALProtos.ScopeType
org.apache.hadoop.hbase.protobuf.generated   
 

Uses of WALProtos.ScopeType in org.apache.hadoop.hbase.protobuf.generated
 

Methods in org.apache.hadoop.hbase.protobuf.generated that return WALProtos.ScopeType
 WALProtos.ScopeType WALProtos.FamilyScopeOrBuilder.getScopeType()
          required .ScopeType scope_type = 2;
 WALProtos.ScopeType WALProtos.FamilyScope.getScopeType()
          required .ScopeType scope_type = 2;
 WALProtos.ScopeType WALProtos.FamilyScope.Builder.getScopeType()
          required .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)
          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.
 

Methods in org.apache.hadoop.hbase.protobuf.generated that return types with arguments of type WALProtos.ScopeType
static com.google.protobuf.Internal.EnumLiteMap<WALProtos.ScopeType> WALProtos.ScopeType.internalGetValueMap()
           
 

Methods in org.apache.hadoop.hbase.protobuf.generated with parameters of type WALProtos.ScopeType
 WALProtos.FamilyScope.Builder WALProtos.FamilyScope.Builder.setScopeType(WALProtos.ScopeType value)
          required .ScopeType scope_type = 2;
 



Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.