Home
last modified time | relevance | path

Searched refs:hasInfoPort (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 DZooKeeperProtos.java977 boolean hasInfoPort(); in hasInfoPort() method
1166 public boolean hasInfoPort() { in hasInfoPort() method in ZooKeeperProtos.Master
1264 result = result && (hasInfoPort() == other.hasInfoPort()); in equals()
1265 if (hasInfoPort()) { in equals()
1290 if (hasInfoPort()) { in hashCode()
1485 if (other.hasInfoPort()) { in mergeFrom()
1730 public boolean hasInfoPort() { in hasInfoPort() method in ZooKeeperProtos.Master.Builder
H A DHBaseProtos.java18106 boolean hasInfoPort(); in hasInfoPort() method
18246 public boolean hasInfoPort() { in hasInfoPort() method in HBaseProtos.RegionServerInfo
18346 result = result && (hasInfoPort() == other.hasInfoPort()); in equals()
18347 if (hasInfoPort()) { in equals()
18369 if (hasInfoPort()) { in hashCode()
18556 if (other.hasInfoPort()) { in mergeFrom()
18600 public boolean hasInfoPort() { in hasInfoPort() method in HBaseProtos.RegionServerInfo.Builder