- cancelBatchMode() - Method in class com.arangodb.ArangoDriver
-
This method cancels the batch execution mode.
- changeCurrentHost() - Method in class com.arangodb.ArangoConfigure
-
- checkDocument(long, long) - Method in class com.arangodb.ArangoDriver
-
This method returns the current revision of a document.
- checkDocument(String, long) - Method in class com.arangodb.ArangoDriver
-
This method returns the current revision of a document.
- checkDocument(long, String) - Method in class com.arangodb.ArangoDriver
-
This method returns the current revision of a document.
- checkDocument(String, String) - Method in class com.arangodb.ArangoDriver
-
This method returns the current revision of a document.
- checkDocument(String) - Method in class com.arangodb.ArangoDriver
-
This method returns the current revision of a document.
- checkDocument(String, String) - Method in class com.arangodb.impl.InternalDocumentDriverImpl
-
- checkDocument(String, String) - Method in interface com.arangodb.InternalDocumentDriver
-
- clear() - Method in class com.arangodb.entity.BaseMapEntity
-
- close() - Method in class com.arangodb.BaseCursorProxy
-
Close cursor (removes cursor from database)
- close() - Method in class com.arangodb.CursorResult
-
Close cursor (removes cursor from database)
- close() - Method in class com.arangodb.CursorResultSet
-
- close(Closeable) - Static method in class com.arangodb.util.IOUtils
-
- CollectionEntity - Class in com.arangodb.entity
-
A representation of an ArangoDB collection
- CollectionEntity() - Constructor for class com.arangodb.entity.CollectionEntity
-
- CollectionEntity.Figures - Class in com.arangodb.entity
-
additional statistical information about the collection.
- CollectionEntity.Figures() - Constructor for class com.arangodb.entity.CollectionEntity.Figures
-
- CollectionKeyOption - Class in com.arangodb.entity
-
additional options for key generation.
- CollectionKeyOption() - Constructor for class com.arangodb.entity.CollectionKeyOption
-
- CollectionOptions - Class in com.arangodb.entity
-
Convenience object for collection creation.
- CollectionOptions() - Constructor for class com.arangodb.entity.CollectionOptions
-
- CollectionsEntity - Class in com.arangodb.entity
-
A entity representing a list of ArangoDB collections
- CollectionsEntity() - Constructor for class com.arangodb.entity.CollectionsEntity
-
- CollectionStatus - Enum in com.arangodb.entity
-
Enumeration describing the collection state
- CollectionStatusTypeAdapter - Class in com.arangodb.entity
-
Used only internally for entity deserialisation
- CollectionStatusTypeAdapter() - Constructor for class com.arangodb.entity.CollectionStatusTypeAdapter
-
- CollectionType - Enum in com.arangodb.entity
-
Enumeration class for collection types.
- CollectionUtils - Class in com.arangodb.util
-
- CollectionUtils() - Constructor for class com.arangodb.util.CollectionUtils
-
- CollectionUtils.EmptyIterator<E> - Class in com.arangodb.util
-
- CollectionUtils.EmptyIterator() - Constructor for class com.arangodb.util.CollectionUtils.EmptyIterator
-
- com.arangodb - package com.arangodb
-
- com.arangodb.annotations - package com.arangodb.annotations
-
- com.arangodb.entity - package com.arangodb.entity
-
- com.arangodb.entity.marker - package com.arangodb.entity.marker
-
- com.arangodb.http - package com.arangodb.http
-
- com.arangodb.impl - package com.arangodb.impl
-
- com.arangodb.util - package com.arangodb.util
-
- configure(GsonBuilder...) - Static method in class com.arangodb.entity.EntityFactory
-
Configures instances of Gson used by this factory.
- configureBodyParams(HttpRequestEntity, HttpEntityEnclosingRequestBase) - Static method in class com.arangodb.http.HttpManager
-
- containsKey(Object) - Method in class com.arangodb.entity.BaseMapEntity
-
- containsValue(Object) - Method in class com.arangodb.entity.BaseMapEntity
-
- continueQuery(long, Class<?>...) - Method in class com.arangodb.ArangoDriver
-
Continues data retrieval for an existing cursor
- continueQuery(String, long, Class<?>...) - Method in class com.arangodb.impl.InternalCursorDriverImpl
-
- continueQuery(String, long, Class<?>...) - Method in interface com.arangodb.InternalCursorDriver
-
- convertNullToMap(OptionsInterface) - Static method in class com.arangodb.util.JsonUtils
-
- convertNullToMap(Object) - Static method in class com.arangodb.util.JsonUtils
-
- createAdminDriver(ArangoConfigure, HttpManager) - Static method in class com.arangodb.impl.ImplFactory
-
- createAqlFunction(String, String) - Method in class com.arangodb.ArangoDriver
-
Creates an AQL Function
- createAqlFunction(String, String) - Method in class com.arangodb.impl.InternalAqlFunctionsDriverImpl
-
- createAqlFunction(String, String) - Method in interface com.arangodb.InternalAqlFunctionsDriver
-
- createAqlFunctionsDriver(ArangoConfigure, HttpManager) - Static method in class com.arangodb.impl.ImplFactory
-
- createBatchDriver(ArangoConfigure, HttpManager) - Static method in class com.arangodb.impl.ImplFactory
-
- createCappedByDocumentSizeIndex(long, int) - Method in class com.arangodb.ArangoDriver
-
This method creates a capped index for a collection.
- createCappedByDocumentSizeIndex(String, int) - Method in class com.arangodb.ArangoDriver
-
This method creates a capped index for a collection.
- createCappedByDocumentSizeIndex(String, String, int) - Method in class com.arangodb.impl.InternalIndexDriverImpl
-
- createCappedByDocumentSizeIndex(String, String, int) - Method in interface com.arangodb.InternalIndexDriver
-
- createCappedIndex(long, int) - Method in class com.arangodb.ArangoDriver
-
This method creates a capped index for a collection.
- createCappedIndex(String, int) - Method in class com.arangodb.ArangoDriver
-
This method creates a capped index for a collection.
- createCappedIndex(String, String, int) - Method in class com.arangodb.impl.InternalIndexDriverImpl
-
- createCappedIndex(String, String, int) - Method in interface com.arangodb.InternalIndexDriver
-
- createCollection(String) - Method in class com.arangodb.ArangoDriver
-
Creates a new collection.
- createCollection(String, CollectionOptions) - Method in class com.arangodb.ArangoDriver
-
Creates a new collection.
- createCollection(String, String, CollectionOptions) - Method in class com.arangodb.impl.InternalCollectionDriverImpl
-
- createCollection(String, String, CollectionOptions) - Method in interface com.arangodb.InternalCollectionDriver
-
- createCollectionDriver(ArangoConfigure, HttpManager) - Static method in class com.arangodb.impl.ImplFactory
-
- createCursorDriver(ArangoConfigure, HttpManager) - Static method in class com.arangodb.impl.ImplFactory
-
- createDatabase(String, UserEntity...) - Method in class com.arangodb.ArangoDriver
-
This method creates a database
- createDatabase(String, UserEntity...) - Method in class com.arangodb.impl.InternalDatabaseDriverImpl
-
- createDatabase(String, UserEntity...) - Method in interface com.arangodb.InternalDatabaseDriver
-
- createDatabaseDriver(ArangoConfigure, HttpManager) - Static method in class com.arangodb.impl.ImplFactory
-
- createDocument(long, Object) - Method in class com.arangodb.ArangoDriver
-
Creates a document in the collection defined by The collection id
- createDocument(String, T) - Method in class com.arangodb.ArangoDriver
-
Creates a document in the collection defined by the collection's name
- createDocument(long, String, Object) - Method in class com.arangodb.ArangoDriver
-
Creates a document in the collection defined by the collection's name.
- createDocument(String, String, T) - Method in class com.arangodb.ArangoDriver
-
Creates a document in the collection defined by the collection's name.
- createDocument(long, T, Boolean, Boolean) - Method in class com.arangodb.ArangoDriver
-
Creates a document in the collection defined by The collection id.
- createDocument(String, T, Boolean, Boolean) - Method in class com.arangodb.ArangoDriver
-
Creates a document in the collection defined by the collection's name.
- createDocument(long, String, Object, Boolean, Boolean) - Method in class com.arangodb.ArangoDriver
-
Creates a document in the collection defined by the collection's id.
- createDocument(String, String, T, Boolean, Boolean) - Method in class com.arangodb.ArangoDriver
-
Creates a document in the collection defined by the collection's name.
- createDocument(String, String, String, T, Boolean, Boolean) - Method in class com.arangodb.impl.InternalDocumentDriverImpl
-
- createDocument(String, String, String, T, Boolean, Boolean) - Method in interface com.arangodb.InternalDocumentDriver
-
- createDocumentDriver(ArangoConfigure, HttpManager) - Static method in class com.arangodb.impl.ImplFactory
-
- createDocumentHandle(long, String) - Method in class com.arangodb.BaseArangoDriver
-
- createDocumentHandle(String, String) - Method in class com.arangodb.BaseArangoDriver
-
- createDocumentRaw(String, String, String, String, Boolean, Boolean) - Method in class com.arangodb.impl.InternalDocumentDriverImpl
-
- createDocumentRaw(String, String, String, String, Boolean, Boolean) - Method in interface com.arangodb.InternalDocumentDriver
-
- createEdge(String, String, T, String, String, Boolean, Boolean) - Method in class com.arangodb.ArangoDriver
-
Create an edge in an edge collection.
- createEdge(String, String, T, String, String, Boolean, Boolean) - Method in class com.arangodb.impl.InternalEdgeDriverImpl
-
- createEdge(String, String, String, String, String, String, T, Boolean) - Method in class com.arangodb.impl.InternalGraphDriverImpl
-
- createEdge(String, String, T, String, String, Boolean, Boolean) - Method in interface com.arangodb.InternalEdgeDriver
-
- createEdge(String, String, String, String, String, String, T, Boolean) - Method in interface com.arangodb.InternalGraphDriver
-
- createEdgeDefinition(String, String, EdgeDefinitionEntity) - Method in class com.arangodb.impl.InternalGraphDriverImpl
-
- createEdgeDefinition(String, String, EdgeDefinitionEntity) - Method in interface com.arangodb.InternalGraphDriver
-
Adds a new edge definition to an existing graph.
- createEdgeDriver(ArangoConfigure, InternalCursorDriver, HttpManager) - Static method in class com.arangodb.impl.ImplFactory
-
- createEndpoint(String, String...) - Method in class com.arangodb.ArangoDriver
-
This method creates an endpoint.
- createEndpoint(String, String...) - Method in class com.arangodb.impl.InternalEndpointDriverImpl
-
- createEndpoint(String, String...) - Method in interface com.arangodb.InternalEndpointDriver
-
- createEndpointDriver(ArangoConfigure, HttpManager) - Static method in class com.arangodb.impl.ImplFactory
-
- createEndpointUrl(String, Object...) - Method in class com.arangodb.BaseArangoDriver
-
- createEntity(HttpResponseEntity, Class<T>, Class<?>[], boolean) - Method in class com.arangodb.BaseArangoDriver
-
HTTPレスポンスから指定した型へ変換する。
- createEntity(String, Class<T>, Class<?>...) - Method in class com.arangodb.BaseArangoDriver
-
- createEntity(HttpResponseEntity, Class<T>) - Method in class com.arangodb.BaseArangoDriver
-
- createEntity(HttpResponseEntity, Class<T>, Class<?>...) - Method in class com.arangodb.BaseArangoDriver
-
- createEntity(String, Type) - Static method in class com.arangodb.entity.EntityFactory
-
- createEntityImpl(HttpResponseEntity, Class<T>) - Method in class com.arangodb.BaseArangoDriver
-
- createFulltextIndex(long, String...) - Method in class com.arangodb.ArangoDriver
-
This method creates a full text index for a collection.
- createFulltextIndex(String, String...) - Method in class com.arangodb.ArangoDriver
-
This method creates a full text index for a collection.
- createFulltextIndex(long, Integer, String...) - Method in class com.arangodb.ArangoDriver
-
This method creates a full text index for a collection.
- createFulltextIndex(String, Integer, String...) - Method in class com.arangodb.ArangoDriver
-
This method creates a full text index for a collection.
- createFulltextIndex(String, String, Integer, String...) - Method in class com.arangodb.impl.InternalIndexDriverImpl
-
- createFulltextIndex(String, String, Integer, String...) - Method in interface com.arangodb.InternalIndexDriver
-
- createGeoIndex(String, boolean, String...) - Method in class com.arangodb.ArangoDriver
-
This method creates a geo index for a collection.
- createGraph(String, List<EdgeDefinitionEntity>, List<String>, Boolean) - Method in class com.arangodb.ArangoDriver
-
Creates a graph.
- createGraph(GraphEntity, Boolean) - Method in class com.arangodb.ArangoDriver
-
Creates a graph.
- createGraph(String, Boolean) - Method in class com.arangodb.ArangoDriver
-
Creates an empty graph.
- createGraph(String, String, Boolean) - Method in class com.arangodb.impl.InternalGraphDriverImpl
-
- createGraph(String, String, List<EdgeDefinitionEntity>, List<String>, Boolean) - Method in class com.arangodb.impl.InternalGraphDriverImpl
-
- createGraph(String, String, Boolean) - Method in interface com.arangodb.InternalGraphDriver
-
Creates an empty graph.
- createGraph(String, String, List<EdgeDefinitionEntity>, List<String>, Boolean) - Method in interface com.arangodb.InternalGraphDriver
-
Creates a graph.
- createGraphDriver(ArangoConfigure, InternalCursorDriver, HttpManager) - Static method in class com.arangodb.impl.ImplFactory
-
- createHashIndex(String, boolean, String...) - Method in class com.arangodb.ArangoDriver
-
This method creates a hash index for a collection.
- createHashIndex(String, boolean, boolean, String...) - Method in class com.arangodb.ArangoDriver
-
This method creates a hash index for a collection.
- createImportDriver(ArangoConfigure, HttpManager) - Static method in class com.arangodb.impl.ImplFactory
-
- createIncrementOption(boolean, long, long) - Static method in class com.arangodb.entity.CollectionKeyOption
-
- createIndex(long, IndexType, boolean, String...) - Method in class com.arangodb.ArangoDriver
-
This method creates an index for a collection.
- createIndex(long, IndexType, boolean, boolean, String...) - Method in class com.arangodb.ArangoDriver
-
This method creates an index for a collection.
- createIndex(String, IndexType, boolean, String...) - Method in class com.arangodb.ArangoDriver
-
This method creates an index for a collection.
- createIndex(String, IndexType, boolean, boolean, String...) - Method in class com.arangodb.ArangoDriver
-
This method creates an index for a collection.
- createIndex(String, String, IndexType, boolean, boolean, String...) - Method in class com.arangodb.impl.InternalIndexDriverImpl
-
- createIndex(String, String, IndexType, boolean, String...) - Method in class com.arangodb.impl.InternalIndexDriverImpl
-
- createIndex(String, String, IndexType, boolean, boolean, String...) - Method in interface com.arangodb.InternalIndexDriver
-
- createIndex(String, String, IndexType, boolean, String...) - Method in interface com.arangodb.InternalIndexDriver
-
- createIndexDriver(ArangoConfigure, HttpManager) - Static method in class com.arangodb.impl.ImplFactory
-
- createJobsDriver(ArangoConfigure, HttpManager) - Static method in class com.arangodb.impl.ImplFactory
-
- createKeyValue(String, String, String, Object, Map<String, Object>, Date) - Method in class com.arangodb.impl.InternalKVSDriverImpl
-
- createKeyValue(String, String, String, Object, Map<String, Object>, Date) - Method in interface com.arangodb.InternalKVSDriver
-
- createKVSDriver(ArangoConfigure, HttpManager) - Static method in class com.arangodb.impl.ImplFactory
-
- createReplicationDriver(ArangoConfigure, HttpManager) - Static method in class com.arangodb.impl.ImplFactory
-
- createSimpleDriver(ArangoConfigure, InternalCursorDriver, HttpManager) - Static method in class com.arangodb.impl.ImplFactory
-
- createSkipListIndex(String, boolean, String...) - Method in class com.arangodb.ArangoDriver
-
This method creates a skip list index for a collection.
- createSkipListIndex(String, boolean, boolean, String...) - Method in class com.arangodb.ArangoDriver
-
This method creates a skip list index for a collection.
- createTransaction(String) - Method in class com.arangodb.ArangoDriver
-
Creates a transaction entity.
- createTransaction(String) - Method in class com.arangodb.impl.InternalTransactionDriverImpl
-
- createTransaction(String) - Method in interface com.arangodb.InternalTransactionDriver
-
- createTransactionDriver(ArangoConfigure, HttpManager) - Static method in class com.arangodb.impl.ImplFactory
-
- createTraversalDriver(ArangoConfigure, HttpManager) - Static method in class com.arangodb.impl.ImplFactory
-
- createUser(String, String, Boolean, Map<String, Object>) - Method in class com.arangodb.ArangoDriver
-
Creates a database user.
- createUser(String, String, String, Boolean, Map<String, Object>) - Method in class com.arangodb.impl.InternalUsersDriverImpl
-
- createUser(String, String, String, Boolean, Map<String, Object>) - Method in interface com.arangodb.InternalUsersDriver
-
- createUsersDriver(ArangoConfigure, HttpManager) - Static method in class com.arangodb.impl.ImplFactory
-
- createVertex(String, String, String, T, Boolean) - Method in class com.arangodb.impl.InternalGraphDriverImpl
-
- createVertex(String, String, String, String, T, Boolean) - Method in class com.arangodb.impl.InternalGraphDriverImpl
-
- createVertex(String, String, String, T, Boolean) - Method in interface com.arangodb.InternalGraphDriver
-
Stores a new vertex with the information contained within the document
into the given collection.
- createVertex(String, String, String, String, T, Boolean) - Method in interface com.arangodb.InternalGraphDriver
-
Stores a new vertex with the information contained within the document
into the given collection.
- createVertexCollection(String, String, String) - Method in class com.arangodb.impl.InternalGraphDriverImpl
-
- createVertexCollection(String, String, String) - Method in interface com.arangodb.InternalGraphDriver
-
- CURLLogger - Class in com.arangodb.http
-
- CURLLogger() - Constructor for class com.arangodb.http.CURLLogger
-
- CursorEntity<T> - Class in com.arangodb.entity
-
Cursor entity that represents the result of a AQL query.
- CursorEntity() - Constructor for class com.arangodb.entity.CursorEntity
-
- CursorResult<T> - Class in com.arangodb
-
- CursorResult(String, InternalCursorDriver, CursorEntity<T>, Class<?>...) - Constructor for class com.arangodb.CursorResult
-
- CursorResult.CursorIterator - Class in com.arangodb
-
internal iterator
- CursorResult.CursorIterator() - Constructor for class com.arangodb.CursorResult.CursorIterator
-
- CursorResultSet<T> - Class in com.arangodb
-
- CursorResultSet(String, InternalCursorDriver, CursorEntity<T>, Class<?>...) - Constructor for class com.arangodb.CursorResultSet
-
- CursorResultSet.CursorIterator - Class in com.arangodb
-
- CursorResultSet.CursorIterator() - Constructor for class com.arangodb.CursorResultSet.CursorIterator
-
- get(Object) - Method in class com.arangodb.entity.BaseMapEntity
-
- get(int) - Method in class com.arangodb.entity.CursorEntity
-
Returns the cursor element at position *index*
- get() - Method in class com.arangodb.util.MapBuilder
-
- getAction() - Method in class com.arangodb.entity.TransactionEntity
-
- getActive() - Method in class com.arangodb.entity.ReplicationDumpHeader
-
- getAdaptivePolling() - Method in class com.arangodb.entity.ReplicationApplierConfigEntity
-
- getAlgorithm() - Method in class com.arangodb.util.ShortestPathOptions
-
The algorithm to calculate the shortest paths.
- getAliveCount() - Method in class com.arangodb.entity.CollectionEntity.Figures
-
- getAliveSize() - Method in class com.arangodb.entity.CollectionEntity.Figures
-
- getAqlFunctions(String) - Method in class com.arangodb.ArangoDriver
-
Gets all AQL functions whithin a given namespace
- getAqlFunctions() - Method in class com.arangodb.entity.AqlFunctionsEntity
-
- getAqlFunctions(String) - Method in class com.arangodb.impl.InternalAqlFunctionsDriverImpl
-
- getAqlFunctions(String) - Method in interface com.arangodb.InternalAqlFunctionsDriver
-
- getArangoDriver() - Method in class com.arangodb.http.InvocationObject
-
- getArangoHost() - Method in class com.arangodb.ArangoConfigure
-
Get the default database host name and port
- getArgs() - Method in class com.arangodb.http.InvocationObject
-
- getAttribute(String) - Method in class com.arangodb.entity.BaseDocument
-
get a single attribute of the document
- getAttributes() - Method in class com.arangodb.entity.KeyValueEntity
-
- getAttributesCount() - Method in class com.arangodb.entity.CollectionEntity.Figures
-
- getAutoStart() - Method in class com.arangodb.entity.ReplicationApplierConfigEntity
-
- getBaseUrl() - Method in class com.arangodb.ArangoConfigure
-
- getBatchResponseByRequestId(String) - Method in class com.arangodb.ArangoDriver
-
This method returns the result of a call to ArangoDB executed within a
batch request.
- getBatchResponseEntities() - Method in class com.arangodb.entity.BatchResponseListEntity
-
- getBatchResponseListEntity() - Method in class com.arangodb.impl.InternalBatchDriverImpl
-
- getBatchSize() - Method in class com.arangodb.util.AqlQueryOptions
-
maximum number of result documents to be transferred from the server to
the client in one roundtrip (optional).
- getBindVars() - Method in class com.arangodb.entity.CursorEntity
-
- getBody() - Method in class com.arangodb.http.BatchPart
-
- getCallStack() - Method in class com.arangodb.http.BatchHttpManager
-
- getCheckmore() - Method in class com.arangodb.entity.ReplicationDumpHeader
-
- getChecksum() - Method in class com.arangodb.entity.CollectionEntity
-
- getChunkSize() - Method in class com.arangodb.entity.ReplicationApplierConfigEntity
-
- getCid() - Method in class com.arangodb.entity.ReplicationInventoryEntity.CollectionParameter
-
- getClient() - Method in class com.arangodb.entity.StatisticsEntity
-
- getClient() - Method in class com.arangodb.http.HttpManager
-
- getClientPort() - Method in class com.arangodb.ArangoConfigure
-
Deprecated.
- getClients() - Method in class com.arangodb.entity.ReplicationLoggerStateEntity
-
- getCode() - Method in exception com.arangodb.ArangoException
-
- getCode() - Method in class com.arangodb.BaseCursorProxy
-
- getCode() - Method in class com.arangodb.entity.BaseEntity
-
- getCollection(long) - Method in class com.arangodb.ArangoDriver
-
Returns a collection from ArangoDB by id
- getCollection(String) - Method in class com.arangodb.ArangoDriver
-
Returns a collection from ArangoDB by name
- getCollection() - Method in class com.arangodb.entity.EdgeDefinitionEntity
-
- getCollection(String, String) - Method in class com.arangodb.impl.InternalCollectionDriverImpl
-
- getCollection(String, String) - Method in interface com.arangodb.InternalCollectionDriver
-
- getCollectionChecksum(String, Boolean, Boolean) - Method in class com.arangodb.ArangoDriver
-
Returns a collection from ArangoDB by name including the collection
checksum
- getCollectionChecksum(String, String, Boolean, Boolean) - Method in class com.arangodb.impl.InternalCollectionDriverImpl
-
- getCollectionChecksum(String, String, Boolean, Boolean) - Method in interface com.arangodb.InternalCollectionDriver
-
- getCollectionCount(long) - Method in class com.arangodb.ArangoDriver
-
Returns a collection from ArangoDB by id including the document count
- getCollectionCount(String) - Method in class com.arangodb.ArangoDriver
-
Returns a collection from ArangoDB by name including the document count
- getCollectionCount(String, String) - Method in class com.arangodb.impl.InternalCollectionDriverImpl
-
- getCollectionCount(String, String) - Method in interface com.arangodb.InternalCollectionDriver
-
- getCollectionFigures(long) - Method in class com.arangodb.ArangoDriver
-
Returns a collection from ArangoDB by id including the collection figures
- getCollectionFigures(String) - Method in class com.arangodb.ArangoDriver
-
Returns a collection from ArangoDB by name including the collection
figures
- getCollectionFigures(String, String) - Method in class com.arangodb.impl.InternalCollectionDriverImpl
-
- getCollectionFigures(String, String) - Method in interface com.arangodb.InternalCollectionDriver
-
- getCollectionProperties(long) - Method in class com.arangodb.ArangoDriver
-
Returns a collection from ArangoDB including all properties by id
- getCollectionProperties(String) - Method in class com.arangodb.ArangoDriver
-
Returns a collection from ArangoDB including all properties by name
- getCollectionProperties(String, String) - Method in class com.arangodb.impl.InternalCollectionDriverImpl
-
- getCollectionProperties(String, String) - Method in interface com.arangodb.InternalCollectionDriver
-
- getCollectionRevision(long) - Method in class com.arangodb.ArangoDriver
-
Returns a collection from ArangoDB including revision by id
- getCollectionRevision(String) - Method in class com.arangodb.ArangoDriver
-
Returns a collection from ArangoDB including revision by name
- getCollectionRevision(String, String) - Method in class com.arangodb.impl.InternalCollectionDriverImpl
-
- getCollectionRevision(String, String) - Method in interface com.arangodb.InternalCollectionDriver
-
- getCollections() - Method in class com.arangodb.ArangoDriver
-
Returns all collections from ArangoDB
- getCollections(Boolean) - Method in class com.arangodb.ArangoDriver
-
Returns all collections from ArangoDB
- getCollections() - Method in class com.arangodb.entity.CollectionsEntity
-
- getCollections() - Method in class com.arangodb.entity.GraphGetCollectionsResultEntity
-
- getCollections() - Method in class com.arangodb.entity.ReplicationInventoryEntity
-
- getCollections() - Method in class com.arangodb.entity.ReplicationSyncEntity
-
- getCollections() - Method in class com.arangodb.entity.TransactionEntity
-
- getCollections(String, Boolean) - Method in class com.arangodb.impl.InternalCollectionDriverImpl
-
- getCollections(String, Boolean) - Method in interface com.arangodb.InternalCollectionDriver
-
- getCompactorsCount() - Method in class com.arangodb.entity.CollectionEntity.Figures
-
- getCompactorsFileSize() - Method in class com.arangodb.entity.CollectionEntity.Figures
-
- getCompare() - Method in class com.arangodb.entity.FilterCondition
-
- getConfiguration() - Method in class com.arangodb.http.HttpManager
-
- getConnectionTimeout() - Method in class com.arangodb.ArangoConfigure
-
- getConnectRetryCount() - Method in class com.arangodb.ArangoConfigure
-
- getConnectRetryWait() - Method in class com.arangodb.ArangoConfigure
-
- getConnectTimeout() - Method in class com.arangodb.entity.ReplicationApplierConfigEntity
-
- getContent() - Method in class com.arangodb.http.JsonSequenceEntity
-
- getContentLength() - Method in class com.arangodb.http.JsonSequenceEntity
-
- getContentType() - Method in class com.arangodb.http.HttpResponseEntity
-
- getCount() - Method in class com.arangodb.BaseCursorProxy
-
Get total number of results (if requested)
- getCount() - Method in class com.arangodb.CursorResult
-
Get total number of results (if requested)
- getCount() - Method in class com.arangodb.entity.CollectionEntity
-
- getCount() - Method in class com.arangodb.entity.CursorEntity
-
- getCount() - Method in class com.arangodb.entity.SimpleByResultEntity
-
- getCount() - Method in class com.arangodb.entity.StatisticsEntity.FigureValue
-
- getCount() - Method in class com.arangodb.util.AqlQueryOptions
-
boolean flag that indicates whether the number of documents in the result
set should be returned in the "count" attribute of the result (optional).
- getCounts() - Method in class com.arangodb.entity.StatisticsEntity.FigureValue
-
- getCreated() - Method in class com.arangodb.entity.ImportResultEntity
-
- getCreated() - Method in class com.arangodb.entity.KeyValueEntity
-
- getCurrentDatabase() - Method in class com.arangodb.ArangoDriver
-
Returns the current database
- getCurrentDatabase() - Method in class com.arangodb.impl.InternalDatabaseDriverImpl
-
- getCurrentDatabase() - Method in interface com.arangodb.InternalDatabaseDriver
-
- getCurrentObject() - Method in class com.arangodb.http.BatchHttpManager
-
- getCurrentObject() - Method in class com.arangodb.http.HttpManager
-
- getCursorId() - Method in class com.arangodb.BaseCursorProxy
-
Returns the cursor identifier
- getCursorId() - Method in class com.arangodb.entity.CursorEntity
-
- getCuts() - Method in class com.arangodb.entity.StatisticsDescriptionEntity.Figure
-
- getData() - Method in class com.arangodb.entity.ReplicationDumpRecord
-
- getDatabase() - Method in class com.arangodb.entity.ReplicationApplierConfigEntity
-
- getDatabase() - Method in class com.arangodb.entity.ReplicationApplierStateEntity
-
- getDatabases() - Method in class com.arangodb.ArangoDriver
-
Returns all databases
- getDatabases(boolean) - Method in class com.arangodb.ArangoDriver
-
Returns all databases
- getDatabases(String, String) - Method in class com.arangodb.ArangoDriver
-
Returns all databases the user identified by his credentials can access
- getDatabases() - Method in class com.arangodb.entity.Endpoint
-
- getDatabases(boolean, String, String) - Method in class com.arangodb.impl.InternalDatabaseDriverImpl
-
- getDatabases(boolean, String, String) - Method in interface com.arangodb.InternalDatabaseDriver
-
- getDatafileCount() - Method in class com.arangodb.entity.CollectionEntity.Figures
-
- getDatafileFileSize() - Method in class com.arangodb.entity.CollectionEntity.Figures
-
- getDeadCount() - Method in class com.arangodb.entity.CollectionEntity.Figures
-
- getDeadDeletion() - Method in class com.arangodb.entity.CollectionEntity.Figures
-
- getDeadSize() - Method in class com.arangodb.entity.CollectionEntity.Figures
-
- getDefaultAqlQueryOptions() - Method in class com.arangodb.ArangoDriver
-
Creates a default AqlQueryOptions object
- getDefaultDatabase() - Method in class com.arangodb.ArangoConfigure
-
- getDefaultDatabase() - Method in class com.arangodb.ArangoDriver
-
Returns the default database.
- getDefaultHost() - Static method in class com.arangodb.ArangoConfigure
-
- getDefaultMaxConnection() - Static method in class com.arangodb.ArangoConfigure
-
- getDefaultMaxPerConnection() - Static method in class com.arangodb.ArangoConfigure
-
- getDefaultWeight() - Method in class com.arangodb.util.ShortestPathOptions
-
Only used with the option weight.
- getDeleted() - Method in class com.arangodb.entity.DeletedEntity
-
- getDeleted() - Method in class com.arangodb.entity.SimpleByResultEntity
-
- getDescription() - Method in class com.arangodb.entity.StatisticsDescriptionEntity.Figure
-
- getDescription() - Method in class com.arangodb.entity.StatisticsDescriptionEntity.Group
-
- getDirection() - Method in class com.arangodb.util.GraphEdgesOptions
-
The direction of the edges as a string.
- getDirection() - Method in class com.arangodb.util.GraphVerticesOptions
-
The direction of the edges as a string.
- getDirection() - Method in class com.arangodb.util.ShortestPathOptions
-
The direction of the edges as a string.
- getDoCompact() - Method in class com.arangodb.entity.CollectionEntity
-
- getDoCompact() - Method in class com.arangodb.entity.CollectionOptions
-
- getDocument(long, long, Class<T>) - Method in class com.arangodb.ArangoDriver
-
Returns a document entity.
- getDocument(String, long, Class<T>) - Method in class com.arangodb.ArangoDriver
-
Returns a document entity.
- getDocument(long, String, Class<T>) - Method in class com.arangodb.ArangoDriver
-
Returns a document entity.
- getDocument(String, String, Class<T>) - Method in class com.arangodb.ArangoDriver
-
Returns a document entity.
- getDocument(String, Class<T>) - Method in class com.arangodb.ArangoDriver
-
Returns a document entity.
- getDocument(String, Class<T>, Long, Long) - Method in class com.arangodb.ArangoDriver
-
Returns a document entity.
- getDocument() - Method in class com.arangodb.entity.ScalarExampleEntity
-
- getDocument(String, String, Class<T>, Long, Long) - Method in class com.arangodb.impl.InternalDocumentDriverImpl
-
- getDocument(String, String, Class<T>, Long, Long) - Method in interface com.arangodb.InternalDocumentDriver
-
- getDocumentHandle() - Method in class com.arangodb.entity.BaseDocument
-
- getDocumentHandle() - Method in class com.arangodb.entity.DocumentEntity
-
- getDocumentHandle() - Method in interface com.arangodb.entity.DocumentHolder
-
- getDocumentHandle() - Method in class com.arangodb.entity.GraphEntity
-
- getDocumentHandle() - Method in class com.arangodb.entity.PlainEdgeEntity
-
- getDocumentKey() - Method in class com.arangodb.entity.BaseDocument
-
- getDocumentKey() - Method in class com.arangodb.entity.DocumentEntity
-
- getDocumentKey() - Method in interface com.arangodb.entity.DocumentHolder
-
- getDocumentKey() - Method in class com.arangodb.entity.GraphEntity
-
- getDocumentKey() - Method in class com.arangodb.entity.PlainEdgeEntity
-
- getDocumentRevision() - Method in class com.arangodb.entity.BaseDocument
-
- getDocumentRevision() - Method in class com.arangodb.entity.DocumentEntity
-
- getDocumentRevision() - Method in interface com.arangodb.entity.DocumentHolder
-
- getDocumentRevision() - Method in class com.arangodb.entity.GraphEntity
-
- getDocumentRevision() - Method in class com.arangodb.entity.PlainEdgeEntity
-
- getDocuments(long) - Method in class com.arangodb.ArangoDriver
-
This method returns all document handles from a collection.
- getDocuments(String) - Method in class com.arangodb.ArangoDriver
-
This method returns all document handles from a collection.
- getDocuments(long, boolean) - Method in class com.arangodb.ArangoDriver
-
This method returns all document handles from a collection.
- getDocuments(String, boolean) - Method in class com.arangodb.ArangoDriver
-
This method returns all document handles from a collection.
- getDocuments() - Method in class com.arangodb.entity.DocumentsEntity
-
- getDocuments(String, String, boolean) - Method in class com.arangodb.impl.InternalDocumentDriverImpl
-
- getDocuments(String, String, boolean) - Method in interface com.arangodb.InternalDocumentDriver
-
- getEdge(String, String, String, String, Class<T>, Long, Long) - Method in class com.arangodb.impl.InternalGraphDriverImpl
-
- getEdge(String, String, String, String, Class<T>, Long, Long) - Method in interface com.arangodb.InternalGraphDriver
-
Loads an edge with the given key if it is contained within your graph.
- getEdgeCollectionRestriction() - Method in class com.arangodb.util.GraphEdgesOptions
-
One or multiple edge collection names.
- getEdgeCollectionRestriction() - Method in class com.arangodb.util.ShortestPathOptions
-
One or multiple edge collection names.
- getEdgeCollections(String, String) - Method in class com.arangodb.impl.InternalGraphDriverImpl
-
- getEdgeCollections(String, String) - Method in interface com.arangodb.InternalGraphDriver
-
Returns a list of names of all edge collections of a graph that are
defined in the graphs edgeDefinitions
- getEdgeDefinition(String) - Method in class com.arangodb.entity.EdgeDefinitionsEntity
-
get a single edge definition identified by its edge collection name
- getEdgeDefinitions() - Method in class com.arangodb.entity.EdgeDefinitionsEntity
-
get all edge definitions
- getEdgeDefinitions() - Method in class com.arangodb.entity.GraphEntity
-
- getEdgeDefinitionsEntity() - Method in class com.arangodb.entity.GraphEntity
-
- getEdgeExamples() - Method in class com.arangodb.util.GraphEdgesOptions
-
A filter example for the edges
- getEdgeExamples() - Method in class com.arangodb.util.ShortestPathOptions
-
A filter example for the edges
- getEdges() - Method in class com.arangodb.entity.PathEntity
-
- getEdges(String, String, String, Class<T>, Integer, Integer, Boolean, Direction, Collection<String>, ArangoDriver, FilterCondition...) - Method in class com.arangodb.impl.InternalGraphDriverImpl
-
- getEdges(String, String, String, Class<T>, Integer, Integer, Boolean, Direction, Collection<String>, ArangoDriver, FilterCondition...) - Method in interface com.arangodb.InternalGraphDriver
-
Deprecated.
- getEmpty() - Method in class com.arangodb.entity.ImportResultEntity
-
- getEndpoint() - Method in class com.arangodb.ArangoConfigure
-
- getEndpoint() - Method in class com.arangodb.entity.Endpoint
-
- getEndpoint() - Method in class com.arangodb.entity.ReplicationApplierConfigEntity
-
- getEndpoint() - Method in class com.arangodb.entity.ReplicationApplierStateEntity
-
- getEndpoints() - Method in class com.arangodb.ArangoDriver
-
This method returns all endpoints.
- getEndpoints() - Method in class com.arangodb.impl.InternalEndpointDriverImpl
-
- getEndpoints() - Method in interface com.arangodb.InternalEndpointDriver
-
- getEndVertexCollectionRestriction() - Method in class com.arangodb.util.GraphEdgesOptions
-
One or multiple vertex collection names.
- getEndVertexCollectionRestriction() - Method in class com.arangodb.util.ShortestPathOptions
-
One or multiple vertex collection names.
- getEntity() - Method in exception com.arangodb.ArangoException
-
- getEntity() - Method in class com.arangodb.CursorResult
-
Returns the CursorEntity object
- getEntity() - Method in class com.arangodb.entity.DocumentEntity
-
- getErrorMessage() - Method in exception com.arangodb.ArangoException
-
- getErrorMessage() - Method in class com.arangodb.entity.BaseEntity
-
- getErrorMessage() - Method in class com.arangodb.entity.ReplicationApplierState.LastError
-
- getErrorNum() - Method in class com.arangodb.entity.ReplicationApplierState.LastError
-
- getErrorNumber() - Method in exception com.arangodb.ArangoException
-
- getErrorNumber() - Method in class com.arangodb.entity.BaseEntity
-
- getErrors() - Method in class com.arangodb.entity.ImportResultEntity
-
- getEtag() - Method in class com.arangodb.entity.BaseEntity
-
- getEtag() - Method in class com.arangodb.http.HttpResponseEntity
-
- getExpires() - Method in class com.arangodb.entity.KeyValueEntity
-
- getExtra() - Method in class com.arangodb.entity.CursorEntity
-
- getExtra() - Method in class com.arangodb.entity.UserEntity
-
- getFailedConnects() - Method in class com.arangodb.entity.ReplicationApplierState.Progress
-
- getFields() - Method in class com.arangodb.entity.IndexEntity
-
- getFigures() - Method in class com.arangodb.entity.CollectionEntity
-
- getFigures() - Method in class com.arangodb.entity.StatisticsDescriptionEntity
-
- getFigures() - Method in class com.arangodb.entity.StatisticsEntity.Client
-
- getFrom() - Method in class com.arangodb.entity.EdgeDefinitionEntity
-
- getFromCollection() - Method in class com.arangodb.entity.PlainEdgeEntity
-
- getFromVertexHandle() - Method in class com.arangodb.entity.EdgeEntity
-
- getFullCount() - Method in class com.arangodb.BaseCursorProxy
-
Get total number of results for queries with LIMIT clause
- getFullCount() - Method in class com.arangodb.CursorResult
-
Get total number of results for queries with LIMIT clause
- getFullCount() - Method in class com.arangodb.entity.CursorEntity
-
- getFullCount() - Method in class com.arangodb.util.AqlQueryOptions
-
if set to true and the query contains a LIMIT clause, then the result
will contain an extra attribute extra with a sub-attribute fullCount.
- getGraph(String) - Method in class com.arangodb.ArangoDriver
-
Get graph object by name, including its edge definitions and vertex
collections.
- getGraph(String, String) - Method in class com.arangodb.impl.InternalGraphDriverImpl
-
- getGraph(String, String) - Method in interface com.arangodb.InternalGraphDriver
-
Get graph object by name, including its edge definitions and vertex
collections.
- getGraphList() - Method in class com.arangodb.ArangoDriver
-
Creates a list of the names of all available graphs of the default
database.
- getGraphList(String) - Method in class com.arangodb.impl.InternalGraphDriverImpl
-
- getGraphList(String) - Method in interface com.arangodb.InternalGraphDriver
-
Creates a list of the names of all available graphs.
- getGraphs() - Method in class com.arangodb.ArangoDriver
-
Returns a GraphsEntity containing all graph as GraphEntity object of the
default database.
- getGraphs() - Method in class com.arangodb.entity.GraphsEntity
-
- getGraphs(String) - Method in class com.arangodb.impl.InternalGraphDriverImpl
-
- getGraphs(String) - Method in interface com.arangodb.InternalGraphDriver
-
Returns a GraphsEntity containing all graph as GraphEntity object.
- getGroup() - Method in class com.arangodb.entity.StatisticsDescriptionEntity.Figure
-
- getGroup() - Method in class com.arangodb.entity.StatisticsDescriptionEntity.Group
-
- getGroups() - Method in class com.arangodb.entity.StatisticsDescriptionEntity
-
- getGsonBuilder() - Static method in class com.arangodb.entity.EntityFactory
-
- getHeaders() - Method in class com.arangodb.http.BatchPart
-
- getHeaders() - Method in class com.arangodb.http.HttpResponseEntity
-
- getHost() - Method in class com.arangodb.ArangoConfigure
-
Deprecated.
- getHost() - Method in class com.arangodb.ArangoHost
-
- getHttpConnections() - Method in class com.arangodb.entity.StatisticsEntity.Client
-
- getHttpManager() - Method in class com.arangodb.ArangoConfigure
-
- getHttpManager() - Method in interface com.arangodb.impl.BaseDriverInterface
-
- getHttpMode() - Method in class com.arangodb.http.HttpManager
-
- getHttpResponseEntity() - Method in class com.arangodb.entity.BatchResponseEntity
-
- getId() - Method in class com.arangodb.entity.CollectionEntity
-
- getId() - Method in class com.arangodb.entity.DatabaseEntity
-
- getId() - Method in class com.arangodb.entity.IndexEntity
-
- getId() - Method in class com.arangodb.entity.KeyValueEntity
-
- getId() - Method in class com.arangodb.http.BatchPart
-
- getIdentifier() - Method in class com.arangodb.entity.StatisticsDescriptionEntity.Figure
-
- getIdentifiers() - Method in class com.arangodb.entity.IndexesEntity
-
- getIncrement() - Method in class com.arangodb.entity.CollectionKeyOption
-
- getIndex(String) - Method in class com.arangodb.ArangoDriver
-
Returns an index from a collection.
- getIndex(String, String) - Method in class com.arangodb.impl.InternalIndexDriverImpl
-
- getIndex(String, String) - Method in interface com.arangodb.InternalIndexDriver
-
- getIndexes(long) - Method in class com.arangodb.ArangoDriver
-
Returns all indices from a collection.
- getIndexes(String) - Method in class com.arangodb.ArangoDriver
-
Returns all indices from a collection.
- getIndexes() - Method in class com.arangodb.entity.IndexesEntity
-
- getIndexes() - Method in class com.arangodb.entity.ReplicationInventoryEntity.Collection
-
- getIndexes(String, String) - Method in class com.arangodb.impl.InternalIndexDriverImpl
-
- getIndexes(String, String) - Method in interface com.arangodb.InternalIndexDriver
-
- getIndexesCount() - Method in class com.arangodb.entity.CollectionEntity.Figures
-
- getIndexesSize() - Method in class com.arangodb.entity.CollectionEntity.Figures
-
- getInvocationObject() - Method in class com.arangodb.entity.BatchResponseEntity
-
- getInvocationObject() - Method in class com.arangodb.http.BatchPart
-
- getIsSystem() - Method in class com.arangodb.entity.CollectionEntity
-
- getIsSystem() - Method in class com.arangodb.entity.CollectionOptions
-
- getIsVolatile() - Method in class com.arangodb.entity.CollectionEntity
-
- getIsVolatile() - Method in class com.arangodb.entity.CollectionOptions
-
- getJobIds() - Method in class com.arangodb.ArangoDriver
-
Returns a list of all job identifiers of asynchronous executed jobs.
- getJobIds() - Method in class com.arangodb.http.HttpManager
-
- getJobResult(String) - Method in class com.arangodb.ArangoDriver
-
Returns the job result for a given job id.
- getJobResult(String, String) - Method in class com.arangodb.impl.InternalJobsDriverImpl
-
- getJobResult(String, String) - Method in interface com.arangodb.InternalJobsDriver
-
- getJobs(JobsEntity.JobState, int) - Method in class com.arangodb.ArangoDriver
-
Returns a list of all job identifiers of asynchronous executed jobs,
filtered by job state.
- getJobs(JobsEntity.JobState) - Method in class com.arangodb.ArangoDriver
-
Returns a list of all job identifiers of asynchronous executed jobs,
filtered by job state.
- getJobs() - Method in class com.arangodb.entity.JobsEntity
-
- getJobs() - Method in class com.arangodb.http.HttpManager
-
- getJobs(String, JobsEntity.JobState, int) - Method in class com.arangodb.impl.InternalJobsDriverImpl
-
- getJobs(String, JobsEntity.JobState) - Method in class com.arangodb.impl.InternalJobsDriverImpl
-
- getJobs(String, JobsEntity.JobState, int) - Method in interface com.arangodb.InternalJobsDriver
-
- getJobs(String, JobsEntity.JobState) - Method in interface com.arangodb.InternalJobsDriver
-
- getJournalsCount() - Method in class com.arangodb.entity.CollectionEntity.Figures
-
- getJournalsFileSize() - Method in class com.arangodb.entity.CollectionEntity.Figures
-
- getJournalSize() - Method in class com.arangodb.entity.CollectionEntity
-
- getJournalSize() - Method in class com.arangodb.entity.CollectionOptions
-
- getKey() - Method in class com.arangodb.entity.FilterCondition
-
- getKey() - Method in class com.arangodb.entity.ReplicationDumpRecord
-
- getKeyOptions() - Method in class com.arangodb.entity.CollectionEntity
-
- getKeyOptions() - Method in class com.arangodb.entity.CollectionOptions
-
- getLastAppliedContinuousTick() - Method in class com.arangodb.entity.ReplicationApplierState
-
- getLastAvailableContinuousTick() - Method in class com.arangodb.entity.ReplicationApplierState
-
- getLastError() - Method in class com.arangodb.entity.ReplicationApplierState
-
- getLastincluded() - Method in class com.arangodb.entity.ReplicationDumpHeader
-
- getLastJobId() - Method in class com.arangodb.ArangoDriver
-
Returns the identifier of the last asynchronous executed job.
- getLastJobId() - Method in class com.arangodb.http.HttpManager
-
- getLastLogTick() - Method in class com.arangodb.entity.ReplicationState
-
- getLastLogTick() - Method in class com.arangodb.entity.ReplicationSyncEntity
-
- getLastProcessedContinuousTick() - Method in class com.arangodb.entity.ReplicationApplierState
-
- getLastServedTick() - Method in class com.arangodb.entity.ReplicationLoggerStateEntity.Client
-
- getLastTick() - Method in class com.arangodb.entity.CollectionEntity.Figures
-
- getLasttick() - Method in class com.arangodb.entity.ReplicationDumpHeader
-
- getLevel() - Method in class com.arangodb.entity.AdminLogEntity.LogEntry
-
- getLid() - Method in class com.arangodb.entity.AdminLogEntity.LogEntry
-
- getLockTimeout() - Method in class com.arangodb.entity.TransactionEntity
-
- getLogs() - Method in class com.arangodb.entity.AdminLogEntity
-
- getMajorPageFaults() - Method in class com.arangodb.entity.StatisticsEntity.System
-
- getMap() - Method in class com.arangodb.entity.MapAsEntity
-
- getMaxConnectRetries() - Method in class com.arangodb.entity.ReplicationApplierConfigEntity
-
- getMaxDepth() - Method in class com.arangodb.util.GraphEdgesOptions
-
Defines the maximal length of a path from an edge to a vertex (default is
1, which means only the edges directly connected to a vertex would be
returned).
- getMaxEvents() - Method in class com.arangodb.entity.ReplicationLoggerConfigEntity
-
- getMaxEventsSize() - Method in class com.arangodb.entity.ReplicationLoggerConfigEntity
-
- getMaximalSize() - Method in class com.arangodb.entity.ReplicationInventoryEntity.CollectionParameter
-
- getMaxIterations() - Method in class com.arangodb.util.GraphEdgesOptions
-
the maximum number of iterations that the traversal is allowed to
perform.
- getMaxPerConnection() - Method in class com.arangodb.ArangoConfigure
-
- getMaxTotalConnection() - Method in class com.arangodb.ArangoConfigure
-
- getMessage() - Method in class com.arangodb.entity.ReplicationApplierState.Progress
-
- getMethod() - Method in class com.arangodb.http.BatchPart
-
- getMethod() - Method in class com.arangodb.http.InvocationObject
-
- getMicrosecond() - Method in class com.arangodb.entity.ArangoUnixTime
-
- getMinDepth() - Method in class com.arangodb.util.GraphEdgesOptions
-
Defines the minimal length of a path from an edge to a vertex (default is
1, which means only the edges directly connected to a vertex would be
returned).
- getMinLength() - Method in class com.arangodb.entity.IndexEntity
-
- getMinorPageFaults() - Method in class com.arangodb.entity.StatisticsEntity.System
-
- getMissingClass(Class<T>) - Static method in class com.arangodb.entity.marker.MissingInstanceCreater
-
- getName() - Method in class com.arangodb.entity.CollectionEntity
-
- getName() - Method in class com.arangodb.entity.DatabaseEntity
-
- getName() - Method in class com.arangodb.entity.GraphEntity
-
- getName() - Method in enum com.arangodb.entity.JobsEntity.JobState
-
- getName() - Method in class com.arangodb.entity.ReplicationInventoryEntity.CollectionParameter
-
- getName() - Method in class com.arangodb.entity.StatisticsDescriptionEntity.Figure
-
- getName() - Method in class com.arangodb.entity.StatisticsDescriptionEntity.Group
-
- getNames() - Method in class com.arangodb.entity.CollectionsEntity
-
- getNames() - Method in class com.arangodb.entity.UsersEntity
-
- getNeighborExamples() - Method in class com.arangodb.util.GraphEdgesOptions
-
An example for the desired neighbors
- getNumberOfShards() - Method in class com.arangodb.entity.CollectionOptions
-
- getNumberOfThreads() - Method in class com.arangodb.entity.StatisticsEntity.System
-
- getOffset() - Method in class com.arangodb.entity.CollectionKeyOption
-
- getOne() - Method in class com.arangodb.entity.DocumentResultEntity
-
Returns the first document from the list
- getOrphanCollections() - Method in class com.arangodb.entity.GraphEntity
-
- getParameter() - Method in class com.arangodb.entity.ReplicationInventoryEntity.Collection
-
- getParams() - Method in class com.arangodb.entity.TransactionEntity
-
- getPassword() - Method in class com.arangodb.ArangoConfigure
-
- getPassword() - Method in class com.arangodb.entity.ReplicationApplierConfigEntity
-
- getPassword() - Method in class com.arangodb.entity.UserEntity
-
- getPath() - Method in class com.arangodb.entity.DatabaseEntity
-
- getPaths() - Method in class com.arangodb.entity.VisitedEntity
-
- getPort() - Method in class com.arangodb.ArangoConfigure
-
Deprecated.
- getPort() - Method in class com.arangodb.ArangoHost
-
- getProgress() - Method in class com.arangodb.entity.ReplicationApplierState
-
- getProperties() - Method in class com.arangodb.entity.BaseDocument
-
- getProxyHost() - Method in class com.arangodb.ArangoConfigure
-
- getProxyPort() - Method in class com.arangodb.ArangoConfigure
-
- getReplaced() - Method in class com.arangodb.entity.SimpleByResultEntity
-
- getReplicationApplierConfig() - Method in class com.arangodb.ArangoDriver
-
Returns the configuration of the replication applier.
- getReplicationApplierConfig(String) - Method in class com.arangodb.impl.InternalReplicationDriverImpl
-
- getReplicationApplierConfig(String) - Method in interface com.arangodb.InternalReplicationDriver
-
- getReplicationApplierState() - Method in class com.arangodb.ArangoDriver
-
Returns the state of the replication applier, regardless of whether the
applier is currently running or not.
- getReplicationApplierState(String) - Method in class com.arangodb.impl.InternalReplicationDriverImpl
-
- getReplicationApplierState(String) - Method in interface com.arangodb.InternalReplicationDriver
-
- getReplicationDump(String, Long, Long, Integer, Boolean, Class<T>, DumpHandler<T>) - Method in class com.arangodb.ArangoDriver
-
Returns the data from the collection for the requested range.
- getReplicationDump(String, String, Long, Long, Integer, Boolean, Class<T>, DumpHandler<T>) - Method in class com.arangodb.impl.InternalReplicationDriverImpl
-
- getReplicationDump(String, String, Long, Long, Integer, Boolean, Class<T>, DumpHandler<T>) - Method in interface com.arangodb.InternalReplicationDriver
-
- getReplicationInventory() - Method in class com.arangodb.ArangoDriver
-
Returns the list of collections and indexes available on the server.
- getReplicationInventory(boolean) - Method in class com.arangodb.ArangoDriver
-
Returns the list of collections and indexes available on the server.
- getReplicationInventory(String, Boolean) - Method in class com.arangodb.impl.InternalReplicationDriverImpl
-
- getReplicationInventory(String, Boolean) - Method in interface com.arangodb.InternalReplicationDriver
-
- getReplicationLoggerConfig() - Method in class com.arangodb.ArangoDriver
-
Returns the configuration of the replication logger
- getReplicationLoggerConfig(String) - Method in class com.arangodb.impl.InternalReplicationDriverImpl
-
- getReplicationLoggerConfig(String) - Method in interface com.arangodb.InternalReplicationDriver
-
- getReplicationLoggerState() - Method in class com.arangodb.ArangoDriver
-
Returns the current state of the server's replication logger.
- getReplicationLoggerState(String) - Method in class com.arangodb.impl.InternalReplicationDriverImpl
-
- getReplicationLoggerState(String) - Method in interface com.arangodb.InternalReplicationDriver
-
- getReplicationServerId() - Method in class com.arangodb.ArangoDriver
-
Returns the servers id.
- getReplicationServerId() - Method in class com.arangodb.impl.InternalReplicationDriverImpl
-
- getReplicationServerId() - Method in interface com.arangodb.InternalReplicationDriver
-
- getRequestId() - Method in class com.arangodb.BaseCursorProxy
-
- getRequestId() - Method in class com.arangodb.entity.BaseEntity
-
- getRequestId() - Method in class com.arangodb.http.HttpResponseEntity
-
- getRequestTimeout() - Method in class com.arangodb.entity.ReplicationApplierConfigEntity
-
- getResidentSize() - Method in class com.arangodb.entity.StatisticsEntity.System
-
- getResponseFromRequestId(String) - Method in class com.arangodb.entity.BatchResponseListEntity
-
- getResult() - Method in class com.arangodb.entity.BooleanResultEntity
-
- getResult() - Method in class com.arangodb.entity.DocumentResultEntity
-
- getResult() - Method in class com.arangodb.entity.StringsResultEntity
-
- getResult() - Method in class com.arangodb.entity.TransactionResultEntity
-
- getResultAsByte() - Method in class com.arangodb.entity.TransactionResultEntity
-
- getResultAsDouble() - Method in class com.arangodb.entity.TransactionResultEntity
-
- getResultAsFloat() - Method in class com.arangodb.entity.TransactionResultEntity
-
- getResultAsInt() - Method in class com.arangodb.entity.TransactionResultEntity
-
- getResultAsLong() - Method in class com.arangodb.entity.TransactionResultEntity
-
- getResults() - Method in class com.arangodb.entity.CursorEntity
-
Returns the DocumentEntity objects of this CursorDocumentEntity
- getRetryCount() - Method in class com.arangodb.ArangoConfigure
-
- getRev() - Method in class com.arangodb.entity.ReplicationDumpRecord
-
- getRevision() - Method in class com.arangodb.entity.CollectionEntity
-
- getRunning() - Method in class com.arangodb.entity.ReplicationApplierState
-
- getSecond() - Method in class com.arangodb.entity.ArangoUnixTime
-
- getSelectivityEstimate() - Method in class com.arangodb.entity.IndexEntity
-
- getServer() - Method in class com.arangodb.entity.ArangoVersion
-
- getServer() - Method in class com.arangodb.entity.StatisticsEntity
-
- getServerId() - Method in class com.arangodb.entity.ReplicationApplierStateEntity
-
- getServerId() - Method in class com.arangodb.entity.ReplicationLoggerStateEntity.Client
-
- getServerId() - Method in class com.arangodb.entity.ReplicationLoggerStateEntity
-
- getServerLog(Integer, Boolean, Integer, Integer, Integer, Boolean, String) - Method in class com.arangodb.ArangoDriver
-
Returns the server log, for the parameters *logLevel* and *logLevelUpTo*
please note the following: fatal or 0 error or 1 warning or 2 info or 3
debug or 4 The default value is info.
- getServerLog(Integer, Boolean, Integer, Integer, Integer, Boolean, String) - Method in class com.arangodb.impl.InternalAdminDriverImpl
-
- getServerLog(Integer, Boolean, Integer, Integer, Integer, Boolean, String) - Method in interface com.arangodb.InternalAdminDriver
-
- getServerVersion() - Method in class com.arangodb.entity.ReplicationApplierStateEntity
-
- getServerVersion() - Method in class com.arangodb.entity.ReplicationLoggerStateEntity
-
- getShapefilesCount() - Method in class com.arangodb.entity.CollectionEntity.Figures
-
- getShapefilesFileSize() - Method in class com.arangodb.entity.CollectionEntity.Figures
-
- getShapesCount() - Method in class com.arangodb.entity.CollectionEntity.Figures
-
- getShardKeys() - Method in class com.arangodb.entity.CollectionOptions
-
- getSize() - Method in class com.arangodb.entity.EdgeDefinitionsEntity
-
returns the number of edge definitions
- getSize() - Method in class com.arangodb.entity.IndexEntity
-
- getStartVertexCollectionRestriction() - Method in class com.arangodb.util.GraphEdgesOptions
-
One or multiple vertex collection names.
- getStartVertexCollectionRestriction() - Method in class com.arangodb.util.ShortestPathOptions
-
One or multiple vertex collection names.
- getState() - Method in class com.arangodb.entity.ReplicationApplierStateEntity
-
- getState() - Method in class com.arangodb.entity.ReplicationInventoryEntity
-
- getState() - Method in class com.arangodb.entity.ReplicationLoggerStateEntity
-
- getStatistics() - Method in class com.arangodb.ArangoDriver
-
Returns the current statistics
- getStatistics() - Method in class com.arangodb.impl.InternalAdminDriverImpl
-
- getStatistics() - Method in interface com.arangodb.InternalAdminDriver
-
Get the ArangoDB database statistics
- getStatisticsDescription() - Method in class com.arangodb.ArangoDriver
-
Returns the statistics description
- getStatisticsDescription() - Method in class com.arangodb.impl.InternalAdminDriverImpl
-
- getStatisticsDescription() - Method in interface com.arangodb.InternalAdminDriver
-
- getStatus() - Method in class com.arangodb.entity.CollectionEntity
-
- getStatusCode() - Method in class com.arangodb.BaseCursorProxy
-
- getStatusCode() - Method in class com.arangodb.entity.BaseEntity
-
- getStatusCode() - Method in class com.arangodb.http.HttpResponseEntity
-
- getStatusPhrase() - Method in class com.arangodb.http.HttpResponseEntity
-
- getStream() - Method in class com.arangodb.entity.StreamEntity
-
- getStream() - Method in class com.arangodb.http.HttpResponseEntity
-
- getSum() - Method in class com.arangodb.entity.StatisticsEntity.FigureValue
-
- getSystem() - Method in class com.arangodb.entity.StatisticsEntity
-
- getSystemTime() - Method in class com.arangodb.entity.StatisticsEntity.System
-
- getText() - Method in class com.arangodb.entity.AdminLogEntity.LogEntry
-
- getText() - Method in class com.arangodb.http.HttpResponseEntity
-
- getTick() - Method in class com.arangodb.entity.ReplicationDumpRecord
-
- getTick() - Method in class com.arangodb.entity.ReplicationInventoryEntity
-
- getTime() - Method in class com.arangodb.ArangoDriver
-
Returns the current server time
- getTime() - Method in class com.arangodb.entity.ArangoUnixTime
-
- getTime() - Method in class com.arangodb.entity.ReplicationApplierState
-
- getTime() - Method in class com.arangodb.entity.ReplicationApplierState.LastError
-
- getTime() - Method in class com.arangodb.entity.ReplicationApplierState.Progress
-
- getTime() - Method in class com.arangodb.entity.ReplicationLoggerStateEntity.Client
-
- getTime() - Method in class com.arangodb.entity.ReplicationState
-
- getTime() - Method in class com.arangodb.impl.InternalAdminDriverImpl
-
- getTime() - Method in interface com.arangodb.InternalAdminDriver
-
- getTimeMillis() - Method in class com.arangodb.entity.ArangoUnixTime
-
- getTimeout() - Method in class com.arangodb.ArangoConfigure
-
- getTimestamp() - Method in class com.arangodb.entity.AdminLogEntity.LogEntry
-
- getTo() - Method in class com.arangodb.entity.EdgeDefinitionEntity
-
- getToCollection() - Method in class com.arangodb.entity.PlainEdgeEntity
-
- getTotalAmount() - Method in class com.arangodb.entity.AdminLogEntity
-
- getTotalCount() - Method in class com.arangodb.CursorResultSet
-
- getTotalEvents() - Method in class com.arangodb.entity.ReplicationApplierState
-
- getTotalEvents() - Method in class com.arangodb.entity.ReplicationState
-
- getTotalFailedConnects() - Method in class com.arangodb.entity.ReplicationApplierState
-
- getTotalRequests() - Method in class com.arangodb.entity.ReplicationApplierState
-
- getToVertexHandle() - Method in class com.arangodb.entity.EdgeEntity
-
- getTraversal(String, String, String, Class<V>, Class<E>, String, Long, Long, String, Direction, String, String, String, InternalTraversalDriver.Strategy, InternalTraversalDriver.Order, InternalTraversalDriver.ItemOrder, InternalTraversalDriver.Uniqueness, InternalTraversalDriver.Uniqueness, Long) - Method in class com.arangodb.ArangoDriver
-
Do a graph traversal.
- getTraversal(String, String, String, String, Class<V>, Class<E>, String, Long, Long, String, Direction, String, String, String, InternalTraversalDriver.Strategy, InternalTraversalDriver.Order, InternalTraversalDriver.ItemOrder, InternalTraversalDriver.Uniqueness, InternalTraversalDriver.Uniqueness, Long) - Method in class com.arangodb.impl.InternalTraversalDriverImpl
-
- getTraversal(String, String, String, String, Class<V>, Class<E>, String, Long, Long, String, Direction, String, String, String, InternalTraversalDriver.Strategy, InternalTraversalDriver.Order, InternalTraversalDriver.ItemOrder, InternalTraversalDriver.Uniqueness, InternalTraversalDriver.Uniqueness, Long) - Method in interface com.arangodb.InternalTraversalDriver
-
- getTtl() - Method in class com.arangodb.util.AqlQueryOptions
-
an optional time-to-live for the cursor (in seconds).
- getType() - Method in class com.arangodb.entity.CollectionEntity
-
- getType() - Method in class com.arangodb.entity.CollectionKeyOption
-
- getType() - Method in class com.arangodb.entity.CollectionOptions
-
- getType() - Method in enum com.arangodb.entity.CollectionType
-
- getType() - Method in class com.arangodb.entity.IndexEntity
-
- getType() - Method in class com.arangodb.entity.ReplicationDumpRecord
-
- getType() - Method in enum com.arangodb.entity.ReplicationEventType
-
- getType() - Method in class com.arangodb.entity.ReplicationInventoryEntity.CollectionParameter
-
- getType() - Method in class com.arangodb.entity.StatisticsDescriptionEntity.Figure
-
- getUncollectedLogfileEntries() - Method in class com.arangodb.entity.CollectionEntity.Figures
-
- getUniqueResult() - Method in class com.arangodb.BaseCursorProxy
-
Return a single instance that matches the query, or null if the query
returns no results.
- getUniqueResult() - Method in class com.arangodb.CursorResult
-
Return a single instance that matches the query, or null if the query
returns no results.
- getUniqueResult() - Method in class com.arangodb.entity.CursorEntity
-
Return a single instance that matches the query, or null if the query
returns no results.
- getUnits() - Method in class com.arangodb.entity.StatisticsDescriptionEntity.Figure
-
- getUpdated() - Method in class com.arangodb.entity.SimpleByResultEntity
-
- getUptime() - Method in class com.arangodb.entity.StatisticsEntity.Server
-
- getUrl() - Method in class com.arangodb.http.BatchPart
-
- getUser() - Method in class com.arangodb.ArangoConfigure
-
- getUser(String) - Method in class com.arangodb.ArangoDriver
-
Returns a database user.
- getUser(String, String) - Method in class com.arangodb.impl.InternalUsersDriverImpl
-
- getUser(String, String) - Method in interface com.arangodb.InternalUsersDriver
-
- getUsername() - Method in class com.arangodb.entity.ReplicationApplierConfigEntity
-
- getUsername() - Method in class com.arangodb.entity.UserEntity
-
- getUsers() - Method in class com.arangodb.ArangoDriver
-
Returns all database user.
- getUsers() - Method in class com.arangodb.entity.UsersEntity
-
- getUsers(String) - Method in class com.arangodb.impl.InternalUsersDriverImpl
-
- getUsers(String) - Method in interface com.arangodb.InternalUsersDriver
-
- getUsersDocument() - Method in class com.arangodb.ArangoDriver
-
Returns all database user as document.
- getUserTime() - Method in class com.arangodb.entity.StatisticsEntity.System
-
- getValue() - Method in class com.arangodb.entity.FilterCondition
-
- getVersion() - Method in class com.arangodb.ArangoDriver
-
Returns the database version
- getVersion() - Method in class com.arangodb.entity.ArangoVersion
-
- getVersion() - Method in class com.arangodb.entity.ReplicationInventoryEntity.CollectionParameter
-
- getVersion() - Method in class com.arangodb.impl.InternalAdminDriverImpl
-
- getVersion() - Method in interface com.arangodb.InternalAdminDriver
-
- getVertex(String, String, String, String, Class<T>, Long, Long) - Method in class com.arangodb.impl.InternalGraphDriverImpl
-
- getVertex(String, String, String, String, Class<T>, Long, Long) - Method in interface com.arangodb.InternalGraphDriver
-
Gets a vertex with the given key if it is contained within your graph.
- getVertexCollectionRestriction() - Method in class com.arangodb.util.GraphVerticesOptions
-
One or multiple vertex collections that should be considered.
- getVertexCollections(String, String) - Method in class com.arangodb.impl.InternalGraphDriverImpl
-
- getVertexCollections(String, String) - Method in interface com.arangodb.InternalGraphDriver
-
Returns a list of names of all vertex collections of a graph, defined in
the graphs edgeDefinitions (in "from", "to", and "orphanCollections")
- getVertices() - Method in class com.arangodb.entity.PathEntity
-
- getVertices() - Method in class com.arangodb.entity.VisitedEntity
-
- getVirtualSize() - Method in class com.arangodb.entity.StatisticsEntity.System
-
- getWaitForSync() - Method in class com.arangodb.entity.CollectionEntity
-
- getWaitForSync() - Method in class com.arangodb.entity.CollectionOptions
-
- getWaitForSync() - Method in class com.arangodb.entity.TransactionEntity
-
- getWeight() - Method in class com.arangodb.util.ShortestPathOptions
-
The name of the attribute of the edges containing the length as a string.
- graphCreateEdge(String, String, String, String, T, Boolean) - Method in class com.arangodb.ArangoDriver
-
Stores a new edge with the information contained within the body into the
given collection.
- graphCreateEdge(String, String, String, String, String, T, Boolean) - Method in class com.arangodb.ArangoDriver
-
Stores a new edge with the information contained within the body into the
given collection.
- graphCreateEdge(String, String, String, String, String) - Method in class com.arangodb.ArangoDriver
-
Stores a new edge with the information contained within the body into the
given collection.
- graphCreateEdgeDefinition(String, EdgeDefinitionEntity) - Method in class com.arangodb.ArangoDriver
-
Adds a new edge definition to an existing graph
- graphCreateVertex(String, String, T, Boolean) - Method in class com.arangodb.ArangoDriver
-
Stores a new vertex with the information contained within the document
into the given collection.
- graphCreateVertex(String, String, String, T, Boolean) - Method in class com.arangodb.ArangoDriver
-
Stores a new vertex with the information contained within the document
into the given collection.
- graphCreateVertexCollection(String, String) - Method in class com.arangodb.ArangoDriver
-
Creates a vertex collection
- graphDeleteEdge(String, String, String) - Method in class com.arangodb.ArangoDriver
-
Deletes an edge with the given id, if it is contained within the graph.
- graphDeleteEdge(String, String, String, Boolean) - Method in class com.arangodb.ArangoDriver
-
Deletes an edge with the given id, if it is contained within the graph.
- graphDeleteEdge(String, String, String, Boolean, Long, Long) - Method in class com.arangodb.ArangoDriver
-
Deletes an edge with the given id, if it is contained within the graph.
- graphDeleteEdgeDefinition(String, String, Boolean) - Method in class com.arangodb.ArangoDriver
-
Removes an existing edge definition from this graph.
- graphDeleteVertex(String, String, String) - Method in class com.arangodb.ArangoDriver
-
Deletes a vertex with the given key, if it is contained within the graph.
- graphDeleteVertex(String, String, String, Boolean) - Method in class com.arangodb.ArangoDriver
-
Deletes a vertex with the given key, if it is contained within the graph.
- graphDeleteVertex(String, String, String, Boolean, Long, Long) - Method in class com.arangodb.ArangoDriver
-
Deletes a vertex with the given key, if it is contained within the graph.
- graphDeleteVertexCollection(String, String, Boolean) - Method in class com.arangodb.ArangoDriver
-
Removes a vertex collection from the graph and optionally deletes the
collection, if it is not used in any other graph.
- GraphEdgesOptions - Class in com.arangodb.util
-
- GraphEdgesOptions() - Constructor for class com.arangodb.util.GraphEdgesOptions
-
- GraphEntity - Class in com.arangodb.entity
-
- GraphEntity() - Constructor for class com.arangodb.entity.GraphEntity
-
- GraphGetCollectionsResultEntity - Class in com.arangodb.entity
-
- GraphGetCollectionsResultEntity() - Constructor for class com.arangodb.entity.GraphGetCollectionsResultEntity
-
- graphGetEdge(String, String, String, Class<T>, Long, Long) - Method in class com.arangodb.ArangoDriver
-
Loads an edge with the given key if it is contained within your graph.
- graphGetEdge(String, String, String, Class<T>) - Method in class com.arangodb.ArangoDriver
-
Loads an edge with the given key if it is contained within your graph.
- graphGetEdgeCollections(String) - Method in class com.arangodb.ArangoDriver
-
Returns a list of all edge collection of a graph that are defined in the
graphs edgeDefinitions
- graphGetEdgeCursor(String, Class<T>, Object, GraphEdgesOptions, AqlQueryOptions) - Method in class com.arangodb.ArangoDriver
-
Returns an EdgeCursor by a given vertex example and some options
- graphGetEdgeCursor(String) - Method in class com.arangodb.ArangoDriver
-
Returns all Edges of a graph, each edge as a PlainEdgeEntity.
- graphGetEdgeCursorByExample(String, Class<T>, Object) - Method in class com.arangodb.ArangoDriver
-
Returns all Edges of a given vertex.
- graphGetEdges(String) - Method in class com.arangodb.ArangoDriver
-
Deprecated.
- graphGetEdges(String, Class<T>, String) - Method in class com.arangodb.ArangoDriver
-
Deprecated.
- graphGetEdgesByExampleMap(String, Class<T>, Map<String, Object>) - Method in class com.arangodb.ArangoDriver
-
Deprecated.
- graphGetEdgesByExampleObject(String, Class<T>, Object) - Method in class com.arangodb.ArangoDriver
-
Deprecated.
- graphGetShortesPath(String, Class<T>, Object, Object, ShortestPathOptions, AqlQueryOptions) - Method in class com.arangodb.ArangoDriver
-
Returns all Edges of vertices matching the map.
- graphGetVertex(String, String, String, Class<T>) - Method in class com.arangodb.ArangoDriver
-
Gets a vertex with the given key if it is contained within your graph.
- graphGetVertex(String, String, String, Class<T>, Long, Long) - Method in class com.arangodb.ArangoDriver
-
Gets a vertex with the given key if it is contained within your graph.
- graphGetVertexCollections(String) - Method in class com.arangodb.ArangoDriver
-
Returns a list of all vertex collection of a graph that are defined in
the graphs edgeDefinitions (in "from", "to", and "orphanCollections")
- graphGetVertexCursor(String, Class<T>, Object, GraphVerticesOptions, AqlQueryOptions) - Method in class com.arangodb.ArangoDriver
-
Returns a VertexCursor by a given vertex example and some options
- graphReplaceEdge(String, String, String, T) - Method in class com.arangodb.ArangoDriver
-
Replaces an edge with the given key by the content in the body.
- graphReplaceEdge(String, String, String, T, Boolean, Long, Long) - Method in class com.arangodb.ArangoDriver
-
Replaces an edge with the given key by the content in the body.
- graphReplaceEdgeDefinition(String, String, EdgeDefinitionEntity) - Method in class com.arangodb.ArangoDriver
-
Replaces an existing edge definition to an existing graph.
- graphReplaceVertex(String, String, String, T) - Method in class com.arangodb.ArangoDriver
-
Replaces a vertex with the given key by the content in the body.
- graphReplaceVertex(String, String, String, T, Boolean, Long, Long) - Method in class com.arangodb.ArangoDriver
-
Replaces a vertex with the given key by the content in the body.
- GraphsEntity - Class in com.arangodb.entity
-
- GraphsEntity() - Constructor for class com.arangodb.entity.GraphsEntity
-
- graphUpdateEdge(String, String, String, T, Boolean) - Method in class com.arangodb.ArangoDriver
-
Updates an edge with the given key by adding the content in the body.
- graphUpdateEdge(String, String, String, T, Boolean, Boolean, Long, Long) - Method in class com.arangodb.ArangoDriver
-
Updates an edge with the given key by adding the content in the body.
- graphUpdateVertex(String, String, String, T, Boolean) - Method in class com.arangodb.ArangoDriver
-
Updates a vertex with the given key by adding the content in the body.
- graphUpdateVertex(String, String, String, T, Boolean, Boolean, Long, Long) - Method in class com.arangodb.ArangoDriver
-
Updates a vertex with the given key by adding the content in the body.
- GraphVerticesOptions - Class in com.arangodb.util
-
- GraphVerticesOptions() - Constructor for class com.arangodb.util.GraphVerticesOptions
-
- safety(List<T>) - Static method in class com.arangodb.util.CollectionUtils
-
- safetyIterator(Collection<T>) - Static method in class com.arangodb.util.CollectionUtils
-
- ScalarExampleEntity<T> - Class in com.arangodb.entity
-
- ScalarExampleEntity() - Constructor for class com.arangodb.entity.ScalarExampleEntity
-
- setAction(String) - Method in class com.arangodb.entity.TransactionEntity
-
- setActive(Boolean) - Method in class com.arangodb.entity.ReplicationDumpHeader
-
- setActive(Boolean) - Method in class com.arangodb.entity.UserEntity
-
- setAdaptivePolling(Boolean) - Method in class com.arangodb.entity.ReplicationApplierConfigEntity
-
- setAlgorithm(String) - Method in class com.arangodb.util.ShortestPathOptions
-
The algorithm to calculate the shortest paths.
- setAliveCount(long) - Method in class com.arangodb.entity.CollectionEntity.Figures
-
- setAliveSize(long) - Method in class com.arangodb.entity.CollectionEntity.Figures
-
- setAllowUserKeys(boolean) - Method in class com.arangodb.entity.CollectionKeyOption
-
- setArangoDriver(BaseDriverInterface) - Method in class com.arangodb.http.InvocationObject
-
- setArangoHost(ArangoHost) - Method in class com.arangodb.ArangoConfigure
-
Set the host name and port of the database
- setArgs(Object[]) - Method in class com.arangodb.http.InvocationObject
-
- setAttributes(Map<String, Object>) - Method in class com.arangodb.entity.KeyValueEntity
-
- setAttributesCount(long) - Method in class com.arangodb.entity.CollectionEntity.Figures
-
- setAutoStart(Boolean) - Method in class com.arangodb.entity.ReplicationApplierConfigEntity
-
- setAutoStart(boolean) - Method in class com.arangodb.entity.ReplicationLoggerConfigEntity
-
- setBatchModeActive(boolean) - Method in class com.arangodb.http.BatchHttpManager
-
- setBatchResponseEntities(List<BatchResponseEntity>) - Method in class com.arangodb.entity.BatchResponseListEntity
-
- setBatchSize(Integer) - Method in class com.arangodb.util.AqlQueryOptions
-
maximum number of result documents to be transferred from the server to
the client in one roundtrip (optional).
- setBindVars(List<String>) - Method in class com.arangodb.entity.CursorEntity
-
- setBody(String) - Method in class com.arangodb.http.BatchPart
-
- setCheckmore(Boolean) - Method in class com.arangodb.entity.ReplicationDumpHeader
-
- setChecksum(long) - Method in class com.arangodb.entity.CollectionEntity
-
- setChunkSize(Integer) - Method in class com.arangodb.entity.ReplicationApplierConfigEntity
-
- setCid(long) - Method in class com.arangodb.entity.ReplicationInventoryEntity.CollectionParameter
-
- setClient(StatisticsEntity.Client) - Method in class com.arangodb.entity.StatisticsEntity
-
- setClients(List<ReplicationLoggerStateEntity.Client>) - Method in class com.arangodb.entity.ReplicationLoggerStateEntity
-
- setClinetPort(int) - Method in class com.arangodb.ArangoConfigure
-
Deprecated.
- setCode(int) - Method in exception com.arangodb.ArangoException
-
- setCode(int) - Method in class com.arangodb.entity.BaseEntity
-
- setCollection(String) - Method in class com.arangodb.entity.EdgeDefinitionEntity
-
- setCollectionProperties(long, Boolean, Long) - Method in class com.arangodb.ArangoDriver
-
Returns the collection and changes it's journalSize and waitForSync.
- setCollectionProperties(String, Boolean, Long) - Method in class com.arangodb.ArangoDriver
-
Returns the collection and changes it's journalSize and waitForSync.
- setCollectionProperties(String, String, Boolean, Long) - Method in class com.arangodb.impl.InternalCollectionDriverImpl
-
- setCollectionProperties(String, String, Boolean, Long) - Method in interface com.arangodb.InternalCollectionDriver
-
- setCollections(List<CollectionEntity>) - Method in class com.arangodb.entity.CollectionsEntity
-
- setCollections(List<String>) - Method in class com.arangodb.entity.GraphGetCollectionsResultEntity
-
- setCollections(List<ReplicationInventoryEntity.Collection>) - Method in class com.arangodb.entity.ReplicationInventoryEntity
-
- setCollections(List<CollectionEntity>) - Method in class com.arangodb.entity.ReplicationSyncEntity
-
- setCollections(TransactionEntity.ReadWriteCollections) - Method in class com.arangodb.entity.TransactionEntity
-
- setCompactorsCount(long) - Method in class com.arangodb.entity.CollectionEntity.Figures
-
- setCompactorsFileSize(long) - Method in class com.arangodb.entity.CollectionEntity.Figures
-
- setCompare(String) - Method in class com.arangodb.entity.FilterCondition
-
- setConnectionTimeout(int) - Method in class com.arangodb.ArangoConfigure
-
- setConnectRetryCount(int) - Method in class com.arangodb.ArangoConfigure
-
Set number of connect retries (0 means infinite)
- setConnectRetryWait(int) - Method in class com.arangodb.ArangoConfigure
-
Set wait time for a connect retry
- setConnectTimeout(Integer) - Method in class com.arangodb.entity.ReplicationApplierConfigEntity
-
- setContentType(String) - Method in class com.arangodb.http.HttpResponseEntity
-
- setCount(long) - Method in class com.arangodb.entity.CollectionEntity
-
- setCount(int) - Method in class com.arangodb.entity.CursorEntity
-
- setCount(int) - Method in class com.arangodb.entity.SimpleByResultEntity
-
- setCount(long) - Method in class com.arangodb.entity.StatisticsEntity.FigureValue
-
- setCount(Boolean) - Method in class com.arangodb.util.AqlQueryOptions
-
boolean flag that indicates whether the number of documents in the result
set should be returned in the "count" attribute of the result (optional).
- setCounts(long[]) - Method in class com.arangodb.entity.StatisticsEntity.FigureValue
-
- setCreated(int) - Method in class com.arangodb.entity.ImportResultEntity
-
- setCreated(Date) - Method in class com.arangodb.entity.KeyValueEntity
-
- setCurrentObject(InvocationObject) - Method in class com.arangodb.http.BatchHttpManager
-
- setCurrentObject(InvocationObject) - Method in class com.arangodb.http.HttpManager
-
- setCursorId(long) - Method in class com.arangodb.entity.CursorEntity
-
- setCuts(BigDecimal[]) - Method in class com.arangodb.entity.StatisticsDescriptionEntity.Figure
-
- setData(DocumentEntity<T>) - Method in class com.arangodb.entity.ReplicationDumpRecord
-
- setDatabase(String) - Method in class com.arangodb.entity.ReplicationApplierConfigEntity
-
- setDatabase(String) - Method in class com.arangodb.entity.ReplicationApplierStateEntity
-
- setDatabases(List<String>) - Method in class com.arangodb.entity.Endpoint
-
- setDatafileCount(long) - Method in class com.arangodb.entity.CollectionEntity.Figures
-
- setDatafileFileSize(long) - Method in class com.arangodb.entity.CollectionEntity.Figures
-
- setDeadCount(long) - Method in class com.arangodb.entity.CollectionEntity.Figures
-
- setDeadDeletion(long) - Method in class com.arangodb.entity.CollectionEntity.Figures
-
- setDeadSize(long) - Method in class com.arangodb.entity.CollectionEntity.Figures
-
- setDefaultDatabase(String) - Method in class com.arangodb.ArangoConfigure
-
Set the default database for the driver TODO: _system has to be a valid
parameter
- setDefaultDatabase(String) - Method in class com.arangodb.ArangoDriver
-
Sets the default database.
- setDefaultWeight(Long) - Method in class com.arangodb.util.ShortestPathOptions
-
Only used with the option weight.
- setDeleted(Boolean) - Method in class com.arangodb.entity.DeletedEntity
-
- setDeleted(boolean) - Method in class com.arangodb.entity.ReplicationInventoryEntity.CollectionParameter
-
- setDeleted(int) - Method in class com.arangodb.entity.SimpleByResultEntity
-
- setDescription(String) - Method in class com.arangodb.entity.StatisticsDescriptionEntity.Figure
-
- setDescription(String) - Method in class com.arangodb.entity.StatisticsDescriptionEntity.Group
-
- setDirection(Direction) - Method in class com.arangodb.util.GraphEdgesOptions
-
The direction of the edges as a string.
- setDirection(Direction) - Method in class com.arangodb.util.GraphVerticesOptions
-
The direction of the edges as a string.
- setDirection(Direction) - Method in class com.arangodb.util.ShortestPathOptions
-
The direction of the edges as a string.
- setDoCompact(Boolean) - Method in class com.arangodb.entity.CollectionEntity
-
- setDoCompact(Boolean) - Method in class com.arangodb.entity.CollectionOptions
-
- setDoCompact(boolean) - Method in class com.arangodb.entity.ReplicationInventoryEntity.CollectionParameter
-
- setDocument(DocumentEntity<T>) - Method in class com.arangodb.entity.ScalarExampleEntity
-
- setDocumentHandle(String) - Method in class com.arangodb.entity.BaseDocument
-
- setDocumentHandle(String) - Method in class com.arangodb.entity.DocumentEntity
-
- setDocumentHandle(String) - Method in interface com.arangodb.entity.DocumentHolder
-
- setDocumentHandle(String) - Method in class com.arangodb.entity.GraphEntity
-
- setDocumentHandle(String) - Method in class com.arangodb.entity.PlainEdgeEntity
-
- setDocumentKey(String) - Method in class com.arangodb.entity.BaseDocument
-
- setDocumentKey(String) - Method in class com.arangodb.entity.DocumentEntity
-
- setDocumentKey(String) - Method in interface com.arangodb.entity.DocumentHolder
-
- setDocumentKey(String) - Method in class com.arangodb.entity.GraphEntity
-
- setDocumentKey(String) - Method in class com.arangodb.entity.PlainEdgeEntity
-
- setDocumentRevision(long) - Method in class com.arangodb.entity.BaseDocument
-
- setDocumentRevision(long) - Method in class com.arangodb.entity.DocumentEntity
-
- setDocumentRevision(long) - Method in interface com.arangodb.entity.DocumentHolder
-
- setDocumentRevision(long) - Method in class com.arangodb.entity.GraphEntity
-
- setDocumentRevision(long) - Method in class com.arangodb.entity.PlainEdgeEntity
-
- setDocuments(List<String>) - Method in class com.arangodb.entity.DocumentsEntity
-
- setEdgeCollectionRestriction(List<String>) - Method in class com.arangodb.util.GraphEdgesOptions
-
One or multiple edge collection names.
- setEdgeCollectionRestriction(List<String>) - Method in class com.arangodb.util.ShortestPathOptions
-
One or multiple edge collection names.
- setEdgeDefinitions(List<EdgeDefinitionEntity>) - Method in class com.arangodb.entity.EdgeDefinitionsEntity
-
set the edge definitions (overwrites existing edge definitions)
- setEdgeDefinitions(List<EdgeDefinitionEntity>) - Method in class com.arangodb.entity.GraphEntity
-
- setEdgeDefinitionsEntity(EdgeDefinitionsEntity) - Method in class com.arangodb.entity.GraphEntity
-
- setEdgeExamples(Object) - Method in class com.arangodb.util.GraphEdgesOptions
-
A filter example for the edges
- setEdgeExamples(Object) - Method in class com.arangodb.util.ShortestPathOptions
-
A filter example for the edges
- setEdges(List<EdgeEntity<E>>) - Method in class com.arangodb.entity.PathEntity
-
- setEmpty(int) - Method in class com.arangodb.entity.ImportResultEntity
-
- setEnableCURLLogger(boolean) - Method in class com.arangodb.ArangoConfigure
-
- setEndpoint(String) - Method in class com.arangodb.entity.Endpoint
-
- setEndpoint(String) - Method in class com.arangodb.entity.ReplicationApplierConfigEntity
-
- setEndpoint(String) - Method in class com.arangodb.entity.ReplicationApplierStateEntity
-
- setEndVertexCollectionRestriction(List<String>) - Method in class com.arangodb.util.GraphEdgesOptions
-
One or multiple vertex collection names.
- setEndVertexCollectionRestriction(List<String>) - Method in class com.arangodb.util.ShortestPathOptions
-
One or multiple vertex collection names.
- setEntity(T) - Method in class com.arangodb.entity.DocumentEntity
-
- setError(boolean) - Method in class com.arangodb.entity.BaseEntity
-
- setErrorMessage(String) - Method in class com.arangodb.entity.BaseEntity
-
- setErrorMessage(String) - Method in class com.arangodb.entity.ReplicationApplierState.LastError
-
- setErrorNum(Integer) - Method in class com.arangodb.entity.ReplicationApplierState.LastError
-
- setErrorNumber(int) - Method in exception com.arangodb.ArangoException
-
- setErrorNumber(int) - Method in class com.arangodb.entity.BaseEntity
-
- setErrors(int) - Method in class com.arangodb.entity.ImportResultEntity
-
- setEtag(long) - Method in class com.arangodb.entity.BaseEntity
-
- setEtag(long) - Method in class com.arangodb.http.HttpResponseEntity
-
- setExpires(Date) - Method in class com.arangodb.entity.KeyValueEntity
-
- setExtra(Map<String, Object>) - Method in class com.arangodb.entity.CursorEntity
-
- setExtra(Map<String, Object>) - Method in class com.arangodb.entity.UserEntity
-
- setFailedConnects(Long) - Method in class com.arangodb.entity.ReplicationApplierState.Progress
-
- setFields(List<String>) - Method in class com.arangodb.entity.IndexEntity
-
- setFigures(CollectionEntity.Figures) - Method in class com.arangodb.entity.CollectionEntity
-
- setFigures(List<StatisticsDescriptionEntity.Figure>) - Method in class com.arangodb.entity.StatisticsDescriptionEntity
-
- setFigures(Map<String, StatisticsEntity.FigureValue>) - Method in class com.arangodb.entity.StatisticsEntity.Client
-
- setFrom(List<String>) - Method in class com.arangodb.entity.EdgeDefinitionEntity
-
- setFromCollection(String) - Method in class com.arangodb.entity.PlainEdgeEntity
-
- setFromVertexHandle(String) - Method in class com.arangodb.entity.EdgeEntity
-
- setFullCount(int) - Method in class com.arangodb.entity.CursorEntity
-
- setFullCount(Boolean) - Method in class com.arangodb.util.AqlQueryOptions
-
if set to true and the query contains a LIMIT clause, then the result
will contain an extra attribute extra with a sub-attribute fullCount.
- setGeoJson(boolean) - Method in class com.arangodb.entity.IndexEntity
-
- setGraphs(List<GraphEntity>) - Method in class com.arangodb.entity.GraphsEntity
-
- setGroup(String) - Method in class com.arangodb.entity.StatisticsDescriptionEntity.Figure
-
- setGroup(String) - Method in class com.arangodb.entity.StatisticsDescriptionEntity.Group
-
- setGroups(List<StatisticsDescriptionEntity.Group>) - Method in class com.arangodb.entity.StatisticsDescriptionEntity
-
- setHasMore(boolean) - Method in class com.arangodb.entity.CursorEntity
-
- setHeaders(Map<String, Object>) - Method in class com.arangodb.http.BatchPart
-
- setHeaders(Map<String, String>) - Method in class com.arangodb.http.HttpResponseEntity
-
- setHost(String) - Method in class com.arangodb.ArangoConfigure
-
Deprecated.
- setHost(String) - Method in class com.arangodb.ArangoHost
-
- setHttpConnections(int) - Method in class com.arangodb.entity.StatisticsEntity.Client
-
- setHttpManager(BatchHttpManager) - Method in class com.arangodb.ArangoConfigure
-
- setHttpManager(HttpManager) - Method in interface com.arangodb.impl.BaseDriverInterface
-
- setHttpMode(HttpManager.HttpMode) - Method in class com.arangodb.http.HttpManager
-
- setHttpResponseEntity(HttpResponseEntity) - Method in class com.arangodb.entity.BatchResponseEntity
-
- setId(long) - Method in class com.arangodb.entity.CollectionEntity
-
- setId(String) - Method in class com.arangodb.entity.DatabaseEntity
-
- setId(String) - Method in class com.arangodb.entity.IndexEntity
-
- setId(long) - Method in class com.arangodb.entity.KeyValueEntity
-
- setId(String) - Method in class com.arangodb.http.BatchPart
-
- setIdentifier(String) - Method in class com.arangodb.entity.StatisticsDescriptionEntity.Figure
-
- setIdentifiers(Map<String, IndexEntity>) - Method in class com.arangodb.entity.IndexesEntity
-
- setIncrement(long) - Method in class com.arangodb.entity.CollectionKeyOption
-
- setIndexes(List<IndexEntity>) - Method in class com.arangodb.entity.IndexesEntity
-
- setIndexes(List<IndexEntity>) - Method in class com.arangodb.entity.ReplicationInventoryEntity.Collection
-
- setIndexesCount(long) - Method in class com.arangodb.entity.CollectionEntity.Figures
-
- setIndexesSize(long) - Method in class com.arangodb.entity.CollectionEntity.Figures
-
- setInvocationObject(InvocationObject) - Method in class com.arangodb.entity.BatchResponseEntity
-
- setInvocationObject(InvocationObject) - Method in class com.arangodb.http.BatchPart
-
- setIsSystem(Boolean) - Method in class com.arangodb.entity.CollectionEntity
-
- setIsSystem(Boolean) - Method in class com.arangodb.entity.CollectionOptions
-
- setIsVolatile(Boolean) - Method in class com.arangodb.entity.CollectionEntity
-
- setIsVolatile(Boolean) - Method in class com.arangodb.entity.CollectionOptions
-
- setJobs(List<String>) - Method in class com.arangodb.entity.JobsEntity
-
- setJournalsCount(long) - Method in class com.arangodb.entity.CollectionEntity.Figures
-
- setJournalsFileSize(long) - Method in class com.arangodb.entity.CollectionEntity.Figures
-
- setJournalSize(long) - Method in class com.arangodb.entity.CollectionEntity
-
- setJournalSize(Integer) - Method in class com.arangodb.entity.CollectionOptions
-
- setKey(String) - Method in class com.arangodb.entity.FilterCondition
-
- setKey(String) - Method in class com.arangodb.entity.ReplicationDumpRecord
-
- setKeyOptions(CollectionKeyOption) - Method in class com.arangodb.entity.CollectionEntity
-
- setKeyOptions(CollectionKeyOption) - Method in class com.arangodb.entity.CollectionOptions
-
- setKeyValueHeader(HttpResponseEntity, KeyValueEntity) - Method in class com.arangodb.BaseArangoDriver
-
- setLastAppliedContinuousTick(Long) - Method in class com.arangodb.entity.ReplicationApplierState
-
- setLastAvailableContinuousTick(Long) - Method in class com.arangodb.entity.ReplicationApplierState
-
- setLastError(ReplicationApplierState.LastError) - Method in class com.arangodb.entity.ReplicationApplierState
-
- setLastincluded(Long) - Method in class com.arangodb.entity.ReplicationDumpHeader
-
- setLastLogTick(long) - Method in class com.arangodb.entity.ReplicationState
-
- setLastLogTick(long) - Method in class com.arangodb.entity.ReplicationSyncEntity
-
- setLastProcessedContinuousTick(Long) - Method in class com.arangodb.entity.ReplicationApplierState
-
- setLastServedTick(Long) - Method in class com.arangodb.entity.ReplicationLoggerStateEntity.Client
-
- setLastTick(long) - Method in class com.arangodb.entity.CollectionEntity.Figures
-
- setLasttick(Long) - Method in class com.arangodb.entity.ReplicationDumpHeader
-
- setLevel(int) - Method in class com.arangodb.entity.AdminLogEntity.LogEntry
-
- setLid(int) - Method in class com.arangodb.entity.AdminLogEntity.LogEntry
-
- setLockTimeout(int) - Method in class com.arangodb.entity.TransactionEntity
-
- setLogRemoteChanges(boolean) - Method in class com.arangodb.entity.ReplicationLoggerConfigEntity
-
- setLogs(List<AdminLogEntity.LogEntry>) - Method in class com.arangodb.entity.AdminLogEntity
-
- setMajorPageFaults(long) - Method in class com.arangodb.entity.StatisticsEntity.System
-
- setMap(Map<String, Object>) - Method in class com.arangodb.entity.MapAsEntity
-
- setMaxConnectRetries(Integer) - Method in class com.arangodb.entity.ReplicationApplierConfigEntity
-
- setMaxDepth(Integer) - Method in class com.arangodb.util.GraphEdgesOptions
-
Defines the maximal length of a path from an edge to a vertex (default is
1, which means only the edges directly connected to a vertex would be
returned).
- setMaxEvents(long) - Method in class com.arangodb.entity.ReplicationLoggerConfigEntity
-
- setMaxEventsSize(long) - Method in class com.arangodb.entity.ReplicationLoggerConfigEntity
-
- setMaximalSize(long) - Method in class com.arangodb.entity.ReplicationInventoryEntity.CollectionParameter
-
- setMaxIterations(Integer) - Method in class com.arangodb.util.GraphEdgesOptions
-
the maximum number of iterations that the traversal is allowed to
perform.
- setMaxPerConnection(int) - Method in class com.arangodb.ArangoConfigure
-
- setMaxTotalConnection(int) - Method in class com.arangodb.ArangoConfigure
-
- setMessage(String) - Method in class com.arangodb.entity.ReplicationApplierState.Progress
-
- setMethod(String) - Method in class com.arangodb.http.BatchPart
-
- setMethod(Method) - Method in class com.arangodb.http.InvocationObject
-
- setMicrosecond(int) - Method in class com.arangodb.entity.ArangoUnixTime
-
- setMinDepth(Integer) - Method in class com.arangodb.util.GraphEdgesOptions
-
Defines the minimal length of a path from an edge to a vertex (default is
1, which means only the edges directly connected to a vertex would be
returned).
- setMinLength(int) - Method in class com.arangodb.entity.IndexEntity
-
- setMinorPageFaults(long) - Method in class com.arangodb.entity.StatisticsEntity.System
-
- setName(String) - Method in class com.arangodb.entity.CollectionEntity
-
- setName(String) - Method in class com.arangodb.entity.DatabaseEntity
-
- setName(String) - Method in class com.arangodb.entity.GraphEntity
-
- setName(String) - Method in class com.arangodb.entity.ReplicationInventoryEntity.CollectionParameter
-
- setName(String) - Method in class com.arangodb.entity.StatisticsDescriptionEntity.Figure
-
- setName(String) - Method in class com.arangodb.entity.StatisticsDescriptionEntity.Group
-
- setNames(Map<String, CollectionEntity>) - Method in class com.arangodb.entity.CollectionsEntity
-
- setNames(Map<String, UsersEntity>) - Method in class com.arangodb.entity.UsersEntity
-
- setNeighborExamples(Object) - Method in class com.arangodb.util.GraphEdgesOptions
-
An example for the desired neighbors
- setNewlyCreated(boolean) - Method in class com.arangodb.entity.IndexEntity
-
- setNumberOfShards(int) - Method in class com.arangodb.entity.CollectionOptions
-
- setNumberOfThreads(int) - Method in class com.arangodb.entity.StatisticsEntity.System
-
- setOffset(long) - Method in class com.arangodb.entity.CollectionKeyOption
-
- setOrphanCollections(List<String>) - Method in class com.arangodb.entity.GraphEntity
-
- setParameter(ReplicationInventoryEntity.CollectionParameter) - Method in class com.arangodb.entity.ReplicationInventoryEntity.Collection
-
- setParameterized(Class<?>...) - Static method in class com.arangodb.entity.EntityDeserializers
-
- setParams(Object) - Method in class com.arangodb.entity.TransactionEntity
-
- setPassword(String) - Method in class com.arangodb.ArangoConfigure
-
- setPassword(String) - Method in class com.arangodb.entity.ReplicationApplierConfigEntity
-
- setPassword(String) - Method in class com.arangodb.entity.UserEntity
-
- setPath(String) - Method in class com.arangodb.entity.DatabaseEntity
-
- setPaths(List<PathEntity<V, E>>) - Method in class com.arangodb.entity.VisitedEntity
-
- setPort(int) - Method in class com.arangodb.ArangoConfigure
-
Deprecated.
- setPort(int) - Method in class com.arangodb.ArangoHost
-
- setPreDefinedResponse(HttpResponseEntity) - Method in class com.arangodb.http.HttpManager
-
- setProgress(ReplicationApplierState.Progress) - Method in class com.arangodb.entity.ReplicationApplierState
-
- setProperties(Map<String, Object>) - Method in class com.arangodb.entity.BaseDocument
-
- setProxyHost(String) - Method in class com.arangodb.ArangoConfigure
-
- setProxyPort(int) - Method in class com.arangodb.ArangoConfigure
-
- setReplaced(int) - Method in class com.arangodb.entity.SimpleByResultEntity
-
- setReplicationApplierConfig(String, String, String, String, Integer, Integer, Integer, Integer, Boolean, Boolean) - Method in class com.arangodb.ArangoDriver
-
Sets the configuration of the replication applier.
- setReplicationApplierConfig(ReplicationApplierConfigEntity) - Method in class com.arangodb.ArangoDriver
-
Sets the configuration of the replication applier.
- setReplicationApplierConfig(String, String, String, String, String, Integer, Integer, Integer, Integer, Boolean, Boolean) - Method in class com.arangodb.impl.InternalReplicationDriverImpl
-
- setReplicationApplierConfig(String, ReplicationApplierConfigEntity) - Method in class com.arangodb.impl.InternalReplicationDriverImpl
-
- setReplicationApplierConfig(String, String, String, String, String, Integer, Integer, Integer, Integer, Boolean, Boolean) - Method in interface com.arangodb.InternalReplicationDriver
-
- setReplicationApplierConfig(String, ReplicationApplierConfigEntity) - Method in interface com.arangodb.InternalReplicationDriver
-
- setReplicationLoggerConfig(Boolean, Boolean, Long, Long) - Method in class com.arangodb.ArangoDriver
-
Sets the replication logger configuration
- setReplicationLoggerConfig(String, Boolean, Boolean, Long, Long) - Method in class com.arangodb.impl.InternalReplicationDriverImpl
-
- setReplicationLoggerConfig(String, Boolean, Boolean, Long, Long) - Method in interface com.arangodb.InternalReplicationDriver
-
- setRequestId(String) - Method in class com.arangodb.entity.BaseEntity
-
- setRequestId(String) - Method in class com.arangodb.http.HttpResponseEntity
-
- setRequestTimeout(Integer) - Method in class com.arangodb.entity.ReplicationApplierConfigEntity
-
- setResidentSize(long) - Method in class com.arangodb.entity.StatisticsEntity.System
-
- setResult(Boolean) - Method in class com.arangodb.entity.BooleanResultEntity
-
- setResult(List<DocumentEntity<T>>) - Method in class com.arangodb.entity.DocumentResultEntity
-
- setResult(List<String>) - Method in class com.arangodb.entity.StringsResultEntity
-
- setResult(Object) - Method in class com.arangodb.entity.TransactionResultEntity
-
- setResults(List<T>) - Method in class com.arangodb.entity.CursorEntity
-
- setRetryCount(int) - Method in class com.arangodb.ArangoConfigure
-
- setRev(long) - Method in class com.arangodb.entity.ReplicationDumpRecord
-
- setRevision(long) - Method in class com.arangodb.entity.CollectionEntity
-
- setRunning(Boolean) - Method in class com.arangodb.entity.ReplicationApplierState
-
- setRunning(boolean) - Method in class com.arangodb.entity.ReplicationState
-
- setSaved(boolean) - Method in class com.arangodb.entity.KeyValueEntity
-
- setSecond(int) - Method in class com.arangodb.entity.ArangoUnixTime
-
- setSelectivityEstimate(double) - Method in class com.arangodb.entity.IndexEntity
-
- setServer(String) - Method in class com.arangodb.entity.ArangoVersion
-
- setServer(StatisticsEntity.Server) - Method in class com.arangodb.entity.StatisticsEntity
-
- setServerId(String) - Method in class com.arangodb.entity.ReplicationApplierStateEntity
-
- setServerId(String) - Method in class com.arangodb.entity.ReplicationLoggerStateEntity.Client
-
- setServerId(String) - Method in class com.arangodb.entity.ReplicationLoggerStateEntity
-
- setServerVersion(String) - Method in class com.arangodb.entity.ReplicationApplierStateEntity
-
- setServerVersion(String) - Method in class com.arangodb.entity.ReplicationLoggerStateEntity
-
- setShapefilesCount(long) - Method in class com.arangodb.entity.CollectionEntity.Figures
-
- setShapefilesFileSize(long) - Method in class com.arangodb.entity.CollectionEntity.Figures
-
- setShapesCount(long) - Method in class com.arangodb.entity.CollectionEntity.Figures
-
- setShardKeys(List<String>) - Method in class com.arangodb.entity.CollectionOptions
-
- setSize(int) - Method in class com.arangodb.entity.IndexEntity
-
- setSparse(boolean) - Method in class com.arangodb.entity.IndexEntity
-
- setStaleConnectionCheck(boolean) - Method in class com.arangodb.ArangoConfigure
-
- setStartVertexCollectionRestriction(List<String>) - Method in class com.arangodb.util.GraphEdgesOptions
-
One or multiple vertex collection names.
- setStartVertexCollectionRestriction(List<String>) - Method in class com.arangodb.util.ShortestPathOptions
-
One or multiple vertex collection names.
- setState(ReplicationApplierState) - Method in class com.arangodb.entity.ReplicationApplierStateEntity
-
- setState(ReplicationState) - Method in class com.arangodb.entity.ReplicationInventoryEntity
-
- setState(ReplicationState) - Method in class com.arangodb.entity.ReplicationLoggerStateEntity
-
- setStatus(CollectionStatus) - Method in class com.arangodb.entity.CollectionEntity
-
- setStatusCode(HttpResponseEntity, BaseEntity) - Method in class com.arangodb.BaseArangoDriver
-
- setStatusCode(int) - Method in class com.arangodb.entity.BaseEntity
-
- setStatusCode(int) - Method in class com.arangodb.http.HttpResponseEntity
-
- setStatusPhrase(String) - Method in class com.arangodb.http.HttpResponseEntity
-
- setStream(InputStream) - Method in class com.arangodb.entity.StreamEntity
-
- setStream(InputStream) - Method in class com.arangodb.http.HttpResponseEntity
-
- setSum(double) - Method in class com.arangodb.entity.StatisticsEntity.FigureValue
-
- setSystem(Boolean) - Method in class com.arangodb.entity.CollectionEntity
-
- setSystem(boolean) - Method in class com.arangodb.entity.DatabaseEntity
-
- setSystem(StatisticsEntity.System) - Method in class com.arangodb.entity.StatisticsEntity
-
- setSystemTime(double) - Method in class com.arangodb.entity.StatisticsEntity.System
-
- setText(String) - Method in class com.arangodb.entity.AdminLogEntity.LogEntry
-
- setText(String) - Method in class com.arangodb.http.HttpResponseEntity
-
- setTick(long) - Method in class com.arangodb.entity.ReplicationDumpRecord
-
- setTick(long) - Method in class com.arangodb.entity.ReplicationInventoryEntity
-
- setTime(double) - Method in class com.arangodb.entity.ArangoUnixTime
-
- setTime(Date) - Method in class com.arangodb.entity.ReplicationApplierState.LastError
-
- setTime(Date) - Method in class com.arangodb.entity.ReplicationApplierState.Progress
-
- setTime(Date) - Method in class com.arangodb.entity.ReplicationApplierState
-
- setTime(Date) - Method in class com.arangodb.entity.ReplicationLoggerStateEntity.Client
-
- setTime(Date) - Method in class com.arangodb.entity.ReplicationState
-
- setTimeout(int) - Method in class com.arangodb.ArangoConfigure
-
- setTimestamp(Date) - Method in class com.arangodb.entity.AdminLogEntity.LogEntry
-
- setTo(List<String>) - Method in class com.arangodb.entity.EdgeDefinitionEntity
-
- setToCollection(String) - Method in class com.arangodb.entity.PlainEdgeEntity
-
- setTotalAmount(int) - Method in class com.arangodb.entity.AdminLogEntity
-
- setTotalEvents(Long) - Method in class com.arangodb.entity.ReplicationApplierState
-
- setTotalEvents(long) - Method in class com.arangodb.entity.ReplicationState
-
- setTotalFailedConnects(Long) - Method in class com.arangodb.entity.ReplicationApplierState
-
- setTotalRequests(Long) - Method in class com.arangodb.entity.ReplicationApplierState
-
- setToVertexHandle(String) - Method in class com.arangodb.entity.EdgeEntity
-
- setTtl(Integer) - Method in class com.arangodb.util.AqlQueryOptions
-
an optional time-to-live for the cursor (in seconds).
- setType(CollectionType) - Method in class com.arangodb.entity.CollectionEntity
-
- setType(String) - Method in class com.arangodb.entity.CollectionKeyOption
-
- setType(CollectionType) - Method in class com.arangodb.entity.CollectionOptions
-
- setType(IndexType) - Method in class com.arangodb.entity.IndexEntity
-
- setType(ReplicationEventType) - Method in class com.arangodb.entity.ReplicationDumpRecord
-
- setType(CollectionType) - Method in class com.arangodb.entity.ReplicationInventoryEntity.CollectionParameter
-
- setType(String) - Method in class com.arangodb.entity.StatisticsDescriptionEntity.Figure
-
- setUncollectedLogfileEntries(long) - Method in class com.arangodb.entity.CollectionEntity.Figures
-
- setUnique(boolean) - Method in class com.arangodb.entity.IndexEntity
-
- setUnits(String) - Method in class com.arangodb.entity.StatisticsDescriptionEntity.Figure
-
- setUpdated(int) - Method in class com.arangodb.entity.SimpleByResultEntity
-
- setUptime(double) - Method in class com.arangodb.entity.StatisticsEntity.Server
-
- setUrl(String) - Method in class com.arangodb.http.BatchPart
-
- setUser(String) - Method in class com.arangodb.ArangoConfigure
-
- setUsername(String) - Method in class com.arangodb.entity.ReplicationApplierConfigEntity
-
- setUsername(String) - Method in class com.arangodb.entity.UserEntity
-
- setUsers(List<UsersEntity>) - Method in class com.arangodb.entity.UsersEntity
-
- setUserTime(double) - Method in class com.arangodb.entity.StatisticsEntity.System
-
- setValue(Object) - Method in class com.arangodb.entity.FilterCondition
-
- setVersion(String) - Method in class com.arangodb.entity.ArangoVersion
-
- setVersion(int) - Method in class com.arangodb.entity.ReplicationInventoryEntity.CollectionParameter
-
- setVertexCollectionRestriction(List<String>) - Method in class com.arangodb.util.GraphVerticesOptions
-
One or multiple vertex collections that should be considered.
- setVertices(List<VertexEntity<V>>) - Method in class com.arangodb.entity.PathEntity
-
- setVertices(List<VertexEntity<V>>) - Method in class com.arangodb.entity.VisitedEntity
-
- setVirtualSize(long) - Method in class com.arangodb.entity.StatisticsEntity.System
-
- setVolatile(Boolean) - Method in class com.arangodb.entity.CollectionEntity
-
- setVolatile(boolean) - Method in class com.arangodb.entity.ReplicationInventoryEntity.CollectionParameter
-
- setWaitForSync(Boolean) - Method in class com.arangodb.entity.CollectionEntity
-
- setWaitForSync(Boolean) - Method in class com.arangodb.entity.CollectionOptions
-
- setWaitForSync(boolean) - Method in class com.arangodb.entity.ReplicationInventoryEntity.CollectionParameter
-
- setWaitForSync(Boolean) - Method in class com.arangodb.entity.TransactionEntity
-
- setWeight(String) - Method in class com.arangodb.util.ShortestPathOptions
-
The name of the attribute of the edges containing the length as a string.
- ShortestPathOptions - Class in com.arangodb.util
-
- ShortestPathOptions() - Constructor for class com.arangodb.util.ShortestPathOptions
-
- shutdown() - Method in class com.arangodb.ArangoConfigure
-
- SIMPLE_CLIENT_COULD_NOT_CONNECT - Static variable in class com.arangodb.ErrorNums
-
- SIMPLE_CLIENT_COULD_NOT_READ - Static variable in class com.arangodb.ErrorNums
-
- SIMPLE_CLIENT_COULD_NOT_WRITE - Static variable in class com.arangodb.ErrorNums
-
- SIMPLE_CLIENT_UNKNOWN_ERROR - Static variable in class com.arangodb.ErrorNums
-
- SimpleByResultEntity - Class in com.arangodb.entity
-
- SimpleByResultEntity() - Constructor for class com.arangodb.entity.SimpleByResultEntity
-
- size() - Method in class com.arangodb.entity.AqlFunctionsEntity
-
- size() - Method in class com.arangodb.entity.BaseMapEntity
-
- size() - Method in class com.arangodb.entity.CursorEntity
-
The size of the cursor results.
- size() - Method in class com.arangodb.entity.DocumentResultEntity
-
The size of the documents list
- startAsyncMode(boolean) - Method in class com.arangodb.ArangoDriver
-
This method sets the driver to asynchronous execution.
- startBatchMode() - Method in class com.arangodb.ArangoDriver
-
This method enables batch execution.
- startReplicationApplier(Long) - Method in class com.arangodb.ArangoDriver
-
Starts the replication applier.
- startReplicationApplier(String, Long) - Method in class com.arangodb.impl.InternalReplicationDriverImpl
-
- startReplicationApplier(String, Long) - Method in interface com.arangodb.InternalReplicationDriver
-
- startReplicationLogger() - Method in class com.arangodb.ArangoDriver
-
Starts the replication logger
- startReplicationLogger(String) - Method in class com.arangodb.impl.InternalReplicationDriverImpl
-
- startReplicationLogger(String) - Method in interface com.arangodb.InternalReplicationDriver
-
- StatisticsDescriptionEntity - Class in com.arangodb.entity
-
- StatisticsDescriptionEntity() - Constructor for class com.arangodb.entity.StatisticsDescriptionEntity
-
- StatisticsDescriptionEntity.Figure - Class in com.arangodb.entity
-
- StatisticsDescriptionEntity.Figure() - Constructor for class com.arangodb.entity.StatisticsDescriptionEntity.Figure
-
- StatisticsDescriptionEntity.Group - Class in com.arangodb.entity
-
- StatisticsDescriptionEntity.Group() - Constructor for class com.arangodb.entity.StatisticsDescriptionEntity.Group
-
- StatisticsEntity - Class in com.arangodb.entity
-
- StatisticsEntity() - Constructor for class com.arangodb.entity.StatisticsEntity
-
- StatisticsEntity.Client - Class in com.arangodb.entity
-
- StatisticsEntity.Client() - Constructor for class com.arangodb.entity.StatisticsEntity.Client
-
- StatisticsEntity.FigureValue - Class in com.arangodb.entity
-
- StatisticsEntity.FigureValue() - Constructor for class com.arangodb.entity.StatisticsEntity.FigureValue
-
- StatisticsEntity.Server - Class in com.arangodb.entity
-
- StatisticsEntity.Server() - Constructor for class com.arangodb.entity.StatisticsEntity.Server
-
- StatisticsEntity.System - Class in com.arangodb.entity
-
- StatisticsEntity.System() - Constructor for class com.arangodb.entity.StatisticsEntity.System
-
- status() - Method in enum com.arangodb.entity.CollectionStatus
-
- stopAsyncMode() - Method in class com.arangodb.ArangoDriver
-
This method sets the driver back to synchronous execution.
- stopReplicationApplier() - Method in class com.arangodb.ArangoDriver
-
Stops the replication applier.
- stopReplicationApplier(String) - Method in class com.arangodb.impl.InternalReplicationDriverImpl
-
- stopReplicationApplier(String) - Method in interface com.arangodb.InternalReplicationDriver
-
- stopReplicationLogger() - Method in class com.arangodb.ArangoDriver
-
Stops the replication logger
- stopReplicationLogger(String) - Method in class com.arangodb.impl.InternalReplicationDriverImpl
-
- stopReplicationLogger(String) - Method in interface com.arangodb.InternalReplicationDriver
-
- StreamEntity - Class in com.arangodb.entity
-
- StreamEntity() - Constructor for class com.arangodb.entity.StreamEntity
-
- StreamEntity(InputStream) - Constructor for class com.arangodb.entity.StreamEntity
-
- StringsResultEntity - Class in com.arangodb.entity
-
- StringsResultEntity() - Constructor for class com.arangodb.entity.StringsResultEntity
-
- StringUtils - Class in com.arangodb.util
-
- StringUtils() - Constructor for class com.arangodb.util.StringUtils
-
- syncReplication(String, String, String, String, RestrictType, String...) - Method in class com.arangodb.ArangoDriver
-
Starts a full data synchronization from a remote endpoint into the local
ArangoDB database.
- syncReplication(String, String, String, String, String, RestrictType, String...) - Method in class com.arangodb.impl.InternalReplicationDriverImpl
-
- syncReplication(String, String, String, String, String, RestrictType, String...) - Method in interface com.arangodb.InternalReplicationDriver
-
- validate(HttpResponseEntity, BaseEntity) - Method in class com.arangodb.BaseArangoDriver
-
- validateCollectionName(String) - Method in class com.arangodb.BaseArangoDriver
-
- validateDatabaseName(String, boolean) - Method in class com.arangodb.BaseArangoDriver
-
- validateDocumentHandle(String) - Method in class com.arangodb.BaseArangoDriver
-
- validateQuery(String) - Method in class com.arangodb.ArangoDriver
-
This method validates a given AQL query string and returns a CursorEntity
- validateQuery(String, String) - Method in class com.arangodb.impl.InternalCursorDriverImpl
-
- validateQuery(String, String) - Method in interface com.arangodb.InternalCursorDriver
-
- valueOf(String) - Static method in enum com.arangodb.Direction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.arangodb.entity.CollectionStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum com.arangodb.entity.CollectionStatus
-
- valueOf(String) - Static method in enum com.arangodb.entity.CollectionType
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum com.arangodb.entity.CollectionType
-
- valueOf(String) - Static method in enum com.arangodb.entity.Direction
-
Deprecated.
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.arangodb.entity.IndexType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.arangodb.entity.JobsEntity.JobState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.arangodb.entity.Policy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.arangodb.entity.ReplicationEventType
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum com.arangodb.entity.ReplicationEventType
-
- valueOf(String) - Static method in enum com.arangodb.entity.RestrictType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.arangodb.http.HttpManager.HttpMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.arangodb.http.HttpRequestEntity.RequestType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.arangodb.InternalTraversalDriver.ItemOrder
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.arangodb.InternalTraversalDriver.Order
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.arangodb.InternalTraversalDriver.Strategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.arangodb.InternalTraversalDriver.Uniqueness
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.arangodb.Direction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class com.arangodb.entity.BaseMapEntity
-
- values() - Static method in enum com.arangodb.entity.CollectionStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.arangodb.entity.CollectionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.arangodb.entity.Direction
-
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.arangodb.entity.IndexType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.arangodb.entity.JobsEntity.JobState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.arangodb.entity.Policy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.arangodb.entity.ReplicationEventType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.arangodb.entity.RestrictType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.arangodb.http.HttpManager.HttpMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.arangodb.http.HttpRequestEntity.RequestType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.arangodb.InternalTraversalDriver.ItemOrder
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.arangodb.InternalTraversalDriver.Order
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.arangodb.InternalTraversalDriver.Strategy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.arangodb.InternalTraversalDriver.Uniqueness
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VertexCursor<T> - Class in com.arangodb
-
- VertexCursor(DocumentCursorResult<T, VertexEntity<T>>) - Constructor for class com.arangodb.VertexCursor
-
- VertexEntity<T> - Class in com.arangodb.entity.marker
-
- VertexEntity() - Constructor for class com.arangodb.entity.marker.VertexEntity
-
- VisitedEntity<V,E> - Class in com.arangodb.entity
-
- VisitedEntity() - Constructor for class com.arangodb.entity.VisitedEntity
-