public class KeyProviderCache extends Object
| Modifier and Type | Field and Description |
|---|---|
static org.apache.commons.logging.Log |
LOG |
| Constructor and Description |
|---|
KeyProviderCache(long expiryMs) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.crypto.key.KeyProvider |
get(org.apache.hadoop.conf.Configuration conf) |
void |
setKeyProvider(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.crypto.key.KeyProvider keyProvider) |
public static final org.apache.commons.logging.Log LOG
public KeyProviderCache(long expiryMs)
public org.apache.hadoop.crypto.key.KeyProvider get(org.apache.hadoop.conf.Configuration conf)
public void setKeyProvider(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.crypto.key.KeyProvider keyProvider) throws IOException
IOExceptionCopyright © 2016 Apache Software Foundation. All Rights Reserved.