Skip to main content
  • alterDirectory

    public AlterDirectoryResponse alterDirectory(AlterDirectoryRequest request) throws GPUdbException
    Alters an existing directory in KiFS.
    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.
  • alterDirectory

    public AlterDirectoryResponse alterDirectory(String directoryName, Map<String,String> directoryUpdatesMap, Map<String,String> options) throws GPUdbException
    Alters an existing directory in KiFS.
    Parameters:
    directoryName - Name of the directory in KiFS to be altered.
    directoryUpdatesMap - Map containing the properties of the directory to be altered. Error if empty.
    • DATA_LIMIT: The maximum capacity, in bytes, to apply to the directory. Set to -1 to indicate no upper limit.
    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.