public class MesosNativeLibrary extends Object
Modifier and Type | Class and Description |
---|---|
static class |
MesosNativeLibrary.Version
Represent a 'libmesos' version with Major, Minor, and Patch versions.
|
Constructor and Description |
---|
MesosNativeLibrary() |
Modifier and Type | Method and Description |
---|---|
static void |
load() |
static void |
load(String path)
Attempts to load the native library (if it was not previously loaded)
from the given path.
|
static MesosNativeLibrary.Version |
version()
Returns the version of the native loaded library, or throws a
runtime exception if the library is not loaded.
|
public static final String VERSION
public static void load(String path)
public static void load()
public static MesosNativeLibrary.Version version()
Copyright © 2017 The Apache Software Foundation. All Rights Reserved.