Package org.apache.storm.common
Interface CredentialKeyProvider
-
- All Known Implementing Classes:
AbstractHadoopAutoCreds
,AbstractHadoopNimbusPluginAutoCreds
,AutoHBase
,AutoHBaseNimbus
,AutoHDFS
,AutoHDFSNimbus
,AutoHive
,AutoHiveNimbus
public interface CredentialKeyProvider
Provider interface for credential key.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getCredentialKey(String configKey)
The lookup key for the config key string.
-