public class Utils extends Object
Constructor and Description |
---|
Utils() |
Modifier and Type | Method and Description |
---|---|
static ConcurrentHashMap<String,String> |
getSystemProperties() |
static void |
setSystemProperties(ConcurrentHashMap<String,String> settings) |
static long |
timeStringAs(String str,
TimeUnit unit) |
static long |
timeStringAsMs(String str) |
static long |
timeStringAsSec(String str) |
public static ConcurrentHashMap<String,String> getSystemProperties()
public static void setSystemProperties(ConcurrentHashMap<String,String> settings)
public static long timeStringAsMs(String str)
public static long timeStringAsSec(String str)
Copyright © 2024 PingCAP. All rights reserved.