org.apache.hadoop.hbase.protobuf.generated
Interface MasterAdminProtos.ListSnapshotResponseOrBuilder

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

public static interface MasterAdminProtos.ListSnapshotResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 HBaseProtos.SnapshotDescription getSnapshots(int index)
           
 int getSnapshotsCount()
           
 List<HBaseProtos.SnapshotDescription> getSnapshotsList()
           
 HBaseProtos.SnapshotDescriptionOrBuilder getSnapshotsOrBuilder(int index)
           
 List<? extends HBaseProtos.SnapshotDescriptionOrBuilder> getSnapshotsOrBuilderList()
           
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

getSnapshotsList

List<HBaseProtos.SnapshotDescription> getSnapshotsList()

getSnapshots

HBaseProtos.SnapshotDescription getSnapshots(int index)

getSnapshotsCount

int getSnapshotsCount()

getSnapshotsOrBuilderList

List<? extends HBaseProtos.SnapshotDescriptionOrBuilder> getSnapshotsOrBuilderList()

getSnapshotsOrBuilder

HBaseProtos.SnapshotDescriptionOrBuilder getSnapshotsOrBuilder(int index)


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.