Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for One (0.13 sec)

  1. cmd/bucket-lifecycle.go

    // that were missed since there were no available workers.
    func (e *expiryStats) MissedTierJournalTasks() int64 {
    	return e.missedTierJournalTasks.Load()
    }
    
    // NumWorkers returns the number of active workers executing one of ILM expiry
    // tasks or free version collection tasks.
    func (e *expiryStats) NumWorkers() int32 {
    	return e.workers.Load()
    }
    
    type expiryOp interface {
    	OpHash() uint64
    }
    
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Wed Apr 17 05:09:58 GMT 2024
    - 33.1K bytes
    - Viewed (0)
Back to top