public static interface AdminProtos.RollWALWriterResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.ByteString |
getRegionToFlush(int index)
repeated bytes region_to_flush = 1; |
int |
getRegionToFlushCount()
repeated bytes region_to_flush = 1; |
List<com.google.protobuf.ByteString> |
getRegionToFlushList()
repeated bytes region_to_flush = 1; |
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-2016 The Apache Software Foundation. All Rights Reserved.