public static interface WALProtos.FlushDescriptor.StoreFlushDescriptorOrBuilder
extends org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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)
|
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getFlushOutputBytes(int index)
relative to store dir (if this is a COMMIT_FLUSH)
|
int |
getFlushOutputCount()
relative to store dir (if this is a COMMIT_FLUSH)
|
List<String> |
getFlushOutputList()
relative to store dir (if this is a COMMIT_FLUSH)
|
String |
getStoreHomeDir()
relative to region dir
|
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getStoreHomeDirBytes()
relative to region dir
|
boolean |
hasFamilyName()
required bytes family_name = 1; |
boolean |
hasStoreHomeDir()
relative to region dir
|
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 Cloudera. All rights reserved.