public interface StandaloneKerberosComponent
Modifier and Type | Method and Description |
---|---|
boolean |
initComponent(java.lang.Object conf,
H2O.OptArgs args)
Initializes the component, called after Kerberos is initialized in Standalone mode
|
static java.util.List<StandaloneKerberosComponent> |
loadAll() |
java.lang.String |
name()
Name of the component
|
int |
priority()
Initialization priority - components with higher priority will be initialized before
components with lower priority.
|
java.lang.String name()
int priority()
boolean initComponent(java.lang.Object conf, H2O.OptArgs args)
conf
- instance of Hadoop Configuration objectargs
- parsed H2O argumentsstatic java.util.List<StandaloneKerberosComponent> loadAll()