Package | Description |
---|---|
com.gpudb | |
com.gpudb.protocol |
Modifier and Type | Method and Description |
---|---|
ShowWalResponse |
GPUdb.showWal(List<String> tableNames,
Map<String,String> options)
Requests table wal properties.
|
ShowWalResponse |
GPUdb.showWal(ShowWalRequest request)
Requests table wal properties.
|
Modifier and Type | Method and Description |
---|---|
ShowWalResponse |
ShowWalResponse.setCapacities(List<Long> capacities)
List of wal capacities.
|
ShowWalResponse |
ShowWalResponse.setInfo(Map<String,String> info)
Additional information.
|
ShowWalResponse |
ShowWalResponse.setSettings(List<Map<String,String>> settings)
List of table wal settings.
|
ShowWalResponse |
ShowWalResponse.setSizes(List<List<Long>> sizes)
List of current wal usage.
|
ShowWalResponse |
ShowWalResponse.setTableNames(List<String> tableNames)
List of returned tables.
|
ShowWalResponse |
ShowWalResponse.setUncommitted(List<List<Long>> uncommitted)
List of number of uncommitted entries.
|
Copyright © 2025. All rights reserved.