| Package | Description | 
|---|---|
| org.apache.sysds.runtime.privacy | |
| org.apache.sysds.runtime.privacy.finegrained | 
| Modifier and Type | Method and Description | 
|---|---|
FineGrainedPrivacy | 
PrivacyConstraint.getFineGrainedPrivacy()
Get fine-grained privacy instance. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
PrivacyUtils.putFineGrainedConstraintsFromString(FineGrainedPrivacy fineGrainedPrivacy,
                                   String fgPrivacyValue)  | 
void | 
PrivacyConstraint.setFineGrainedPrivacyConstraints(FineGrainedPrivacy fineGrainedPrivacy)
Sets fine-grained privacy for the privacy constraint. 
 | 
| Constructor and Description | 
|---|
PrivacyConstraint(FineGrainedPrivacy fineGrainedPrivacyCollection)
Constructor with the option to choose between 
 different fine-grained collection implementations. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
FineGrainedPrivacyList
Simple implementation of retrieving fine-grained privacy constraints
 based on pairs in an ArrayList. 
 | 
class  | 
FineGrainedPrivacyMap
Simple implementation of retrieving fine-grained privacy constraints based on
 iterating a LinkedHashMap. 
 | 
Copyright © 2021 The Apache Software Foundation. All rights reserved.