Package | Description |
---|---|
com.marklogic.client.example.extension |
The package provides examples of extensions that operate on a batch
of database documents.
|
Modifier and Type | Method and Description |
---|---|
abstract BatchManager.OperationType |
BatchManager.OutputItem.getOperationType() |
BatchManager.OperationType |
BatchManager.DeleteOutput.getOperationType() |
BatchManager.OperationType |
BatchManager.ReadOutput.getOperationType() |
BatchManager.OperationType |
BatchManager.WriteOutput.getOperationType() |
static BatchManager.OperationType |
BatchManager.OperationType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BatchManager.OperationType[] |
BatchManager.OperationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2013-2021 MarkLogic Corporation.