public static interface SnapshotProtos.SnapshotRegionManifest.FamilyFilesOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
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; |
boolean hasFamilyName()
required bytes family_name = 1;
com.google.protobuf.ByteString getFamilyName()
required bytes family_name = 1;
List<SnapshotProtos.SnapshotRegionManifest.StoreFile> getStoreFilesList()
repeated .SnapshotRegionManifest.StoreFile store_files = 2;
SnapshotProtos.SnapshotRegionManifest.StoreFile getStoreFiles(int index)
repeated .SnapshotRegionManifest.StoreFile store_files = 2;
int getStoreFilesCount()
repeated .SnapshotRegionManifest.StoreFile store_files = 2;
List<? extends SnapshotProtos.SnapshotRegionManifest.StoreFileOrBuilder> getStoreFilesOrBuilderList()
repeated .SnapshotRegionManifest.StoreFile store_files = 2;
SnapshotProtos.SnapshotRegionManifest.StoreFileOrBuilder getStoreFilesOrBuilder(int index)
repeated .SnapshotRegionManifest.StoreFile store_files = 2;
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.