Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Balkan (0.48 sec)

  1. cmd/tier-journal.go

    	"errors"
    	"fmt"
    	"io"
    	"os"
    	"path/filepath"
    	"sync"
    	"time"
    
    	"github.com/minio/minio/internal/logger"
    )
    
    //go:generate msgp -file $GOFILE -unexported
    //msgp:ignore TierJournal tierDiskJournal walkfn
    
    type tierDiskJournal struct {
    	sync.RWMutex
    	diskPath string
    	file     *os.File // active journal file
    }
    
    // TierJournal holds an in-memory and an on-disk delete journal of tiered content.
    Go
    - Registered: Sun Feb 25 19:28:16 GMT 2024
    - Last Modified: Thu Jan 18 07:03:17 GMT 2024
    - 7.4K bytes
    - Viewed (0)
  2. CREDITS

          file or class name and description of purpose be included on the
          same "printed page" as the copyright notice for easier
          identification within third-party archives.
    
       Copyright 2022 Alan Shreve (@inconshreveable)
    
       Licensed under the Apache License, Version 2.0 (the "License");
       you may not use this file except in compliance with the License.
       You may obtain a copy of the License at
    
    Plain Text
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Fri Apr 26 06:31:35 GMT 2024
    - 1.6M bytes
    - Viewed (0)
Back to top