org.apache.hadoop.hbase.protobuf.generated
Interface WALProtos.CompactionDescriptorOrBuilder

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

public static interface WALProtos.CompactionDescriptorOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 String getCompactionInput(int index)
           
 int getCompactionInputCount()
           
 List<String> getCompactionInputList()
           
 String getCompactionOutput(int index)
           
 int getCompactionOutputCount()
           
 List<String> getCompactionOutputList()
           
 com.google.protobuf.ByteString getEncodedRegionName()
           
 com.google.protobuf.ByteString getFamilyName()
           
 String getStoreHomeDir()
           
 com.google.protobuf.ByteString getTableName()
           
 boolean hasEncodedRegionName()
           
 boolean hasFamilyName()
           
 boolean hasStoreHomeDir()
           
 boolean hasTableName()
           
 
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

hasTableName

boolean hasTableName()

getTableName

com.google.protobuf.ByteString getTableName()

hasEncodedRegionName

boolean hasEncodedRegionName()

getEncodedRegionName

com.google.protobuf.ByteString getEncodedRegionName()

hasFamilyName

boolean hasFamilyName()

getFamilyName

com.google.protobuf.ByteString getFamilyName()

getCompactionInputList

List<String> getCompactionInputList()

getCompactionInputCount

int getCompactionInputCount()

getCompactionInput

String getCompactionInput(int index)

getCompactionOutputList

List<String> getCompactionOutputList()

getCompactionOutputCount

int getCompactionOutputCount()

getCompactionOutput

String getCompactionOutput(int index)

hasStoreHomeDir

boolean hasStoreHomeDir()

getStoreHomeDir

String getStoreHomeDir()


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