Uses of Interface
one.microstream.memory.MemorySizeProperties
Package | Description |
---|---|
one.microstream.memory | |
one.microstream.memory.sun |
-
Uses of MemorySizeProperties in one.microstream.memory
Classes in one.microstream.memory that implement MemorySizeProperties Modifier and Type Class Description static class
MemorySizeProperties.Unsupported
Default implementation that returns-1
for every method.Methods in one.microstream.memory with type parameters of type MemorySizeProperties Modifier and Type Method Description static <H extends MemoryAccessor & MemorySizeProperties>
voidXMemory. setMemoryHandling(H memoryHandler)
Methods in one.microstream.memory that return MemorySizeProperties Modifier and Type Method Description static MemorySizeProperties
XMemory. memorySizeProperties()
static MemorySizeProperties
MemorySizeProperties. Unsupported()
Methods in one.microstream.memory with parameters of type MemorySizeProperties Modifier and Type Method Description static void
XMemory. setMemoryHandling(MemoryAccessor memoryAccessor, MemorySizeProperties memorySizeProperties)
-
Uses of MemorySizeProperties in one.microstream.memory.sun
Classes in one.microstream.memory.sun that implement MemorySizeProperties Modifier and Type Class Description class
JdkMemoryAccessor