public static final class MemorySizeProperties.Unsupported extends Object implements MemorySizeProperties
-1 for every method.MemorySizeProperties.Unsupported| Modifier and Type | Method and Description |
|---|---|
long |
byteSizeArray_boolean(long elementCount) |
long |
byteSizeArray_byte(long elementCount) |
long |
byteSizeArray_char(long elementCount) |
long |
byteSizeArray_double(long elementCount) |
long |
byteSizeArray_float(long elementCount) |
long |
byteSizeArray_int(long elementCount) |
long |
byteSizeArray_long(long elementCount) |
long |
byteSizeArray_short(long elementCount) |
long |
byteSizeArrayObject(long elementCount) |
int |
byteSizeFieldValue(Class<?> type) |
int |
byteSizeInstance(Class<?> type) |
int |
byteSizeObjectHeader(Class<?> type) |
int |
byteSizeReference() |
int |
pageSize()
Returns the system's memory "page size" (whatever that may be exactely for a given system).
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbyteSizeFieldValue, Unsupportedpublic final int pageSize()
MemorySizePropertiespageSize in interface MemorySizePropertiespublic final int byteSizeReference()
byteSizeReference in interface MemorySizePropertiespublic final int byteSizeInstance(Class<?> type)
byteSizeInstance in interface MemorySizePropertiespublic final int byteSizeObjectHeader(Class<?> type)
byteSizeObjectHeader in interface MemorySizePropertiespublic final int byteSizeFieldValue(Class<?> type)
byteSizeFieldValue in interface MemorySizePropertiespublic final long byteSizeArray_byte(long elementCount)
byteSizeArray_byte in interface MemorySizePropertiespublic final long byteSizeArray_boolean(long elementCount)
byteSizeArray_boolean in interface MemorySizePropertiespublic final long byteSizeArray_short(long elementCount)
byteSizeArray_short in interface MemorySizePropertiespublic final long byteSizeArray_char(long elementCount)
byteSizeArray_char in interface MemorySizePropertiespublic final long byteSizeArray_int(long elementCount)
byteSizeArray_int in interface MemorySizePropertiespublic final long byteSizeArray_float(long elementCount)
byteSizeArray_float in interface MemorySizePropertiespublic final long byteSizeArray_long(long elementCount)
byteSizeArray_long in interface MemorySizePropertiespublic final long byteSizeArray_double(long elementCount)
byteSizeArray_double in interface MemorySizePropertiespublic final long byteSizeArrayObject(long elementCount)
byteSizeArrayObject in interface MemorySizePropertiesCopyright © 2022 MicroStream Software. All rights reserved.