Autopsy
4.7.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Public Member Functions | |
synchronized long | decrementAndGet (long jobId) |
synchronized long | get (long jobId) |
synchronized long | incrementAndGet (long jobId) |
Private Attributes | |
HashMap< Long, Long > | moduleRefCount = new HashMap<>() |
A utility class that modules can use to keep track of whether they are the first/last instance for a particular job.
An instance of this should be static in your module class.
Definition at line 29 of file IngestModuleReferenceCounter.java.
synchronized long org.sleuthkit.autopsy.ingest.IngestModuleReferenceCounter.decrementAndGet | ( | long | jobId | ) |
Definition at line 46 of file IngestModuleReferenceCounter.java.
Referenced by org.sleuthkit.autopsy.modules.embeddedfileextractor.EmbeddedFileExtractorIngestModule.shutDown(), org.sleuthkit.autopsy.modules.filetypeid.FileTypeIdIngestModule.shutDown(), org.sleuthkit.autopsy.modules.fileextmismatch.FileExtMismatchIngestModule.shutDown(), org.sleuthkit.autopsy.modules.exif.ExifParserFileIngestModule.shutDown(), org.sleuthkit.autopsy.keywordsearch.KeywordSearchIngestModule.shutDown(), and org.sleuthkit.autopsy.modules.hashdatabase.HashDbIngestModule.shutDown().
synchronized long org.sleuthkit.autopsy.ingest.IngestModuleReferenceCounter.get | ( | long | jobId | ) |
Definition at line 35 of file IngestModuleReferenceCounter.java.
synchronized long org.sleuthkit.autopsy.ingest.IngestModuleReferenceCounter.incrementAndGet | ( | long | jobId | ) |
Definition at line 39 of file IngestModuleReferenceCounter.java.
Referenced by org.sleuthkit.autopsy.modules.embeddedfileextractor.EmbeddedFileExtractorIngestModule.startUp(), org.sleuthkit.autopsy.modules.filetypeid.FileTypeIdIngestModule.startUp(), org.sleuthkit.autopsy.modules.exif.ExifParserFileIngestModule.startUp(), org.sleuthkit.autopsy.modules.fileextmismatch.FileExtMismatchIngestModule.startUp(), org.sleuthkit.autopsy.modules.hashdatabase.HashDbIngestModule.startUp(), and org.sleuthkit.autopsy.keywordsearch.KeywordSearchIngestModule.startUp().
|
private |
Definition at line 33 of file IngestModuleReferenceCounter.java.
Copyright © 2012-2016 Basis Technology. Generated on: Mon Jun 18 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.