Package | Description |
---|---|
com.hcl.domino | |
com.hcl.domino.data |
Modifier and Type | Method and Description |
---|---|
void |
DominoClient.compact(String pathname,
Set<CompactMode> mode)
This function compresses a local database to remove the space left by deleting documents,
freeing up disk space.
Deletion stubs however, are left intact in the database. |
Modifier and Type | Method and Description |
---|---|
static CompactMode |
CompactMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompactMode[] |
CompactMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2019–2021 HCL. All rights reserved.