@SCJAllowed public final class StorageParameters extends java.lang.Object
messageLength and stackTraceLength
are vendor specific, thus included in sizes.| Constructor and Description |
|---|
StorageParameters(long totalBackingStore,
long[] sizes,
int messageLength,
int stackTraceLength,
long maxMemoryArea,
long maxImmortal,
long maxMissionMemory) |
StorageParameters(long totalBackingStore,
long[] sizes,
long maxMemoryArea,
long maxImmortal,
long maxMissionMemory) |
@SCJAllowed public StorageParameters(long totalBackingStore, long[] sizes, int messageLength, int stackTraceLength, long maxMemoryArea, long maxImmortal, long maxMissionMemory)
totalBackingStore - size of the backing store reservation for
worst-case scope usage by the associated ManagedSchedulable object, in bytessizes - is an array of parameters for configuring VM resources
such as native stack or java stack size. The meanings of the entries
in the array are vendor specific.
The array passed in is not stored in the object. @SCJAllowed public StorageParameters(long totalBackingStore, long[] sizes, long maxMemoryArea, long maxImmortal, long maxMissionMemory)
totalBackingStore - size of the backing store reservation for
worst-case scope usage by the associated ManagedSchedulable object, in bytessizes - is an array of parameters for configuring VM resources
such as native stack or java stack size. The meanings of the entries
in the array are vendor specific.
The array passed in is not stored in the object.