Class BukkitQueueHandler

java.lang.Object
com.fastasyncworldedit.core.queue.implementation.QueueHandler
com.fastasyncworldedit.bukkit.adapter.BukkitQueueHandler
All Implemented Interfaces:
com.fastasyncworldedit.core.queue.Trimable, Runnable

public class BukkitQueueHandler extends com.fastasyncworldedit.core.queue.implementation.QueueHandler
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    endSet(boolean parallel)
     
    void
    startSet(boolean parallel)
     

    Methods inherited from class com.fastasyncworldedit.core.queue.implementation.QueueHandler

    async, async, async, complete, create, getOrCreateWorldCache, getQueue, getQueue, isUnderutilized, run, submit, submit, sync, sync, sync, syncWhenFree, syncWhenFree, syncWhenFree, syncWhenFree, trim, unCache

    Methods inherited from class java.lang.Object

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

    Methods inherited from interface com.fastasyncworldedit.core.queue.Trimable

    recycle
  • Constructor Details

    • BukkitQueueHandler

      public BukkitQueueHandler()
  • Method Details

    • startSet

      public void startSet(boolean parallel)
      Specified by:
      startSet in class com.fastasyncworldedit.core.queue.implementation.QueueHandler
    • endSet

      public void endSet(boolean parallel)
      Specified by:
      endSet in class com.fastasyncworldedit.core.queue.implementation.QueueHandler