Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getFailedFiles (0.1 sec)

  1. platforms/core-execution/snapshots/src/main/java/org/gradle/internal/snapshot/impl/DirectorySnapshotterStatistics.java

         */
        long getVisitedDirectoryCount();
    
        /**
         * The number of visited files.
         */
        long getVisitedFiles();
    
        /**
         * The number of files we failed to visit.
         */
        long getFailedFiles();
    
        @ServiceScope(Scope.Global.class)
        class Collector {
            private final AtomicLong hierarchyCount = new AtomicLong();
            private final AtomicLong directoryCount = new AtomicLong();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 17 00:47:05 UTC 2024
    - 4.9K bytes
    - Viewed (0)
Back to top