public interface Optimizer
| 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. 
 | 
int | 
getIncrementSize()
Retrieves the defined increment size. 
 | 
IntegralDataTypeHolder | 
getLastSourceValue()
A common means to access the last value obtained from the underlying
 source. 
 | 
Serializable generate(AccessCallback callback)
callback - Callback to access the underlying value source.IntegralDataTypeHolder getLastSourceValue()
int getIncrementSize()
boolean applyIncrementSizeToSourceValues()
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.