public static interface FilterPB.TimestampsFilterOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getCanHint()
optional bool can_hint = 2; |
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]; |
boolean |
hasCanHint()
optional bool can_hint = 2; |
int getTimestampsCount()
repeated int64 timestamps = 1 [packed = true];long getTimestamps(int index)
repeated int64 timestamps = 1 [packed = true];boolean hasCanHint()
optional bool can_hint = 2;boolean getCanHint()
optional bool can_hint = 2;Copyright © 2010-2017, The Async HBase Authors