Autopsy  4.18.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Static Public Member Functions | Public Attributes | Private Attributes | List of all members
org.sleuthkit.autopsy.discovery.search.SearchData.PageViews Enum Reference

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
 

Detailed Description

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.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.discovery.search.SearchData.PageViews.PageViews ( long  minValue,
long  maxValue 
)

Definition at line 98 of file SearchData.java.

Member Function Documentation

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 PageViews org.sleuthkit.autopsy.discovery.search.SearchData.PageViews.fromPageViewCount ( long  count)
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 ( )

Member Data Documentation

final long org.sleuthkit.autopsy.discovery.search.SearchData.PageViews.maxValue
private

Definition at line 96 of file SearchData.java.

final long org.sleuthkit.autopsy.discovery.search.SearchData.PageViews.minValue
private

Definition at line 95 of file SearchData.java.

org.sleuthkit.autopsy.discovery.search.SearchData.PageViews.OVER_1000 =(1001, Long.MAX_VALUE)
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.


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

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