public static interface ExportProtos.ExportRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCompressCodec()
optional string compressCodec = 5; |
com.google.protobuf.ByteString |
getCompressCodecBytes()
optional string compressCodec = 5; |
boolean |
getCompressed()
optional bool compressed = 3 [default = false]; |
String |
getCompressType()
optional string compressType = 4; |
com.google.protobuf.ByteString |
getCompressTypeBytes()
optional string compressType = 4; |
org.apache.hadoop.hbase.protobuf.generated.ClientProtos.DelegationToken |
getFsToken()
optional .hbase.pb.DelegationToken fsToken = 6; |
org.apache.hadoop.hbase.protobuf.generated.ClientProtos.DelegationTokenOrBuilder |
getFsTokenOrBuilder()
optional .hbase.pb.DelegationToken fsToken = 6; |
String |
getOutputPath()
required string outputPath = 2; |
com.google.protobuf.ByteString |
getOutputPathBytes()
required string outputPath = 2; |
org.apache.hadoop.hbase.protobuf.generated.ClientProtos.Scan |
getScan()
required .hbase.pb.Scan scan = 1; |
org.apache.hadoop.hbase.protobuf.generated.ClientProtos.ScanOrBuilder |
getScanOrBuilder()
required .hbase.pb.Scan scan = 1; |
boolean |
hasCompressCodec()
optional string compressCodec = 5; |
boolean |
hasCompressed()
optional bool compressed = 3 [default = false]; |
boolean |
hasCompressType()
optional string compressType = 4; |
boolean |
hasFsToken()
optional .hbase.pb.DelegationToken fsToken = 6; |
boolean |
hasOutputPath()
required string outputPath = 2; |
boolean |
hasScan()
required .hbase.pb.Scan scan = 1; |
boolean hasScan()
required .hbase.pb.Scan scan = 1;org.apache.hadoop.hbase.protobuf.generated.ClientProtos.Scan getScan()
required .hbase.pb.Scan scan = 1;org.apache.hadoop.hbase.protobuf.generated.ClientProtos.ScanOrBuilder getScanOrBuilder()
required .hbase.pb.Scan scan = 1;boolean hasOutputPath()
required string outputPath = 2;String getOutputPath()
required string outputPath = 2;com.google.protobuf.ByteString getOutputPathBytes()
required string outputPath = 2;boolean hasCompressed()
optional bool compressed = 3 [default = false];boolean getCompressed()
optional bool compressed = 3 [default = false];boolean hasCompressType()
optional string compressType = 4;String getCompressType()
optional string compressType = 4;com.google.protobuf.ByteString getCompressTypeBytes()
optional string compressType = 4;boolean hasCompressCodec()
optional string compressCodec = 5;String getCompressCodec()
optional string compressCodec = 5;com.google.protobuf.ByteString getCompressCodecBytes()
optional string compressCodec = 5;boolean hasFsToken()
optional .hbase.pb.DelegationToken fsToken = 6;org.apache.hadoop.hbase.protobuf.generated.ClientProtos.DelegationToken getFsToken()
optional .hbase.pb.DelegationToken fsToken = 6;org.apache.hadoop.hbase.protobuf.generated.ClientProtos.DelegationTokenOrBuilder getFsTokenOrBuilder()
optional .hbase.pb.DelegationToken fsToken = 6;Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.