Autopsy
4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits org.sleuthkit.autopsy.datamodel.AutopsyVisitableItem.
Classes | |
class | BGCountUpdatingNode |
class | FileNodeCreationVisitor |
class | FileTypesKey |
class | FileTypesNode |
Private Attributes | |
final long | datasourceObjId |
boolean | showCounts = true |
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 |
File Types node support
Definition at line 62 of file FileTypes.java.
|
private |
Definition at line 81 of file FileTypes.java.
|
staticprivate |
Definition at line 64 of file FileTypes.java.
|
staticprivate |
Definition at line 66 of file FileTypes.java.
Referenced by org.sleuthkit.autopsy.datamodel.FileTypes.FileTypesNode.createSheet().
|
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 73 of file FileTypes.java.
|
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 79 of file FileTypes.java.
Copyright © 2012-2022 Basis Technology. Generated on: Tue May 30 2023
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.