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)
          repeated string compaction_input = 4;
 com.google.protobuf.ByteString getCompactionInputBytes(int index)
          repeated string compaction_input = 4;
 int getCompactionInputCount()
          repeated string compaction_input = 4;
 List<String> getCompactionInputList()
          repeated string compaction_input = 4;
 String getCompactionOutput(int index)
          repeated string compaction_output = 5;
 com.google.protobuf.ByteString getCompactionOutputBytes(int index)
          repeated string compaction_output = 5;
 int getCompactionOutputCount()
          repeated string compaction_output = 5;
 List<String> getCompactionOutputList()
          repeated string compaction_output = 5;
 com.google.protobuf.ByteString getEncodedRegionName()
          required bytes encoded_region_name = 2;
 com.google.protobuf.ByteString getFamilyName()
          required bytes family_name = 3;
 String getStoreHomeDir()
          required string store_home_dir = 6;
 com.google.protobuf.ByteString getStoreHomeDirBytes()
          required string store_home_dir = 6;
 com.google.protobuf.ByteString getTableName()
          required bytes table_name = 1;
 boolean hasEncodedRegionName()
          required bytes encoded_region_name = 2;
 boolean hasFamilyName()
          required bytes family_name = 3;
 boolean hasStoreHomeDir()
          required string store_home_dir = 6;
 boolean hasTableName()
          required bytes table_name = 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

hasTableName

boolean hasTableName()
required bytes table_name = 1;
 TODO: WALKey already stores these, might remove
 


getTableName

com.google.protobuf.ByteString getTableName()
required bytes table_name = 1;
 TODO: WALKey already stores these, might remove
 


hasEncodedRegionName

boolean hasEncodedRegionName()
required bytes encoded_region_name = 2;


getEncodedRegionName

com.google.protobuf.ByteString getEncodedRegionName()
required bytes encoded_region_name = 2;


hasFamilyName

boolean hasFamilyName()
required bytes family_name = 3;


getFamilyName

com.google.protobuf.ByteString getFamilyName()
required bytes family_name = 3;


getCompactionInputList

List<String> getCompactionInputList()
repeated string compaction_input = 4;


getCompactionInputCount

int getCompactionInputCount()
repeated string compaction_input = 4;


getCompactionInput

String getCompactionInput(int index)
repeated string compaction_input = 4;


getCompactionInputBytes

com.google.protobuf.ByteString getCompactionInputBytes(int index)
repeated string compaction_input = 4;


getCompactionOutputList

List<String> getCompactionOutputList()
repeated string compaction_output = 5;


getCompactionOutputCount

int getCompactionOutputCount()
repeated string compaction_output = 5;


getCompactionOutput

String getCompactionOutput(int index)
repeated string compaction_output = 5;


getCompactionOutputBytes

com.google.protobuf.ByteString getCompactionOutputBytes(int index)
repeated string compaction_output = 5;


hasStoreHomeDir

boolean hasStoreHomeDir()
required string store_home_dir = 6;


getStoreHomeDir

String getStoreHomeDir()
required string store_home_dir = 6;


getStoreHomeDirBytes

com.google.protobuf.ByteString getStoreHomeDirBytes()
required string store_home_dir = 6;



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