public abstract class AbstractOptimizer extends Object implements Optimizer
Common support for optimizer implementations.
| Modifier and Type | Field and Description |
|---|---|
protected int |
incrementSize |
protected Class |
returnClass |
| Modifier and Type | Method and Description |
|---|---|
int |
getIncrementSize()
Retrieves the defined increment size.
|
Class |
getReturnClass()
Getter for property 'returnClass'.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitapplyIncrementSizeToSourceValues, generate, getLastSourceValueprotected final Class returnClass
protected final int incrementSize
public final Class getReturnClass()
Getter for property 'returnClass'. This is the Java
class which is used to represent the id (e.g. Long).
public final int getIncrementSize()
OptimizerRetrieves the defined increment size.
getIncrementSize in interface OptimizerCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.