public class InternalImportDriverImpl extends BaseArangoDriver implements InternalImportDriver
| Modifier and Type | Field and Description |
|---|---|
protected AnnotationHandler |
annotationHandler |
protected ArangoConfigure |
configure |
protected HttpManager |
httpManager |
| Modifier and Type | Method and Description |
|---|---|
HttpManager |
getHttpManager() |
ImportResultEntity |
importDocuments(String database,
String collection,
Boolean createCollection,
Collection<?> values) |
ImportResultEntity |
importDocumentsByHeaderValues(String database,
String collection,
Boolean createCollection,
Collection<? extends Collection<?>> headerValues) |
void |
setHttpManager(HttpManager httpManager) |
createDocumentEndpointUrl, createDocumentHandle, createDocumentHandle, createEndpointUrl, createEndpointUrl, createEntity, createEntity, createEntity, createEntity, createEntityImpl, createGharialEndpointUrl, createIndexEndpointUrl, createJobEndpointUrl, createUserEndpointUrl, getJSONResponseText, setKeyValueHeader, setStatusCode, toReplicationDumpHeader, validate, validateCollectionName, validateDatabaseName, validateDocumentHandleclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetHttpManager, setHttpManagerprotected ArangoConfigure configure
protected HttpManager httpManager
protected AnnotationHandler annotationHandler
public ImportResultEntity importDocuments(String database, String collection, Boolean createCollection, Collection<?> values) throws ArangoException
importDocuments in interface InternalImportDriverArangoExceptionpublic ImportResultEntity importDocumentsByHeaderValues(String database, String collection, Boolean createCollection, Collection<? extends Collection<?>> headerValues) throws ArangoException
importDocumentsByHeaderValues in interface InternalImportDriverArangoExceptionpublic HttpManager getHttpManager()
getHttpManager in interface BaseDriverInterfacepublic void setHttpManager(HttpManager httpManager)
setHttpManager in interface BaseDriverInterfaceCopyright © 2012–2016 ArangoDB GmbH. All rights reserved.