Interface PriorityDataCollector
-
- All Implemented Interfaces:
-
ai.platon.pulsar.common.collect.collector.DataCollector,kotlin.Comparable
public interface PriorityDataCollector<T extends Object> implements DataCollector<T>, Comparable<PriorityDataCollector<T>>
-
-
Method Summary
Modifier and Type Method Description IntegercompareTo(PriorityDataCollector<T> other)abstract IntegergetPriority()-
Methods inherited from class ai.platon.pulsar.common.collect.collector.DataCollector
clear, collectTo, collectTo, collectTo, collectTo, deepClear, dump, getCapacity, getCollectCount, getCollectTime, getCollectedCount, getCountry, getCreateTime, getDeadTime, getDistrict, getEstimatedExternalSize, getEstimatedSize, getExternalSize, getFirstCollectTime, getId, getLabels, getLang, getLastCollectedTime, getName, getSize, hasMore, isDead, setName -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
compareTo
Integer compareTo(PriorityDataCollector<T> other)
-
getPriority
abstract Integer getPriority()
-
-
-
-