Class HBaseDelegationTokenReceiver
- java.lang.Object
-
- org.apache.flink.runtime.security.token.hadoop.HadoopDelegationTokenReceiver
-
- org.apache.flink.runtime.security.token.hadoop.HBaseDelegationTokenReceiver
-
- All Implemented Interfaces:
org.apache.flink.core.security.token.DelegationTokenReceiver
@Internal public class HBaseDelegationTokenReceiver extends HadoopDelegationTokenReceiver
Delegation token receiver implementation for HBase. Basically it would be good to move this to flink-connector-hbase-base but HBase connection can be made without the connector. All in all I tend to move this but that would be a breaking change.
-
-
Constructor Summary
Constructors Constructor Description HBaseDelegationTokenReceiver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
serviceName()
-
Methods inherited from class org.apache.flink.runtime.security.token.hadoop.HadoopDelegationTokenReceiver
init, onNewTokensObtained
-
-
-
-
Method Detail
-
serviceName
public String serviceName()
- Specified by:
serviceName
in interfaceorg.apache.flink.core.security.token.DelegationTokenReceiver
- Specified by:
serviceName
in classHadoopDelegationTokenReceiver
-
-