Package | Description |
---|---|
com.arangodb | |
com.arangodb.impl | |
com.arangodb.util |
Modifier and Type | Method and Description |
---|---|
ImportResultEntity |
ArangoDriver.importDocumentsByHeaderValues(String collection,
Collection<? extends Collection<?>> headerValues,
ImportOptions importOptions)
Creates documents in a collection.
|
ImportResultEntity |
InternalImportDriver.importDocumentsByHeaderValues(String database,
String collection,
Collection<? extends Collection<?>> headerValues,
ImportOptions importOptions) |
ImportResultEntity |
ArangoDriver.importDocumentsByHeaderValuesRaw(String collection,
String headerValues,
ImportOptions importOptions)
Creates documents in a collection.
|
ImportResultEntity |
InternalImportDriver.importDocumentsByHeaderValuesRaw(String database,
String collection,
String headerValues,
ImportOptions importOptions) |
Modifier and Type | Method and Description |
---|---|
ImportResultEntity |
InternalImportDriverImpl.importDocumentsByHeaderValues(String database,
String collection,
Collection<? extends Collection<?>> headerValues,
ImportOptions importOptions) |
ImportResultEntity |
InternalImportDriverImpl.importDocumentsByHeaderValuesRaw(String database,
String collection,
String headerValues,
ImportOptions importOptions) |
Modifier and Type | Class and Description |
---|---|
class |
ImportOptionsJson |
class |
ImportOptionsRaw |
Modifier and Type | Method and Description |
---|---|
ImportOptions |
ImportOptions.setComplete(Boolean complete)
(optional) If set to true, it will make the whole import fail if any
error occurs.
|
ImportOptions |
ImportOptions.setDetails(Boolean details)
(optional) If set to true, the result will include an attribute details
with details about documents that could not be imported.
|
ImportOptions |
ImportOptions.setOnDuplicate(ImportOptions.OnDuplicate onDuplicate)
(optional) Controls what action is carried out in case of a unique key
constraint violation.
|
ImportOptions |
ImportOptions.setOverwrite(Boolean overwrite)
overwrite (optional): If this parameter has a value of true, then all
data in the collection will be removed prior to the import.
|
ImportOptions |
ImportOptions.setWaitForSync(Boolean waitForSync)
(optional) Wait until documents have been synced to disk before
returning.
|
Copyright © 2012–2016 ArangoDB GmbH. All rights reserved.