Autopsy  4.18.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Protected Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.modules.hashdatabase.HashDbManager.HashDbIndexer Class Reference

Inherits SwingWorker< Object, Void >.

Protected Member Functions

Object doInBackground ()
 
void done ()
 

Private Attributes

SleuthkitHashSet hashDb = null
 
ProgressHandle progress = null
 

Detailed Description

Worker thread to make an index of a database

Definition at line 1702 of file HashDbManager.java.

Member Function Documentation

Object org.sleuthkit.autopsy.modules.hashdatabase.HashDbManager.HashDbIndexer.doInBackground ( )
protected
void org.sleuthkit.autopsy.modules.hashdatabase.HashDbManager.HashDbIndexer.done ( )
protected

Member Data Documentation

SleuthkitHashSet org.sleuthkit.autopsy.modules.hashdatabase.HashDbManager.HashDbIndexer.hashDb = null
private

Definition at line 1705 of file HashDbManager.java.

ProgressHandle org.sleuthkit.autopsy.modules.hashdatabase.HashDbManager.HashDbIndexer.progress = null
private

Definition at line 1704 of file HashDbManager.java.


The documentation for this class was generated from the following file:

Copyright © 2012-2021 Basis Technology. Generated on: Thu Jul 8 2021
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.