Uses of Interface
org.apache.hadoop.hbase.protobuf.generated.SnapshotProtos.SnapshotRegionManifestOrBuilder

Packages that use SnapshotProtos.SnapshotRegionManifestOrBuilder
org.apache.hadoop.hbase.protobuf.generated   
 

Uses of SnapshotProtos.SnapshotRegionManifestOrBuilder in org.apache.hadoop.hbase.protobuf.generated
 

Classes in org.apache.hadoop.hbase.protobuf.generated that implement SnapshotProtos.SnapshotRegionManifestOrBuilder
static class SnapshotProtos.SnapshotRegionManifest
          Protobuf type SnapshotRegionManifest
static class SnapshotProtos.SnapshotRegionManifest.Builder
          Protobuf type SnapshotRegionManifest
 

Methods in org.apache.hadoop.hbase.protobuf.generated that return SnapshotProtos.SnapshotRegionManifestOrBuilder
 SnapshotProtos.SnapshotRegionManifestOrBuilder SnapshotProtos.SnapshotDataManifestOrBuilder.getRegionManifestsOrBuilder(int index)
          repeated .SnapshotRegionManifest region_manifests = 2;
 SnapshotProtos.SnapshotRegionManifestOrBuilder SnapshotProtos.SnapshotDataManifest.getRegionManifestsOrBuilder(int index)
          repeated .SnapshotRegionManifest region_manifests = 2;
 SnapshotProtos.SnapshotRegionManifestOrBuilder SnapshotProtos.SnapshotDataManifest.Builder.getRegionManifestsOrBuilder(int index)
          repeated .SnapshotRegionManifest region_manifests = 2;
 

Methods in org.apache.hadoop.hbase.protobuf.generated that return types with arguments of type SnapshotProtos.SnapshotRegionManifestOrBuilder
 List<? extends SnapshotProtos.SnapshotRegionManifestOrBuilder> SnapshotProtos.SnapshotDataManifestOrBuilder.getRegionManifestsOrBuilderList()
          repeated .SnapshotRegionManifest region_manifests = 2;
 List<? extends SnapshotProtos.SnapshotRegionManifestOrBuilder> SnapshotProtos.SnapshotDataManifest.getRegionManifestsOrBuilderList()
          repeated .SnapshotRegionManifest region_manifests = 2;
 List<? extends SnapshotProtos.SnapshotRegionManifestOrBuilder> SnapshotProtos.SnapshotDataManifest.Builder.getRegionManifestsOrBuilderList()
          repeated .SnapshotRegionManifest region_manifests = 2;
 



Copyright © 2015 The Apache Software Foundation. All rights reserved.