public static interface SnapshotProtos.SnapshotDataManifestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
SnapshotProtos.SnapshotRegionManifest |
getRegionManifests(int index)
repeated .SnapshotRegionManifest region_manifests = 2; |
int |
getRegionManifestsCount()
repeated .SnapshotRegionManifest region_manifests = 2; |
List<SnapshotProtos.SnapshotRegionManifest> |
getRegionManifestsList()
repeated .SnapshotRegionManifest region_manifests = 2; |
SnapshotProtos.SnapshotRegionManifestOrBuilder |
getRegionManifestsOrBuilder(int index)
repeated .SnapshotRegionManifest region_manifests = 2; |
List<? extends SnapshotProtos.SnapshotRegionManifestOrBuilder> |
getRegionManifestsOrBuilderList()
repeated .SnapshotRegionManifest region_manifests = 2; |
HBaseProtos.TableSchema |
getTableSchema()
required .TableSchema table_schema = 1; |
HBaseProtos.TableSchemaOrBuilder |
getTableSchemaOrBuilder()
required .TableSchema table_schema = 1; |
boolean |
hasTableSchema()
required .TableSchema table_schema = 1; |
boolean hasTableSchema()
required .TableSchema table_schema = 1;
HBaseProtos.TableSchema getTableSchema()
required .TableSchema table_schema = 1;
HBaseProtos.TableSchemaOrBuilder getTableSchemaOrBuilder()
required .TableSchema table_schema = 1;
List<SnapshotProtos.SnapshotRegionManifest> getRegionManifestsList()
repeated .SnapshotRegionManifest region_manifests = 2;
SnapshotProtos.SnapshotRegionManifest getRegionManifests(int index)
repeated .SnapshotRegionManifest region_manifests = 2;
int getRegionManifestsCount()
repeated .SnapshotRegionManifest region_manifests = 2;
List<? extends SnapshotProtos.SnapshotRegionManifestOrBuilder> getRegionManifestsOrBuilderList()
repeated .SnapshotRegionManifest region_manifests = 2;
SnapshotProtos.SnapshotRegionManifestOrBuilder getRegionManifestsOrBuilder(int index)
repeated .SnapshotRegionManifest region_manifests = 2;
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.