aicas logoJamaica 6.4 release 1

Uses of Class
javax.realtime.SizeEstimator

Packages that use SizeEstimator
javax.realtime Jamaica's implementation of the Real-Time Specification for Java. 
 

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(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)
           Constructor to create an instance of LTMemory with the given size.
LTMemory(SizeEstimator size, 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, Runnable logic)
           Constructor to create an instance of LTMemory with the given initial and maximum size and default 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)
          Constructor for a memory area that gets its size from a SizeEstimator.
MemoryArea(SizeEstimator size, 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, Runnable logic)
           Constructor to create an instance of ScopedMemory with the given initial size and default logic.
StackedMemory(SizeEstimator backingMemorySize)
          Create a guest StackedMemory with a backing memory of the size estimated by the specified SizeEstimator.
StackedMemory(SizeEstimator backingMemorySize, Runnable logic)
          Create a guest StackedMemory with an object allocation area of the size estimated by the specified SizeEstimator, bound to the specified Runnable.
StackedMemory(SizeEstimator backingMemorySize, SizeEstimator containerSize)
          Create a host StackedMemory with a backing memory in a container of the sizes estimated by the specified SizeEstimators.
StackedMemory(SizeEstimator backingMemorySize, SizeEstimator containerSize, Runnable logic)
          Create a host StackedMemory with a backing memory in a container of the sizes estimated by the specified SizeEstimators, bound to the specified Runnable.
VTMemory(SizeEstimator size)
           Constructor to create an instance of VTMemory with the given size.
VTMemory(SizeEstimator size, 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, Runnable logic)
           Constructor to create an instance of VTMemory with the given initial and maximum size and default 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.
 


aicas logoJamaica 6.4 release 1

aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2015 aicas GmbH. All Rights Reserved.