addToNumRecordsScraped

session.addToNumRecordsScraped( Object value ) (enterprise edition only)
Description
Adds to the number of records that have currently been scraped. If the number of records scraped value has not been set, calling this method will set it to value. This method is used in conjunction with record thresholds in the Enterprise edition. The value parameter can be either an int, an Integer or a String. See also the setNumRecordsScraped and getNumRecordsScraped methods.
Example
// Adds 10 to the value of the number of records scraped.
session.addToNumRecordsScraped( 10 );