Uses of Class
io.trino.memory.MemoryInfo
-
Packages that use MemoryInfo Package Description io.trino.memory io.trino.server -
-
Uses of MemoryInfo in io.trino.memory
Methods in io.trino.memory that return MemoryInfo Modifier and Type Method Description MemoryInfoLocalMemoryManager. getInfo()MemoryInfoMemoryResource. getMemoryInfo(MemoryPoolAssignmentsRequest request)Methods in io.trino.memory that return types with arguments of type MemoryInfo Modifier and Type Method Description Optional<MemoryInfo>RemoteNodeMemory. getInfo()Map<String,Optional<MemoryInfo>>ClusterMemoryManager. getWorkerMemoryInfo()Method parameters in io.trino.memory with type arguments of type MemoryInfo Modifier and Type Method Description voidClusterMemoryPool. update(List<MemoryInfo> memoryInfos, int assignedQueries)Constructor parameters in io.trino.memory with type arguments of type MemoryInfo Constructor Description ClusterMemoryManager(io.airlift.http.client.HttpClient httpClient, InternalNodeManager nodeManager, LocationFactory locationFactory, org.weakref.jmx.MBeanExporter exporter, io.airlift.json.JsonCodec<MemoryInfo> memoryInfoCodec, io.airlift.json.JsonCodec<MemoryPoolAssignmentsRequest> assignmentsRequestJsonCodec, QueryIdGenerator queryIdGenerator, LowMemoryKiller lowMemoryKiller, ServerConfig serverConfig, MemoryManagerConfig config, NodeMemoryConfig nodeMemoryConfig, NodeSchedulerConfig schedulerConfig)RemoteNodeMemory(InternalNode node, io.airlift.http.client.HttpClient httpClient, io.airlift.json.JsonCodec<MemoryInfo> memoryInfoCodec, io.airlift.json.JsonCodec<MemoryPoolAssignmentsRequest> assignmentsRequestJsonCodec, URI memoryInfoUri) -
Uses of MemoryInfo in io.trino.server
Methods in io.trino.server that return MemoryInfo Modifier and Type Method Description MemoryInfoNodeStatus. getMemoryInfo()Constructors in io.trino.server with parameters of type MemoryInfo Constructor Description NodeStatus(String nodeId, NodeVersion nodeVersion, String environment, boolean coordinator, io.airlift.units.Duration uptime, String externalAddress, String internalAddress, MemoryInfo memoryInfo, int processors, double processCpuLoad, double systemCpuLoad, long heapUsed, long heapAvailable, long nonHeapUsed)
-