-
- All Implemented Interfaces:
-
org.ice4j.ice.harvest.CandidateHarvester
public abstract class AbstractCandidateHarvester implements CandidateHarvester
An abstract partial implementation of CandidateHarvester.
-
-
Field Summary
Fields Modifier and Type Field Description private HarvestStatisticsharvestStatistics
-
Method Summary
Modifier and Type Method Description HarvestStatisticsgetHarvestStatistics()Returns the statistics describing how well the various harvests of this harvester went. booleanisHostHarvester()Returns true if this CandidateHarvester is to be considered a harvester for host candidates. -
-
Method Detail
-
getHarvestStatistics
HarvestStatistics getHarvestStatistics()
Returns the statistics describing how well the various harvests of this harvester went.
-
isHostHarvester
boolean isHostHarvester()
Returns true if this CandidateHarvester is to be considered a harvester for host candidates. Such a harvester should 1. Create local candidates of type HOST_CANDIDATE. 2. Not depend on other local candidates, already harvested for the component for which it is called. 3. Not perform blocking operations while harvesting.
-
-
-
-