Uses of Class
ai.dat.core.configuration.MemorySize
Packages that use MemorySize
-
Uses of MemorySize in ai.dat.core.configuration
Fields in ai.dat.core.configuration declared as MemorySizeModifier and TypeFieldDescriptionstatic final MemorySizeMemorySize.MAX_VALUEstatic final MemorySizeMemorySize.ZEROMethods in ai.dat.core.configuration that return MemorySizeModifier and TypeMethodDescriptionMemorySize.add(MemorySize that) MemorySize.divide(long by) MemorySize.multiply(double multiplier) static MemorySizeMemorySize.ofMebiBytes(long mebiBytes) static MemorySizeParses the given string as as MemorySize.static MemorySizeMemorySize.parse(String text, MemorySize.MemoryUnit defaultUnit) Parses the given string with a default unit.MemorySize.subtract(MemorySize that) Methods in ai.dat.core.configuration that return types with arguments of type MemorySizeModifier and TypeMethodDescriptionConfigOptions.OptionBuilder.memoryType()Defines that the value of the option should be ofMemorySizetype.Methods in ai.dat.core.configuration with parameters of type MemorySizeModifier and TypeMethodDescriptionMemorySize.add(MemorySize that) intMemorySize.compareTo(MemorySize that) MemorySize.subtract(MemorySize that)