Uses of Class
io.trino.memory.MemoryInfo
Packages that use MemoryInfo
-
Uses of MemoryInfo in io.trino.memory
Methods in io.trino.memory that return MemoryInfoMethods in io.trino.memory that return types with arguments of type MemoryInfoModifier and TypeMethodDescriptionRemoteNodeMemory.getInfo()ClusterMemoryManager.getWorkerMemoryInfo()Method parameters in io.trino.memory with type arguments of type MemoryInfoModifier and TypeMethodDescriptionvoidClusterMemoryPool.update(List<MemoryInfo> memoryInfos, int assignedQueries) Constructor parameters in io.trino.memory with type arguments of type MemoryInfoModifierConstructorDescriptionClusterMemoryManager(io.airlift.http.client.HttpClient httpClient, InternalNodeManager nodeManager, LocationFactory locationFactory, org.weakref.jmx.MBeanExporter exporter, io.airlift.json.JsonCodec<MemoryInfo> memoryInfoCodec, LowMemoryKiller taskLowMemoryKiller, LowMemoryKiller queryLowMemoryKiller, ServerConfig serverConfig, MemoryManagerConfig config) RemoteNodeMemory(InternalNode node, io.airlift.http.client.HttpClient httpClient, io.airlift.json.JsonCodec<MemoryInfo> memoryInfoCodec, URI memoryInfoUri) -
Uses of MemoryInfo in io.trino.server
Methods in io.trino.server that return MemoryInfoConstructors in io.trino.server with parameters of type MemoryInfoModifierConstructorDescriptionNodeStatus(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)