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 boolean
equals(java.lang.Object that)
java.lang.String
getName()
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.int
hashCode()
-
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:
hashCode
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object that)- Overrides:
equals
in classjava.lang.Object
-