Uses of Interface
org.apache.pinot.spi.accounting.ThreadResourceUsageAccountant
-
Packages that use ThreadResourceUsageAccountant Package Description org.apache.pinot.spi.accounting org.apache.pinot.spi.trace -
-
Uses of ThreadResourceUsageAccountant in org.apache.pinot.spi.accounting
Methods in org.apache.pinot.spi.accounting that return ThreadResourceUsageAccountant Modifier and Type Method Description ThreadResourceUsageAccountantThreadAccountantFactory. init(int numRunnerThreads, int numWorkerThreads, PinotConfiguration config) -
Uses of ThreadResourceUsageAccountant in org.apache.pinot.spi.trace
Classes in org.apache.pinot.spi.trace that implement ThreadResourceUsageAccountant Modifier and Type Class Description static classTracing.DefaultThreadResourceUsageAccountantDefault accountant that is used to enable worker thread cancellation upon runner thread's interruptionMethods in org.apache.pinot.spi.trace that return ThreadResourceUsageAccountant Modifier and Type Method Description static ThreadResourceUsageAccountantTracing. getThreadAccountant()Methods in org.apache.pinot.spi.trace with parameters of type ThreadResourceUsageAccountant Modifier and Type Method Description static booleanTracing. register(ThreadResourceUsageAccountant threadResourceUsageAccountant)Registration point to allow customization of thread accounting behavior.
-