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
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 |
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.