|
Jamaica 6.1 release 1
|
||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of SizeEstimator in javax.realtime |
|---|
| Methods in javax.realtime with parameters of type SizeEstimator | |
|---|---|
void |
SizeEstimator.reserve(SizeEstimator size)
reserve reserves space for the memory reserved by SizeEstimator size. |
void |
SizeEstimator.reserve(SizeEstimator size,
int num)
reserve reserves space for the num times the memory reserved by SizeEstimator size. |
| Constructors in javax.realtime with parameters of type SizeEstimator | |
|---|---|
ImmortalPhysicalMemory(java.lang.Object type,
long base,
SizeEstimator size)
Constructor to create an instance of ImmortalPhysicalMemory with the given type, base address, and size. |
|
ImmortalPhysicalMemory(java.lang.Object type,
long base,
SizeEstimator size,
java.lang.Runnable logic)
Constructor to create an instance of ImmortalPhysicalMemory with the given type, base address, size, and logic. |
|
ImmortalPhysicalMemory(java.lang.Object type,
SizeEstimator size)
Constructor to create an instance of ImmortalPhysicalMemory with the given type and size. |
|
ImmortalPhysicalMemory(java.lang.Object type,
SizeEstimator size,
java.lang.Runnable logic)
Constructor to create an instance of ImmortalPhysicalMemory with the given type, size, and logic. |
|
LTMemory(SizeEstimator size)
Constructor to create an instance of LTMemory with the given size. |
|
LTMemory(SizeEstimator size,
java.lang.Runnable logic)
Constructor to create an instance of LTMemory with the given size and default logic. |
|
LTMemory(SizeEstimator initial,
SizeEstimator maximum)
Constructor to create an instance of LTMemory with the given initial and maximum size. |
|
LTMemory(SizeEstimator initial,
SizeEstimator maximum,
java.lang.Runnable logic)
Constructor to create an instance of LTMemory with the given initial and maximum size and default logic. |
|
LTPhysicalMemory(java.lang.Object type,
long base,
SizeEstimator size)
Constructor to create an instance of LTPhysicalMemory with the given type, base address, and size. |
|
LTPhysicalMemory(java.lang.Object type,
long base,
SizeEstimator size,
java.lang.Runnable logic)
Constructor to create an instance of LTPhysicalMemory with the given type, base address, size, and logic. |
|
LTPhysicalMemory(java.lang.Object type,
SizeEstimator size)
Constructor to create an instance of LTPhysicalMemory with the given type and size. |
|
LTPhysicalMemory(java.lang.Object type,
SizeEstimator size,
java.lang.Runnable logic)
Constructor to create an instance of LTPhysicalMemory with the given type, size, and logic. |
|
MemoryArea(SizeEstimator size)
Constructor for a memory area that gets its size from a SizeEstimator. |
|
MemoryArea(SizeEstimator size,
java.lang.Runnable logic)
Constructor for a memory area that of given size from a SizeEstimator and sets a logic. |
|
ScopedMemory(SizeEstimator size)
Constructor to create an instance of ScopedMemory with the given initial size. |
|
ScopedMemory(SizeEstimator size,
java.lang.Runnable logic)
Constructor to create an instance of ScopedMemory with the given initial size and default logic. |
|
VTMemory(SizeEstimator size)
Constructor to create an instance of VTMemory with the given size. |
|
VTMemory(SizeEstimator size,
java.lang.Runnable logic)
Constructor to create an instance of VTMemory with the given size and default logic. |
|
VTMemory(SizeEstimator initial,
SizeEstimator maximum)
Constructor to create an instance of VTMemory with the given initial and maximum size. |
|
VTMemory(SizeEstimator initial,
SizeEstimator maximum,
java.lang.Runnable logic)
Constructor to create an instance of VTMemory with the given initial and maximum size and default logic. |
|
VTPhysicalMemory(java.lang.Object type,
long base,
SizeEstimator size)
Constructor to create an instance of VTPhysicalMemory with the given type, base address, and size. |
|
VTPhysicalMemory(java.lang.Object type,
long base,
SizeEstimator size,
java.lang.Runnable logic)
Constructor to create an instance of VTPhysicalMemory with the given type, base address, and size. |
|
VTPhysicalMemory(java.lang.Object type,
SizeEstimator size)
Constructor to create an instance of VTPhysicalMemory with the given type and size. |
|
VTPhysicalMemory(java.lang.Object type,
SizeEstimator size,
java.lang.Runnable logic)
Constructor to create an instance of VTPhysicalMemory with the given type and size. |
|
|
Jamaica 6.1 release 1
|
||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||