Uses of Interface
org.apache.hadoop.tools.rumen.state.State

Packages that use State
org.apache.hadoop.tools.rumen.anonymization   
org.apache.hadoop.tools.rumen.datatypes   
org.apache.hadoop.tools.rumen.state   
 

Uses of State in org.apache.hadoop.tools.rumen.anonymization
 

Classes in org.apache.hadoop.tools.rumen.anonymization that implement State
 class WordList
          Represents the list of words used in list-backed anonymizers.
 

Methods in org.apache.hadoop.tools.rumen.anonymization with parameters of type State
 T DataAnonymizer.anonymize(T data, State state)
           
 

Uses of State in org.apache.hadoop.tools.rumen.datatypes
 

Classes in org.apache.hadoop.tools.rumen.datatypes that implement State
static class FileName.FileNameState
          A composite state for filename.
static class NodeName.NodeNameState
          A composite state for node-name.
 

Uses of State in org.apache.hadoop.tools.rumen.state
 

Methods in org.apache.hadoop.tools.rumen.state that return State
 State StatePool.StatePair.getState()
           
 State StatePool.getState(Class clazz)
           
 

Methods in org.apache.hadoop.tools.rumen.state with parameters of type State
 void StatePool.addState(Class id, State state)
           
 void StatePool.StatePair.setState(State state)
           
 

Constructors in org.apache.hadoop.tools.rumen.state with parameters of type State
StatePool.StatePair(State state)
           
 



Copyright © 2012 Apache Software Foundation. All Rights Reserved.