Interface ScanLabelGenerator
- All Superinterfaces:
org.apache.hadoop.conf.Configurable
- All Known Implementing Classes:
DefinedSetFilterScanLabelGenerator
,EnforcingScanLabelGenerator
,FeedUserAuthScanLabelGenerator
,SimpleScanLabelGenerator
This would be the interface which would be used add labels to the RPC context and this would be
stored against the UGI.
-
Method Summary
Modifier and TypeMethodDescriptiongetLabels
(User user, Authorizations authorizations) Helps to get a list of lables associated with an UGIMethods inherited from interface org.apache.hadoop.conf.Configurable
getConf, setConf
-
Method Details
-
getLabels
Helps to get a list of lables associated with an UGI- Returns:
- The labels
-