org.apache.hadoop.hbase.protobuf.generated
Interface SnapshotProtos.SnapshotRegionManifest.StoreFileOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
SnapshotProtos.SnapshotRegionManifest.StoreFile, SnapshotProtos.SnapshotRegionManifest.StoreFile.Builder
Enclosing class:
SnapshotProtos.SnapshotRegionManifest

public static interface SnapshotProtos.SnapshotRegionManifest.StoreFileOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 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;
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasName

boolean hasName()
required string name = 1;


getName

String getName()
required string name = 1;


getNameBytes

com.google.protobuf.ByteString getNameBytes()
required string name = 1;


hasReference

boolean hasReference()
optional .Reference reference = 2;


getReference

FSProtos.Reference getReference()
optional .Reference reference = 2;


getReferenceOrBuilder

FSProtos.ReferenceOrBuilder getReferenceOrBuilder()
optional .Reference reference = 2;


hasFileSize

boolean hasFileSize()
optional uint64 file_size = 3;
 TODO: Add checksums or other fields to verify the file
 


getFileSize

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.