Uses of Class
io.activej.common.MemSize
Packages that use MemSize
-
Uses of MemSize in io.activej.common
Fields in io.activej.common declared as MemSizeMethods in io.activej.common that return MemSizeModifier and TypeMethodDescriptionstatic @NotNull MemSizeMemSize.bytes(long bytes) Creates aMemSizeof n bytesstatic MemSizeApplicationSettings.getMemSize(Class<?> type, String name, MemSize defValue) Retrieves aMemSizesettingstatic @NotNull MemSizeMemSize.gigabytes(long gigabytes) Creates aMemSizeof n gigabytesstatic @NotNull MemSizeMemSize.kilobytes(long kilobytes) Creates aMemSizeof n kilobytes@NotNull MemSizeMemSize.map(@NotNull LongUnaryOperator fn) static @NotNull MemSizeMemSize.megabytes(long megabytes) Creates aMemSizeof n megabytesstatic @NotNull MemSizeMemSize.of(long bytes) Creates aMemSizeof n bytesstatic MemSizeStringFormatUtils.parseMemSize(String string) static @NotNull MemSizeMemSize.terabytes(long terabytes) Creates aMemSizeof n terabytesstatic @NotNull MemSizeMethods in io.activej.common with parameters of type MemSize