|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.sun.jimi.core.vmem.VMemParameters
Parameters for virtual-memory based images. All units are in kilobytes.
Field Summary | |
protected int |
pageFrameMemorySize
|
protected int |
sendingBufferSize
|
Constructor Summary | |
VMemParameters(int frameMemory,
int bufferMemory)
Specify memory allocation for virtual-memory based images. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
protected int pageFrameMemorySize
protected int sendingBufferSize
Constructor Detail |
public VMemParameters(int frameMemory, int bufferMemory)
frameMemory
- the number of kilobytes of memory to use for page frames, which are
used as the memory-cache for image data residing in storage.sendingBufferSize
- the number of kilobytes of memory to use
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |