public class EvolveConfig
extends java.lang.Object
implements java.lang.Cloneable
EntityStore.evolve
.Class Evolution
Constructor and Description |
---|
EvolveConfig()
Creates an evolve configuration with default properties.
|
Modifier and Type | Method and Description |
---|---|
void |
addClassToEvolve(java.lang.String entityClass)
Adds an entity class for a primary index to be converted.
|
EvolveConfig |
cloneConfig()
Returns a shallow copy of the configuration.
|
java.util.Set<java.lang.String> |
getClassesToEvolve()
Returns an unmodifiable set of the entity classes to be evolved.
|
EvolveListener |
getEvolveListener()
Returns the progress listener that is notified each time an entity is
read.
|
void |
setEvolveListener(EvolveListener listener)
Sets a progress listener that is notified each time an entity is read.
|
public EvolveConfig()
public EvolveConfig cloneConfig()
public void addClassToEvolve(java.lang.String entityClass)
public java.util.Set<java.lang.String> getClassesToEvolve()
public void setEvolveListener(EvolveListener listener)
public EvolveListener getEvolveListener()