Interface InjectFeatureStats<Stats extends SentinelFeatureStats>
-
public interface InjectFeatureStats<Stats extends SentinelFeatureStats>
Features implement this interface if they have defined their own statistics interface that extends SentinelFeatureStats
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
injectFeatureStats(Stats featureStats)
Inject a statistics object the feature may use for collecting statistics
-
-
-
Method Detail
-
injectFeatureStats
void injectFeatureStats(Stats featureStats)
Inject a statistics object the feature may use for collecting statistics- Parameters:
featureStats
- the stats object
-
-