Uses of Class
com.gpudb.protocol.ShowWalRequest
-
Packages that use ShowWalRequest Package Description com.gpudb com.gpudb.protocol -
-
Uses of ShowWalRequest in com.gpudb
Methods in com.gpudb with parameters of type ShowWalRequest Modifier and Type Method Description ShowWalResponseGPUdb. showWal(ShowWalRequest request)Requests table write-ahead log (WAL) properties. -
Uses of ShowWalRequest in com.gpudb.protocol
Methods in com.gpudb.protocol that return ShowWalRequest Modifier and Type Method Description ShowWalRequestShowWalRequest. setOptions(Map<String,String> options)Optional parameters.ShowWalRequestShowWalRequest. setTableNames(List<String> tableNames)List of tables to query.
-