Class StatisticsInfo
java.lang.Object
tech.oxfordsemantic.jrdfox.client.StatisticsInfo
public class StatisticsInfo
extends java.lang.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 Summary
Constructors Constructor Description StatisticsInfo(java.lang.String name, java.util.Map<java.lang.String,java.lang.String> parameters) - 
Method Summary
Modifier and Type Method Description booleanequals(java.lang.Object that)java.lang.StringgetName()Returns the statistics name.java.util.Map<java.lang.String,java.lang.String>getParameters()Returns the parameters that govern how the statistics have been created.inthashCode() 
- 
Constructor Details
- 
StatisticsInfo
public StatisticsInfo(java.lang.String name, java.util.Map<java.lang.String,java.lang.String> parameters) 
 - 
 - 
Method Details
- 
getName
public java.lang.String getName()Returns the statistics name.- Returns:
 - the statistics name
 
 - 
getParameters
public java.util.Map<java.lang.String,java.lang.String> getParameters()Returns the parameters that govern how the statistics have been created.- Returns:
 - the parameters of the statistics
 
 - 
hashCode
public int hashCode()- Overrides:
 hashCodein classjava.lang.Object
 - 
equals
public boolean equals(java.lang.Object that)- Overrides:
 equalsin classjava.lang.Object
 
 -