Inherits org.sleuthkit.autopsy.datamodel.AutopsyVisitableItem.
|
class | BGCountUpdatingNode |
|
class | FileNodeCreationVisitor |
|
class | FileTypesKey |
|
class | FileTypesNode |
|
File Types node support
Definition at line 54 of file FileTypes.java.
final long org.sleuthkit.autopsy.datamodel.FileTypes.datasourceObjId |
|
private |
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 |
The documentation for this class was generated from the following file:
- /home/carriersleuth/repos/autopsy/Core/src/org/sleuthkit/autopsy/datamodel/FileTypes.java