Class DiagnosticThreadStateSnapshotDao
java.lang.Object
io.higson.runtime.dao.BaseDao
io.higson.runtime.diagnostic.threadstate.DiagnosticThreadStateSnapshotDao
- Direct Known Subclasses:
SnapshotDiagnosticThreadStateSnapshotDao
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDiagnosticThreadStateSnapshotDao(DataSource dataSource, ConnectionInterceptor connectionInterceptor) -
Method Summary
Modifier and TypeMethodDescriptionvoidsave(DiagnosticThreadStateSnapshot snapshot) voidsaveBatch(List<DiagnosticThreadStateSnapshot> snapshots)
-
Field Details
-
SEQUENCE_NAME
- See Also:
-
SEQUENCE_ALLOCATION_SIZE
public static final int SEQUENCE_ALLOCATION_SIZE- See Also:
-
-
Constructor Details
-
DiagnosticThreadStateSnapshotDao
public DiagnosticThreadStateSnapshotDao(DataSource dataSource, ConnectionInterceptor connectionInterceptor)
-
-
Method Details
-
save
-
saveBatch
-