org.apache.hadoop.hbase.protobuf.generated
Interface AdminProtos.GetStoreFileResponseOrBuilder

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

public static interface AdminProtos.GetStoreFileResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 String getStoreFile(int index)
          repeated string store_file = 1;
 com.google.protobuf.ByteString getStoreFileBytes(int index)
          repeated string store_file = 1;
 int getStoreFileCount()
          repeated string store_file = 1;
 List<String> getStoreFileList()
          repeated string store_file = 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

getStoreFileList

List<String> getStoreFileList()
repeated string store_file = 1;


getStoreFileCount

int getStoreFileCount()
repeated string store_file = 1;


getStoreFile

String getStoreFile(int index)
repeated string store_file = 1;


getStoreFileBytes

com.google.protobuf.ByteString getStoreFileBytes(int index)
repeated string store_file = 1;



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