org.apache.hadoop.hbase.protobuf.generated
Interface SnapshotProtos.SnapshotDataManifestOrBuilder

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

public static interface SnapshotProtos.SnapshotDataManifestOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 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;
 
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

hasTableSchema

boolean hasTableSchema()
required .TableSchema table_schema = 1;


getTableSchema

HBaseProtos.TableSchema getTableSchema()
required .TableSchema table_schema = 1;


getTableSchemaOrBuilder

HBaseProtos.TableSchemaOrBuilder getTableSchemaOrBuilder()
required .TableSchema table_schema = 1;


getRegionManifestsList

List<SnapshotProtos.SnapshotRegionManifest> getRegionManifestsList()
repeated .SnapshotRegionManifest region_manifests = 2;


getRegionManifests

SnapshotProtos.SnapshotRegionManifest getRegionManifests(int index)
repeated .SnapshotRegionManifest region_manifests = 2;


getRegionManifestsCount

int getRegionManifestsCount()
repeated .SnapshotRegionManifest region_manifests = 2;


getRegionManifestsOrBuilderList

List<? extends SnapshotProtos.SnapshotRegionManifestOrBuilder> getRegionManifestsOrBuilderList()
repeated .SnapshotRegionManifest region_manifests = 2;


getRegionManifestsOrBuilder

SnapshotProtos.SnapshotRegionManifestOrBuilder getRegionManifestsOrBuilder(int index)
repeated .SnapshotRegionManifest region_manifests = 2;



Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.