Class SystemTableLoggerImpl
java.lang.Object
io.deephaven.enterprise.database.impl.SystemTableLoggerImpl
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
logTable
(@NotNull Database database, @NotNull String namespace, @NotNull String tableName, @NotNull Table tableToLog, SystemTableLogger.Options options) static SafeCloseable
logTableIncremental
(@NotNull Database database, @NotNull String namespace, @NotNull String tableName, Table tableToLog, SystemTableLogger.Options options)
-
Constructor Details
-
SystemTableLoggerImpl
public SystemTableLoggerImpl()
-
-
Method Details
-
logTable
public static void logTable(@NotNull @NotNull Database database, @NotNull @NotNull String namespace, @NotNull @NotNull String tableName, @NotNull @NotNull Table tableToLog, @NotNull SystemTableLogger.Options options) -
logTableIncremental
public static SafeCloseable logTableIncremental(@NotNull @NotNull Database database, @NotNull @NotNull String namespace, @NotNull @NotNull String tableName, Table tableToLog, SystemTableLogger.Options options)
-