public static final class AdminProtos.FlushRegionResponse extends com.google.protobuf.GeneratedMessage implements AdminProtos.FlushRegionResponseOrBuilder
FlushRegionResponse| Modifier and Type | Class and Description | 
|---|---|
static class  | 
AdminProtos.FlushRegionResponse.Builder
Protobuf type  
FlushRegionResponse | 
| Modifier and Type | Field and Description | 
|---|---|
static int | 
FLUSHED_FIELD_NUMBER  | 
static int | 
LAST_FLUSH_TIME_FIELD_NUMBER  | 
static <any> | 
PARSER  | 
static int | 
WROTE_FLUSH_WAL_MARKER_FIELD_NUMBER  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object obj)  | 
static AdminProtos.FlushRegionResponse | 
getDefaultInstance()  | 
AdminProtos.FlushRegionResponse | 
getDefaultInstanceForType()  | 
static com.google.protobuf.Descriptors.Descriptor | 
getDescriptor()  | 
boolean | 
getFlushed()
optional bool flushed = 2; | 
long | 
getLastFlushTime()
required uint64 last_flush_time = 1; | 
<any> | 
getParserForType()  | 
int | 
getSerializedSize()  | 
com.google.protobuf.UnknownFieldSet | 
getUnknownFields()  | 
boolean | 
getWroteFlushWalMarker()
optional bool wrote_flush_wal_marker = 3; | 
boolean | 
hasFlushed()
optional bool flushed = 2; | 
int | 
hashCode()  | 
boolean | 
hasLastFlushTime()
required uint64 last_flush_time = 1; | 
boolean | 
hasWroteFlushWalMarker()
optional bool wrote_flush_wal_marker = 3; | 
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable | 
internalGetFieldAccessorTable()  | 
boolean | 
isInitialized()  | 
static AdminProtos.FlushRegionResponse.Builder | 
newBuilder()  | 
static AdminProtos.FlushRegionResponse.Builder | 
newBuilder(AdminProtos.FlushRegionResponse prototype)  | 
AdminProtos.FlushRegionResponse.Builder | 
newBuilderForType()  | 
protected AdminProtos.FlushRegionResponse.Builder | 
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)  | 
static AdminProtos.FlushRegionResponse | 
parseDelimitedFrom(InputStream input)  | 
static AdminProtos.FlushRegionResponse | 
parseDelimitedFrom(InputStream input,
                  com.google.protobuf.ExtensionRegistryLite extensionRegistry)  | 
static AdminProtos.FlushRegionResponse | 
parseFrom(byte[] data,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)  | 
static AdminProtos.FlushRegionResponse | 
parseFrom(com.google.protobuf.ByteString data)  | 
static AdminProtos.FlushRegionResponse | 
parseFrom(com.google.protobuf.ByteString data,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)  | 
static AdminProtos.FlushRegionResponse | 
parseFrom(com.google.protobuf.CodedInputStream input)  | 
static AdminProtos.FlushRegionResponse | 
parseFrom(com.google.protobuf.CodedInputStream input,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)  | 
static AdminProtos.FlushRegionResponse | 
parseFrom(InputStream input,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)  | 
AdminProtos.FlushRegionResponse.Builder | 
toBuilder()  | 
protected Object | 
writeReplace()  | 
void | 
writeTo(com.google.protobuf.CodedOutputStream output)  | 
public static <any> PARSER
public static final int LAST_FLUSH_TIME_FIELD_NUMBER
public static final int FLUSHED_FIELD_NUMBER
public static final int WROTE_FLUSH_WAL_MARKER_FIELD_NUMBER
public static AdminProtos.FlushRegionResponse getDefaultInstance()
public AdminProtos.FlushRegionResponse 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 boolean hasLastFlushTime()
required uint64 last_flush_time = 1;hasLastFlushTime in interface AdminProtos.FlushRegionResponseOrBuilderpublic long getLastFlushTime()
required uint64 last_flush_time = 1;getLastFlushTime in interface AdminProtos.FlushRegionResponseOrBuilderpublic boolean hasFlushed()
optional bool flushed = 2;hasFlushed in interface AdminProtos.FlushRegionResponseOrBuilderpublic boolean getFlushed()
optional bool flushed = 2;getFlushed in interface AdminProtos.FlushRegionResponseOrBuilderpublic boolean hasWroteFlushWalMarker()
optional bool wrote_flush_wal_marker = 3;hasWroteFlushWalMarker in interface AdminProtos.FlushRegionResponseOrBuilderpublic boolean getWroteFlushWalMarker()
optional bool wrote_flush_wal_marker = 3;getWroteFlushWalMarker in interface AdminProtos.FlushRegionResponseOrBuilderpublic 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.FlushRegionResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AdminProtos.FlushRegionResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AdminProtos.FlushRegionResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AdminProtos.FlushRegionResponse parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static AdminProtos.FlushRegionResponse parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static AdminProtos.FlushRegionResponse parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static AdminProtos.FlushRegionResponse parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static AdminProtos.FlushRegionResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static AdminProtos.FlushRegionResponse.Builder newBuilder()
public AdminProtos.FlushRegionResponse.Builder newBuilderForType()
public static AdminProtos.FlushRegionResponse.Builder newBuilder(AdminProtos.FlushRegionResponse prototype)
public AdminProtos.FlushRegionResponse.Builder toBuilder()
protected AdminProtos.FlushRegionResponse.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)