org.hbase.async.generated
Interface FilterPB.TimestampsFilterOrBuilder

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

public static interface FilterPB.TimestampsFilterOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder


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.MessageLiteOrBuilder
getDefaultInstanceForType, 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 © 2010-2015, The Async HBase Authors