- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 743 for irides (0.28 sec)
-
compiler/backend-common/src/org/jetbrains/kotlin/backend/common/bridges/bridges.kt
if (fake) { // If it's a concrete fake override, some of the bridges may be inherited from the super-classes. Specifically, bridges for all // declarations that are reachable from all concrete immediate super-functions of the given function. Note that all such bridges are // guaranteed to delegate to the same implementation as bridges for the given function, that's why it's safe to inherit them
Plain Text - Registered: 2023-06-29 22:51 - Last Modified: 2020-04-01 19:59 - 5.8K bytes - Viewed (0) -
compiler/testData/codegen/box/specialBuiltins/bridges.kt
Vladimir Sukharev <******@****.***> 1687507633 +0000
Plain Text - Registered: 2023-06-29 22:51 - Last Modified: 2023-06-23 08:07 - 2.4K bytes - Viewed (0) -
docs/erasure/README.md
drives. Therefore, the number of drives you present must be a multiple of one of these numbers. Each object is written to a single erasure-coding set. Minio uses the largest possible EC set size which divides into the number of drives given. For example, *18 drives* are configured as *2 sets of 9 drives*, and *24 drives* are configured as *2 sets of 12 drives*. This is true for scenarios when running MinIO as a standalone erasure coded deployment. In [distributed setup however node (affinity)...
Plain Text - Registered: 2023-09-24 19:28 - Last Modified: 2022-09-29 04:28 - 4.1K bytes - Viewed (0) -
vendor/github.com/cenkalti/backoff/v4/tries.go
Davanum Srinivas <******@****.***> 1663437856 -0400
Go - Registered: 2023-07-03 16:05 - Last Modified: 2022-09-18 01:47 - 724 bytes - Viewed (0) -
docs/distributed/README.md
A stand-alone MinIO server would go down if the server hosting the drives goes offline. In contrast, a distributed MinIO setup with _m_ servers and _n_ drives will have your data safe as long as _m/2_ servers or _m*n_/2 or more drives are online. For example, an 16-server distributed setup with 200 drives per node would continue serving files, up to 4 servers can be offline in default configuration i.e around 800 drives down MinIO would continue to read and write objects.
Plain Text - Registered: 2023-09-24 19:28 - Last Modified: 2023-08-15 23:04 - 8.8K bytes - Viewed (0) -
docs/metrics/prometheus/list.md
| `minio_cluster_drive_offline_total` | Total drives offline in this cluster. | | `minio_cluster_drive_online_total` | Total drives online in this cluster. |
Plain Text - Registered: 2023-09-24 19:28 - Last Modified: 2023-09-14 06:26 - 34.1K bytes - Viewed (0) -
subprojects/docs/src/docs/userguide/img/userguide-ides.png
userguide-ides.png...
PNG Image - Registered: 2023-06-30 16:46 - Last Modified: 2023-06-06 16:52 - 57.7K bytes - Viewed (0) -
vendor/go.etcd.io/bbolt/node.go
index := sort.Search(len(n.inodes), func(i int) bool { return bytes.Compare(n.inodes[i].key, oldKey) != -1 }) // Add capacity and shift nodes if we don't have an exact match and need to insert. exact := (len(n.inodes) > 0 && index < len(n.inodes) && bytes.Equal(n.inodes[index].key, oldKey)) if !exact { n.inodes = append(n.inodes, inode{}) copy(n.inodes[index+1:], n.inodes[index:]) } inode := &n.inodes[index]
Go - Registered: 2023-07-03 16:05 - Last Modified: 2023-05-03 03:00 - 16.1K bytes - Viewed (0) -
subprojects/docs-asciidoctor-extensions-base/src/test/groovy/org/gradle/docs/asciidoctor/GuidesContributeIncludeProcessorTest.groovy
then: content.contains('Please <a href="https://github.com/gradle/guides/issues/new">add an issue</a> or pull request to <a href="https://github.com/gradle/guides">gradle/guides</a>') } def "defaults repo to gradle/guides and issue to blank url when repo-path attribute is defined"() { given: String asciidocContent = """ |= Doctitle |
Groovy - Registered: 2023-06-30 16:46 - Last Modified: 2022-12-21 16:39 - 3.5K bytes - Viewed (0) -
docs/erasure/storage-class/README.md
on 16 drive MinIO deployment. If you use eight data and eight parity drives, the file space usage will be approximately twice, i.e. 100 MiB file will take 200 MiB space. But, if you use ten data and six parity drives, same 100 MiB file takes around 160 MiB. If you use 14 data and two parity drives, 100 MiB file takes only approximately 114 MiB.
Plain Text - Registered: 2023-09-24 19:28 - Last Modified: 2023-08-15 23:04 - 5.8K bytes - Viewed (0)