public class IoTDBProfileTaskQueryDAO extends Object implements IProfileTaskQueryDAO
| Constructor and Description |
|---|
IoTDBProfileTaskQueryDAO() |
| Modifier and Type | Method and Description |
|---|---|
ProfileTask |
getById(String id) |
List<ProfileTask> |
getTaskList(String serviceId,
String endpointName,
Long startTimeBucket,
Long endTimeBucket,
Integer limit) |
public List<ProfileTask> getTaskList(String serviceId, String endpointName, Long startTimeBucket, Long endTimeBucket, Integer limit) throws IOException
getTaskList in interface IProfileTaskQueryDAOIOExceptionpublic ProfileTask getById(String id) throws IOException
getById in interface IProfileTaskQueryDAOIOExceptionCopyright © 2022 The Apache Software Foundation. All rights reserved.