Interface IMutableStatisticsHandlerKeyedSize

    • Method Detail

      • addSize

        void addSize​(@Nullable
                     String sKey,
                     @Nonnegative
                     long nSize)
        Add a new size
        Parameters:
        sKey - The key to be incremented.
        nSize - The size to be added. Must be ≥ 0 as sizes cannot be negative.