Uses of Class
io.trino.memory.MemoryPoolAssignment
-
Packages that use MemoryPoolAssignment Package Description io.trino.memory -
-
Uses of MemoryPoolAssignment in io.trino.memory
Methods in io.trino.memory that return types with arguments of type MemoryPoolAssignment Modifier and Type Method Description List<MemoryPoolAssignment>MemoryPoolAssignmentsRequest. getAssignments()Constructor parameters in io.trino.memory with type arguments of type MemoryPoolAssignment Constructor Description MemoryPoolAssignmentsRequest(String coordinatorId, long version, List<MemoryPoolAssignment> assignments)
-