public final class NoopOptimizer extends AbstractOptimizer
incrementSize, returnClass| Constructor and Description |
|---|
NoopOptimizer(Class returnClass,
int incrementSize)
Constructs a NoopOptimizer
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
applyIncrementSizeToSourceValues()
Are increments to be applied to the values stored in the underlying
value source?
|
Serializable |
generate(AccessCallback callback)
Generate an identifier value accounting for this specific optimization.
|
IntegralDataTypeHolder |
getLastSourceValue()
A common means to access the last value obtained from the underlying
source.
|
getIncrementSize, getReturnClasspublic NoopOptimizer(Class returnClass, int incrementSize)
returnClass - The Java type of the values to be generatedincrementSize - The increment size.public Serializable generate(AccessCallback callback)
Optimizercallback - Callback to access the underlying value source.public IntegralDataTypeHolder getLastSourceValue()
Optimizerpublic boolean applyIncrementSizeToSourceValues()
OptimizerCopyright © 2001-2022 Red Hat, Inc. All Rights Reserved.