public static interface ExportProtos.ExportRequestOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCompressCodec()
optional string compressCodec = 5; |
ByteString |
getCompressCodecBytes()
optional string compressCodec = 5; |
boolean |
getCompressed()
optional bool compressed = 3 [default = false]; |
String |
getCompressType()
optional string compressType = 4; |
ByteString |
getCompressTypeBytes()
optional string compressType = 4; |
ClientProtos.DelegationToken |
getFsToken()
optional .hbase.pb.DelegationToken fsToken = 6; |
ClientProtos.DelegationTokenOrBuilder |
getFsTokenOrBuilder()
optional .hbase.pb.DelegationToken fsToken = 6; |
String |
getOutputPath()
required string outputPath = 2; |
ByteString |
getOutputPathBytes()
required string outputPath = 2; |
ClientProtos.Scan |
getScan()
required .hbase.pb.Scan scan = 1; |
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; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasFieldisInitializedboolean hasScan()
required .hbase.pb.Scan scan = 1;ClientProtos.Scan getScan()
required .hbase.pb.Scan scan = 1;ClientProtos.ScanOrBuilder getScanOrBuilder()
required .hbase.pb.Scan scan = 1;boolean hasOutputPath()
required string outputPath = 2;String getOutputPath()
required string outputPath = 2;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;ByteString getCompressTypeBytes()
optional string compressType = 4;boolean hasCompressCodec()
optional string compressCodec = 5;String getCompressCodec()
optional string compressCodec = 5;ByteString getCompressCodecBytes()
optional string compressCodec = 5;boolean hasFsToken()
optional .hbase.pb.DelegationToken fsToken = 6;ClientProtos.DelegationToken getFsToken()
optional .hbase.pb.DelegationToken fsToken = 6;ClientProtos.DelegationTokenOrBuilder getFsTokenOrBuilder()
optional .hbase.pb.DelegationToken fsToken = 6;Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.