Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for blockBucket (0.33 sec)

  1. src/runtime/mprof.go

    // creation, including its next and allnext links.
    //
    // No heap pointers.
    type bucket struct {
    	_       sys.NotInHeap
    	next    *bucket
    	allnext *bucket
    	typ     bucketType // memBucket or blockBucket (includes mutexProfile)
    	hash    uintptr
    	size    uintptr
    	nstk    uintptr
    }
    
    // A memRecord is the bucket data for a bucket of type memProfile,
    // part of the memory profile.
    type memRecord struct {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 17:57:37 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  2. docs/bucket/replication/setup_3site_replication.sh

    sleep 1
    
    echo "adding replication rule for olockbucket a -> b : ${remote_arn}"
    ./mc replicate add sitea/olockbucket/ \
    	--remote-bucket http://minio:minio123@127.0.0.1:9004/olockbucket \
    	--replicate "existing-objects,delete,delete-marker,replica-metadata-sync"
    sleep 1
    
    echo "adding replication rule for olockbucket b -> a : ${remote_arn}"
    ./mc replicate add siteb/olockbucket/ \
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon May 27 19:17:46 UTC 2024
    - 10.2K bytes
    - Viewed (0)
Back to top