Autopsy
4.17.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Public Member Functions | |
PageViews (long minValue, long maxValue) | |
boolean | covers (long count) |
String | toString () |
Static Public Member Functions | |
static PageViews | fromPageViewCount (long count) |
Public Attributes | |
OVER_1000 =(1001, Long.MAX_VALUE) | |
UP_TO_10 =(0, 10) | |
UP_TO_100 =(51, 100) | |
UP_TO_1000 =(501, 1000) | |
UP_TO_50 =(11, 50) | |
UP_TO_500 =(101, 500) | |
Private Attributes | |
final long | maxValue |
final long | minValue |
Enum representing the number of page views a domain has received. Page views a grouped into ranges for cleaner display and management.
Definition at line 87 of file SearchData.java.
org.sleuthkit.autopsy.discovery.search.SearchData.PageViews.PageViews | ( | long | minValue, |
long | maxValue | ||
) |
Definition at line 98 of file SearchData.java.
boolean org.sleuthkit.autopsy.discovery.search.SearchData.PageViews.covers | ( | long | count | ) |
Determines if the given count is covered by this PageView interval.
Definition at line 115 of file SearchData.java.
|
static |
Utility to fetch the appropriate PageView interval for the given count.
Definition at line 122 of file SearchData.java.
String org.sleuthkit.autopsy.discovery.search.SearchData.PageViews.toString | ( | ) |
Definition at line 104 of file SearchData.java.
References org.sleuthkit.autopsy.discovery.search.SearchData.PageViews.OVER_1000.
|
private |
Definition at line 96 of file SearchData.java.
|
private |
Definition at line 95 of file SearchData.java.
org.sleuthkit.autopsy.discovery.search.SearchData.PageViews.OVER_1000 =(1001, Long.MAX_VALUE) |
Definition at line 88 of file SearchData.java.
Referenced by org.sleuthkit.autopsy.discovery.search.SearchData.PageViews.toString().
org.sleuthkit.autopsy.discovery.search.SearchData.PageViews.UP_TO_10 =(0, 10) |
Definition at line 93 of file SearchData.java.
org.sleuthkit.autopsy.discovery.search.SearchData.PageViews.UP_TO_100 =(51, 100) |
Definition at line 91 of file SearchData.java.
org.sleuthkit.autopsy.discovery.search.SearchData.PageViews.UP_TO_1000 =(501, 1000) |
Definition at line 89 of file SearchData.java.
org.sleuthkit.autopsy.discovery.search.SearchData.PageViews.UP_TO_50 =(11, 50) |
Definition at line 92 of file SearchData.java.
org.sleuthkit.autopsy.discovery.search.SearchData.PageViews.UP_TO_500 =(101, 500) |
Definition at line 90 of file SearchData.java.
Copyright © 2012-2021 Basis Technology. Generated on: Tue Jan 19 2021
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.