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

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

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


Method Summary
 com.google.protobuf.ByteString getFamilyName()
          required bytes family_name = 1;
 SnapshotProtos.SnapshotRegionManifest.StoreFile getStoreFiles(int index)
          repeated .SnapshotRegionManifest.StoreFile store_files = 2;
 int getStoreFilesCount()
          repeated .SnapshotRegionManifest.StoreFile store_files = 2;
 List<SnapshotProtos.SnapshotRegionManifest.StoreFile> getStoreFilesList()
          repeated .SnapshotRegionManifest.StoreFile store_files = 2;
 SnapshotProtos.SnapshotRegionManifest.StoreFileOrBuilder getStoreFilesOrBuilder(int index)
          repeated .SnapshotRegionManifest.StoreFile store_files = 2;
 List<? extends SnapshotProtos.SnapshotRegionManifest.StoreFileOrBuilder> getStoreFilesOrBuilderList()
          repeated .SnapshotRegionManifest.StoreFile store_files = 2;
 boolean hasFamilyName()
          required bytes family_name = 1;
 
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

hasFamilyName

boolean hasFamilyName()
required bytes family_name = 1;


getFamilyName

com.google.protobuf.ByteString getFamilyName()
required bytes family_name = 1;


getStoreFilesList

List<SnapshotProtos.SnapshotRegionManifest.StoreFile> getStoreFilesList()
repeated .SnapshotRegionManifest.StoreFile store_files = 2;


getStoreFiles

SnapshotProtos.SnapshotRegionManifest.StoreFile getStoreFiles(int index)
repeated .SnapshotRegionManifest.StoreFile store_files = 2;


getStoreFilesCount

int getStoreFilesCount()
repeated .SnapshotRegionManifest.StoreFile store_files = 2;


getStoreFilesOrBuilderList

List<? extends SnapshotProtos.SnapshotRegionManifest.StoreFileOrBuilder> getStoreFilesOrBuilderList()
repeated .SnapshotRegionManifest.StoreFile store_files = 2;


getStoreFilesOrBuilder

SnapshotProtos.SnapshotRegionManifest.StoreFileOrBuilder getStoreFilesOrBuilder(int index)
repeated .SnapshotRegionManifest.StoreFile store_files = 2;



Copyright © 2015 The Apache Software Foundation. All Rights Reserved.