Class StatisticsInfo

java.lang.Object
tech.oxfordsemantic.jrdfox.client.StatisticsInfo

public class StatisticsInfo extends Object
Encapsulates information about a statistics module of a data store. A data store can have zero or more statistics modules that are used as aid during query planning.
  • Constructor Details

  • Method Details

    • getName

      public String getName()
      Returns the statistics name.
      Returns:
      the statistics name
    • getParameters

      public Map<String,String> getParameters()
      Returns the parameters that govern how the statistics have been created.
      Returns:
      the parameters of the statistics
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object that)
      Overrides:
      equals in class Object