Autopsy  4.15.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Classes | Private Attributes | Static Private Attributes | List of all members
org.sleuthkit.autopsy.datamodel.FileTypes Class Reference

Inherits org.sleuthkit.autopsy.datamodel.AutopsyVisitableItem.

Classes

class  BGCountUpdatingNode
 
class  FileNodeCreationVisitor
 
class  FileTypesKey
 
class  FileTypesNode
 

Private Attributes

final long datasourceObjId
 
boolean showCounts = true
 
final SleuthkitCase skCase
 

Static Private Attributes

static final Logger logger = Logger.getLogger(FileTypes.class.getName())
 
static final String NAME = Bundle.FileTypes_name_text()
 
static final int NODE_COUNT_FILE_TABLE_THRESHOLD = 1_000_000
 

Detailed Description

File Types node support

Definition at line 54 of file FileTypes.java.

Member Data Documentation

final long org.sleuthkit.autopsy.datamodel.FileTypes.datasourceObjId
private

Definition at line 75 of file FileTypes.java.

final Logger org.sleuthkit.autopsy.datamodel.FileTypes.logger = Logger.getLogger(FileTypes.class.getName())
staticprivate

Definition at line 56 of file FileTypes.java.

final String org.sleuthkit.autopsy.datamodel.FileTypes.NAME = Bundle.FileTypes_name_text()
staticprivate
final int org.sleuthkit.autopsy.datamodel.FileTypes.NODE_COUNT_FILE_TABLE_THRESHOLD = 1_000_000
staticprivate

Threshold used to limit db queries for child node counts. When the tsk_files table has more than this number of rows, we don't query for the child node counts, and since we don't have an accurate number we don't show the counts.

Definition at line 65 of file FileTypes.java.

boolean org.sleuthkit.autopsy.datamodel.FileTypes.showCounts = true
private

Used to keep track of whether we have hit NODE_COUNT_FILE_TABLE_THRESHOLD. If we have, we stop querying for the number of rows in tsk_files, since it is already too large.

Definition at line 71 of file FileTypes.java.

final SleuthkitCase org.sleuthkit.autopsy.datamodel.FileTypes.skCase
private

Definition at line 73 of file FileTypes.java.


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

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