Uses of Class
org.apache.hadoop.hbase.protobuf.generated.ClientProtos.Scan

Uses of ClientProtos.Scan in org.apache.hadoop.hbase.protobuf.generated
 

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

Methods in org.apache.hadoop.hbase.protobuf.generated that return ClientProtos.Scan
 ClientProtos.Scan ClientProtos.Scan.Builder.build()
           
 ClientProtos.Scan ClientProtos.Scan.Builder.buildPartial()
           
static ClientProtos.Scan ClientProtos.Scan.getDefaultInstance()
           
 ClientProtos.Scan ClientProtos.Scan.getDefaultInstanceForType()
           
 ClientProtos.Scan ClientProtos.Scan.Builder.getDefaultInstanceForType()
           
 ClientProtos.Scan ClientProtos.ScanRequestOrBuilder.getScan()
          optional .Scan scan = 2;
 ClientProtos.Scan ClientProtos.ScanRequest.getScan()
          optional .Scan scan = 2;
 ClientProtos.Scan ClientProtos.ScanRequest.Builder.getScan()
          optional .Scan scan = 2;
 ClientProtos.Scan AggregateProtos.AggregateRequestOrBuilder.getScan()
          required .Scan scan = 2;
 ClientProtos.Scan AggregateProtos.AggregateRequest.getScan()
          required .Scan scan = 2;
 ClientProtos.Scan AggregateProtos.AggregateRequest.Builder.getScan()
          required .Scan scan = 2;
static ClientProtos.Scan ClientProtos.Scan.parseDelimitedFrom(InputStream input)
           
static ClientProtos.Scan ClientProtos.Scan.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ClientProtos.Scan ClientProtos.Scan.parseFrom(byte[] data)
           
static ClientProtos.Scan ClientProtos.Scan.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ClientProtos.Scan ClientProtos.Scan.parseFrom(com.google.protobuf.ByteString data)
           
static ClientProtos.Scan ClientProtos.Scan.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ClientProtos.Scan ClientProtos.Scan.parseFrom(com.google.protobuf.CodedInputStream input)
           
static ClientProtos.Scan ClientProtos.Scan.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ClientProtos.Scan ClientProtos.Scan.parseFrom(InputStream input)
           
static ClientProtos.Scan ClientProtos.Scan.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 

Methods in org.apache.hadoop.hbase.protobuf.generated that return types with arguments of type ClientProtos.Scan
 com.google.protobuf.Parser<ClientProtos.Scan> ClientProtos.Scan.getParserForType()
           
 

Methods in org.apache.hadoop.hbase.protobuf.generated with parameters of type ClientProtos.Scan
 ClientProtos.Scan.Builder ClientProtos.Scan.Builder.mergeFrom(ClientProtos.Scan other)
           
 ClientProtos.ScanRequest.Builder ClientProtos.ScanRequest.Builder.mergeScan(ClientProtos.Scan value)
          optional .Scan scan = 2;
 AggregateProtos.AggregateRequest.Builder AggregateProtos.AggregateRequest.Builder.mergeScan(ClientProtos.Scan value)
          required .Scan scan = 2;
static ClientProtos.Scan.Builder ClientProtos.Scan.newBuilder(ClientProtos.Scan prototype)
           
 ClientProtos.ScanRequest.Builder ClientProtos.ScanRequest.Builder.setScan(ClientProtos.Scan value)
          optional .Scan scan = 2;
 AggregateProtos.AggregateRequest.Builder AggregateProtos.AggregateRequest.Builder.setScan(ClientProtos.Scan value)
          required .Scan scan = 2;
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.