public abstract class BasicConstantHandler extends Object implements ConstantHandler
| Constructor and Description |
|---|
BasicConstantHandler() |
| Modifier and Type | Method and Description |
|---|---|
long |
moveToConstantSpace(DataBuffer dataBuffer)
If specific hardware supports dedicated constant memory,
this method forces DataBuffer passed in to be moved
to that constant memory.
|
DataBuffer |
relocateConstantSpace(DataBuffer dataBuffer)
PLEASE NOTE: This method implementation is hardware-dependant.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCachedBytes, getConstantBuffer, getConstantBuffer, getConstantBuffer, purgeConstantspublic long moveToConstantSpace(DataBuffer dataBuffer)
ConstantHandlermoveToConstantSpace in interface ConstantHandlerpublic DataBuffer relocateConstantSpace(DataBuffer dataBuffer)
ConstantHandlerrelocateConstantSpace in interface ConstantHandlerCopyright © 2018. All rights reserved.