| Package | Description |
|---|---|
| com.uber.h3core |
| Modifier and Type | Method and Description |
|---|---|
static H3CoreLoader.OperatingSystem |
H3CoreLoader.OperatingSystem.valueOf(String name)
Returns 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.
|
| Modifier and Type | Method and Description |
|---|---|
static com.uber.h3core.NativeMethods |
H3CoreLoader.loadNatives(H3CoreLoader.OperatingSystem os,
String arch)
For use when the H3 library should be unpacked from the JAR and loaded.
|
static H3Core |
H3Core.newInstance(H3CoreLoader.OperatingSystem os,
String arch)
Create by unpacking the H3 native library to disk and loading it.
|
Copyright © 2019 Uber Open Source. All rights reserved.