org.apache.hadoop.hbase.protobuf.generated
Interface MasterProtos.GetCompletedSnapshotsResponseOrBuilder

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

public static interface MasterProtos.GetCompletedSnapshotsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 HBaseProtos.SnapshotDescription getSnapshots(int index)
          repeated .SnapshotDescription snapshots = 1;
 int getSnapshotsCount()
          repeated .SnapshotDescription snapshots = 1;
 List<HBaseProtos.SnapshotDescription> getSnapshotsList()
          repeated .SnapshotDescription snapshots = 1;
 HBaseProtos.SnapshotDescriptionOrBuilder getSnapshotsOrBuilder(int index)
          repeated .SnapshotDescription snapshots = 1;
 List<? extends HBaseProtos.SnapshotDescriptionOrBuilder> getSnapshotsOrBuilderList()
          repeated .SnapshotDescription snapshots = 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

getSnapshotsList

List<HBaseProtos.SnapshotDescription> getSnapshotsList()
repeated .SnapshotDescription snapshots = 1;


getSnapshots

HBaseProtos.SnapshotDescription getSnapshots(int index)
repeated .SnapshotDescription snapshots = 1;


getSnapshotsCount

int getSnapshotsCount()
repeated .SnapshotDescription snapshots = 1;


getSnapshotsOrBuilderList

List<? extends HBaseProtos.SnapshotDescriptionOrBuilder> getSnapshotsOrBuilderList()
repeated .SnapshotDescription snapshots = 1;


getSnapshotsOrBuilder

HBaseProtos.SnapshotDescriptionOrBuilder getSnapshotsOrBuilder(int index)
repeated .SnapshotDescription snapshots = 1;



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