Package 

Class TaskPool

  • All Implemented Interfaces:
    ai.platon.pulsar.common.config.Parameterized , kotlin.Comparable

    
    public final class TaskPool
     implements Comparable<TaskPool>, Parameterized
                        

    This class handles FetchTasks which come from the same host ID (be it a proto/hostname or proto/IP pair).

    It also keeps track of requests in progress and elapsed time between requests.