Interface IStatisticsHandlerKeyedCounter

    • Method Detail

      • getCount

        long getCount​(@Nullable
                      String sKey)
        Get the count of a certain key.
        Parameters:
        sKey - The key to retrieve the count from
        Returns:
        CGlobal.ILLEGAL_ULONG if no such key is present.