- Sort Score
- Result 10 results
- Languages All
Results 561 - 570 of 615 for sata (0.03 sec)
-
Range.java
Comparable<UnrelatedType>} is very broken, and will cause L87: * undefined horrible things to happen in {@code Range}. For now, the Range API does not L88: * prevent its use, because this would also rule out all ungenerified (pre-JDK1.5) data types. L89: * <b>This may change in the future.</b> L90: * </ul> L91: * L92: * <h3>Other notes</h3> L93: * L94: * <ul> L95: * <li>All ranges are shallow-immutable. L96: * <li>Instances of this type are obtained using the static factory methods...github.com/google/guava/guava/src/com/google/co...Wed Oct 16 17:21:56 UTC 2024 27.8K bytes -
CHANGELOG-1.32.md
Locking the feature custom profiling in kubectl debug to true. ([#127187](https://github.com/kubernetes/kubernetes/pull/127187), [@ardaguclu](https://github.com/ardaguclu)) [SIG CLI and Testing] L157:- New implementation of watch cache using btree data structure. Implementation is not enabled yet. ([#126754](https://github.com/kubernetes/kubernetes/pull/126754), [@serathius](https://github.com/serathius)) [SIG API Machinery, Auth, Cloud Provider and Etcd] L158:- Promote SizeMemoryBackedVolumes to...github.com/kubernetes/kubernetes/CHANGELOG/CHAN...Tue Oct 29 20:17:52 UTC 2024 121.6K bytes -
CHANGELOG-1.10.md
([#60301](https://github.com/kubernetes/kubernetes/pull/60301), [@tnozicka](https://github.com/tnozicka)) L1503: L1504:* ConfigMap objects now support binary data via a new `binaryData` field. When using `kubectl create configmap --from-file`, files containing non-UTF8 data will be placed in this new field in order to preserve the non-UTF8 data. Note that kubectl's `--append-hash` feature doesn't take `binaryData` into account. Use of this feature requires 1.10+ apiserver and kubelets. ([#57938](h...github.com/kubernetes/kubernetes/CHANGELOG/CHAN...Thu May 05 13:44:43 UTC 2022 341.8K bytes -
MinMaxPriorityQueue.java
on the <a L77: * href="http://portal.acm.org/citation.cfm?id=6621">min-max heap</a> developed by Atkinson, et al. L78: * Unlike many other double-ended priority queues, it stores elements in a single array, as compact L79: * as the traditional heap data structure used in {@link PriorityQueue}. L80: * L81: * <p>This class is not thread-safe, and does not accept null elements. L82: * L83: * <p><i>Performance notes:</i> L84: * L85: * <ul> L86: * <li>If you only access one end of the queue, and do use...github.com/google/guava/guava/src/com/google/co...Wed Oct 30 16:15:19 UTC 2024 34.1K bytes -
CompactHashSet.java
L191: * elements.length) are all {@code null}. L192: */ L193: @VisibleForTesting @CheckForNull transient @Nullable Object[] elements; L194: L195: /** L196: * Keeps track of metadata like the number of hash table bits and modifications of this data L197: * structure (to make it possible to throw ConcurrentModificationException in the iterator). Note L198: * that we choose not to make this volatile, so we do less of a "best effort" to track such L199: * errors, for better performance. L200:...github.com/google/guava/guava/src/com/google/co...Fri Oct 18 20:24:49 UTC 2024 24.9K bytes -
CHANGELOG-1.8.md
ka](https://github.com/aleksandra-malinowska)) L276:* Add --no-negcache flag to kube-dns to prevent caching of NXDOMAIN responses. ([#66036](https://github.com/kubernetes/kubernetes/pull/66036), [@prameshj](https://github.com/prameshj)) L277:* fix data loss issue if using existing azure disk with partitions in disk mount ([#63270](https://github.com/kubernetes/kubernetes/pull/63270), [@andyzhangx](https://github.com/andyzhangx)) L278:* Fixed API server panic during concurrent GET or LIST requests...github.com/kubernetes/kubernetes/CHANGELOG/CHAN...Tue Feb 20 15:45:02 UTC 2024 312.2K bytes -
CHANGELOG-1.11.md
pull/64665), [@stealthybox](https://github.com/stealthybox)) L2003:* fix data loss issue if using existing azure disk with partitions in disk mount ([#63270](https://github.com/kubernetes/kubernetes/pull/63270), [@andyzhangx](https://github.com/andyzhangx)) L2004:* Meta data of CustomResources is now pruned and schema checked during deserialization of requests and when read from etcd. In the former case, invalid meta data is rejected, in the later it is dropped from the CustomResource objects. ...github.com/kubernetes/kubernetes/CHANGELOG/CHAN...Thu Feb 06 06:04:15 UTC 2020 328.4K bytes -
MapMakerInternalMap.java
supports non-blocking reads and concurrent writes L87: * across different segments. L88: * L89: * The page replacement algorithm's data structures are kept casually consistent with the map. The L90: * ordering of writes to a segment is sequentially consistent. An update to the map and recording L91: * of reads may not be immediately reflected on the algorithm's data structures. These structures L92: * are guarded by a lock and operations are applied in batches to avoid lock contention. The L93:...github.com/google/guava/android/guava/src/com/g...Fri Oct 18 20:24:49 UTC 2024 90.8K bytes -
InetAddresses.java
ress ip) { L733: checkArgument(is6to4Address(ip), "Address '%s' is not a 6to4 address.", toAddrString(ip)); L734: L735: return getInet4Address(Arrays.copyOfRange(ip.getAddress(), 2, 6)); L736: } L737: L738: /** L739: * A simple immutable data class to encapsulate the information to be found in a Teredo address. L740: * L741: * <p>All of the fields in this class are encoded in various portions of the IPv6 address as part L742: * of the protocol. More protocols details can be found...github.com/google/guava/guava/src/com/google/co...Sat Oct 19 00:26:48 UTC 2024 47.1K bytes -
ImmutableSetMultimap.java
iteration ordering of the {@code L413: * multimap.asMap()} view. Repeated occurrences of an entry in the multimap after the first are L414: * ignored. L415: * L416: * <p>Despite the method name, this method attempts to avoid actually copying the data when it is L417: * safe to do so. The exact circumstances under which a copy will or will not be performed are L418: * undocumented and subject to change. L419: * L420: * @throws NullPointerException if any key or value in {@code multimap}...github.com/google/guava/guava/src/com/google/co...Sat Oct 19 00:05:46 UTC 2024 25.9K bytes