Returns the execution time of the search process in milliseconds.
Returns:
long
getTotalSignatures()
public final int getTotalSignatures()
Returns the total processed signatures by the search process
Returns:
int
getSourceDocumentSize()
public final long getSourceDocumentSize()
Returns source document size
Returns:
long
getDestinDocumentSize()
public final long getDestinDocumentSize()
Returns destination document size. For Search method it always returns 0.
Returns:
long
getSucceeded()
public final List<BaseSignature> getSucceeded()
List of found signatures BaseSignature. This list will be always equal to
Signatures
(#getSignatures.getSignatures/#setSignatures(List).setSignatures(List)) property.