Package | Description |
---|---|
org.apache.hadoop.tools.rumen.anonymization | |
org.apache.hadoop.tools.rumen.datatypes | |
org.apache.hadoop.tools.rumen.state |
Modifier and Type | Class and Description |
---|---|
class |
WordList
Represents the list of words used in list-backed anonymizers.
|
Modifier and Type | Method and Description |
---|---|
T |
DataAnonymizer.anonymize(T data,
State state) |
Modifier and Type | Class and Description |
---|---|
static class |
FileName.FileNameState
A composite state for filename.
|
static class |
NodeName.NodeNameState
A composite state for node-name.
|
Modifier and Type | Method and Description |
---|---|
State |
StatePool.StatePair.getState() |
State |
StatePool.getState(Class clazz) |
Modifier and Type | Method and Description |
---|---|
void |
StatePool.addState(Class id,
State state) |
void |
StatePool.StatePair.setState(State state) |
Constructor and Description |
---|
StatePool.StatePair(State state) |
Copyright © 2013 Apache Software Foundation. All rights reserved.