Class BacklogQuotaImpl
- java.lang.Object
-
- org.apache.pulsar.common.policies.data.impl.BacklogQuotaImpl
-
- All Implemented Interfaces:
BacklogQuota
public class BacklogQuotaImpl extends java.lang.Object implements BacklogQuota
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBacklogQuotaImpl.BacklogQuotaImplBuilder-
Nested classes/interfaces inherited from interface org.apache.pulsar.common.policies.data.BacklogQuota
BacklogQuota.BacklogQuotaType, BacklogQuota.Builder, BacklogQuota.RetentionPolicy
-
-
Constructor Summary
Constructors Constructor Description BacklogQuotaImpl()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static BacklogQuotaImpl.BacklogQuotaImplBuilderbuilder()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.pulsar.common.policies.data.BacklogQuota
getLimitSize, getLimitTime, getPolicy
-
-
-
-
Method Detail
-
builder
public static BacklogQuotaImpl.BacklogQuotaImplBuilder builder()
-
-