Skip to content

Commit 0e804ca

Browse files
committed
Clarify IAsyncProfilerTaskLogQueryDAO.getTaskLogList() javadoc
1 parent 623b963 commit 0e804ca

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

oap-server/server-core/src/main/java/org/apache/skywalking/oap/server/core/storage/profiling/asyncprofiler/IAsyncProfilerTaskLogQueryDAO.java

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,11 @@
2626

2727
public interface IAsyncProfilerTaskLogQueryDAO extends DAO {
2828
/**
29-
* search all task log list in appoint task id
29+
* Search task logs by the given task id.
30+
*
31+
* @param taskId the task id to filter by, must not be null or blank
32+
* @return the task logs associated with the given task id
33+
* @throws IOException if the query fails
3034
*/
3135
List<AsyncProfilerTaskLog> getTaskLogList(String taskId) throws IOException;
3236
}

0 commit comments

Comments
 (0)