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