Class OutputChannels

    • Method Detail

      • getPartitionNumbers

        public it.unimi.dsi.fastutil.ints.IntSortedSet getPartitionNumbers()
        Returns the set of partition numbers that appear across all channels.
      • getAllReadableChannels

        public List<ReadableFrameChannel> getAllReadableChannels()
        Returns all channels, as readable channels.
      • readOnly

        public OutputChannels readOnly()
        Returns a read-only version of this instance. Each individual output channel is replaced with its read-only version (OutputChannel.readOnly(), which reduces memory usage.
      • areReadableChannelsReady

        public boolean areReadableChannelsReady()