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 Details

    • HBaseDelegationTokenReceiver

      public HBaseDelegationTokenReceiver()
  • Method Details