public static class CustomSdkSigner.Initializer extends Object implements AwsSignerInitializer
Constructor and Description |
---|
Initializer() |
Modifier and Type | Method and Description |
---|---|
void |
registerStore(String bucketName,
org.apache.hadoop.conf.Configuration storeConf,
DelegationTokenProvider dtProvider,
org.apache.hadoop.security.UserGroupInformation storeUgi)
Register a store instance.
|
void |
unregisterStore(String bucketName,
org.apache.hadoop.conf.Configuration storeConf,
DelegationTokenProvider dtProvider,
org.apache.hadoop.security.UserGroupInformation storeUgi)
Unregister a store instance.
|
public void registerStore(String bucketName, org.apache.hadoop.conf.Configuration storeConf, DelegationTokenProvider dtProvider, org.apache.hadoop.security.UserGroupInformation storeUgi)
AwsSignerInitializer
registerStore
in interface AwsSignerInitializer
bucketName
- the bucket namestoreConf
- the store configurationdtProvider
- delegation token provider for the storestoreUgi
- ugi under which the store is operatingpublic void unregisterStore(String bucketName, org.apache.hadoop.conf.Configuration storeConf, DelegationTokenProvider dtProvider, org.apache.hadoop.security.UserGroupInformation storeUgi)
AwsSignerInitializer
unregisterStore
in interface AwsSignerInitializer
bucketName
- the bucket namestoreConf
- the store configurationdtProvider
- delegation token provider for the storestoreUgi
- ugi under which the store is operatingCopyright © 2008–2024 Apache Software Foundation. All rights reserved.