Autopsy  4.12.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Public Attributes | Private Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.coordinationservice.CoordinationService.CategoryNode Enum Reference

Public Member Functions

String getDisplayName ()
 

Public Attributes

 CASES =("cases")
 
 CENTRAL_REPO =("centralRepository")
 
 CONFIG =("config")
 
 HEALTH_MONITOR =("healthMonitor")
 
 MANIFESTS =("manifests")
 

Private Member Functions

 CategoryNode (String displayName)
 

Private Attributes

final String displayName
 

Detailed Description

Category nodes are the immediate children of the root node of a shared hierarchical namespace managed by a coordination service.

Definition at line 494 of file CoordinationService.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.coordinationservice.CoordinationService.CategoryNode.CategoryNode ( String  displayName)
private

Definition at line 504 of file CoordinationService.java.

Member Function Documentation

String org.sleuthkit.autopsy.coordinationservice.CoordinationService.CategoryNode.getDisplayName ( )

Member Data Documentation

org.sleuthkit.autopsy.coordinationservice.CoordinationService.CategoryNode.CASES =("cases")
org.sleuthkit.autopsy.coordinationservice.CoordinationService.CategoryNode.CENTRAL_REPO =("centralRepository")

Definition at line 499 of file CoordinationService.java.

org.sleuthkit.autopsy.coordinationservice.CoordinationService.CategoryNode.CONFIG =("config")

Definition at line 498 of file CoordinationService.java.

final String org.sleuthkit.autopsy.coordinationservice.CoordinationService.CategoryNode.displayName
private

Definition at line 502 of file CoordinationService.java.

org.sleuthkit.autopsy.coordinationservice.CoordinationService.CategoryNode.HEALTH_MONITOR =("healthMonitor")
org.sleuthkit.autopsy.coordinationservice.CoordinationService.CategoryNode.MANIFESTS =("manifests")

Definition at line 497 of file CoordinationService.java.


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

Copyright © 2012-2018 Basis Technology. Generated on: Wed Sep 18 2019
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.