Uses of Interface
org.apache.hadoop.hbase.protobuf.generated.ClientProtos.ScanOrBuilder

Packages that use ClientProtos.ScanOrBuilder
org.apache.hadoop.hbase.protobuf.generated   
 

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

Classes in org.apache.hadoop.hbase.protobuf.generated that implement ClientProtos.ScanOrBuilder
static class ClientProtos.Scan
          Protobuf type Scan
static class ClientProtos.Scan.Builder
          Protobuf type Scan
 

Methods in org.apache.hadoop.hbase.protobuf.generated that return ClientProtos.ScanOrBuilder
 ClientProtos.ScanOrBuilder ClientProtos.ScanRequestOrBuilder.getScanOrBuilder()
          optional .Scan scan = 2;
 ClientProtos.ScanOrBuilder ClientProtos.ScanRequest.getScanOrBuilder()
          optional .Scan scan = 2;
 ClientProtos.ScanOrBuilder ClientProtos.ScanRequest.Builder.getScanOrBuilder()
          optional .Scan scan = 2;
 ClientProtos.ScanOrBuilder AggregateProtos.AggregateRequestOrBuilder.getScanOrBuilder()
          required .Scan scan = 2;
 ClientProtos.ScanOrBuilder AggregateProtos.AggregateRequest.getScanOrBuilder()
          required .Scan scan = 2;
 ClientProtos.ScanOrBuilder AggregateProtos.AggregateRequest.Builder.getScanOrBuilder()
          required .Scan scan = 2;
 



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