- get(Object) - Method in class azkaban.utils.Props
-
Return value if available in current Props otherwise return from parent
- getBoolean(String, boolean) - Method in class azkaban.utils.Props
-
Returns true if the value equals "true".
- getBoolean(String) - Method in class azkaban.utils.Props
-
Returns true if the value equals "true".
- getClass(String) - Method in class azkaban.utils.Props
-
Attempts to return the Class that corresponds to the Props value.
- getClass(String, boolean, ClassLoader) - Method in class azkaban.utils.Props
-
- getClass(String, Class<?>) - Method in class azkaban.utils.Props
-
Gets the class from the Props.
- getDouble(String, double) - Method in class azkaban.utils.Props
-
Returns the double representation of the value.
- getDouble(String) - Method in class azkaban.utils.Props
-
Returns the double representation of the value.
- getEarliestAncestor() - Method in class azkaban.utils.Props
-
Get the Root Props Object
- getFlattened() - Method in class azkaban.utils.Props
-
Returns a new constructed map of all the flattened properties, the item in the returned
map is sorted alphabetically by the key value.
- getHashBytes(String) - Method in enum azkaban.utils.HashUtils
-
- getHashBytes(File) - Method in enum azkaban.utils.HashUtils
-
- getHashStr(String) - Method in enum azkaban.utils.HashUtils
-
- getHashStr(File) - Method in enum azkaban.utils.HashUtils
-
- getInstance(Props, Props, String) - Static method in class azkaban.utils.Props
-
Create a new Props instance
- getInt(String, int) - Method in class azkaban.utils.Props
-
Returns the int representation of the value.
- getInt(String) - Method in class azkaban.utils.Props
-
Returns the int representation of the value.
- getKeySet() - Method in class azkaban.utils.Props
-
Returns a set of all keys, including the parents
- getLong(String, long) - Method in class azkaban.utils.Props
-
Returns the long representation of the value.
- getLong(String) - Method in class azkaban.utils.Props
-
Returns the long representation of the value.
- getLongFromObject(Object) - Static method in class azkaban.utils.JSONUtils
-
- getMapByPrefix(String) - Method in class azkaban.utils.Props
-
Get a new de-duplicated map of all the flattened properties by given prefix.
- getName() - Method in enum azkaban.utils.HashUtils
-
- getParent() - Method in class azkaban.utils.Props
-
Get parent Props
- getPluginClass(String, File, List<String>, ClassLoader) - Static method in class azkaban.utils.PluginUtils
-
Get Plugin Class
- getPluginClass(String, URLClassLoader) - Static method in class azkaban.utils.PluginUtils
-
Get Plugin Class
- getPropertyDiff(Props, Props) - Static method in class azkaban.utils.PropsUtils
-
The difference between old and new Props
- getSize() - Method in class azkaban.utils.MemConfValue
-
- getSource() - Method in class azkaban.utils.Props
-
Get Source information
- getString() - Method in class azkaban.utils.MemConfValue
-
- getString(String, String) - Method in class azkaban.utils.Props
-
Gets the string from the Props.
- getString(String) - Method in class azkaban.utils.Props
-
Gets the string from the Props.
- getStringList(String) - Method in class azkaban.utils.Props
-
Returns a list of strings with the comma as the separator of the value
- getStringList(String, String) - Method in class azkaban.utils.Props
-
Returns a list of strings with the sep as the separator of the value
- getStringList(String, List<String>) - Method in class azkaban.utils.Props
-
Returns a list of strings with the comma as the separator of the value.
- getStringList(String, List<String>, String) - Method in class azkaban.utils.Props
-
Returns a list of strings with the sep as the separator of the value.
- getStringListFromCluster(String) - Method in class azkaban.utils.Props
-
Returns a list of clusters with the comma as the separator of the value
e.g., for input string: "thrift://hcat1:port,thrift://hcat2:port;thrift://hcat3:port,thrift://hcat4:port;"
we will get ["thrift://hcat1:port,thrift://hcat2:port", "thrift://hcat3:port,thrift://hcat4:port"]
as output
- getUri(String) - Method in class azkaban.utils.Props
-
Returns the uri representation of the value.
- getUri(String, Boolean) - Method in class azkaban.utils.Props
-
- getUri(String, URI) - Method in class azkaban.utils.Props
-
Returns the double representation of the value.
- getUri(String, URI, Boolean) - Method in class azkaban.utils.Props
-
- getUri(String, String) - Method in class azkaban.utils.Props
-
Convert a URI-formatted string value to URI object
- getURLClassLoader(File, List<String>, ClassLoader) - Static method in class azkaban.utils.PluginUtils
-
Get URLClassLoader
- gracefulShutdown(ExecutorService, Duration) - Method in class azkaban.utils.ExecutorServiceUtils
-
Gracefully shuts down the given executor service.