- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for file_descriptor (0.06 sec)
-
src/main/java/org/codelibs/fess/app/web/api/admin/stats/ApiAdminStatsAction.java
final ProcessProbe processProbe = ProcessProbe.getInstance(); final ProcessFileDescriptorObj processFileDescriptorObj = new ProcessFileDescriptorObj(); processObj.fileFescriptor = processFileDescriptorObj; processFileDescriptorObj.open = processProbe.getOpenFileDescriptorCount(); processFileDescriptorObj.max = processProbe.getMaxFileDescriptorCount();
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 12.1K bytes - Viewed (0) -
CHANGELOG.md
* New: `Cookie.newBuilder()` to build upon an existing cookie. * New: Use TLSv1.3 when running on JDK 8u261 or newer. * New: `QueueDispatcher.clear()` may be used to reset a MockWebServer instance. * New: `FileDescriptor.toRequestBody()` may be particularly useful for users of Android's Storage Access Framework. * Upgrade: [Kotlin 1.5.31][kotlin_1_5_31]. * Upgrade: [Okio 3.0.0][okio_3_0_0]. ## Version 5.0.0-alpha.2
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Thu Apr 18 01:31:39 UTC 2024 - 21.4K bytes - Viewed (0)