public static interface SnapshotProtos.SnapshotRegionManifest.StoreFileOrBuilder
extends org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getFileSize()
TODO: Add checksums or other fields to verify the file
|
String |
getName()
required string name = 1; |
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getNameBytes()
required string name = 1; |
FSProtos.Reference |
getReference()
optional .hbase.pb.Reference reference = 2; |
FSProtos.ReferenceOrBuilder |
getReferenceOrBuilder()
optional .hbase.pb.Reference reference = 2; |
boolean |
hasFileSize()
TODO: Add checksums or other fields to verify the file
|
boolean |
hasName()
required string name = 1; |
boolean |
hasReference()
optional .hbase.pb.Reference reference = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasName()
required string name = 1;String getName()
required string name = 1;org.apache.hbase.thirdparty.com.google.protobuf.ByteString getNameBytes()
required string name = 1;boolean hasReference()
optional .hbase.pb.Reference reference = 2;FSProtos.Reference getReference()
optional .hbase.pb.Reference reference = 2;FSProtos.ReferenceOrBuilder getReferenceOrBuilder()
optional .hbase.pb.Reference reference = 2;boolean hasFileSize()
TODO: Add checksums or other fields to verify the file
optional uint64 file_size = 3;long getFileSize()
TODO: Add checksums or other fields to verify the file
optional uint64 file_size = 3;Copyright © 2007–2019 Cloudera. All rights reserved.