Uses of Class
com.gpudb.protocol.ShowWalResponse
-
Packages that use ShowWalResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of ShowWalResponse in com.gpudb
Methods in com.gpudb that return ShowWalResponse Modifier and Type Method Description ShowWalResponseGPUdb. showWal(ShowWalRequest request)Requests table write-ahead log (WAL) properties.ShowWalResponseGPUdb. showWal(List<String> tableNames, Map<String,String> options)Requests table write-ahead log (WAL) properties. -
Uses of ShowWalResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return ShowWalResponse Modifier and Type Method Description ShowWalResponseShowWalResponse. setCapacities(List<Long> capacities)List of WAL capacities.ShowWalResponseShowWalResponse. setInfo(Map<String,String> info)Additional information.ShowWalResponseShowWalResponse. setSettings(List<Map<String,String>> settings)List of table WAL settings.ShowWalResponseShowWalResponse. setSizes(List<List<Long>> sizes)List of current WAL usage.ShowWalResponseShowWalResponse. setTableNames(List<String> tableNames)List of returned tables.ShowWalResponseShowWalResponse. setUncommitted(List<List<Long>> uncommitted)List of number of uncommitted entries.
-