aboutsummaryrefslogtreecommitdiffstats
path: root/node-admin/src/main/java/com/yahoo/vespa/hosted/node/admin/task/util/file/package-info.java
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
|
* Update 2018 copyright notices.gjoranv2021-10-071-1/+1
|
* Revert "Revert "Redefine task and its context""Håkon Hallingstad2018-01-231-0/+5
|
* Revert "Redefine task and its context"Håkon Hallingstad2018-01-231-5/+0
|
* Redefine task and its contextHåkon Hallingstad2018-01-221-0/+5
After discussions with bratseth, we'll not organize tasks in a tree structure, and instead have tasks mostly 1:1 with components. Tasks are put in chains, and may have ordering constraints between them that the chain resolves. The FileSystem API has been removed and instead use the raw java NIO FileSystem, and use Jimfs to mock FileSystem in tests. NodeAdminStateUpdater has been made an interface, since the HTTP request handler needs to delegate to it when getting requests. Much of the public HTTP API will get internalized with standalone NodeAdmin.