Home
last modified time | relevance | path

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

/dports/databases/hbase/hbase-1.2.1/hbase-server/src/main/java/org/apache/hadoop/hbase/quotas/
H A DTimeBasedLimiter.java95 if (throttle.hasReadSize()) { in fromThrottle()
/dports/databases/hbase/hbase-1.2.1/hbase-client/src/main/java/org/apache/hadoop/hbase/quotas/
H A DQuotaSettingsFactory.java118 if (throttle.hasReadSize()) { in fromThrottle()
/dports/databases/hbase/hbase-1.2.1/hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/
H A DQuotaProtos.java1091 boolean hasReadSize(); in hasReadSize() method
1386 public boolean hasReadSize() { in hasReadSize() method in QuotaProtos.Throttle
1445 if (hasReadSize()) { in isInitialized()
1557 result = result && (hasReadSize() == other.hasReadSize()); in equals()
1558 if (hasReadSize()) { in equals()
1595 if (hasReadSize()) { in hashCode()
1857 if (other.hasReadSize()) { in mergeFrom()
1895 if (hasReadSize()) { in isInitialized()
2515 public boolean hasReadSize() { in hasReadSize() method in QuotaProtos.Throttle.Builder