Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for Wheeling (0.29 sec)

  1. cmd/bucket-replication.go

    	ReplicateIncomingDelete = "replicate:incoming:delete"
    
    	// ReplicateHeal - audit trail for healing of failed/pending replications
    	ReplicateHeal = "replicate:heal"
    	// ReplicateHealDelete - audit trail of healing of failed/pending delete replications.
    	ReplicateHealDelete = "replicate:heal:delete"
    )
    
    var (
    	globalReplicationPool  *ReplicationPool
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Mon Apr 22 17:49:30 GMT 2024
    - 112.2K bytes
    - Viewed (1)
  2. cmd/metrics-v2.go

    		Help:      "Objects for which healing failed in current self healing run",
    		Type:      gaugeMetric,
    	}
    }
    
    func getHealLastActivityTimeMD() MetricDescription {
    	return MetricDescription{
    		Namespace: healMetricNamespace,
    		Subsystem: timeSubsystem,
    		Name:      lastActivityTime,
    		Help:      "Time elapsed (in nano seconds) since last self healing activity.",
    		Type:      gaugeMetric,
    	}
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Thu Apr 25 22:01:31 GMT 2024
    - 132.6K bytes
    - Viewed (0)
  3. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    it off.
    
         *       *       *       *       *       *       *
    
             *       *       *       *       *       *
    
         *       *       *       *       *       *       *
    
      `What a curious feeling!' said Alice; `I must be shutting up
    like a telescope.'
    
      And so it was indeed:  she was now only ten inches high, and
    her face brightened up at the thought that she was now the right
    Plain Text
    - Registered: Fri Apr 12 12:43:09 GMT 2024
    - Last Modified: Mon Oct 29 21:35:03 GMT 2012
    - 145.2K bytes
    - Viewed (0)
  4. cmd/storage-datatypes_gen.go

    		err = msgp.WrapError(err, "FSType")
    		return
    	}
    	z.RootDisk, err = dc.ReadBool()
    	if err != nil {
    		err = msgp.WrapError(err, "RootDisk")
    		return
    	}
    	z.Healing, err = dc.ReadBool()
    	if err != nil {
    		err = msgp.WrapError(err, "Healing")
    		return
    	}
    	z.Scanning, err = dc.ReadBool()
    	if err != nil {
    		err = msgp.WrapError(err, "Scanning")
    		return
    	}
    	z.Endpoint, err = dc.ReadString()
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Tue Apr 23 17:15:52 GMT 2024
    - 127.5K bytes
    - Viewed (0)
  5. cmd/site-replication.go

    			}
    
    			info.Buckets[bucket] = bms
    		}
    	}
    
    	if opts.Users && opts.Groups && opts.Policies && !opts.Buckets {
    		// serialize SiteReplicationMetaInfo calls - if data in cache is within
    		// healing interval, avoid fetching IAM data again from disk.
    		if metaInfo, ok := c.getSRCachedIAMInfo(); ok {
    			return metaInfo, nil
    		}
    	}
    	if opts.Policies || opts.Entity == madmin.SRPolicyEntity {
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Thu Apr 25 15:50:16 GMT 2024
    - 184.1K bytes
    - Viewed (1)
  6. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    it off.
    
         *       *       *       *       *       *       *
    
             *       *       *       *       *       *
    
         *       *       *       *       *       *       *
    
      `What a curious feeling!' said Alice; `I must be shutting up
    like a telescope.'
    
      And so it was indeed:  she was now only ten inches high, and
    her face brightened up at the thought that she was now the right
    Plain Text
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Fri Apr 21 02:27:51 GMT 2017
    - 145.2K bytes
    - Viewed (0)
  7. android/guava-tests/test/com/google/common/util/concurrent/FuturesTest.java

        // changes
        holder.value = 3;
        assertEquals(6, getDone(transformedFuture).intValue());
        assertEquals(7, adder.apply(4).intValue());
    
        // Once more, with feeling.
        holder.value = 4;
        assertEquals(6, getDone(transformedFuture).intValue());
        assertEquals(8, adder.apply(4).intValue());
    
        // Memoized get also retains the value.
    Java
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Tue Feb 20 17:00:05 GMT 2024
    - 144.5K bytes
    - Viewed (0)
  8. guava-tests/test/com/google/common/util/concurrent/FuturesTest.java

        // changes
        holder.value = 3;
        assertEquals(6, getDone(transformedFuture).intValue());
        assertEquals(7, adder.apply(4).intValue());
    
        // Once more, with feeling.
        holder.value = 4;
        assertEquals(6, getDone(transformedFuture).intValue());
        assertEquals(8, adder.apply(4).intValue());
    
        // Memoized get also retains the value.
    Java
    - Registered: Fri Apr 12 12:43:09 GMT 2024
    - Last Modified: Tue Feb 20 17:00:05 GMT 2024
    - 144.5K bytes
    - Viewed (0)
Back to top