public interface DataMovementAuthorizer
| Modifier and Type | Method and Description |
|---|---|
boolean |
isMovementAuthorized(FlowSpec flowSpec,
DataNode sourceNode,
DataNode destNode)
Return true if the data movement is authorized given the flowspec and source/destination data node.
|