Uses of Interface
io.trino.memory.context.LocalMemoryContext
-
Uses of LocalMemoryContext in io.trino.memory.context
Classes in io.trino.memory.context that implement LocalMemoryContextModifier and TypeClassDescriptionfinal classclassMethods in io.trino.memory.context that return LocalMemoryContextModifier and TypeMethodDescriptionMemoryTrackingContext.localRevocableMemoryContext()MemoryTrackingContext.localUserMemoryContext()AggregatedMemoryContext.newLocalMemoryContext(String allocationTag) ValidatingAggregateContext.newLocalMemoryContext(String allocationTag) MemoryTrackingContext.newUserMemoryContext(String allocationTag) Constructors in io.trino.memory.context with parameters of type LocalMemoryContextModifierConstructorDescriptionValidatingLocalMemoryContext(LocalMemoryContext delegate, String allocationTag, MemoryAllocationValidator memoryValidator)