Home
last modified time | relevance | path

Searched refs:hasProcId (Results 1 – 4 of 4) sorted by relevance

/dports/databases/hbase/hbase-1.2.1/hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/
H A DProcedureProtos.java229 boolean hasProcId(); in hasProcId() method
698 public boolean hasProcId() { in hasProcId() method in ProcedureProtos.Procedure
1005 if (!hasProcId()) { in isInitialized()
1173 result = result && (hasProcId() == other.hasProcId()); in equals()
1174 if (hasProcId()) { in equals()
1251 if (hasProcId()) { in hashCode()
1613 if (!hasProcId()) { in isInitialized()
6293 boolean hasProcId(); in hasProcId() method
6690 result = result && (hasProcId() == other.hasProcId()); in equals()
6691 if (hasProcId()) { in equals()
[all …]
H A DMasterProtos.java9802 boolean hasProcId(); in hasProcId() method
9974 result = result && (hasProcId() == other.hasProcId()); in equals()
9975 if (hasProcId()) { in equals()
9992 if (hasProcId()) { in hashCode()
10977 boolean hasProcId(); in hasProcId() method
11149 result = result && (hasProcId() == other.hasProcId()); in equals()
11150 if (hasProcId()) { in equals()
13493 result = result && (hasProcId() == other.hasProcId()); in equals()
14668 result = result && (hasProcId() == other.hasProcId()); in equals()
46881 result = result && (hasProcId() == other.hasProcId()); in equals()
[all …]
/dports/databases/hbase/hbase-1.2.1/hbase-procedure/src/main/java/org/apache/hadoop/hbase/procedure2/store/wal/
H A DProcedureWALFormatReader.java210 assert entry.hasProcId() : "expected ProcID"; in readDeleteEntry()
/dports/databases/hbase/hbase-1.2.1/hbase-client/src/main/java/org/apache/hadoop/hbase/client/
H A DHBaseAdmin.java771 super(admin, (response != null && response.hasProcId()) ? response.getProcId() : null);
944 super(admin, (response != null && response.hasProcId()) ? response.getProcId() : null);
1197 super(admin, (response != null && response.hasProcId()) ? response.getProcId() : null);
1390 super(admin, (response != null && response.hasProcId()) ? response.getProcId() : null);