Home
last modified time | relevance | path

Searched refs:stopRow_ (Results 1 – 2 of 2) sorted by relevance

/dports/databases/hbase/hbase-1.2.1/hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/
H A DFilterProtos.java15990 stopRow_ = input.readBytes(); in RowRange()
16072 private com.google.protobuf.ByteString stopRow_; field in FilterProtos.RowRange
16083 return stopRow_; in getStopRow()
16105 stopRow_ = com.google.protobuf.ByteString.EMPTY; in initFields()
16127 output.writeBytes(3, stopRow_); in writeTo()
16151 .computeBytesSize(3, stopRow_); in getSerializedSize()
16342 stopRow_ = com.google.protobuf.ByteString.EMPTY; in clear()
16385 result.stopRow_ = stopRow_; in buildPartial()
16526 return stopRow_; in getStopRow()
16536 stopRow_ = value; in setStopRow()
[all …]
H A DClientProtos.java14318 stopRow_ = input.readBytes(); in Scan()
14560 private com.google.protobuf.ByteString stopRow_; field in ClientProtos.Scan
14571 return stopRow_; in getStopRow()
14858 stopRow_ = com.google.protobuf.ByteString.EMPTY; in initFields()
14921 output.writeBytes(4, stopRow_); in writeTo()
14991 .computeBytesSize(4, stopRow_); in getSerializedSize()
15390 stopRow_ = com.google.protobuf.ByteString.EMPTY; in clear()
15487 result.stopRow_ = stopRow_; in buildPartial()
16282 return stopRow_; in getStopRow()
16292 stopRow_ = value; in setStopRow()
[all …]