Uses of Enum Class
com.orientechnologies.common.directmemory.MemTrace
Packages that use MemTrace
-
Uses of MemTrace in com.orientechnologies.common.directmemory
Methods in com.orientechnologies.common.directmemory that return MemTraceModifier and TypeMethodDescriptionstatic MemTraceReturns the enum constant of this class with the specified name.static MemTrace[]MemTrace.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.orientechnologies.common.directmemory with parameters of type MemTraceModifier and TypeMethodDescriptionfinal OPointerOByteBufferPool.acquireDirect(boolean clear, MemTrace intention) Acquires direct memory buffer with native byte order.Allocates chunk of direct memory of given size.Method parameters in com.orientechnologies.common.directmemory with type arguments of type MemTraceModifier and TypeMethodDescriptionvoidConsumptionMapEvictionIndicator.accumulateConsumptionStatistics(EnumMap<MemTrace, OModifiableLong> accumulator) Constructor parameters in com.orientechnologies.common.directmemory with type arguments of type MemTraceModifierConstructorDescriptionConsumptionMapEvictionIndicator(Thread referent, ReferenceQueue<? super Thread> q, EnumMap<MemTrace, OModifiableLong> consumptionMap)