public class InternalImportDriverImpl extends BaseArangoDriver implements InternalImportDriver
http://www.arangodb.com/manuals/current/HttpImport.html
Modifier and Type | Field and Description |
---|---|
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) |
createDocumentHandle, createDocumentHandle, createEndpointUrl, createEntity, createEntity, createEntity, createEntity, createEntityImpl, setKeyValueHeader, setStatusCode, toReplicationDumpHeader, validate, validateCollectionName, validateDatabaseName, validateDocumentHandle
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getHttpManager, setHttpManager
protected ArangoConfigure configure
protected HttpManager httpManager
public ImportResultEntity importDocuments(String database, String collection, Boolean createCollection, Collection<?> values) throws ArangoException
importDocuments
in interface InternalImportDriver
ArangoException
public ImportResultEntity importDocumentsByHeaderValues(String database, String collection, Boolean createCollection, Collection<? extends Collection<?>> headerValues) throws ArangoException
importDocumentsByHeaderValues
in interface InternalImportDriver
ArangoException
public HttpManager getHttpManager()
getHttpManager
in interface BaseDriverInterface
public void setHttpManager(HttpManager httpManager)
setHttpManager
in interface BaseDriverInterface
Copyright © 2012–2015 ArangoDB GmbH. All rights reserved.