org.hbase.async.generated
Interface HBasePB.TimeRangeOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
HBasePB.TimeRange, HBasePB.TimeRange.Builder
Enclosing class:
HBasePB

public static interface HBasePB.TimeRangeOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder


Method Summary
 long getFrom()
          optional uint64 from = 1;
 long getTo()
          optional uint64 to = 2;
 boolean hasFrom()
          optional uint64 from = 1;
 boolean hasTo()
          optional uint64 to = 2;
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
 

Method Detail

hasFrom

boolean hasFrom()
optional uint64 from = 1;


getFrom

long getFrom()
optional uint64 from = 1;


hasTo

boolean hasTo()
optional uint64 to = 2;


getTo

long getTo()
optional uint64 to = 2;



Copyright © 2010-2015, The Async HBase Authors