Package | Description |
---|---|
javax.realtime |
Jamaica's implementation of the Real-Time Specification for Java.
|
javax.realtime.memory |
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
ImmortalPhysicalMemory(Object type,
long base,
SizeEstimator size)
Constructor to create an instance of ImmortalPhysicalMemory with
the given type, base address, and size.
|
ImmortalPhysicalMemory(Object type,
long base,
SizeEstimator size,
Runnable logic)
Constructor to create an instance of ImmortalPhysicalMemory with
the given type, base address, size, and logic.
|
ImmortalPhysicalMemory(Object type,
SizeEstimator size)
Constructor to create an instance of ImmortalPhysicalMemory with
the given type and size.
|
ImmortalPhysicalMemory(Object type,
SizeEstimator size,
Runnable logic)
Constructor to create an instance of ImmortalPhysicalMemory with
the given type, size, and logic.
|
LTMemory(SizeEstimator size)
Equivalent to
LTMemory.LTMemory(long, long, Runnable) with the argument
list (size.getEstimate(), size.getEstimate(), null) . |
LTMemory(SizeEstimator size,
Runnable logic)
Equivalent to
LTMemory.LTMemory(long, long, Runnable) with the argument
list (size.getEstimate(), size.getEstimate(), logic) . |
LTMemory(SizeEstimator initial,
SizeEstimator maximum)
Equivalent to
LTMemory.LTMemory(long, long, Runnable) with the argument
list (initial.getEstimate(), maximum.getEstimate(), null) . |
LTMemory(SizeEstimator initial,
SizeEstimator maximum,
Runnable logic)
Equivalent to
LTMemory.LTMemory(long, long, Runnable) with the argument
list (initial.getEstimate(), maximum.getEstimate(), logic) . |
LTPhysicalMemory(Object type,
long base,
SizeEstimator size)
Constructor to create an instance of LTPhysicalMemory with
the given type, base address, and size.
|
LTPhysicalMemory(Object type,
long base,
SizeEstimator size,
Runnable logic)
Constructor to create an instance of LTPhysicalMemory with
the given type, base address, size, and logic.
|
LTPhysicalMemory(Object type,
SizeEstimator size)
Constructor to create an instance of LTPhysicalMemory with
the given type and size.
|
LTPhysicalMemory(Object type,
SizeEstimator size,
Runnable logic)
Constructor to create an instance of LTPhysicalMemory with
the given type, size, and logic.
|
MemoryArea(SizeEstimator size)
Equivalent to
MemoryArea.MemoryArea(long, Runnable) with the argument
list (size.getEstimate(), null) . |
MemoryArea(SizeEstimator size,
Runnable logic)
Equivalent to
MemoryArea.MemoryArea(long, Runnable) with the argument
list (size.getEstimate(), logic) . |
ScopedMemory(SizeEstimator size)
Equivalent to
ScopedMemory.ScopedMemory(long, Runnable) with the argument list
(size.getEstimate(), null) . |
ScopedMemory(SizeEstimator size,
Runnable logic)
Equivalent to
ScopedMemory.ScopedMemory(long, Runnable) with the argument list
(size.getEstimate(), logic) . |
VTMemory(SizeEstimator size)
Equivalent to
VTMemory.VTMemory(long, long, Runnable) with the argument
list (size, size, null) . |
VTMemory(SizeEstimator size,
Runnable logic)
Equivalent to
VTMemory.VTMemory(long, long, Runnable) with the argument
list (size.getEstimate(), size.getEstimate(), logic) . |
VTMemory(SizeEstimator initial,
SizeEstimator maximum)
Equivalent to
VTMemory.VTMemory(long, long, Runnable) with the argument
list (initial.getEstimate(), maximum.getEstimate(), null) . |
VTMemory(SizeEstimator initial,
SizeEstimator maximum,
Runnable logic)
Equivalent to
VTMemory.VTMemory(long, long, Runnable) with the argument
list (initial.getEstimate(), maximum.getEstimate(), logic) . |
VTPhysicalMemory(Object type,
long base,
SizeEstimator size)
Constructor to create an instance of VTPhysicalMemory with
the given type, base address, and size.
|
VTPhysicalMemory(Object type,
long base,
SizeEstimator size,
Runnable logic)
Constructor to create an instance of VTPhysicalMemory with
the given type, base address, and size.
|
VTPhysicalMemory(Object type,
SizeEstimator size)
Constructor to create an instance of VTPhysicalMemory with
the given type and size.
|
VTPhysicalMemory(Object type,
SizeEstimator size,
Runnable logic)
Constructor to create an instance of VTPhysicalMemory with
the given type and size.
|
Constructor and Description |
---|
LTMemory(SizeEstimator size)
Equivalent to
LTMemory.LTMemory(long, Runnable) with argument list
(size.getEstimate(), null) . |
LTMemory(SizeEstimator size,
Runnable logic)
Equivalent to
LTMemory.LTMemory(long, Runnable) with argument list
(size.getEstimate(), runnable) . |
PinnableMemory(SizeEstimator size)
Equivalent to
PinnableMemory.PinnableMemory(long) with
size.getEstimate() as its argument. |
PinnableMemory(SizeEstimator size,
Runnable logic)
Equivalent to
PinnableMemory.PinnableMemory(long, Runnable) with
size.getEstimate() as its first argument. |
StackedMemory(SizeEstimator scopeSize)
Equivalent to
StackedMemory.StackedMemory(long, Runnable) with argument list
(scopeSize.getEstimate(), null) . |
StackedMemory(SizeEstimator scopeSize,
Runnable logic)
Equivalent to
StackedMemory.StackedMemory(long, Runnable) with argument list
(scopeSize.getEstimate(), runnable) . |
StackedMemory(SizeEstimator scopeSize,
SizeEstimator backingSize)
Equivalent to
StackedMemory.StackedMemory(long, long, Runnable) with argument
list (scopeSize.getEstimate(), backingSize.getEstimate(), null) . |
StackedMemory(SizeEstimator scopeSize,
SizeEstimator backingSize,
Runnable logic)
Equivalent to
StackedMemory.StackedMemory(long, long, Runnable) with argument
list (scopeSize.getEstimate(), backingSize.getEstimate(),
runnable) . |
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2021 aicas GmbH. All Rights Reserved.