Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for DirectorySnapshotterStatistics (0.58 sec)

  1. platforms/core-execution/snapshots/src/main/java/org/gradle/internal/vfs/impl/DefaultFileSystemAccess.java

    import org.gradle.internal.snapshot.RegularFileSnapshot;
    import org.gradle.internal.snapshot.SnapshottingFilter;
    import org.gradle.internal.snapshot.impl.DirectorySnapshotter;
    import org.gradle.internal.snapshot.impl.DirectorySnapshotterStatistics;
    import org.gradle.internal.snapshot.impl.FileSystemSnapshotFilter;
    import org.gradle.internal.vfs.FileSystemAccess;
    import org.gradle.internal.vfs.VirtualFileSystem;
    import org.slf4j.Logger;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 26 16:02:35 UTC 2024
    - 11.1K bytes
    - Viewed (0)
  2. platforms/core-execution/build-cache-example-client/src/main/java/org/gradle/caching/example/BuildCacheClientModule.java

        }
    
        @Provides
        Interner<String> createStringInterner() {
            return Interners.newWeakInterner();
        }
    
        @Provides
        DirectorySnapshotterStatistics.Collector creaetDirectorySnapshotterStatisticsCollector() {
            return new DirectorySnapshotterStatistics.Collector();
        }
    
        @Provides
        FileMetadataAccessor createFileMetadataAccessor() {
            return new NioFileMetadataAccessor();
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 17 07:11:58 UTC 2024
    - 18.1K bytes
    - Viewed (0)
  3. subprojects/core/src/main/java/org/gradle/internal/service/scopes/VirtualFileSystemServices.java

                return new FileHasherStatistics.Collector();
            }
    
            @Provides
            DirectorySnapshotterStatistics.Collector createDirectorySnapshotterStatisticsCollector() {
                return new DirectorySnapshotterStatistics.Collector();
            }
        }
    
        @VisibleForTesting
        static class GradleUserHomeServices implements ServiceRegistrationProvider {
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 27 12:34:44 UTC 2024
    - 20.4K bytes
    - Viewed (0)
  4. platforms/core-execution/snapshots/src/main/java/org/gradle/internal/snapshot/impl/DirectorySnapshotter.java

        private final Interner<String> stringInterner;
        private final DefaultExcludes defaultExcludes;
        private final DirectorySnapshotterStatistics.Collector collector;
    
        public DirectorySnapshotter(FileHasher hasher, Interner<String> stringInterner, Collection<String> defaultExcludes, DirectorySnapshotterStatistics.Collector collector) {
            this.hasher = hasher;
            this.stringInterner = stringInterner;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 24.4K bytes
    - Viewed (0)
  5. platforms/core-runtime/launcher/src/main/java/org/gradle/tooling/internal/provider/LauncherServices.java

    import org.gradle.internal.session.BuildSessionActionExecutor;
    import org.gradle.internal.snapshot.CaseSensitivity;
    import org.gradle.internal.snapshot.ValueSnapshotter;
    import org.gradle.internal.snapshot.impl.DirectorySnapshotterStatistics;
    import org.gradle.internal.time.Clock;
    import org.gradle.internal.time.Time;
    import org.gradle.internal.watch.vfs.BuildLifecycleAwareVirtualFileSystem;
    import org.gradle.internal.watch.vfs.FileChangeListeners;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jun 05 13:01:53 UTC 2024
    - 12.9K bytes
    - Viewed (0)
  6. subprojects/core/src/testFixtures/groovy/org/gradle/api/internal/file/TestFiles.java

    import org.gradle.internal.resource.local.FileResourceRepository;
    import org.gradle.internal.service.scopes.Scope;
    import org.gradle.internal.snapshot.CaseSensitivity;
    import org.gradle.internal.snapshot.impl.DirectorySnapshotterStatistics;
    import org.gradle.internal.time.Time;
    import org.gradle.internal.vfs.FileSystemAccess;
    import org.gradle.internal.vfs.VirtualFileSystem;
    import org.gradle.internal.vfs.impl.DefaultFileSystemAccess;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 16 15:50:55 UTC 2024
    - 11.2K bytes
    - Viewed (0)
  7. platforms/core-execution/file-watching/src/test/groovy/org/gradle/internal/watch/registry/impl/AbstractFileWatcherUpdaterTest.groovy

    import org.gradle.internal.snapshot.RegularFileSnapshot
    import org.gradle.internal.snapshot.SnapshotHierarchy
    import org.gradle.internal.snapshot.impl.DirectorySnapshotter
    import org.gradle.internal.snapshot.impl.DirectorySnapshotterStatistics
    import org.gradle.internal.vfs.impl.AbstractVirtualFileSystem
    import org.gradle.internal.vfs.impl.DefaultSnapshotHierarchy
    import org.gradle.internal.watch.registry.FileWatcherProbeRegistry
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jan 25 15:08:33 UTC 2024
    - 21.5K bytes
    - Viewed (0)
  8. platforms/core-execution/snapshots/src/test/groovy/org/gradle/internal/vfs/impl/DefaultSnapshotHierarchyTest.groovy

    import org.gradle.internal.snapshot.RegularFileSnapshot
    import org.gradle.internal.snapshot.SnapshotHierarchy
    import org.gradle.internal.snapshot.impl.DirectorySnapshotter
    import org.gradle.internal.snapshot.impl.DirectorySnapshotterStatistics
    import org.gradle.test.fixtures.file.TestNameTestDirectoryProvider
    import org.junit.Assume
    import org.junit.Rule
    import spock.lang.Specification
    
    import java.util.stream.Collectors
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Nov 22 09:41:32 UTC 2023
    - 32.4K bytes
    - Viewed (0)
  9. platforms/core-execution/snapshots/src/test/groovy/org/gradle/internal/snapshot/impl/DirectorySnapshotterTest.groovy

        @Rule
        public final TestNameTestDirectoryProvider tmpDir = new TestNameTestDirectoryProvider(getClass())
    
        def fileHasher = new TestFileHasher()
        def statisticsCollector = Stub(DirectorySnapshotterStatistics.Collector)
        def directorySnapshotter = new DirectorySnapshotter(fileHasher, new StringInterner(), [], statisticsCollector)
        List<FileSystemLocationSnapshot> unfilteredSubsnapshots = []
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Nov 22 09:41:32 UTC 2023
    - 23.6K bytes
    - Viewed (0)
Back to top