Interface Statistics

  • All Known Implementing Classes:
    StatisticsImpl

    public interface Statistics
    • Method Detail

      • getStringValue

        String getStringValue​(Statistics.Label label)
        Retrieves the relevant statistic
        Parameters:
        label - the requested statistic label
        Returns:
        a String representation of the specific statistic or null
      • nodesCreated

        int nodesCreated()
      • nodesDeleted

        int nodesDeleted()
      • indicesAdded

        int indicesAdded()
      • indicesDeleted

        int indicesDeleted()
      • labelsAdded

        int labelsAdded()
      • relationshipsDeleted

        int relationshipsDeleted()
      • relationshipsCreated

        int relationshipsCreated()
      • propertiesSet

        int propertiesSet()
      • cachedExecution

        boolean cachedExecution()