Uses of Enum
com.uber.h3core.H3CoreLoader.OperatingSystem
Packages that use H3CoreLoader.OperatingSystem
-
Uses of H3CoreLoader.OperatingSystem in com.uber.h3core
Methods in com.uber.h3core that return H3CoreLoader.OperatingSystemModifier and TypeMethodDescriptionstatic H3CoreLoader.OperatingSystemReturns the enum constant of this type with the specified name.static H3CoreLoader.OperatingSystem[]H3CoreLoader.OperatingSystem.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.uber.h3core with parameters of type H3CoreLoader.OperatingSystemModifier and TypeMethodDescriptionstatic com.uber.h3core.NativeMethodsH3CoreLoader.loadNatives(H3CoreLoader.OperatingSystem os, String arch) For use when the H3 library should be unpacked from the JAR and loaded.static H3CoreH3Core.newInstance(H3CoreLoader.OperatingSystem os, String arch) Create by unpacking the H3 native library to disk and loading it.