Skip to main content
  • showDirectories

    public ShowDirectoriesResponse showDirectories(ShowDirectoriesRequest request) throws GPUdbException
    Shows information about directories in KiFS. Can be used to show a single directory, or all directories.
    Parameters:
    request - Request object containing the parameters for the operation.
    Returns:
    Response object containing the results of the operation.
    Throws:
    GPUdbException - if an error occurs during the operation.
  • showDirectories

    public ShowDirectoriesResponse showDirectories(String directoryName, Map<String,String> options) throws GPUdbException
    Shows information about directories in KiFS. Can be used to show a single directory, or all directories.
    Parameters:
    directoryName - The KiFS directory name to show. If empty, shows all directories. The default value is ”.
    options - Optional parameters. The default value is an empty Map.
    Returns:
    Response object containing the results of the operation.
    Throws:
    GPUdbException - if an error occurs during the operation.