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
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.
-
Field Summary
Fields inherited from interface org.apache.flink.core.security.token.DelegationTokenReceiver
CONFIG_PREFIX -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.flink.runtime.security.token.hadoop.HadoopDelegationTokenReceiver
init, onNewTokensObtainedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.flink.core.security.token.DelegationTokenReceiver
serviceConfigPrefix
-
Constructor Details
-
HBaseDelegationTokenReceiver
public HBaseDelegationTokenReceiver()
-
-
Method Details
-
serviceName
- Specified by:
serviceNamein interfaceorg.apache.flink.core.security.token.DelegationTokenReceiver- Specified by:
serviceNamein classHadoopDelegationTokenReceiver
-