Class CollectionManager<T>

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

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  
  • Method Summary

    Modifier and Type Method Description
    void add​(Collection<T> coll)  
    static <T> CollectionManager<T> create​(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.Cleanable

    clear, clearInBackground

    Methods inherited from interface org.burningwave.core.Closeable

    close, closeResources, closeResources, createCloseResoucesTask, createCloseResoucesTask

    Methods inherited from interface org.burningwave.core.Identifiable

    getId, getOperationId

    Methods inherited from interface org.burningwave.core.Memorizer

    getOrCreateTemporaryFolder, getOrCreateTemporaryFolder, getTemporaryFolderPrefix

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

    checkAndListenTo, checkAndUnregister, listenTo, processChangeNotification, unregister