Class CollectionManager<T>

java.lang.Object
org.burningwave.core.extension.concurrent.CollectionManager<T>
All Implemented Interfaces:
AutoCloseable, org.burningwave.core.Component, org.burningwave.core.iterable.Properties.Listener, org.burningwave.core.ManagedLogger

public class CollectionManager<T>
extends Object
implements org.burningwave.core.Component
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Class Description
    static class  CollectionManager.Cycler  

    Nested classes/interfaces inherited from interface org.burningwave.core.ManagedLogger

    org.burningwave.core.ManagedLogger.Repository
  • Method Summary

    Modifier and Type Method Description
    void add​(Collection<T> coll)  
    static <T> CollectionManager<T> create​(org.burningwave.core.concurrent.ConcurrentHelper concurrentHelper, String threadsGroupName, int threadsNumber, int threadPriority, long waitInterval)  
    protected void finalize()  
    org.burningwave.core.extension.concurrent.CollectionWrapper<T> get​(Collection<CompletableFuture<?>> coll)  
    void markAsUseless​(Collection<CompletableFuture<?>> coll)  
    void start()  
    void stop()  

    Methods inherited from class java.lang.Object

    clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.burningwave.core.Component

    close, getOrCreateTemporaryFolder, getTemporaryFolderPrefix

    Methods inherited from interface org.burningwave.core.ManagedLogger

    disableLogging, enableLogging, logDebug, logDebug, logError, logError, logInfo, logInfo, logWarn, logWarn

    Methods inherited from interface org.burningwave.core.iterable.Properties.Listener

    listenTo, receiveNotification