Uses of Interface
io.trino.memory.context.AggregatedMemoryContext
-
Uses of AggregatedMemoryContext in io.trino.memory.context
Methods in io.trino.memory.context that return AggregatedMemoryContextModifier and TypeMethodDescriptionMemoryTrackingContext.aggregateRevocableMemoryContext()MemoryTrackingContext.aggregateUserMemoryContext()AggregatedMemoryContext.newAggregatedMemoryContext()MemoryTrackingContext.newAggregateRevocableMemoryContext()MemoryTrackingContext.newAggregateUserMemoryContext()static AggregatedMemoryContextAggregatedMemoryContext.newRootAggregatedMemoryContext(MemoryReservationHandler reservationHandler, long guaranteedMemoryInBytes) static AggregatedMemoryContextAggregatedMemoryContext.newSimpleAggregatedMemoryContext()Constructors in io.trino.memory.context with parameters of type AggregatedMemoryContextModifierConstructorDescriptionMemoryTrackingContext(AggregatedMemoryContext userAggregateMemoryContext, AggregatedMemoryContext revocableAggregateMemoryContext) SimpleLocalMemoryContext(AggregatedMemoryContext parentMemoryContext, String allocationTag)