public static interface AdminProtos.RollWALWriterResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
com.google.protobuf.ByteString |
getRegionToFlush(int index)
repeated bytes region_to_flush = 1;
A list of encoded name of regions to flush
|
int |
getRegionToFlushCount()
repeated bytes region_to_flush = 1;
A list of encoded name of regions to flush
|
List<com.google.protobuf.ByteString> |
getRegionToFlushList()
repeated bytes region_to_flush = 1;
A list of encoded name of regions to flush
|
List<com.google.protobuf.ByteString> getRegionToFlushList()
repeated bytes region_to_flush = 1;
A list of encoded name of regions to flush
int getRegionToFlushCount()
repeated bytes region_to_flush = 1;
A list of encoded name of regions to flush
com.google.protobuf.ByteString getRegionToFlush(int index)
repeated bytes region_to_flush = 1;
A list of encoded name of regions to flush
Copyright © 2007–2019. All rights reserved.