Class Clipboard

    • Constructor Detail

      • Clipboard

        public Clipboard()
        Deprecated.
    • Method Detail

      • pin

        public boolean pin​(@NonNull
                           @NonNull VoidAggregation aggregation)
        Deprecated.
        This method places incoming VoidAggregation into clipboard, for further tracking
        Parameters:
        aggregation -
        Returns:
        TRUE, if given VoidAggregation was the last chunk, FALSE otherwise
      • unpin

        public VoidAggregation unpin​(@NonNull
                                     @NonNull VoidAggregation aggregation)
        Deprecated.
        This method removes given VoidAggregation from clipboard, and returns it
        Parameters:
        aggregation -
      • unpin

        public VoidAggregation unpin​(long originatorId,
                                     long taskId)
        Deprecated.
        This method removes given VoidAggregation from clipboard, and returns it
        Parameters:
        taskId -
      • hasCandidates

        public boolean hasCandidates()
        Deprecated.
        This method checks, if clipboard has ready aggregations available
        Returns:
        TRUE, if there's at least 1 candidate ready, FALSE otherwise
      • nextCandidate

        public VoidAggregation nextCandidate()
        Deprecated.
        This method returns one of available aggregations, if there's at least 1 ready.
        Returns:
      • isReady

        public boolean isReady​(VoidAggregation aggregation)
        Deprecated.
      • isReady

        public boolean isReady​(long originatorId,
                               long taskId)
        Deprecated.
      • isTracking

        public boolean isTracking​(long originatorId,
                                  long taskId)
        Deprecated.
      • getNumberOfPinnedStacks

        public int getNumberOfPinnedStacks()
        Deprecated.
      • getNumberOfCompleteStacks

        public int getNumberOfCompleteStacks()
        Deprecated.
      • getStackFromClipboard

        public VoidAggregation getStackFromClipboard​(long originatorId,
                                                     long taskId)
        Deprecated.