| | |
| | | * information: "Portions Copyright [year] [name of copyright owner]". |
| | | * |
| | | * Copyright 2006-2010 Sun Microsystems, Inc. |
| | | * Portions copyright 2011-2015 ForgeRock AS. |
| | | * Portions copyright 2011-2016 ForgeRock AS. |
| | | */ |
| | | package org.opends.server.config; |
| | | |
| | |
| | | NAME_PREFIX_TASK + "import-thread-count"; |
| | | |
| | | /** |
| | | * The name of the attribute in an import task definition that specifies the |
| | | * off-heap memory size used during the import. |
| | | */ |
| | | public static final String ATTR_IMPORT_OFFHEAP_SIZE = |
| | | NAME_PREFIX_TASK + "import-offheap-size"; |
| | | |
| | | /** |
| | | * The name of the attribute in an import task definition that specifies |
| | | * whether the import process should append to the existing database rather |
| | | * than overwriting it. |