Autopsy
4.7.0
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 | |
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 |
File Types node support
Definition at line 54 of file FileTypes.java.
|
staticprivate |
Definition at line 56 of file FileTypes.java.
|
staticprivate |
Definition at line 58 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 65 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 71 of file FileTypes.java.
|
private |
Definition at line 73 of file FileTypes.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.