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

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

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

Fields in org.apache.hadoop.hbase.protobuf.generated with type parameters of type WALProtos.FamilyScope
static com.google.protobuf.Parser<WALProtos.FamilyScope> WALProtos.FamilyScope.PARSER
           
 

Methods in org.apache.hadoop.hbase.protobuf.generated that return WALProtos.FamilyScope
 WALProtos.FamilyScope WALProtos.FamilyScope.Builder.build()
           
 WALProtos.FamilyScope WALProtos.FamilyScope.Builder.buildPartial()
           
static WALProtos.FamilyScope WALProtos.FamilyScope.getDefaultInstance()
           
 WALProtos.FamilyScope WALProtos.FamilyScope.getDefaultInstanceForType()
           
 WALProtos.FamilyScope WALProtos.FamilyScope.Builder.getDefaultInstanceForType()
           
 WALProtos.FamilyScope WALProtos.WALKeyOrBuilder.getScopes(int index)
          repeated .FamilyScope scopes = 6;
 WALProtos.FamilyScope WALProtos.WALKey.getScopes(int index)
          repeated .FamilyScope scopes = 6;
 WALProtos.FamilyScope WALProtos.WALKey.Builder.getScopes(int index)
          repeated .FamilyScope scopes = 6;
static WALProtos.FamilyScope WALProtos.FamilyScope.parseDelimitedFrom(InputStream input)
           
static WALProtos.FamilyScope WALProtos.FamilyScope.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static WALProtos.FamilyScope WALProtos.FamilyScope.parseFrom(byte[] data)
           
static WALProtos.FamilyScope WALProtos.FamilyScope.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static WALProtos.FamilyScope WALProtos.FamilyScope.parseFrom(com.google.protobuf.ByteString data)
           
static WALProtos.FamilyScope WALProtos.FamilyScope.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static WALProtos.FamilyScope WALProtos.FamilyScope.parseFrom(com.google.protobuf.CodedInputStream input)
           
static WALProtos.FamilyScope WALProtos.FamilyScope.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static WALProtos.FamilyScope WALProtos.FamilyScope.parseFrom(InputStream input)
           
static WALProtos.FamilyScope WALProtos.FamilyScope.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 

Methods in org.apache.hadoop.hbase.protobuf.generated that return types with arguments of type WALProtos.FamilyScope
 com.google.protobuf.Parser<WALProtos.FamilyScope> WALProtos.FamilyScope.getParserForType()
           
 List<WALProtos.FamilyScope> WALProtos.WALKeyOrBuilder.getScopesList()
          repeated .FamilyScope scopes = 6;
 List<WALProtos.FamilyScope> WALProtos.WALKey.getScopesList()
          repeated .FamilyScope scopes = 6;
 List<WALProtos.FamilyScope> WALProtos.WALKey.Builder.getScopesList()
          repeated .FamilyScope scopes = 6;
 

Methods in org.apache.hadoop.hbase.protobuf.generated with parameters of type WALProtos.FamilyScope
 WALProtos.WALKey.Builder WALProtos.WALKey.Builder.addScopes(int index, WALProtos.FamilyScope value)
          repeated .FamilyScope scopes = 6;
 WALProtos.WALKey.Builder WALProtos.WALKey.Builder.addScopes(WALProtos.FamilyScope value)
          repeated .FamilyScope scopes = 6;
 WALProtos.FamilyScope.Builder WALProtos.FamilyScope.Builder.mergeFrom(WALProtos.FamilyScope other)
           
static WALProtos.FamilyScope.Builder WALProtos.FamilyScope.newBuilder(WALProtos.FamilyScope prototype)
           
 WALProtos.WALKey.Builder WALProtos.WALKey.Builder.setScopes(int index, WALProtos.FamilyScope value)
          repeated .FamilyScope scopes = 6;
 

Method parameters in org.apache.hadoop.hbase.protobuf.generated with type arguments of type WALProtos.FamilyScope
 WALProtos.WALKey.Builder WALProtos.WALKey.Builder.addAllScopes(Iterable<? extends WALProtos.FamilyScope> values)
          repeated .FamilyScope scopes = 6;
 



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