Autopsy  4.8.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 453 of file CoordinationService.java.

Constructor & Destructor Documentation

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

Definition at line 463 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 458 of file CoordinationService.java.

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

Definition at line 457 of file CoordinationService.java.

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

Definition at line 461 of file CoordinationService.java.

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

Definition at line 456 of file CoordinationService.java.


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

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