Package com.attivio.sdk.scanner
Interface IndexCommitterAware
-
public interface IndexCommitterAware
Interface for scanners to implement if they want to be supplied an instance ofIndexCommitter
by the Connector Runtime.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setIndexCommitter(IndexCommitter indexCommitter)
-
-
-
Method Detail
-
setIndexCommitter
void setIndexCommitter(IndexCommitter indexCommitter)
- Parameters:
indexCommitter
-
-
-