org.apache.hadoop.hbase.protobuf.generated
Interface AdminProtos.FlushRegionResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
AdminProtos.FlushRegionResponse, AdminProtos.FlushRegionResponse.Builder
Enclosing class:
AdminProtos

public static interface AdminProtos.FlushRegionResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 boolean getFlushed()
          optional bool flushed = 2;
 long getLastFlushTime()
          required uint64 last_flush_time = 1;
 boolean hasFlushed()
          optional bool flushed = 2;
 boolean hasLastFlushTime()
          required uint64 last_flush_time = 1;
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasLastFlushTime

boolean hasLastFlushTime()
required uint64 last_flush_time = 1;


getLastFlushTime

long getLastFlushTime()
required uint64 last_flush_time = 1;


hasFlushed

boolean hasFlushed()
optional bool flushed = 2;


getFlushed

boolean getFlushed()
optional bool flushed = 2;



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.