public class IoTDBProfileThreadSnapshotQueryDAO extends Object implements IProfileThreadSnapshotQueryDAO
| Constructor and Description |
|---|
IoTDBProfileThreadSnapshotQueryDAO() |
| Modifier and Type | Method and Description |
|---|---|
SegmentRecord |
getProfiledSegment(String segmentId) |
int |
queryMaxSequence(String segmentId,
long start,
long end) |
int |
queryMinSequence(String segmentId,
long start,
long end) |
List<BasicTrace> |
queryProfiledSegments(String taskId) |
List<ProfileThreadSnapshotRecord> |
queryRecords(String segmentId,
int minSequence,
int maxSequence) |
public List<BasicTrace> queryProfiledSegments(String taskId) throws IOException
queryProfiledSegments in interface IProfileThreadSnapshotQueryDAOIOExceptionpublic int queryMinSequence(String segmentId, long start, long end) throws IOException
queryMinSequence in interface IProfileThreadSnapshotQueryDAOIOExceptionpublic int queryMaxSequence(String segmentId, long start, long end) throws IOException
queryMaxSequence in interface IProfileThreadSnapshotQueryDAOIOExceptionpublic List<ProfileThreadSnapshotRecord> queryRecords(String segmentId, int minSequence, int maxSequence) throws IOException
queryRecords in interface IProfileThreadSnapshotQueryDAOIOExceptionpublic SegmentRecord getProfiledSegment(String segmentId) throws IOException
getProfiledSegment in interface IProfileThreadSnapshotQueryDAOIOExceptionCopyright © 2022 The Apache Software Foundation. All rights reserved.