Interface | Description |
---|---|
ScanLabelGenerator |
This would be the interface which would be used add labels to the RPC context
and this would be stored against the UGI.
|
Class | Description |
---|---|
Authorizations |
This class contains visibility labels associated with a Scan/Get deciding which all labeled data
current scan/get can access.
|
CellVisibility |
This contains a visibility expression which can be associated with a cell.
|
DefaultScanLabelGenerator |
This is the default implementation for ScanLabelGenerator.
|
EnforcingScanLabelGenerator |
This ScanLabelGenerator enforces a set of predefined authorizations for a
given user, the set defined by the admin using the VisibilityClient admin
interface or the set_auths shell command.
|
ExpressionExpander | |
ExpressionParser | |
SimpleScanLabelGenerator |
This is a simple implementation for ScanLabelGenerator.
|
VisibilityClient |
Utility client for doing visibility labels admin operations.
|
VisibilityConstants | |
VisibilityController |
Coprocessor that has both the MasterObserver and RegionObserver implemented that supports in
visibility labels
|
VisibilityLabelsManager |
Maintains the cache for visibility labels and also uses the zookeeper to update the labels in the
system.
|
VisibilityLabelsValidator |
A simple validator that validates the labels passed
|
VisibilityScanDeleteTracker |
Similar to ScanDeletTracker but tracks the visibility expression also before
deciding if a Cell can be considered deleted
|
VisibilityUtils |
Utility method to support visibility
|
ZKVisibilityLabelWatcher |
A zk watcher that watches the labels table znode.
|
Exception | Description |
---|---|
InvalidLabelException | |
LabelAlreadyExistsException | |
ParseException |
Copyright © 2014 The Apache Software Foundation. All rights reserved.