org.apache.hadoop.hbase.protobuf.generated
Interface FilterProtos.TimestampsFilterOrBuilder

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

public static interface FilterProtos.TimestampsFilterOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 long getTimestamps(int index)
          repeated int64 timestamps = 1 [packed = true];
 int getTimestampsCount()
          repeated int64 timestamps = 1 [packed = true];
 List<Long> getTimestampsList()
          repeated int64 timestamps = 1 [packed = true];
 
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

getTimestampsList

List<Long> getTimestampsList()
repeated int64 timestamps = 1 [packed = true];


getTimestampsCount

int getTimestampsCount()
repeated int64 timestamps = 1 [packed = true];


getTimestamps

long getTimestamps(int index)
repeated int64 timestamps = 1 [packed = true];



Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.