Class SystemTableLoggerImpl
java.lang.Object
io.deephaven.enterprise.database.impl.SystemTableLoggerImpl
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic voidlogTable(@NotNull Database database, @NotNull String namespace, @NotNull String tableName, @NotNull Table tableToLog, SystemTableLogger.Options options) static SafeCloseablelogTableIncremental(@NotNull Database database, @NotNull String namespace, @NotNull String tableName, @NotNull Table tableToLog, SystemTableLogger.Options options) 
- 
Constructor Details- 
SystemTableLoggerImplpublic SystemTableLoggerImpl()
 
- 
- 
Method Details- 
logTablepublic static void logTable(@NotNull @NotNull Database database, @NotNull @NotNull String namespace, @NotNull @NotNull String tableName, @NotNull @NotNull Table tableToLog, @NotNull SystemTableLogger.Options options) 
- 
logTableIncrementalpublic static SafeCloseable logTableIncremental(@NotNull @NotNull Database database, @NotNull @NotNull String namespace, @NotNull @NotNull String tableName, @NotNull @NotNull Table tableToLog, @NotNull SystemTableLogger.Options options) 
 
-