Package io.trino.execution
Interface LocationFactory
-
- All Known Implementing Classes:
HttpLocationFactory
public interface LocationFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description URIcreateLocalTaskLocation(TaskId taskId)URIcreateMemoryInfoLocation(InternalNode node)URIcreateQueryLocation(QueryId queryId)URIcreateTaskLocation(InternalNode node, TaskId taskId)
-
-
-
Method Detail
-
createTaskLocation
URI createTaskLocation(InternalNode node, TaskId taskId)
-
createMemoryInfoLocation
URI createMemoryInfoLocation(InternalNode node)
-
-