Class DiagnosticCallStackReportDao
java.lang.Object
io.higson.runtime.dao.BaseDao
io.higson.runtime.diagnostic.callstack.DiagnosticCallStackReportDao
- Direct Known Subclasses:
SnapshotDiagnosticCallStackReportDao
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDiagnosticCallStackReportDao(DataSource dataSource, ConnectionInterceptor connectionInterceptor) -
Method Summary
Modifier and TypeMethodDescriptionlongsave(DiagnosticCallStackReport report) voidsaveBatch(List<DiagnosticCallStackReport> reports)
-
Field Details
-
SEQUENCE_NAME
- See Also:
-
SEQUENCE_ALLOCATION_SIZE
public static final int SEQUENCE_ALLOCATION_SIZE- See Also:
-
-
Constructor Details
-
DiagnosticCallStackReportDao
public DiagnosticCallStackReportDao(DataSource dataSource, ConnectionInterceptor connectionInterceptor)
-
-
Method Details
-
save
-
saveBatch
-