Package | Description |
---|---|
org.opends.server.tools |
Contains various Directory Server tool implementations.
|
org.opends.server.tools.dsreplication |
Defines the classes that are you used by the replication command lines.
|
org.opends.server.tools.tasks |
This package contains classes that support client tool interaction with the tasks backend.
|
Modifier and Type | Class and Description |
---|---|
class |
BackUpDb
This program provides a utility that may be used to back up a Directory Server backend in a binary form that may be
quickly archived and restored.
|
class |
ExportLdif
This program provides a utility that may be used to export the contents of a Directory Server backend to an LDIF
file.
|
class |
ImportLdif
This program provides a utility that may be used to import the contents of an LDIF file into a Directory Server
backend.
|
class |
RebuildIndex
This program provides a utility to rebuild the contents of the indexes of a Directory Server backend.
|
class |
RestoreDb
This program provides a utility that may be used to restore a binary backup of a Directory Server backend generated
using the
BackUpDb tool. |
Modifier and Type | Class and Description |
---|---|
class |
PurgeHistoricalScheduleInformation
This is a simple adaptor to create a task schedule information object using the data provided by the user.
|
Modifier and Type | Class and Description |
---|---|
class |
TaskTool
Base class for tools that are capable of operating either by running local within this JVM or by scheduling a task to
perform the same action running within the directory server through the tasks interface.
|
Modifier and Type | Method and Description |
---|---|
static List<RawAttribute> |
TaskClient.getTaskAttributes(TaskScheduleInformation information)
This is a commodity method that returns the common attributes (those related to scheduling) of a task entry for a
given
TaskScheduleInformation object. |
TaskEntry |
TaskClient.schedule(TaskScheduleInformation information)
Schedule a task for execution by writing an entry to the task backend.
|
Copyright © 2010–2017 ForgeRock AS. All rights reserved.