We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b63c8e4 commit e31e08cCopy full SHA for e31e08c
objectbox-java/src/main/java/io/objectbox/BoxStore.java
@@ -434,7 +434,7 @@ public static boolean isDatabaseOpen(File directory) throws IOException {
434
* @return Kb value or 0 on failure
435
*/
436
@Experimental
437
- static long sysProcMeminfoKb(String key) {
+ public static long sysProcMeminfoKb(String key) {
438
return nativeSysProcMeminfoKb(key);
439
}
440
@@ -456,7 +456,7 @@ static long sysProcMeminfoKb(String key) {
456
457
458
459
- static long sysProcStatusKb(String key) {
+ public static long sysProcStatusKb(String key) {
460
return nativeSysProcStatusKb(key);
461
462
0 commit comments