public static interface WALProtos.FlushDescriptor.StoreFlushDescriptorOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description | 
|---|---|
| com.google.protobuf.ByteString | getFamilyName()required bytes family_name = 1; | 
| String | getFlushOutput(int index)repeated string flush_output = 3; | 
| com.google.protobuf.ByteString | getFlushOutputBytes(int index)repeated string flush_output = 3; | 
| int | getFlushOutputCount()repeated string flush_output = 3; | 
| List<String> | getFlushOutputList()repeated string flush_output = 3; | 
| String | getStoreHomeDir()required string store_home_dir = 2; | 
| com.google.protobuf.ByteString | getStoreHomeDirBytes()required string store_home_dir = 2; | 
| boolean | hasFamilyName()required bytes family_name = 1; | 
| boolean | hasStoreHomeDir()required string store_home_dir = 2; | 
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-2016 The Apache Software Foundation. All Rights Reserved.