public static interface SnapshotProtos.SnapshotRegionManifest.StoreFileOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description | 
|---|---|
| long | getFileSize()optional uint64 file_size = 3; | 
| String | getName()required string name = 1; | 
| com.google.protobuf.ByteString | getNameBytes()required string name = 1; | 
| FSProtos.Reference | getReference()optional .Reference reference = 2; | 
| FSProtos.ReferenceOrBuilder | getReferenceOrBuilder()optional .Reference reference = 2; | 
| boolean | hasFileSize()optional uint64 file_size = 3; | 
| boolean | hasName()required string name = 1; | 
| boolean | hasReference()optional .Reference reference = 2; | 
boolean hasName()
required string name = 1;String getName()
required string name = 1;com.google.protobuf.ByteString getNameBytes()
required string name = 1;boolean hasReference()
optional .Reference reference = 2;FSProtos.Reference getReference()
optional .Reference reference = 2;FSProtos.ReferenceOrBuilder getReferenceOrBuilder()
optional .Reference reference = 2;boolean hasFileSize()
optional uint64 file_size = 3;
 TODO: Add checksums or other fields to verify the file
long getFileSize()
optional uint64 file_size = 3;
 TODO: Add checksums or other fields to verify the file
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.