Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for snapshots (3.61 sec)

  1. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        /** The key of the configuration. e.g. 500ms */
        String CRAWLER_HOTTHREAD_INTERVAL = "crawler.hotthread.interval";
    
        /** The key of the configuration. e.g. 10 */
        String CRAWLER_HOTTHREAD_SNAPSHOTS = "crawler.hotthread.snapshots";
    
        /** The key of the configuration. e.g. 3 */
        String CRAWLER_HOTTHREAD_THREADS = "crawler.hotthread.threads";
    
        /** The key of the configuration. e.g. 30s */
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Apr 11 02:34:53 GMT 2024
    - 459.2K bytes
    - Viewed (5)
  2. CHANGELOG/CHANGELOG-1.8.md

        * A sample DaemonSet to deploy Flexvolume drivers is now available.
    
    * [prototype] Volume snapshots
    
      * You can now create a volume snapshot by calling the Kubernetes API.
    
      * Note that the prototype does not support quiescing before snapshot, so snapshots might be inconsistent.
    
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Tue Feb 20 15:45:02 GMT 2024
    - 312.2K bytes
    - Viewed (1)
  3. ChangeLog.md

    - [`KT-59826`](https://youtrack.jetbrains.com/issue/KT-59826) Update SimpleKotlinGradleIT#testProjectIsolation to run on Gradle 8
    - [`KT-57565`](https://youtrack.jetbrains.com/issue/KT-57565) Add ability to capture classpath snapshots via the build-tools-api
    - [`KT-51964`](https://youtrack.jetbrains.com/issue/KT-51964) Optimize `kotlin.incremental.useClasspathSnapshot` feature to improve incremental Kotlin compilation
    Plain Text
    - Registered: Fri May 03 08:18:13 GMT 2024
    - Last Modified: Thu Dec 21 17:48:12 GMT 2023
    - 268.7K bytes
    - Viewed (1)
  4. common-protos/k8s.io/api/core/v1/generated.proto

      // Value of Filesystem is implied when not included in claim spec.
      // +optional
      optional string volumeMode = 6;
    
      // dataSource field can be used to specify either:
      // * An existing VolumeSnapshot object (snapshot.storage.k8s.io/VolumeSnapshot)
      // * An existing PVC (PersistentVolumeClaim)
      // If the provisioner or an external controller can support the specified data source,
    Plain Text
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 255.8K bytes
    - Viewed (0)
Back to top