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 SummaryConstructors Constructor Description StatisticsInfo(java.lang.String name, java.util.Map<java.lang.String,java.lang.String> parameters)
- 
Method SummaryModifier 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- 
StatisticsInfopublic StatisticsInfo(java.lang.String name, java.util.Map<java.lang.String,java.lang.String> parameters)
 
- 
- 
Method Details- 
getNamepublic java.lang.String getName()Returns the statistics name.- Returns:
- the statistics name
 
- 
getParameterspublic 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
 
- 
hashCodepublic int hashCode()- Overrides:
- hashCodein class- java.lang.Object
 
- 
equalspublic boolean equals(java.lang.Object that)- Overrides:
- equalsin class- java.lang.Object
 
 
-