org.apache.hadoop.hbase.protobuf.generated
Interface HBaseProtos.TimeRangeOrBuilder

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

public static interface HBaseProtos.TimeRangeOrBuilder
extends com.google.protobuf.MessageOrBuilder


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.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
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 © 2013 The Apache Software Foundation. All Rights Reserved.