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.setCreateCollectionType(CollectionType createCollectionType)
createCollectionType (optional): If this parameter has a value of
document or edge, it will determine the type of collection that is going
to be created when the createCollection option is set to true.
|
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 or yes, 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.