Home
last modified time | relevance | path

Searched refs:hasThrottle (Results 1 – 13 of 13) sorted by relevance

/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.jfr/share/classes/jdk/jfr/internal/
H A DPlatformEventType.java62 private boolean hasThrottle = false; field in PlatformEventType
146 public void setHasThrottle(boolean hasThrottle) { in setHasThrottle() argument
147 this.hasThrottle = hasThrottle; in setHasThrottle()
183 public boolean hasThrottle() { in hasThrottle() method in PlatformEventType
184 return this.hasThrottle; in hasThrottle()
H A DEventControl.java93 if (eventType.hasThrottle()) { in EventControl()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.jfr/share/classes/jdk/jfr/internal/
H A DPlatformEventType.java62 private boolean hasThrottle = false; field in PlatformEventType
146 public void setHasThrottle(boolean hasThrottle) { in setHasThrottle() argument
147 this.hasThrottle = hasThrottle; in setHasThrottle()
183 public boolean hasThrottle() { in hasThrottle() method in PlatformEventType
184 return this.hasThrottle; in hasThrottle()
H A DEventControl.java93 if (eventType.hasThrottle()) { in EventControl()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/jfr/recorder/service/
H A DjfrEvent.hpp181 … return T::hasThrottle ? JfrEventThrottler::accept(T::eventId, _untimed ? 0 : _start_time) : true; in evaluate()
186 return T::hasThrottle ? JfrEventThrottler::accept(T::eventId, _untimed ? 0 : _end_time) : true; in evaluate()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/jfr/recorder/service/
H A DjfrEvent.hpp181 … return T::hasThrottle ? JfrEventThrottler::accept(T::eventId, _untimed ? 0 : _start_time) : true; in evaluate()
186 return T::hasThrottle ? JfrEventThrottler::accept(T::eventId, _untimed ? 0 : _end_time) : true; in evaluate()
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/main/java/org/apache/hadoop/hbase/quotas/
H A DMasterQuotaManager.java311 if (req.hasThrottle()) applyThrottle(builder, req.getThrottle()); in setQuota()
393 if (req.hasType() && (req.hasTimedQuota() || quotas.hasThrottle())) { in applyThrottle()
400 throttle = quotas.hasThrottle() ? quotas.getThrottle().toBuilder() : Throttle.newBuilder(); in applyThrottle()
H A DQuotaState.java75 if (quotas.hasThrottle()) { in setQuotas()
H A DUserQuotaState.java122 quotas.hasThrottle() ? QuotaLimiterFactory.fromThrottle(quotas.getThrottle()) : null; in setLimiter()
/dports/databases/hbase/hbase-1.2.1/hbase-client/src/main/java/org/apache/hadoop/hbase/quotas/
H A DQuotaSettingsFactory.java86 if (quotas.hasThrottle()) { in fromQuotas()
H A DQuotaTableUtil.java313 hasSettings |= quotas.hasThrottle(); in isEmptyQuota()
/dports/databases/hbase/hbase-1.2.1/hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/
H A DQuotaProtos.java3309 boolean hasThrottle(); in hasThrottle() method
3450 public boolean hasThrottle() { in hasThrottle() method in QuotaProtos.Quotas
3475 if (hasThrottle()) { in isInitialized()
3539 result = result && (hasThrottle() == other.hasThrottle()); in equals()
3540 if (hasThrottle()) { in equals()
3561 if (hasThrottle()) { in hashCode()
3742 if (other.hasThrottle()) { in mergeFrom()
3750 if (hasThrottle()) { in isInitialized()
3818 public boolean hasThrottle() { in hasThrottle() method in QuotaProtos.Quotas.Builder
H A DMasterProtos.java50275 boolean hasThrottle(); in hasThrottle() method
50616 public boolean hasThrottle() { in hasThrottle() method in MasterProtos.SetQuotaRequest
50652 if (hasThrottle()) { in isInitialized()
50776 result = result && (hasThrottle() == other.hasThrottle()); in equals()
50777 if (hasThrottle()) { in equals()
50818 if (hasThrottle()) { in hashCode()
51059 if (other.hasThrottle()) { in mergeFrom()
51073 if (hasThrottle()) { in isInitialized()
51513 public boolean hasThrottle() { in hasThrottle() method in MasterProtos.SetQuotaRequest.Builder