Class PagedMutable

  • All Implemented Interfaces:
    Accountable

    public final class PagedMutable
    extends AbstractPagedMutable<PagedMutable>
    A PagedMutable. This class slices data into fixed-size blocks which have the same number of bits per value. It can be a useful replacement for PackedInts.Mutable to store more than 2B values.
    NOTE: This API is for internal purposes only and might change in incompatible ways in the next release.