public static interface WALProtos.FlushDescriptor.StoreFlushDescriptorOrBuilder
extends org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getFamilyName()
required bytes family_name = 1; |
String |
getFlushOutput(int index)
relative to store dir (if this is a COMMIT_FLUSH)
repeated string flush_output = 3; |
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getFlushOutputBytes(int index)
relative to store dir (if this is a COMMIT_FLUSH)
repeated string flush_output = 3; |
int |
getFlushOutputCount()
relative to store dir (if this is a COMMIT_FLUSH)
repeated string flush_output = 3; |
List<String> |
getFlushOutputList()
relative to store dir (if this is a COMMIT_FLUSH)
repeated string flush_output = 3; |
String |
getStoreHomeDir()
relative to region dir
required string store_home_dir = 2; |
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getStoreHomeDirBytes()
relative to region dir
required string store_home_dir = 2; |
boolean |
hasFamilyName()
required bytes family_name = 1; |
boolean |
hasStoreHomeDir()
relative to region dir
required string store_home_dir = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasFamilyName()
required bytes family_name = 1;org.apache.hbase.thirdparty.com.google.protobuf.ByteString getFamilyName()
required bytes family_name = 1;boolean hasStoreHomeDir()
relative to region dir
required string store_home_dir = 2;String getStoreHomeDir()
relative to region dir
required string store_home_dir = 2;org.apache.hbase.thirdparty.com.google.protobuf.ByteString getStoreHomeDirBytes()
relative to region dir
required string store_home_dir = 2;List<String> getFlushOutputList()
relative to store dir (if this is a COMMIT_FLUSH)
repeated string flush_output = 3;int getFlushOutputCount()
relative to store dir (if this is a COMMIT_FLUSH)
repeated string flush_output = 3;String getFlushOutput(int index)
relative to store dir (if this is a COMMIT_FLUSH)
repeated string flush_output = 3;org.apache.hbase.thirdparty.com.google.protobuf.ByteString getFlushOutputBytes(int index)
relative to store dir (if this is a COMMIT_FLUSH)
repeated string flush_output = 3;Copyright © 2007–2019. All rights reserved.