- Sort Score
- Result 10 results
- Languages All
Results 21 - 23 of 23 for setInfo (0.08 sec)
-
cmd/peer-rest-client.go
return resp.ValueOrZero(), err } // GetNetInfo - fetch network information for a remote node. func (client *peerRESTClient) GetNetInfo(ctx context.Context) (info madmin.NetInfo, err error) { resp, err := getNetInfoRPC.Call(ctx, client.gridConn(), grid.NewMSS()) return resp.ValueOrZero(), err } // GetPartitions - fetch disk partition information for a remote node.
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Mon Sep 09 16:58:30 UTC 2024 - 26.1K bytes - Viewed (0) -
api/go1.5.txt
pkg math/big, method (*Float) Rat(*Rat) (*Rat, Accuracy) pkg math/big, method (*Float) Set(*Float) *Float pkg math/big, method (*Float) SetFloat64(float64) *Float pkg math/big, method (*Float) SetInf(bool) *Float pkg math/big, method (*Float) SetInt(*Int) *Float pkg math/big, method (*Float) SetInt64(int64) *Float pkg math/big, method (*Float) SetMantExp(*Float, int) *Float
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Thu Jul 30 21:14:09 UTC 2015 - 46.6K bytes - Viewed (0) -
cmd/xl-storage.go
return s, nil } // getDiskInfo returns given disk information. func getDiskInfo(drivePath string) (di disk.Info, rootDrive bool, err error) { if err = checkPathLength(drivePath); err == nil { di, err = disk.GetInfo(drivePath, false) if !globalIsCICD && !globalIsErasureSD { if globalRootDiskThreshold > 0 { // Use MINIO_ROOTDISK_THRESHOLD_SIZE to figure out if // this disk is a root disk. treat those disks with
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Sat Oct 26 09:58:27 UTC 2024 - 91.3K bytes - Viewed (0)