public final class ClientContext extends Object
Modifier and Type | Method and Description |
---|---|
static ClientMetrics |
getClientMetrics() |
static TachyonConf |
getConf() |
static ExecutorService |
getExecutorService() |
static InetSocketAddress |
getMasterAddress() |
static long |
getRandomNonNegativeLong() |
static void |
reset()
Initializes the client context singleton.
|
static void |
reset(TachyonConf conf)
Initializes the client context singleton with a given conf.
|
public static void reset()
public static void reset(TachyonConf conf)
public static TachyonConf getConf()
public static ClientMetrics getClientMetrics()
public static InetSocketAddress getMasterAddress()
public static long getRandomNonNegativeLong()
public static ExecutorService getExecutorService()
Copyright © 2015. All Rights Reserved.