- cache(Boolean) - Method in class com.arangodb.model.AqlQueryOptions
-
- catchException(boolean) - Method in class com.arangodb.model.DocumentExistsOptions
-
- catchException(boolean) - Method in class com.arangodb.model.DocumentReadOptions
-
- changeProperties(CollectionPropertiesOptions) - Method in interface com.arangodb.ArangoCollection
-
Changes the properties of the collection
- chunksize(Integer) - Method in class com.arangodb.ArangoDB.Builder
-
- cleanupIntervalStep(Long) - Method in class com.arangodb.model.arangosearch.ArangoSearchCreateOptions
-
- cleanupIntervalStep(Long) - Method in class com.arangodb.model.arangosearch.ArangoSearchPropertiesOptions
-
- clearQueryCache() - Method in interface com.arangodb.ArangoDatabase
-
Clears the AQL query cache
- clearSlowQueries() - Method in interface com.arangodb.ArangoDatabase
-
Clears the list of slow AQL queries
- code(String) - Method in class com.arangodb.model.AqlFunctionCreateOptions
-
- collectInto(R) - Method in interface com.arangodb.ArangoIterable
-
Iterates over all elements of this ArangoIterable
and adds each to the given target.
- collection(String) - Method in interface com.arangodb.ArangoDatabase
-
Returns a ArangoCollection
instance for the given collection name.
- collection(String) - Method in class com.arangodb.entity.EdgeDefinition
-
- collection(String) - Method in class com.arangodb.model.VertexCollectionCreateOptions
-
- CollectionCreateOptions - Class in com.arangodb.model
-
- CollectionCreateOptions() - Constructor for class com.arangodb.model.CollectionCreateOptions
-
- CollectionEntity - Class in com.arangodb.entity
-
- CollectionEntity() - Constructor for class com.arangodb.entity.CollectionEntity
-
- CollectionLink - Class in com.arangodb.entity.arangosearch
-
- CollectionPropertiesEntity - Class in com.arangodb.entity
-
- CollectionPropertiesEntity() - Constructor for class com.arangodb.entity.CollectionPropertiesEntity
-
- CollectionPropertiesOptions - Class in com.arangodb.model
-
- CollectionPropertiesOptions() - Constructor for class com.arangodb.model.CollectionPropertiesOptions
-
- CollectionRenameOptions - Class in com.arangodb.model
-
- CollectionRenameOptions() - Constructor for class com.arangodb.model.CollectionRenameOptions
-
- CollectionRevisionEntity - Class in com.arangodb.entity
-
- CollectionRevisionEntity() - Constructor for class com.arangodb.entity.CollectionRevisionEntity
-
- CollectionsReadOptions - Class in com.arangodb.model
-
- CollectionsReadOptions() - Constructor for class com.arangodb.model.CollectionsReadOptions
-
- CollectionStatus - Enum in com.arangodb.entity
-
- CollectionType - Enum in com.arangodb.entity
-
- com.arangodb - package com.arangodb
-
- com.arangodb.entity - package com.arangodb.entity
-
- com.arangodb.entity.arangosearch - package com.arangodb.entity.arangosearch
-
- com.arangodb.model - package com.arangodb.model
-
- com.arangodb.model.arangosearch - package com.arangodb.model.arangosearch
-
- com.arangodb.util - package com.arangodb.util
-
- com.arangodb.velocystream - package com.arangodb.velocystream
-
- complete(Boolean) - Method in class com.arangodb.model.DocumentImportOptions
-
- connectionTtl(Long) - Method in class com.arangodb.ArangoDB.Builder
-
Set the maximum time to life of a connection.
- consolidationIntervalMsec(Long) - Method in class com.arangodb.model.arangosearch.ArangoSearchCreateOptions
-
- consolidationIntervalMsec(Long) - Method in class com.arangodb.model.arangosearch.ArangoSearchPropertiesOptions
-
- ConsolidationPolicy - Class in com.arangodb.entity.arangosearch
-
- consolidationPolicy(ConsolidationPolicy) - Method in class com.arangodb.model.arangosearch.ArangoSearchCreateOptions
-
- consolidationPolicy(ConsolidationPolicy) - Method in class com.arangodb.model.arangosearch.ArangoSearchPropertiesOptions
-
- ConsolidationType - Enum in com.arangodb.entity.arangosearch
-
- Consumer<T> - Interface in com.arangodb
-
- count() - Method in interface com.arangodb.ArangoCollection
-
Counts the documents in a collection
- count() - Method in interface com.arangodb.ArangoIterable
-
Returns the count of elements of this ArangoIterable
.
- count(Boolean) - Method in class com.arangodb.model.AqlQueryOptions
-
- create() - Method in interface com.arangodb.ArangoCollection
-
Creates a collection for this collection's name, then returns collection information from the server.
- create(CollectionCreateOptions) - Method in interface com.arangodb.ArangoCollection
-
Creates a collection with the given options
for this collection's name, then returns collection
information from the server.
- create() - Method in interface com.arangodb.ArangoDatabase
-
Creates the database
- create(Collection<EdgeDefinition>) - Method in interface com.arangodb.ArangoGraph
-
Creates the graph in the graph module.
- create(Collection<EdgeDefinition>, GraphCreateOptions) - Method in interface com.arangodb.ArangoGraph
-
Creates the graph in the graph module.
- create() - Method in interface com.arangodb.ArangoSearch
-
Creates a view, then returns view information from the server.
- create(ArangoSearchCreateOptions) - Method in interface com.arangodb.ArangoSearch
-
Creates a view with the given options
, then returns view information from the server.
- createAqlFunction(String, String, AqlFunctionCreateOptions) - Method in interface com.arangodb.ArangoDatabase
-
Create a new AQL user function
- createArangoSearch(String, ArangoSearchCreateOptions) - Method in interface com.arangodb.ArangoDatabase
-
Creates a ArangoSearch view with the given options
, then returns view information from the server.
- createCollection(String) - Method in interface com.arangodb.ArangoDatabase
-
Creates a collection for the given collection's name, then returns collection information from the server.
- createCollection(String, CollectionCreateOptions) - Method in interface com.arangodb.ArangoDatabase
-
Creates a collection with the given options
for this collection's name, then returns collection
information from the server.
- createDatabase(String) - Method in interface com.arangodb.ArangoDB
-
Creates a new database with the given name.
- createGraph(String, Collection<EdgeDefinition>) - Method in interface com.arangodb.ArangoDatabase
-
Create a new graph in the graph module.
- createGraph(String, Collection<EdgeDefinition>, GraphCreateOptions) - Method in interface com.arangodb.ArangoDatabase
-
Create a new graph in the graph module.
- createInstance(InternalArangoDatabase<?, ?>, ArangoCursorExecute, Class<T>, CursorEntity) - Method in interface com.arangodb.util.ArangoCursorInitializer
-
- createUser(String, String) - Method in interface com.arangodb.ArangoDB
-
Create a new user.
- createUser(String, String, UserCreateOptions) - Method in interface com.arangodb.ArangoDB
-
Create a new user.
- createView(String, ViewType) - Method in interface com.arangodb.ArangoDatabase
-
Creates a view of the given type
, then returns view information from the server.
- cursor(String, Class<T>) - Method in interface com.arangodb.ArangoDatabase
-
Return an cursor from the given cursor-ID if still existing
- CursorEntity - Class in com.arangodb.entity
-
- CursorEntity() - Constructor for class com.arangodb.entity.CursorEntity
-
- CursorEntity.Extras - Class in com.arangodb.entity
-
- CursorEntity.Stats - Class in com.arangodb.entity
-
- CursorEntity.Warning - Class in com.arangodb.entity
-
- DatabaseEntity - Class in com.arangodb.entity
-
- DatabaseEntity() - Constructor for class com.arangodb.entity.DatabaseEntity
-
- db() - Method in interface com.arangodb.ArangoCollection
-
The the handler of the database the collection is within
- db() - Method in interface com.arangodb.ArangoDB
-
Returns a ArangoDatabase
instance for the _system
database.
- db(String) - Method in interface com.arangodb.ArangoDB
-
Returns a ArangoDatabase
instance for the given database name.
- db() - Method in interface com.arangodb.ArangoGraph
-
The the handler of the database the named graph is within
- db() - Method in interface com.arangodb.ArangoView
-
The the handler of the database the collection is within
- DBCreateOptions - Class in com.arangodb.model
-
- DBCreateOptions() - Constructor for class com.arangodb.model.DBCreateOptions
-
- deduplicate(Boolean) - Method in class com.arangodb.model.HashIndexOptions
-
- deduplicate(Boolean) - Method in class com.arangodb.model.SkiplistIndexOptions
-
- delete() - Method in interface com.arangodb.ArangoRoute
-
Performs a DELETE request to the given URL and returns the server response.
- deleteAqlFunction(String, AqlFunctionDeleteOptions) - Method in interface com.arangodb.ArangoDatabase
-
Deletes the AQL user function with the given name from the database.
- deleteDocument(String) - Method in interface com.arangodb.ArangoCollection
-
Deletes the document with the given key
from the collection.
- deleteDocument(String, Class<T>, DocumentDeleteOptions) - Method in interface com.arangodb.ArangoCollection
-
Deletes the document with the given key
from the collection.
- deleteDocuments(Collection<?>) - Method in interface com.arangodb.ArangoCollection
-
Deletes multiple documents from the collection.
- deleteDocuments(Collection<?>, Class<T>, DocumentDeleteOptions) - Method in interface com.arangodb.ArangoCollection
-
Deletes multiple documents from the collection.
- deleteEdge(String) - Method in interface com.arangodb.ArangoEdgeCollection
-
Removes a edge
- deleteEdge(String, EdgeDeleteOptions) - Method in interface com.arangodb.ArangoEdgeCollection
-
Removes a edge
- deleteIndex(String) - Method in interface com.arangodb.ArangoCollection
-
Deletes the index with the given id
from the collection.
- deleteIndex(String) - Method in interface com.arangodb.ArangoDatabase
-
Deletes an index
- deleteUser(String) - Method in interface com.arangodb.ArangoDB
-
Removes an existing user, identified by user.
- deleteVertex(String) - Method in interface com.arangodb.ArangoVertexCollection
-
Deletes the vertex with the given key
from the collection.
- deleteVertex(String, VertexDeleteOptions) - Method in interface com.arangodb.ArangoVertexCollection
-
Deletes the vertex with the given key
from the collection.
- deserialize(VPackSlice, Type) - Method in interface com.arangodb.util.ArangoDeserializer
-
Deserialze a given VelocPack to an instance of a given type
- details(Boolean) - Method in class com.arangodb.model.DocumentImportOptions
-
- direction(TraversalOptions.Direction) - Method in class com.arangodb.model.TraversalOptions
-
- distributeShardsLike(String) - Method in class com.arangodb.model.CollectionCreateOptions
-
- doCompact(Boolean) - Method in class com.arangodb.model.CollectionCreateOptions
-
- DocumentCreateEntity<T> - Class in com.arangodb.entity
-
- DocumentCreateEntity() - Constructor for class com.arangodb.entity.DocumentCreateEntity
-
- DocumentCreateOptions - Class in com.arangodb.model
-
- DocumentCreateOptions() - Constructor for class com.arangodb.model.DocumentCreateOptions
-
- DocumentDeleteEntity<T> - Class in com.arangodb.entity
-
- DocumentDeleteEntity() - Constructor for class com.arangodb.entity.DocumentDeleteEntity
-
- DocumentDeleteOptions - Class in com.arangodb.model
-
- DocumentDeleteOptions() - Constructor for class com.arangodb.model.DocumentDeleteOptions
-
- DocumentEntity - Class in com.arangodb.entity
-
- DocumentEntity() - Constructor for class com.arangodb.entity.DocumentEntity
-
- documentExists(String) - Method in interface com.arangodb.ArangoCollection
-
Checks if the document exists by reading a single document head
- documentExists(String, DocumentExistsOptions) - Method in interface com.arangodb.ArangoCollection
-
Checks if the document exists by reading a single document head
- DocumentExistsOptions - Class in com.arangodb.model
-
- DocumentExistsOptions() - Constructor for class com.arangodb.model.DocumentExistsOptions
-
- DocumentField - Annotation Type in com.arangodb.entity
-
- DocumentField.Type - Enum in com.arangodb.entity
-
- DocumentImportEntity - Class in com.arangodb.entity
-
- DocumentImportEntity() - Constructor for class com.arangodb.entity.DocumentImportEntity
-
- DocumentImportOptions - Class in com.arangodb.model
-
- DocumentImportOptions() - Constructor for class com.arangodb.model.DocumentImportOptions
-
- DocumentImportOptions.OnDuplicate - Enum in com.arangodb.model
-
- DocumentReadOptions - Class in com.arangodb.model
-
- DocumentReadOptions() - Constructor for class com.arangodb.model.DocumentReadOptions
-
- DocumentReplaceOptions - Class in com.arangodb.model
-
- DocumentReplaceOptions() - Constructor for class com.arangodb.model.DocumentReplaceOptions
-
- DocumentUpdateEntity<T> - Class in com.arangodb.entity
-
- DocumentUpdateEntity() - Constructor for class com.arangodb.entity.DocumentUpdateEntity
-
- DocumentUpdateOptions - Class in com.arangodb.model
-
- DocumentUpdateOptions() - Constructor for class com.arangodb.model.DocumentUpdateOptions
-
- drop() - Method in interface com.arangodb.ArangoCollection
-
Deletes the collection from the database.
- drop(boolean) - Method in interface com.arangodb.ArangoCollection
-
Deletes the collection from the database.
- drop() - Method in interface com.arangodb.ArangoDatabase
-
Deletes the database from the server.
- drop() - Method in interface com.arangodb.ArangoGraph
-
Deletes the graph from the database.
- drop() - Method in interface com.arangodb.ArangoVertexCollection
-
Removes a vertex collection from the graph and optionally deletes the collection, if it is not used in any other
graph
- drop() - Method in interface com.arangodb.ArangoView
-
Deletes the view from the database.
- GeoIndexOptions - Class in com.arangodb.model
-
- GeoIndexOptions() - Constructor for class com.arangodb.model.GeoIndexOptions
-
- geoJson(Boolean) - Method in class com.arangodb.model.GeoIndexOptions
-
- get() - Method in interface com.arangodb.ArangoRoute
-
Performs a GET request to the given URL and returns the server response.
- get() - Method in class com.arangodb.util.MapBuilder
-
- getAccessibleDatabases() - Method in interface com.arangodb.ArangoDatabase
-
Retrieves a list of all databases the current user can access
- getAccessibleDatabases() - Method in interface com.arangodb.ArangoDB
-
Retrieves a list of all databases the current user can access
- getAccessibleDatabasesFor(String) - Method in interface com.arangodb.ArangoDB
-
List available database to the specified user
- getAction() - Method in class com.arangodb.model.TransactionOptions
-
- getActive() - Method in class com.arangodb.entity.UserEntity
-
- getActive() - Method in class com.arangodb.model.UserCreateOptions
-
- getActive() - Method in class com.arangodb.model.UserUpdateOptions
-
- getAdditionalFields() - Method in class com.arangodb.util.ArangoSerializer.Options
-
- getAgency() - Method in class com.arangodb.entity.LogLevelEntity
-
- getAgencycomm() - Method in class com.arangodb.entity.LogLevelEntity
-
- getAllowDirtyRead() - Method in class com.arangodb.model.AqlQueryOptions
-
- getAllowDirtyRead() - Method in class com.arangodb.model.DocumentReadOptions
-
- getAllowImplicit() - Method in class com.arangodb.model.TransactionOptions.TransactionCollectionOptions
-
- getAllowUserKeys() - Method in class com.arangodb.entity.KeyOptions
-
- getAllPlans() - Method in class com.arangodb.model.AqlQueryExplainOptions
-
- getAnalyzers() - Method in class com.arangodb.entity.arangosearch.CollectionLink
-
- getAnalyzers() - Method in class com.arangodb.entity.arangosearch.FieldLink
-
- getAqlFunctions(AqlFunctionGetOptions) - Method in interface com.arangodb.ArangoDatabase
-
Gets all reqistered AQL user functions
- getAst() - Method in class com.arangodb.entity.AqlParseEntity
-
- getAttribute(String) - Method in class com.arangodb.entity.BaseDocument
-
- getBatchSize() - Method in class com.arangodb.model.AqlQueryOptions
-
- getBindVars() - Method in class com.arangodb.entity.AqlParseEntity
-
- getBindVars() - Method in class com.arangodb.entity.QueryEntity
-
- getBindVars() - Method in class com.arangodb.model.AqlQueryExplainOptions
-
- getBindVars() - Method in class com.arangodb.model.AqlQueryOptions
-
- getBody() - Method in class com.arangodb.velocystream.Request
-
- getBody() - Method in class com.arangodb.velocystream.Response
-
- getCache() - Method in class com.arangodb.model.AqlQueryOptions
-
- getCacheable() - Method in class com.arangodb.entity.AqlExecutionExplainEntity
-
- getCached() - Method in class com.arangodb.entity.CursorEntity
-
- getCanThrow() - Method in class com.arangodb.entity.AqlExecutionExplainEntity.ExecutionNode
-
- getChangePassword() - Method in class com.arangodb.entity.UserEntity
-
- getCleanupIntervalStep() - Method in class com.arangodb.entity.arangosearch.ArangoSearchProperties
-
- getCleanupIntervalStep() - Method in class com.arangodb.entity.arangosearch.ArangoSearchPropertiesEntity
-
- getCluster() - Method in class com.arangodb.entity.LogLevelEntity
-
- getCode() - Method in class com.arangodb.entity.AqlFunctionEntity
-
- getCode() - Method in class com.arangodb.entity.CursorEntity.Warning
-
- getCode() - Method in class com.arangodb.entity.ErrorEntity
-
- getCode() - Method in class com.arangodb.model.AqlFunctionCreateOptions
-
- getCollection() - Method in class com.arangodb.entity.AqlExecutionExplainEntity.ExecutionNode
-
- getCollection() - Method in class com.arangodb.entity.EdgeDefinition
-
- getCollection() - Method in class com.arangodb.model.VertexCollectionCreateOptions
-
- getCollections() - Method in interface com.arangodb.ArangoDatabase
-
Fetches all collections from the database and returns an list of collection descriptions.
- getCollections(CollectionsReadOptions) - Method in interface com.arangodb.ArangoDatabase
-
Fetches all collections from the database and returns an list of collection descriptions.
- getCollections() - Method in class com.arangodb.entity.AqlExecutionExplainEntity.ExecutionPlan
-
- getCollections() - Method in class com.arangodb.entity.AqlParseEntity
-
- getCollector() - Method in class com.arangodb.entity.LogLevelEntity
-
- getCommunication() - Method in class com.arangodb.entity.LogLevelEntity
-
- getCompactor() - Method in class com.arangodb.entity.LogLevelEntity
-
- getComplete() - Method in class com.arangodb.model.DocumentImportOptions
-
- getCondition() - Method in class com.arangodb.entity.AqlExecutionExplainEntity.ExecutionNode
-
- getConditionVariable() - Method in class com.arangodb.entity.AqlExecutionExplainEntity.ExecutionNode
-
- getConfig() - Method in class com.arangodb.entity.LogLevelEntity
-
- getConsolidationIntervalMsec() - Method in class com.arangodb.entity.arangosearch.ArangoSearchProperties
-
- getConsolidationIntervalMsec() - Method in class com.arangodb.entity.arangosearch.ArangoSearchPropertiesEntity
-
- getConsolidationPolicy() - Method in class com.arangodb.entity.arangosearch.ArangoSearchProperties
-
- getConsolidationPolicy() - Method in class com.arangodb.entity.arangosearch.ArangoSearchPropertiesEntity
-
- getConstraint() - Method in class com.arangodb.entity.IndexEntity
-
- getCount() - Method in interface com.arangodb.ArangoCursor
-
- getCount() - Method in class com.arangodb.entity.CollectionPropertiesEntity
-
- getCount() - Method in class com.arangodb.entity.CursorEntity
-
- getCount() - Method in class com.arangodb.model.AqlQueryOptions
-
- getCreated() - Method in class com.arangodb.entity.DocumentImportEntity
-
- getCurrentlyRunningQueries() - Method in interface com.arangodb.ArangoDatabase
-
Returns a list of currently running AQL queries
- getDatabase() - Method in class com.arangodb.entity.AqlExecutionExplainEntity.ExecutionNode
-
- getDatabase() - Method in class com.arangodb.velocystream.Request
-
- getDatabases() - Method in interface com.arangodb.ArangoDB
-
Retrieves a list of all existing databases
- getDatafiles() - Method in class com.arangodb.entity.LogLevelEntity
-
- getDeduplicate() - Method in class com.arangodb.entity.IndexEntity
-
- getDeduplicate() - Method in class com.arangodb.model.HashIndexOptions
-
- getDeduplicate() - Method in class com.arangodb.model.SkiplistIndexOptions
-
- getDependencies() - Method in class com.arangodb.entity.AqlExecutionExplainEntity.ExecutionNode
-
- getDepth() - Method in class com.arangodb.entity.AqlExecutionExplainEntity.ExecutionNode
-
- getDetails() - Method in class com.arangodb.entity.DocumentImportEntity
-
- getDetails() - Method in class com.arangodb.model.DocumentImportOptions
-
- getDirection() - Method in class com.arangodb.model.TraversalOptions
-
- getDistributeShardsLike() - Method in class com.arangodb.model.CollectionCreateOptions
-
- getDoCompact() - Method in class com.arangodb.entity.CollectionPropertiesEntity
-
- getDoCompact() - Method in class com.arangodb.model.CollectionCreateOptions
-
- getDocument(String, Class<T>) - Method in interface com.arangodb.ArangoCollection
-
Retrieves the document with the given key
from the collection.
- getDocument(String, Class<T>, DocumentReadOptions) - Method in interface com.arangodb.ArangoCollection
-
Retrieves the document with the given key
from the collection.
- getDocument(String, Class<T>) - Method in interface com.arangodb.ArangoDatabase
-
Reads a single document
- getDocument(String, Class<T>, DocumentReadOptions) - Method in interface com.arangodb.ArangoDatabase
-
Reads a single document
- getDocuments(Collection<String>, Class<T>) - Method in interface com.arangodb.ArangoCollection
-
Retrieves multiple documents with the given _key
from the collection.
- getDocuments(Collection<String>, Class<T>, DocumentReadOptions) - Method in interface com.arangodb.ArangoCollection
-
Retrieves multiple documents with the given _key
from the collection.
- getDocuments() - Method in class com.arangodb.entity.MultiDocumentEntity
-
- getDocumentsAndErrors() - Method in class com.arangodb.entity.MultiDocumentEntity
-
- getEdge(String, Class<T>) - Method in interface com.arangodb.ArangoEdgeCollection
-
Fetches an existing edge
- getEdge(String, Class<T>, DocumentReadOptions) - Method in interface com.arangodb.ArangoEdgeCollection
-
Fetches an existing edge
- getEdgeCollection() - Method in class com.arangodb.model.TraversalOptions
-
- getEdgeDefinitions() - Method in interface com.arangodb.ArangoGraph
-
Fetches all edge collections from the graph and returns a list of collection names.
- getEdgeDefinitions() - Method in class com.arangodb.entity.GraphEntity
-
- getEdgeDefinitions() - Method in class com.arangodb.model.GraphCreateOptions
-
- getEdges() - Method in class com.arangodb.entity.PathEntity
-
- getEdges() - Method in class com.arangodb.model.TraversalOptions.Uniqueness
-
- getEdgesUniqueness() - Method in class com.arangodb.model.TraversalOptions
-
- getEmpty() - Method in class com.arangodb.entity.DocumentImportEntity
-
- getEnabled() - Method in class com.arangodb.entity.QueryTrackingPropertiesEntity
-
- getErrorMessage() - Method in exception com.arangodb.ArangoDBException
-
- getErrorMessage() - Method in class com.arangodb.entity.ErrorEntity
-
- getErrorNum() - Method in exception com.arangodb.ArangoDBException
-
- getErrorNum() - Method in class com.arangodb.entity.ErrorEntity
-
- getErrors() - Method in class com.arangodb.entity.DocumentImportEntity
-
- getErrors() - Method in class com.arangodb.entity.MultiDocumentEntity
-
- getEstimatedCost() - Method in class com.arangodb.entity.AqlExecutionExplainEntity.ExecutionNode
-
- getEstimatedCost() - Method in class com.arangodb.entity.AqlExecutionExplainEntity.ExecutionPlan
-
- getEstimatedNrItems() - Method in class com.arangodb.entity.AqlExecutionExplainEntity.ExecutionNode
-
- getEstimatedNrItems() - Method in class com.arangodb.entity.AqlExecutionExplainEntity.ExecutionPlan
-
- getException() - Method in exception com.arangodb.ArangoDBException
-
- getException() - Method in class com.arangodb.entity.ErrorEntity
-
- getExcludeSystem() - Method in class com.arangodb.model.CollectionsReadOptions
-
- getExclusive() - Method in class com.arangodb.model.TransactionOptions.TransactionCollectionOptions
-
- getExecutionTime() - Method in class com.arangodb.entity.CursorEntity.Stats
-
- getExpander() - Method in class com.arangodb.model.TraversalOptions
-
- getExpression() - Method in class com.arangodb.entity.AqlExecutionExplainEntity.ExecutionNode
-
- getExpressionType() - Method in class com.arangodb.entity.AqlExecutionExplainEntity.ExecutionNode
-
- getExtra() - Method in class com.arangodb.entity.CursorEntity
-
- getExtra() - Method in class com.arangodb.entity.UserEntity
-
- getExtra() - Method in class com.arangodb.model.UserCreateOptions
-
- getExtra() - Method in class com.arangodb.model.UserUpdateOptions
-
- getFailOnWarning() - Method in class com.arangodb.model.AqlQueryOptions
-
- getFields() - Method in class com.arangodb.entity.arangosearch.CollectionLink
-
- getFields() - Method in class com.arangodb.entity.arangosearch.FieldLink
-
- getFields() - Method in class com.arangodb.entity.IndexEntity
-
- getFields() - Method in class com.arangodb.model.FulltextIndexOptions
-
- getFields() - Method in class com.arangodb.model.GeoIndexOptions
-
- getFields() - Method in class com.arangodb.model.HashIndexOptions
-
- getFields() - Method in class com.arangodb.model.PersistentIndexOptions
-
- getFields() - Method in class com.arangodb.model.SkiplistIndexOptions
-
- getFilter() - Method in class com.arangodb.model.TraversalOptions
-
- getFiltered() - Method in class com.arangodb.entity.CursorEntity.Stats
-
- getFrom() - Method in class com.arangodb.entity.BaseEdgeDocument
-
- getFrom() - Method in class com.arangodb.entity.EdgeDefinition
-
- getFromPrefix() - Method in class com.arangodb.model.DocumentImportOptions
-
- getFullCount() - Method in class com.arangodb.entity.AqlExecutionExplainEntity.ExecutionNode
-
- getFullCount() - Method in class com.arangodb.entity.CursorEntity.Stats
-
- getFullCount() - Method in class com.arangodb.model.AqlQueryOptions
-
- getGeoJson() - Method in class com.arangodb.entity.IndexEntity
-
- getGeoJson() - Method in class com.arangodb.model.GeoIndexOptions
-
- getGrant() - Method in class com.arangodb.model.UserAccessOptions
-
- getGraphName() - Method in class com.arangodb.model.TraversalOptions
-
- getGraphs() - Method in interface com.arangodb.ArangoDatabase
-
Lists all graphs known to the graph module
- getGraphs() - Method in class com.arangodb.entity.LogLevelEntity
-
- getGroup() - Method in class com.arangodb.model.AqlFunctionDeleteOptions
-
- getHasMore() - Method in class com.arangodb.entity.CursorEntity
-
- getHeaderParam() - Method in class com.arangodb.velocystream.Request
-
- getHeartbeat() - Method in class com.arangodb.entity.LogLevelEntity
-
- getId() - Method in interface com.arangodb.ArangoCursor
-
- getId() - Method in class com.arangodb.entity.AqlExecutionExplainEntity.ExecutionExpression
-
- getId() - Method in class com.arangodb.entity.AqlExecutionExplainEntity.ExecutionNode
-
- getId() - Method in class com.arangodb.entity.AqlExecutionExplainEntity.ExecutionVariable
-
- getId() - Method in class com.arangodb.entity.AqlParseEntity.AstNode
-
- getId() - Method in class com.arangodb.entity.BaseDocument
-
- getId() - Method in class com.arangodb.entity.CollectionEntity
-
- getId() - Method in class com.arangodb.entity.CursorEntity
-
- getId() - Method in class com.arangodb.entity.DatabaseEntity
-
- getId() - Method in class com.arangodb.entity.DocumentEntity
-
- getId() - Method in class com.arangodb.entity.IndexEntity
-
- getId() - Method in class com.arangodb.entity.QueryEntity
-
- getId() - Method in class com.arangodb.entity.ViewEntity
-
- getIfMatch() - Method in class com.arangodb.model.DocumentDeleteOptions
-
- getIfMatch() - Method in class com.arangodb.model.DocumentExistsOptions
-
- getIfMatch() - Method in class com.arangodb.model.DocumentReadOptions
-
- getIfMatch() - Method in class com.arangodb.model.DocumentReplaceOptions
-
- getIfMatch() - Method in class com.arangodb.model.DocumentUpdateOptions
-
- getIfMatch() - Method in class com.arangodb.model.EdgeDeleteOptions
-
- getIfMatch() - Method in class com.arangodb.model.EdgeReplaceOptions
-
- getIfMatch() - Method in class com.arangodb.model.EdgeUpdateOptions
-
- getIfMatch() - Method in class com.arangodb.model.VertexDeleteOptions
-
- getIfMatch() - Method in class com.arangodb.model.VertexReplaceOptions
-
- getIfMatch() - Method in class com.arangodb.model.VertexUpdateOptions
-
- getIfNoneMatch() - Method in class com.arangodb.model.DocumentExistsOptions
-
- getIfNoneMatch() - Method in class com.arangodb.model.DocumentReadOptions
-
- getIgnored() - Method in class com.arangodb.entity.DocumentImportEntity
-
- getIgnoreRevs() - Method in class com.arangodb.model.DocumentReplaceOptions
-
- getIgnoreRevs() - Method in class com.arangodb.model.DocumentUpdateOptions
-
- getIncludeAllFields() - Method in class com.arangodb.entity.arangosearch.CollectionLink
-
- getIncludeAllFields() - Method in class com.arangodb.entity.arangosearch.FieldLink
-
- getIncrement() - Method in class com.arangodb.entity.KeyOptions
-
- getIndex(String) - Method in interface com.arangodb.ArangoCollection
-
Fetches information about the index with the given id
and returns it.
- getIndex(String) - Method in interface com.arangodb.ArangoDatabase
-
Returns an index
- getIndexBuckets() - Method in class com.arangodb.entity.CollectionPropertiesEntity
-
- getIndexBuckets() - Method in class com.arangodb.model.CollectionCreateOptions
-
- getIndexes() - Method in interface com.arangodb.ArangoCollection
-
Fetches a list of all indexes on this collection.
- getIndexes() - Method in class com.arangodb.entity.AqlExecutionExplainEntity.ExecutionNode
-
- getInfo() - Method in interface com.arangodb.ArangoCollection
-
Returns information about the collection
- getInfo() - Method in interface com.arangodb.ArangoDatabase
-
Retrieves information about the current database
- getInfo() - Method in interface com.arangodb.ArangoGraph
-
Retrieves general information about the graph.
- getInfo() - Method in interface com.arangodb.ArangoView
-
Returns information about the view.
- getInit() - Method in class com.arangodb.model.TraversalOptions
-
- getIntermediateCommitCount() - Method in class com.arangodb.model.AqlQueryOptions
-
- getIntermediateCommitCount() - Method in class com.arangodb.model.TransactionOptions
-
- getIntermediateCommitSize() - Method in class com.arangodb.model.AqlQueryOptions
-
- getIntermediateCommitSize() - Method in class com.arangodb.model.TransactionOptions
-
- getInVariable() - Method in class com.arangodb.entity.AqlExecutionExplainEntity.ExecutionNode
-
- getIsConst() - Method in class com.arangodb.entity.AqlExecutionExplainEntity.ExecutionNode
-
- getIsDeterministic() - Method in class com.arangodb.entity.AqlFunctionEntity
-
- getIsDeterministic() - Method in class com.arangodb.model.AqlFunctionCreateOptions
-
- getIsNewlyCreated() - Method in class com.arangodb.entity.IndexEntity
-
- getIsSmart() - Method in class com.arangodb.entity.GraphEntity
-
- getIsSmart() - Method in class com.arangodb.model.GraphCreateOptions
-
- getIsSystem() - Method in class com.arangodb.entity.CollectionEntity
-
- getIsSystem() - Method in class com.arangodb.entity.DatabaseEntity
-
- getIsSystem() - Method in class com.arangodb.model.CollectionCreateOptions
-
- getIsVolatile() - Method in class com.arangodb.entity.CollectionEntity
-
- getIsVolatile() - Method in class com.arangodb.model.CollectionCreateOptions
-
- getItemOrder() - Method in class com.arangodb.model.TraversalOptions
-
- getJournalSize() - Method in class com.arangodb.entity.CollectionPropertiesEntity
-
- getJournalSize() - Method in class com.arangodb.model.CollectionCreateOptions
-
- getJournalSize() - Method in class com.arangodb.model.CollectionPropertiesOptions
-
- getKeepNull() - Method in class com.arangodb.model.DocumentUpdateOptions
-
- getKeepNull() - Method in class com.arangodb.model.EdgeUpdateOptions
-
- getKeepNull() - Method in class com.arangodb.model.VertexUpdateOptions
-
- getKey() - Method in class com.arangodb.entity.BaseDocument
-
- getKey() - Method in class com.arangodb.entity.DocumentEntity
-
- getKeyOptions() - Method in class com.arangodb.entity.CollectionPropertiesEntity
-
- getKeyOptions() - Method in class com.arangodb.model.CollectionCreateOptions
-
- getLevel() - Method in class com.arangodb.entity.LogEntity
-
- getLevel() - Method in enum com.arangodb.entity.LogLevel
-
- getLevel() - Method in class com.arangodb.model.LogOptions
-
- getLevels() - Method in class com.arangodb.entity.AqlExecutionExplainEntity.ExecutionExpression
-
- getLicense() - Method in class com.arangodb.entity.ArangoDBVersion
-
- getLid() - Method in class com.arangodb.entity.LogEntity
-
- getLimit() - Method in class com.arangodb.entity.AqlExecutionExplainEntity.ExecutionNode
-
- getLinks() - Method in class com.arangodb.entity.arangosearch.ArangoSearchProperties
-
- getLinks() - Method in class com.arangodb.entity.arangosearch.ArangoSearchPropertiesEntity
-
- getLockTimeout() - Method in class com.arangodb.model.TransactionOptions
-
- getLogLevel() - Method in interface com.arangodb.ArangoDB
-
Returns the server's current loglevel settings.
- getLogs(LogOptions) - Method in interface com.arangodb.ArangoDB
-
Returns fatal, error, warning or info log messages from the server's global log.
- getMaxDepth() - Method in class com.arangodb.model.TraversalOptions
-
- getMaxIterations() - Method in class com.arangodb.model.TraversalOptions
-
- getMaxNumberOfPlans() - Method in class com.arangodb.model.AqlQueryExplainOptions
-
- getMaxPlans() - Method in class com.arangodb.model.AqlQueryOptions
-
- getMaxQueryStringLength() - Method in class com.arangodb.entity.QueryTrackingPropertiesEntity
-
- getMaxResults() - Method in class com.arangodb.entity.QueryCachePropertiesEntity
-
- getMaxSlowQueries() - Method in class com.arangodb.entity.QueryTrackingPropertiesEntity
-
- getMaxTransactionSize() - Method in class com.arangodb.model.AqlQueryOptions
-
- getMaxTransactionSize() - Method in class com.arangodb.model.TransactionOptions
-
- getMaxWarningCount() - Method in class com.arangodb.model.AqlQueryOptions
-
- getMemoryLimit() - Method in class com.arangodb.model.AqlQueryOptions
-
- getMergeObjects() - Method in class com.arangodb.model.DocumentUpdateOptions
-
- getMessage() - Method in class com.arangodb.entity.CursorEntity.Warning
-
- getMeta() - Method in class com.arangodb.velocystream.Response
-
- getMinDepth() - Method in class com.arangodb.model.TraversalOptions
-
- getMinLength() - Method in class com.arangodb.entity.IndexEntity
-
- getMinLength() - Method in class com.arangodb.model.FulltextIndexOptions
-
- getMmap() - Method in class com.arangodb.entity.LogLevelEntity
-
- getMode() - Method in class com.arangodb.entity.QueryCachePropertiesEntity
-
- getName() - Method in class com.arangodb.entity.AqlExecutionExplainEntity.ExecutionCollection
-
- getName() - Method in class com.arangodb.entity.AqlExecutionExplainEntity.ExecutionExpression
-
- getName() - Method in class com.arangodb.entity.AqlExecutionExplainEntity.ExecutionVariable
-
- getName() - Method in class com.arangodb.entity.AqlFunctionEntity
-
- getName() - Method in class com.arangodb.entity.AqlParseEntity.AstNode
-
- getName() - Method in class com.arangodb.entity.arangosearch.CollectionLink
-
- getName() - Method in class com.arangodb.entity.arangosearch.FieldLink
-
- 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 class com.arangodb.entity.ViewEntity
-
- getName() - Method in class com.arangodb.model.AqlFunctionCreateOptions
-
- getName() - Method in class com.arangodb.model.CollectionCreateOptions
-
- getName() - Method in class com.arangodb.model.CollectionRenameOptions
-
- getName() - Method in class com.arangodb.model.DBCreateOptions
-
- getName() - Method in class com.arangodb.model.GraphCreateOptions
-
- getName() - Method in class com.arangodb.model.ViewRenameOptions
-
- getNamespace() - Method in class com.arangodb.model.AqlFunctionGetOptions
-
- getNew() - Method in class com.arangodb.entity.DocumentCreateEntity
-
- getNew() - Method in class com.arangodb.entity.DocumentUpdateEntity
-
- getNodes() - Method in class com.arangodb.entity.AqlExecutionExplainEntity.ExecutionPlan
-
- getNumberOfShards() - Method in class com.arangodb.entity.CollectionPropertiesEntity
-
- getNumberOfShards() - Method in class com.arangodb.entity.GraphEntity
-
- getNumberOfShards() - Method in class com.arangodb.model.CollectionCreateOptions
-
- getNumberOfShards() - Method in class com.arangodb.model.GraphCreateOptions
-
- getNumberOfShards() - Method in class com.arangodb.model.GraphCreateOptions.SmartOptions
-
- getOffset() - Method in class com.arangodb.entity.AqlExecutionExplainEntity.ExecutionNode
-
- getOffset() - Method in class com.arangodb.entity.KeyOptions
-
- getOffset() - Method in class com.arangodb.model.LogOptions
-
- getOld() - Method in class com.arangodb.entity.DocumentCreateEntity
-
- getOld() - Method in class com.arangodb.entity.DocumentDeleteEntity
-
- getOld() - Method in class com.arangodb.entity.DocumentUpdateEntity
-
- getOldRev() - Method in class com.arangodb.entity.DocumentUpdateEntity
-
- getOldRev() - Method in class com.arangodb.entity.EdgeUpdateEntity
-
- getOldRev() - Method in class com.arangodb.entity.VertexUpdateEntity
-
- getOnDuplicate() - Method in class com.arangodb.model.DocumentImportOptions
-
- getOrder() - Method in class com.arangodb.model.TraversalOptions
-
- getOrphanCollections() - Method in class com.arangodb.entity.GraphEntity
-
- getOrphanCollections() - Method in class com.arangodb.model.GraphCreateOptions
-
- getOutVariable() - Method in class com.arangodb.entity.AqlExecutionExplainEntity.ExecutionNode
-
- getOverwrite() - Method in class com.arangodb.model.DocumentCreateOptions
-
- getOverwrite() - Method in class com.arangodb.model.DocumentImportOptions
-
- getParams() - Method in class com.arangodb.model.TransactionOptions
-
- getPasswd() - Method in class com.arangodb.model.UserCreateOptions
-
- getPasswd() - Method in class com.arangodb.model.UserUpdateOptions
-
- getPath() - Method in class com.arangodb.entity.DatabaseEntity
-
- getPaths() - Method in class com.arangodb.entity.TraversalEntity
-
- getPerformance() - Method in class com.arangodb.entity.LogLevelEntity
-
- getPermissions(String) - Method in interface com.arangodb.ArangoCollection
-
Get the collection access level
- getPermissions(String) - Method in interface com.arangodb.ArangoDatabase
-
Get specific database access level
- getPlan() - Method in class com.arangodb.entity.AqlExecutionExplainEntity
-
- getPlans() - Method in class com.arangodb.entity.AqlExecutionExplainEntity
-
- getPlansCreated() - Method in class com.arangodb.entity.AqlExecutionExplainEntity.ExecutionStats
-
- getProfile() - Method in class com.arangodb.model.AqlQueryOptions
-
- getProperties() - Method in interface com.arangodb.ArangoCollection
-
Reads the properties of the specified collection
- getProperties() - Method in interface com.arangodb.ArangoSearch
-
Reads the properties of the specified view.
- getProperties() - Method in class com.arangodb.entity.BaseDocument
-
- getProperties() - Method in class com.arangodb.model.arangosearch.ArangoSearchPropertiesOptions
-
- getQuantifier() - Method in class com.arangodb.entity.AqlExecutionExplainEntity.ExecutionExpression
-
- getQueries() - Method in class com.arangodb.entity.LogLevelEntity
-
- getQuery() - Method in class com.arangodb.entity.QueryEntity
-
- getQuery() - Method in class com.arangodb.model.AqlQueryExplainOptions
-
- getQuery() - Method in class com.arangodb.model.AqlQueryOptions
-
- getQuery() - Method in class com.arangodb.model.AqlQueryParseOptions
-
- getQueryCacheProperties() - Method in interface com.arangodb.ArangoDatabase
-
Returns the global configuration for the AQL query cache
- getQueryParam() - Method in class com.arangodb.velocystream.Request
-
- getQueryTrackingProperties() - Method in interface com.arangodb.ArangoDatabase
-
Returns the configuration for the AQL query tracking
- getRandom() - Method in class com.arangodb.entity.AqlExecutionExplainEntity.ExecutionNode
-
- getRead() - Method in class com.arangodb.model.TransactionOptions.TransactionCollectionOptions
-
- getReplication() - Method in class com.arangodb.entity.LogLevelEntity
-
- getReplicationFactor() - Method in class com.arangodb.entity.CollectionPropertiesEntity
-
- getReplicationFactor() - Method in class com.arangodb.entity.ReplicationFactor
-
- getReplicationFactor() - Method in class com.arangodb.model.CollectionCreateOptions
-
- getReplicationFactor() - Method in class com.arangodb.model.GraphCreateOptions
-
- getReplicationFactor() - Method in class com.arangodb.model.GraphCreateOptions.SmartOptions
-
- getRequest() - Method in class com.arangodb.velocystream.Request
-
- getRequests() - Method in class com.arangodb.entity.LogLevelEntity
-
- getRequestType() - Method in class com.arangodb.velocystream.Request
-
- getResponseCode() - Method in exception com.arangodb.ArangoDBException
-
- getResponseCode() - Method in class com.arangodb.velocystream.Response
-
- getResult() - Method in class com.arangodb.entity.CursorEntity
-
- getReturnNew() - Method in class com.arangodb.model.DocumentCreateOptions
-
- getReturnNew() - Method in class com.arangodb.model.DocumentReplaceOptions
-
- getReturnNew() - Method in class com.arangodb.model.DocumentUpdateOptions
-
- getReturnOld() - Method in class com.arangodb.model.DocumentCreateOptions
-
- getReturnOld() - Method in class com.arangodb.model.DocumentDeleteOptions
-
- getReturnOld() - Method in class com.arangodb.model.DocumentReplaceOptions
-
- getReturnOld() - Method in class com.arangodb.model.DocumentUpdateOptions
-
- getRev() - Method in class com.arangodb.entity.DocumentEntity
-
- getReverse() - Method in class com.arangodb.entity.AqlExecutionExplainEntity.ExecutionNode
-
- getRevision() - Method in interface com.arangodb.ArangoCollection
-
Retrieve the collections revision
- getRevision() - Method in class com.arangodb.entity.BaseDocument
-
- getRevision() - Method in class com.arangodb.entity.CollectionRevisionEntity
-
- getRole() - Method in interface com.arangodb.ArangoDB
-
Returns the server role.
- getRules() - Method in class com.arangodb.entity.AqlExecutionExplainEntity.ExecutionPlan
-
- getRules() - Method in class com.arangodb.model.AqlQueryExplainOptions
-
- getRules() - Method in class com.arangodb.model.AqlQueryOptions
-
- getRulesExecuted() - Method in class com.arangodb.entity.AqlExecutionExplainEntity.ExecutionStats
-
- getRulesSkipped() - Method in class com.arangodb.entity.AqlExecutionExplainEntity.ExecutionStats
-
- getRunTime() - Method in class com.arangodb.entity.QueryEntity
-
- getSatellite() - Method in class com.arangodb.entity.CollectionPropertiesEntity
-
- getSatellite() - Method in class com.arangodb.entity.ReplicationFactor
-
- getSatellite() - Method in class com.arangodb.model.CollectionCreateOptions
-
- getSatelliteSyncWait() - Method in class com.arangodb.model.AqlQueryOptions
-
- getScannedFull() - Method in class com.arangodb.entity.CursorEntity.Stats
-
- getScannedIndex() - Method in class com.arangodb.entity.CursorEntity.Stats
-
- getSearch() - Method in class com.arangodb.model.LogOptions
-
- getSegmentThreshold() - Method in class com.arangodb.entity.arangosearch.ConsolidationPolicy
-
- getSelectivityEstimate() - Method in class com.arangodb.entity.IndexEntity
-
- getSerializeName() - Method in enum com.arangodb.entity.DocumentField.Type
-
- getSerializeNull() - Method in class com.arangodb.model.DocumentUpdateOptions
-
- getServer() - Method in class com.arangodb.entity.ArangoDBVersion
-
- getShardIds() - Method in class com.arangodb.model.AqlQueryOptions
-
- getShardKeys() - Method in class com.arangodb.entity.CollectionPropertiesEntity
-
- getShardKeys() - Method in class com.arangodb.model.CollectionCreateOptions
-
- getSilent() - Method in class com.arangodb.model.DocumentCreateOptions
-
- getSilent() - Method in class com.arangodb.model.DocumentDeleteOptions
-
- getSilent() - Method in class com.arangodb.model.DocumentReplaceOptions
-
- getSilent() - Method in class com.arangodb.model.DocumentUpdateOptions
-
- getSize() - Method in class com.arangodb.model.LogOptions
-
- getSkipInaccessibleCollections() - Method in class com.arangodb.model.AqlQueryOptions
-
- getSlowQueries() - Method in interface com.arangodb.ArangoDatabase
-
Returns a list of slow running AQL queries
- getSlowQueryThreshold() - Method in class com.arangodb.entity.QueryTrackingPropertiesEntity
-
- getSmartGraphAttribute() - Method in class com.arangodb.entity.GraphEntity
-
- getSmartGraphAttribute() - Method in class com.arangodb.model.GraphCreateOptions
-
- getSmartGraphAttribute() - Method in class com.arangodb.model.GraphCreateOptions.SmartOptions
-
- getSort() - Method in class com.arangodb.model.LogOptions
-
- getSort() - Method in class com.arangodb.model.TraversalOptions
-
- getSorted() - Method in class com.arangodb.entity.AqlExecutionExplainEntity.ExecutionExpression
-
- getSparse() - Method in class com.arangodb.entity.IndexEntity
-
- getSparse() - Method in class com.arangodb.model.HashIndexOptions
-
- getSparse() - Method in class com.arangodb.model.PersistentIndexOptions
-
- getSparse() - Method in class com.arangodb.model.SkiplistIndexOptions
-
- getStart() - Method in class com.arangodb.model.LogOptions
-
- getStarted() - Method in class com.arangodb.entity.QueryEntity
-
- getStartup() - Method in class com.arangodb.entity.LogLevelEntity
-
- getStartVertex() - Method in class com.arangodb.model.TraversalOptions
-
- getState() - Method in class com.arangodb.entity.QueryEntity
-
- getStats() - Method in interface com.arangodb.ArangoCursor
-
- getStats() - Method in class com.arangodb.entity.AqlExecutionExplainEntity
-
- getStats() - Method in class com.arangodb.entity.CursorEntity.Extras
-
- getStatus() - Method in class com.arangodb.entity.CollectionEntity
-
- getStatus() - Method in enum com.arangodb.entity.CollectionStatus
-
- getStoreValues() - Method in class com.arangodb.entity.arangosearch.CollectionLink
-
- getStoreValues() - Method in class com.arangodb.entity.arangosearch.FieldLink
-
- getStrategy() - Method in class com.arangodb.model.TraversalOptions
-
- getStream() - Method in class com.arangodb.model.AqlQueryOptions
-
- getSubNodes() - Method in class com.arangodb.entity.AqlExecutionExplainEntity.ExecutionExpression
-
- getSubNodes() - Method in class com.arangodb.entity.AqlParseEntity.AstNode
-
- getSubquery() - Method in class com.arangodb.entity.AqlExecutionExplainEntity.ExecutionNode
-
- getText() - Method in class com.arangodb.entity.LogEntity
-
- getThreads() - Method in class com.arangodb.entity.LogLevelEntity
-
- getThreshold() - Method in class com.arangodb.entity.arangosearch.ConsolidationPolicy
-
- getTimestamp() - Method in class com.arangodb.entity.LogEntity
-
- getTo() - Method in class com.arangodb.entity.BaseEdgeDocument
-
- getTo() - Method in class com.arangodb.entity.EdgeDefinition
-
- getToPrefix() - Method in class com.arangodb.model.DocumentImportOptions
-
- getTotalAmount() - Method in class com.arangodb.entity.LogEntity
-
- getTrackListPositions() - Method in class com.arangodb.entity.arangosearch.CollectionLink
-
- getTrackListPositions() - Method in class com.arangodb.entity.arangosearch.FieldLink
-
- getTrackSlowQueries() - Method in class com.arangodb.entity.QueryTrackingPropertiesEntity
-
- getTtl() - Method in class com.arangodb.model.AqlQueryOptions
-
- getType() - Method in interface com.arangodb.ArangoCursor
-
- getType() - Method in class com.arangodb.entity.AqlExecutionExplainEntity.ExecutionCollection
-
- getType() - Method in class com.arangodb.entity.AqlExecutionExplainEntity.ExecutionExpression
-
- getType() - Method in class com.arangodb.entity.AqlExecutionExplainEntity.ExecutionNode
-
- getType() - Method in class com.arangodb.entity.AqlParseEntity.AstNode
-
- getType() - Method in class com.arangodb.entity.arangosearch.ConsolidationPolicy
-
- getType() - Method in class com.arangodb.entity.CollectionEntity
-
- getType() - Method in enum com.arangodb.entity.CollectionType
-
- getType() - Method in class com.arangodb.entity.IndexEntity
-
- getType() - Method in class com.arangodb.entity.KeyOptions
-
- getType() - Method in class com.arangodb.entity.ViewEntity
-
- getType() - Method in class com.arangodb.model.CollectionCreateOptions
-
- getType() - Method in class com.arangodb.model.FulltextIndexOptions
-
- getType() - Method in class com.arangodb.model.GeoIndexOptions
-
- getType() - Method in class com.arangodb.model.HashIndexOptions
-
- getType() - Method in class com.arangodb.model.PersistentIndexOptions
-
- getType() - Method in class com.arangodb.model.SkiplistIndexOptions
-
- getType() - Method in class com.arangodb.util.ArangoSerializer.Options
-
- getType() - Method in class com.arangodb.velocystream.Request
-
- getType() - Method in enum com.arangodb.velocystream.RequestType
-
- getType() - Method in class com.arangodb.velocystream.Response
-
- getUnique() - Method in class com.arangodb.entity.IndexEntity
-
- getUnique() - Method in class com.arangodb.model.HashIndexOptions
-
- getUnique() - Method in class com.arangodb.model.PersistentIndexOptions
-
- getUnique() - Method in class com.arangodb.model.SkiplistIndexOptions
-
- getUpdated() - Method in class com.arangodb.entity.DocumentImportEntity
-
- getUpto() - Method in class com.arangodb.model.LogOptions
-
- getUser(String) - Method in interface com.arangodb.ArangoDB
-
Fetches data about the specified user.
- getUser() - Method in class com.arangodb.entity.UserEntity
-
- getUser() - Method in class com.arangodb.model.UserCreateOptions
-
- getUsers() - Method in interface com.arangodb.ArangoDB
-
Fetches data about all users.
- getV8() - Method in class com.arangodb.entity.LogLevelEntity
-
- getValue() - Method in class com.arangodb.entity.AqlExecutionExplainEntity.ExecutionExpression
-
- getValue() - Method in class com.arangodb.entity.AqlParseEntity.AstNode
-
- getVariables() - Method in class com.arangodb.entity.AqlExecutionExplainEntity.ExecutionPlan
-
- getVersion() - Method in interface com.arangodb.ArangoDatabase
-
Returns the server name and version number.
- getVersion() - Method in interface com.arangodb.ArangoDB
-
Returns the server name and version number.
- getVersion() - Method in class com.arangodb.entity.ArangoDBVersion
-
- getVersion() - Method in class com.arangodb.velocystream.Request
-
- getVersion() - Method in class com.arangodb.velocystream.Response
-
- getVertex(String, Class<T>) - Method in interface com.arangodb.ArangoVertexCollection
-
Retrieves the vertex document with the given key
from the collection.
- getVertex(String, Class<T>, DocumentReadOptions) - Method in interface com.arangodb.ArangoVertexCollection
-
Retrieves the vertex document with the given key
from the collection.
- getVertexCollections() - Method in interface com.arangodb.ArangoGraph
-
Fetches all vertex collections from the graph and returns a list of collection names.
- getVertices() - Method in class com.arangodb.entity.PathEntity
-
- getVertices() - Method in class com.arangodb.entity.TraversalEntity
-
- getVertices() - Method in class com.arangodb.model.TraversalOptions.Uniqueness
-
- getVerticesUniqueness() - Method in class com.arangodb.model.TraversalOptions
-
- getViews() - Method in interface com.arangodb.ArangoDatabase
-
Fetches all views from the database and returns an list of view descriptions.
- getVisitor() - Method in class com.arangodb.model.TraversalOptions
-
- getWaitForSync() - Method in class com.arangodb.entity.CollectionEntity
-
- getWaitForSync() - Method in class com.arangodb.model.CollectionCreateOptions
-
- getWaitForSync() - Method in class com.arangodb.model.CollectionPropertiesOptions
-
- getWaitForSync() - Method in class com.arangodb.model.DocumentCreateOptions
-
- getWaitForSync() - Method in class com.arangodb.model.DocumentDeleteOptions
-
- getWaitForSync() - Method in class com.arangodb.model.DocumentImportOptions
-
- getWaitForSync() - Method in class com.arangodb.model.DocumentReplaceOptions
-
- getWaitForSync() - Method in class com.arangodb.model.DocumentUpdateOptions
-
- getWaitForSync() - Method in class com.arangodb.model.EdgeCreateOptions
-
- getWaitForSync() - Method in class com.arangodb.model.EdgeDeleteOptions
-
- getWaitForSync() - Method in class com.arangodb.model.EdgeReplaceOptions
-
- getWaitForSync() - Method in class com.arangodb.model.EdgeUpdateOptions
-
- getWaitForSync() - Method in class com.arangodb.model.TransactionOptions
-
- getWaitForSync() - Method in class com.arangodb.model.VertexCreateOptions
-
- getWaitForSync() - Method in class com.arangodb.model.VertexDeleteOptions
-
- getWaitForSync() - Method in class com.arangodb.model.VertexReplaceOptions
-
- getWaitForSync() - Method in class com.arangodb.model.VertexUpdateOptions
-
- getWarnings() - Method in interface com.arangodb.ArangoCursor
-
- getWarnings() - Method in class com.arangodb.entity.AqlExecutionExplainEntity
-
- getWarnings() - Method in class com.arangodb.entity.CursorEntity.Extras
-
- getWrite() - Method in class com.arangodb.model.TransactionOptions.TransactionCollectionOptions
-
- getWritesExecuted() - Method in class com.arangodb.entity.CursorEntity.Stats
-
- getWritesIgnored() - Method in class com.arangodb.entity.CursorEntity.Stats
-
- grant(Permissions) - Method in class com.arangodb.model.UserAccessOptions
-
- grantAccess(String, Permissions) - Method in interface com.arangodb.ArangoCollection
-
Grants or revoke access to the collection for user user.
- grantAccess(String, Permissions) - Method in interface com.arangodb.ArangoDatabase
-
Grants or revoke access to the database for user user
.
- grantAccess(String) - Method in interface com.arangodb.ArangoDatabase
-
Grants access to the database for user user
.
- grantDefaultCollectionAccess(String, Permissions) - Method in interface com.arangodb.ArangoDatabase
-
Sets the default access level for collections within this database for the user user
.
- grantDefaultCollectionAccess(String, Permissions) - Method in interface com.arangodb.ArangoDB
-
Sets the default access level for collections for the user user
.
- grantDefaultDatabaseAccess(String, Permissions) - Method in interface com.arangodb.ArangoDB
-
Sets the default access level for databases for the user user
.
- graph(String) - Method in interface com.arangodb.ArangoDatabase
-
Returns a ArangoGraph
instance for the given graph name.
- graph() - Method in interface com.arangodb.ArangoEdgeCollection
-
The the handler of the named graph the edge collection is within
- graph() - Method in interface com.arangodb.ArangoVertexCollection
-
The the handler of the named graph the edge collection is within
- GraphCreateOptions - Class in com.arangodb.model
-
- GraphCreateOptions() - Constructor for class com.arangodb.model.GraphCreateOptions
-
- GraphCreateOptions.SmartOptions - Class in com.arangodb.model
-
- GraphEntity - Class in com.arangodb.entity
-
- GraphEntity() - Constructor for class com.arangodb.entity.GraphEntity
-
- graphName(String) - Method in class com.arangodb.model.TraversalOptions
-
- group(Boolean) - Method in class com.arangodb.model.AqlFunctionDeleteOptions
-
- read(String...) - Method in class com.arangodb.model.TransactionOptions.TransactionCollectionOptions
-
- readCollections(String...) - Method in class com.arangodb.model.TransactionOptions
-
- registerDeserializer(Class<T>, VPackDeserializer<T>) - Method in class com.arangodb.ArangoDB.Builder
-
Register a custom VPackDeserializer
for a specific type to be used within the internal serialization
process.
- registerEnclosingSerializer(Class<T>, VPackSerializer<T>) - Method in class com.arangodb.ArangoDB.Builder
-
Register a special serializer for a member class which can only be identified by its enclosing class.
- registerInstanceCreator(Class<T>, VPackInstanceCreator<T>) - Method in class com.arangodb.ArangoDB.Builder
-
Register a custom VPackInstanceCreator
for a specific type to be used within the internal
serialization process.
- registerJsonDeserializer(ValueType, VPackJsonDeserializer) - Method in class com.arangodb.ArangoDB.Builder
-
Register a custom VPackJsonDeserializer
for a specific type to be used within the internal
serialization process.
- registerJsonDeserializer(String, ValueType, VPackJsonDeserializer) - Method in class com.arangodb.ArangoDB.Builder
-
Register a custom VPackJsonDeserializer
for a specific type and attribute name to be used within the
internal serialization process.
- registerJsonModule(VPackParserModule) - Method in class com.arangodb.ArangoDB.Builder
-
Register a VPackParserModule
to be used within the internal serialization process.
- registerJsonModules(VPackParserModule...) - Method in class com.arangodb.ArangoDB.Builder
-
Register a list of VPackParserModule
to be used within the internal serialization process.
- registerJsonSerializer(Class<T>, VPackJsonSerializer<T>) - Method in class com.arangodb.ArangoDB.Builder
-
Register a custom VPackJsonSerializer
for a specific type to be used within the internal
serialization process.
- registerJsonSerializer(String, Class<T>, VPackJsonSerializer<T>) - Method in class com.arangodb.ArangoDB.Builder
-
Register a custom VPackJsonSerializer
for a specific type and attribute name to be used within the
internal serialization process.
- registerModule(VPackModule) - Method in class com.arangodb.ArangoDB.Builder
-
Register a VPackModule
to be used within the internal serialization process.
- registerModules(VPackModule...) - Method in class com.arangodb.ArangoDB.Builder
-
Register a list of VPackModule
to be used within the internal serialization process.
- registerSerializer(Class<T>, VPackSerializer<T>) - Method in class com.arangodb.ArangoDB.Builder
-
Register a custom VPackSerializer
for a specific type to be used within the internal serialization
process.
- reloadRouting() - Method in interface com.arangodb.ArangoDatabase
-
Reload the routing table.
- removeEdgeDefinition(String) - Method in interface com.arangodb.ArangoGraph
-
Remove one edge definition from the graph.
- rename(String) - Method in interface com.arangodb.ArangoCollection
-
Renames the collection
- rename(String) - Method in interface com.arangodb.ArangoView
-
Renames the view.
- replaceDocument(String, T) - Method in interface com.arangodb.ArangoCollection
-
Replaces the document with key
with the one in the body, provided there is such a document and no
precondition is violated
- replaceDocument(String, T, DocumentReplaceOptions) - Method in interface com.arangodb.ArangoCollection
-
Replaces the document with key
with the one in the body, provided there is such a document and no
precondition is violated
- replaceDocuments(Collection<T>) - Method in interface com.arangodb.ArangoCollection
-
Replaces multiple documents in the specified collection with the ones in the values, the replaced documents are
specified by the _key attributes in the documents in values.
- replaceDocuments(Collection<T>, DocumentReplaceOptions) - Method in interface com.arangodb.ArangoCollection
-
Replaces multiple documents in the specified collection with the ones in the values, the replaced documents are
specified by the _key attributes in the documents in values.
- replaceEdge(String, T) - Method in interface com.arangodb.ArangoEdgeCollection
-
Replaces the edge with key with the one in the body, provided there is such a edge and no precondition is
violated
- replaceEdge(String, T, EdgeReplaceOptions) - Method in interface com.arangodb.ArangoEdgeCollection
-
Replaces the edge with key with the one in the body, provided there is such a edge and no precondition is
violated
- replaceEdgeDefinition(EdgeDefinition) - Method in interface com.arangodb.ArangoGraph
-
Change one specific edge definition.
- replaceProperties(ArangoSearchPropertiesOptions) - Method in interface com.arangodb.ArangoSearch
-
Changes properties of the view.
- replaceUser(String, UserUpdateOptions) - Method in interface com.arangodb.ArangoDB
-
Replaces the data of an existing user.
- replaceVertex(String, T) - Method in interface com.arangodb.ArangoVertexCollection
-
Replaces the vertex with key with the one in the body, provided there is such a vertex and no precondition is
violated
- replaceVertex(String, T, VertexReplaceOptions) - Method in interface com.arangodb.ArangoVertexCollection
-
Replaces the vertex with key with the one in the body, provided there is such a vertex and no precondition is
violated
- ReplicationFactor - Class in com.arangodb.entity
-
- ReplicationFactor() - Constructor for class com.arangodb.entity.ReplicationFactor
-
- replicationFactor(Integer) - Method in class com.arangodb.model.CollectionCreateOptions
-
- replicationFactor(Integer) - Method in class com.arangodb.model.GraphCreateOptions
-
- Request - Class in com.arangodb.velocystream
-
- Request(String, RequestType, String) - Constructor for class com.arangodb.velocystream.Request
-
- RequestType - Enum in com.arangodb.velocystream
-
- resetAccess(String) - Method in interface com.arangodb.ArangoCollection
-
Clear the collection access level, revert back to the default access level.
- resetAccess(String) - Method in interface com.arangodb.ArangoDatabase
-
Clear the database access level, revert back to the default access level.
- Response - Class in com.arangodb.velocystream
-
- Response() - Constructor for class com.arangodb.velocystream.Response
-
- returnNew(Boolean) - Method in class com.arangodb.model.DocumentCreateOptions
-
- returnNew(Boolean) - Method in class com.arangodb.model.DocumentReplaceOptions
-
- returnNew(Boolean) - Method in class com.arangodb.model.DocumentUpdateOptions
-
- returnOld(Boolean) - Method in class com.arangodb.model.DocumentCreateOptions
-
- returnOld(Boolean) - Method in class com.arangodb.model.DocumentDeleteOptions
-
- returnOld(Boolean) - Method in class com.arangodb.model.DocumentReplaceOptions
-
- returnOld(Boolean) - Method in class com.arangodb.model.DocumentUpdateOptions
-
- revision - Variable in class com.arangodb.entity.BaseDocument
-
- revokeAccess(String) - Method in interface com.arangodb.ArangoCollection
-
Revokes access to the collection for user user.
- revokeAccess(String) - Method in interface com.arangodb.ArangoDatabase
-
Revokes access to the database dbname for user user
.
- route(String...) - Method in interface com.arangodb.ArangoDatabase
-
Returns a new
ArangoRoute
instance for the given path (relative to the database) that can be used to
perform arbitrary requests.
- route(String...) - Method in interface com.arangodb.ArangoRoute
-
Returns a new
ArangoRoute
instance for the given path (relative to the current route) that can be used to
perform arbitrary requests.
- rules(Collection<String>) - Method in class com.arangodb.model.AqlQueryExplainOptions
-
- rules(Collection<String>) - Method in class com.arangodb.model.AqlQueryOptions
-
- valueOf(String) - Static method in enum com.arangodb.entity.ArangoDBVersion.License
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.arangodb.entity.arangosearch.ConsolidationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.arangodb.entity.arangosearch.StoreValuesType
-
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(String) - Static method in enum com.arangodb.entity.CollectionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.arangodb.entity.DocumentField.Type
-
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.KeyType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.arangodb.entity.LoadBalancingStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.arangodb.entity.LogLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.arangodb.entity.LogLevelEntity.LogLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.arangodb.entity.Permissions
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.arangodb.entity.QueryCachePropertiesEntity.CacheMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.arangodb.entity.QueryExecutionState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.arangodb.entity.ServerMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.arangodb.entity.ServerRole
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.arangodb.entity.ViewType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.arangodb.model.DocumentImportOptions.OnDuplicate
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.arangodb.model.ImportType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.arangodb.model.LogOptions.SortOrder
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.arangodb.model.TraversalOptions.Direction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.arangodb.model.TraversalOptions.ItemOrder
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.arangodb.model.TraversalOptions.Order
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.arangodb.model.TraversalOptions.Strategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.arangodb.model.TraversalOptions.UniquenessType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.arangodb.Protocol
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.arangodb.velocystream.RequestType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.arangodb.entity.ArangoDBVersion.License
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.arangodb.entity.arangosearch.ConsolidationType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.arangodb.entity.arangosearch.StoreValuesType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- 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.DocumentField.Type
-
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.KeyType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.arangodb.entity.LoadBalancingStrategy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.arangodb.entity.LogLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.arangodb.entity.LogLevelEntity.LogLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.arangodb.entity.Permissions
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.arangodb.entity.QueryCachePropertiesEntity.CacheMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.arangodb.entity.QueryExecutionState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.arangodb.entity.ServerMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.arangodb.entity.ServerRole
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.arangodb.entity.ViewType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.arangodb.model.DocumentImportOptions.OnDuplicate
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.arangodb.model.ImportType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.arangodb.model.LogOptions.SortOrder
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.arangodb.model.TraversalOptions.Direction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.arangodb.model.TraversalOptions.ItemOrder
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.arangodb.model.TraversalOptions.Order
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.arangodb.model.TraversalOptions.Strategy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.arangodb.model.TraversalOptions.UniquenessType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.arangodb.Protocol
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.arangodb.velocystream.RequestType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- vertexCollection(String) - Method in interface com.arangodb.ArangoGraph
-
Returns a ArangoVertexCollection
instance for the given vertex collection name.
- VertexCollectionCreateOptions - Class in com.arangodb.model
-
- VertexCollectionCreateOptions() - Constructor for class com.arangodb.model.VertexCollectionCreateOptions
-
- VertexCreateOptions - Class in com.arangodb.model
-
- VertexCreateOptions() - Constructor for class com.arangodb.model.VertexCreateOptions
-
- VertexDeleteOptions - Class in com.arangodb.model
-
- VertexDeleteOptions() - Constructor for class com.arangodb.model.VertexDeleteOptions
-
- VertexEntity - Class in com.arangodb.entity
-
- VertexEntity() - Constructor for class com.arangodb.entity.VertexEntity
-
- VertexReplaceOptions - Class in com.arangodb.model
-
- VertexReplaceOptions() - Constructor for class com.arangodb.model.VertexReplaceOptions
-
- VertexUpdateEntity - Class in com.arangodb.entity
-
- VertexUpdateEntity() - Constructor for class com.arangodb.entity.VertexUpdateEntity
-
- VertexUpdateOptions - Class in com.arangodb.model
-
- VertexUpdateOptions() - Constructor for class com.arangodb.model.VertexUpdateOptions
-
- verticesUniqueness(TraversalOptions.UniquenessType) - Method in class com.arangodb.model.TraversalOptions
-
- view(String) - Method in interface com.arangodb.ArangoDatabase
-
Returns a ArangoView
instance for the given view name.
- ViewCreateOptions - Class in com.arangodb.model
-
- ViewCreateOptions() - Constructor for class com.arangodb.model.ViewCreateOptions
-
- ViewEntity - Class in com.arangodb.entity
-
- ViewEntity() - Constructor for class com.arangodb.entity.ViewEntity
-
- ViewEntity(String, String, ViewType) - Constructor for class com.arangodb.entity.ViewEntity
-
- ViewRenameOptions - Class in com.arangodb.model
-
- ViewRenameOptions() - Constructor for class com.arangodb.model.ViewRenameOptions
-
- ViewType - Enum in com.arangodb.entity
-
- visitor(String) - Method in class com.arangodb.model.TraversalOptions
-