Class IgniteStatisticsRepository.VersionedStatistics
- java.lang.Object
-
- org.apache.ignite.internal.processors.query.stat.IgniteStatisticsRepository.VersionedStatistics
-
- Enclosing class:
- IgniteStatisticsRepository
public static class IgniteStatisticsRepository.VersionedStatistics extends Object
Object statistics with topology version to which it is actual for.
-
-
Constructor Summary
Constructors Constructor Description VersionedStatistics(AffinityTopologyVersion topVer, ObjectStatisticsImpl statistics)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectStatisticsImplstatistics()AffinityTopologyVersiontopologyVersion()
-
-
-
Constructor Detail
-
VersionedStatistics
public VersionedStatistics(AffinityTopologyVersion topVer, ObjectStatisticsImpl statistics)
Constructor.- Parameters:
topVer- Topology version.statistics- Statistics.
-
-
Method Detail
-
topologyVersion
public AffinityTopologyVersion topologyVersion()
- Returns:
- Topology version.
-
statistics
public ObjectStatisticsImpl statistics()
- Returns:
- Statistics.
-
-