Interface PartitionHub.Internal$.PartitionQueue

    • Method Detail

      • init

        void init​(long id)
      • isEmpty

        boolean isEmpty​(long id)
      • nonEmpty

        boolean nonEmpty​(long id)
      • offer

        void offer​(long id,
                   java.lang.Object elem)
      • poll

        java.lang.Object poll​(long id)
      • remove

        void remove​(long id)
      • size

        int size​(long id)
      • totalSize

        int totalSize()