|
Autopsy
4.21.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Public Member Functions | |
| void | clearCache () |
| boolean | containsKey (long key) |
| Boolean | getCombination (long key) |
| void | putCombination (long key, boolean value) |
Private Member Functions | |
| SolrIsFullyIndexedCache () | |
Private Attributes | |
| final LinkedHashMap< Long, Boolean > | cache |
Static Private Attributes | |
| static final int | CACHE_SIZE = 10 |
This class maintains a cache of last 10 solrHasFullyIndexedContent() requests sent to Solr.
Definition at line 727 of file ExtractedTextViewer.java.
|
private |
Definition at line 732 of file ExtractedTextViewer.java.
| void org.sleuthkit.autopsy.keywordsearch.ExtractedTextViewer.SolrIsFullyIndexedCache.clearCache | ( | ) |
Definition at line 749 of file ExtractedTextViewer.java.
Referenced by org.sleuthkit.autopsy.keywordsearch.ExtractedTextViewer.ExtractedTextViewer().
| boolean org.sleuthkit.autopsy.keywordsearch.ExtractedTextViewer.SolrIsFullyIndexedCache.containsKey | ( | long | key | ) |
Definition at line 753 of file ExtractedTextViewer.java.
Referenced by org.sleuthkit.autopsy.keywordsearch.ExtractedTextViewer.solrHasFullyIndexedContent().
| Boolean org.sleuthkit.autopsy.keywordsearch.ExtractedTextViewer.SolrIsFullyIndexedCache.getCombination | ( | long | key | ) |
Definition at line 745 of file ExtractedTextViewer.java.
Referenced by org.sleuthkit.autopsy.keywordsearch.ExtractedTextViewer.solrHasFullyIndexedContent().
| void org.sleuthkit.autopsy.keywordsearch.ExtractedTextViewer.SolrIsFullyIndexedCache.putCombination | ( | long | key, |
| boolean | value | ||
| ) |
Definition at line 741 of file ExtractedTextViewer.java.
Referenced by org.sleuthkit.autopsy.keywordsearch.ExtractedTextViewer.solrHasFullyIndexedContent().
|
private |
Definition at line 730 of file ExtractedTextViewer.java.
|
staticprivate |
Definition at line 729 of file ExtractedTextViewer.java.
Copyright © 2012-2024 Sleuth Kit Labs. Generated on: Mon Mar 17 2025
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.