|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use SizeEstimator | |
| javax.realtime | |
| Uses of SizeEstimator in javax.realtime |
| Fields in javax.realtime declared as SizeEstimator | |
protected SizeEstimator |
MemoryArea.sizeEstimator
|
protected SizeEstimator |
LTMemory.initialSizeEstimator
|
| Methods in javax.realtime with parameters of type SizeEstimator | |
void |
SizeEstimator.reserve(SizeEstimator size)
Take into account an additional instance of SizeEstimator size
when estimating the size of the
MemoryArea. |
void |
SizeEstimator.reserve(SizeEstimator estimator,
int number)
Take into account additional number instances of SizeEstimator
size when estimating the size of the
MemoryArea. |
| Constructors in javax.realtime with parameters of type SizeEstimator | |
ScopedMemory(SizeEstimator size)
Create a new ScopedMemory area with the given parameters. |
|
ScopedMemory(SizeEstimator size,
java.lang.Runnable logic)
Create a new ScopedMemory area with the given parameters. |
|
MemoryArea(SizeEstimator sizeEstimator)
Create an instance of MemoryArea. |
|
MemoryArea(SizeEstimator sizeEstimator,
java.lang.Runnable logic)
Create an instance of MemoryArea. |
|
LTMemory(SizeEstimator size)
Create an LTMemory
of the given size. |
|
LTMemory(SizeEstimator size,
java.lang.Runnable logic)
Create an LTMemory of the given size. |
|
LTMemory(SizeEstimator initial,
SizeEstimator maximum)
Create an LTMemory of the given size. |
|
LTMemory(SizeEstimator initial,
SizeEstimator maximum,
java.lang.Runnable logic)
Create an LTMemory of the given size. |
|
ImmortalPhysicalMemory(java.lang.Object type,
SizeEstimator size)
Create an instance with the given parameters. |
|
ImmortalPhysicalMemory(java.lang.Object type,
long base,
SizeEstimator size)
Create an instance with the given parameters. |
|
ImmortalPhysicalMemory(java.lang.Object type,
long base,
SizeEstimator size,
java.lang.Runnable logic)
Not currently implemented |
|
ImmortalMemory(SizeEstimator sizeEstimator)
Constructor. |
|
ImmortalMemory(SizeEstimator sizeEstimator,
java.lang.Runnable logic)
Constructor. |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||