Home
last modified time | relevance | path

Searched refs:hasStartKey (Results 1 – 3 of 3) sorted by relevance

/dports/databases/hbase/hbase-1.2.1/hbase-rest/src/main/java/org/apache/hadoop/hbase/rest/protobuf/generated/
H A DTableInfoMessage.java182 boolean hasStartKey(); in hasStartKey() method
388 public boolean hasStartKey() { in hasStartKey() method in TableInfoMessage.TableInfo.Region
735 if (other.hasStartKey()) { in mergeFrom()
859 public boolean hasStartKey() { in hasStartKey() method in TableInfoMessage.TableInfo.Region.Builder
/dports/databases/hbase/hbase-1.2.1/hbase-client/src/main/java/org/apache/hadoop/hbase/
H A DHRegionInfo.java1048 if (proto.hasStartKey()) { in convert()
/dports/databases/hbase/hbase-1.2.1/hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/
H A DHBaseProtos.java3782 boolean hasStartKey(); in hasStartKey() method
4011 public boolean hasStartKey() { in hasStartKey() method in HBaseProtos.RegionInfo
4209 result = result && (hasStartKey() == other.hasStartKey()); in equals()
4210 if (hasStartKey()) { in equals()
4255 if (hasStartKey()) { in hashCode()
4490 if (other.hasStartKey()) { in mergeFrom()
4699 public boolean hasStartKey() { in hasStartKey() method in HBaseProtos.RegionInfo.Builder