public static final class AdminProtos.RollWALWriterResponse extends com.google.protobuf.GeneratedMessage implements AdminProtos.RollWALWriterResponseOrBuilder
RollWALWriterResponse
 Roll request responses no longer include regions to flush this list will always be empty when talking to a 1.0 server
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
AdminProtos.RollWALWriterResponse.Builder
Protobuf type  
RollWALWriterResponse | 
| Modifier and Type | Field and Description | 
|---|---|
static <any> | 
PARSER  | 
static int | 
REGION_TO_FLUSH_FIELD_NUMBER  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object obj)  | 
static AdminProtos.RollWALWriterResponse | 
getDefaultInstance()  | 
AdminProtos.RollWALWriterResponse | 
getDefaultInstanceForType()  | 
static com.google.protobuf.Descriptors.Descriptor | 
getDescriptor()  | 
<any> | 
getParserForType()  | 
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; | 
int | 
getSerializedSize()  | 
com.google.protobuf.UnknownFieldSet | 
getUnknownFields()  | 
int | 
hashCode()  | 
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable | 
internalGetFieldAccessorTable()  | 
boolean | 
isInitialized()  | 
static AdminProtos.RollWALWriterResponse.Builder | 
newBuilder()  | 
static AdminProtos.RollWALWriterResponse.Builder | 
newBuilder(AdminProtos.RollWALWriterResponse prototype)  | 
AdminProtos.RollWALWriterResponse.Builder | 
newBuilderForType()  | 
protected AdminProtos.RollWALWriterResponse.Builder | 
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)  | 
static AdminProtos.RollWALWriterResponse | 
parseDelimitedFrom(InputStream input)  | 
static AdminProtos.RollWALWriterResponse | 
parseDelimitedFrom(InputStream input,
                  com.google.protobuf.ExtensionRegistryLite extensionRegistry)  | 
static AdminProtos.RollWALWriterResponse | 
parseFrom(byte[] data,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)  | 
static AdminProtos.RollWALWriterResponse | 
parseFrom(com.google.protobuf.ByteString data)  | 
static AdminProtos.RollWALWriterResponse | 
parseFrom(com.google.protobuf.ByteString data,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)  | 
static AdminProtos.RollWALWriterResponse | 
parseFrom(com.google.protobuf.CodedInputStream input)  | 
static AdminProtos.RollWALWriterResponse | 
parseFrom(com.google.protobuf.CodedInputStream input,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)  | 
static AdminProtos.RollWALWriterResponse | 
parseFrom(InputStream input,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)  | 
AdminProtos.RollWALWriterResponse.Builder | 
toBuilder()  | 
protected Object | 
writeReplace()  | 
void | 
writeTo(com.google.protobuf.CodedOutputStream output)  | 
public static <any> PARSER
public static final int REGION_TO_FLUSH_FIELD_NUMBER
public static AdminProtos.RollWALWriterResponse getDefaultInstance()
public AdminProtos.RollWALWriterResponse getDefaultInstanceForType()
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
public <any> getParserForType()
public List<com.google.protobuf.ByteString> getRegionToFlushList()
repeated bytes region_to_flush = 1;
 A list of encoded name of regions to flush
getRegionToFlushList in interface AdminProtos.RollWALWriterResponseOrBuilderpublic int getRegionToFlushCount()
repeated bytes region_to_flush = 1;
 A list of encoded name of regions to flush
getRegionToFlushCount in interface AdminProtos.RollWALWriterResponseOrBuilderpublic com.google.protobuf.ByteString getRegionToFlush(int index)
repeated bytes region_to_flush = 1;
 A list of encoded name of regions to flush
getRegionToFlush in interface AdminProtos.RollWALWriterResponseOrBuilderpublic final boolean isInitialized()
public void writeTo(com.google.protobuf.CodedOutputStream output)
             throws IOException
IOExceptionpublic int getSerializedSize()
protected Object writeReplace() throws ObjectStreamException
ObjectStreamExceptionpublic boolean equals(Object obj)
public int hashCode()
public static AdminProtos.RollWALWriterResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AdminProtos.RollWALWriterResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AdminProtos.RollWALWriterResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AdminProtos.RollWALWriterResponse parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static AdminProtos.RollWALWriterResponse parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static AdminProtos.RollWALWriterResponse parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static AdminProtos.RollWALWriterResponse parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static AdminProtos.RollWALWriterResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static AdminProtos.RollWALWriterResponse.Builder newBuilder()
public AdminProtos.RollWALWriterResponse.Builder newBuilderForType()
public static AdminProtos.RollWALWriterResponse.Builder newBuilder(AdminProtos.RollWALWriterResponse prototype)
public AdminProtos.RollWALWriterResponse.Builder toBuilder()
protected AdminProtos.RollWALWriterResponse.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)