Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W Z _ 

A

abortStreamTransaction(String) - Method in interface com.arangodb.ArangoDatabase
Aborts a Stream Transaction.
abortStreamTransaction(String) - Method in interface com.arangodb.async.ArangoDatabaseAsync
Aborts a Stream Transaction.
abortStreamTransaction(String) - Method in class com.arangodb.async.internal.ArangoDatabaseAsyncImpl
 
AbstractArangoIterable<T> - Class in com.arangodb.internal.cursor
 
AbstractArangoIterable() - Constructor for class com.arangodb.internal.cursor.AbstractArangoIterable
 
accept(T) - Method in interface com.arangodb.Consumer
Deprecated.
Performs this operation on the given argument.
AccessType - Enum in com.arangodb.internal.net
 
acquireHostList(Boolean) - Method in class com.arangodb.ArangoDB.Builder
Whether or not the driver should acquire a list of available coordinators in an ArangoDB cluster or a single server with active failover.
acquireHostList(Boolean) - Method in class com.arangodb.async.ArangoDBAsync.Builder
Whether or not the driver should acquire a list of available coordinators in an ArangoDB cluster or a single server with active failover.
acquireHostListInterval(Integer) - Method in class com.arangodb.ArangoDB.Builder
Setting the Interval for acquireHostList
action(String) - Method in class com.arangodb.model.TransactionOptions
 
active(Boolean) - Method in class com.arangodb.model.DatabaseUsersOptions
 
active(Boolean) - Method in class com.arangodb.model.UserCreateOptions
 
active(Boolean) - Method in class com.arangodb.model.UserUpdateOptions
 
addAnalyzer(SearchAnalyzer) - Method in class com.arangodb.entity.arangosearch.analyzer.PipelineAnalyzerProperties
Appends the specified analyzer to the end of the pipeline.
addAttribute(String, Object) - Method in class com.arangodb.entity.BaseDocument
 
addEdgeDefinition(EdgeDefinition) - Method in interface com.arangodb.ArangoGraph
Adds the given edge definition to the graph.
addEdgeDefinition(EdgeDefinition) - Method in interface com.arangodb.async.ArangoGraphAsync
Add a new edge definition to the graph
addEdgeDefinition(EdgeDefinition) - Method in class com.arangodb.async.internal.ArangoGraphAsyncImpl
 
addHost(Host) - Method in class com.arangodb.internal.net.HostSet
 
addIndexes(SearchAliasIndex...) - Method in class com.arangodb.entity.arangosearch.SearchAliasProperties
 
additionalFields(Map<String, Object>) - Method in class com.arangodb.util.ArangoSerializer.Options
 
addLink(CollectionLink...) - Method in class com.arangodb.entity.arangosearch.ArangoSearchProperties
 
addPrimarySort(PrimarySort...) - Method in class com.arangodb.entity.arangosearch.ArangoSearchProperties
 
addStopwordAsHex(String) - Method in class com.arangodb.entity.arangosearch.analyzer.StopwordsAnalyzerProperties
 
addStopwordAsString(String) - Method in class com.arangodb.entity.arangosearch.analyzer.StopwordsAnalyzerProperties
 
addStoredValues(StoredValue...) - Method in class com.arangodb.entity.arangosearch.ArangoSearchProperties
 
addVertexCollection(String) - Method in interface com.arangodb.ArangoGraph
Adds a vertex collection to the set of collections of the graph.
addVertexCollection(String, VertexCollectionCreateOptions) - Method in interface com.arangodb.ArangoGraph
Adds a vertex collection to the set of collections of the graph.
addVertexCollection(String) - Method in interface com.arangodb.async.ArangoGraphAsync
Adds a vertex collection to the set of collections of the graph.
addVertexCollection(String, VertexCollectionCreateOptions) - Method in interface com.arangodb.async.ArangoGraphAsync
Adds a vertex collection to the set of collections of the graph.
addVertexCollection(String) - Method in class com.arangodb.async.internal.ArangoGraphAsyncImpl
 
addVertexCollection(String, VertexCollectionCreateOptions) - Method in class com.arangodb.async.internal.ArangoGraphAsyncImpl
 
allMatch(Predicate<? super T>) - Method in interface com.arangodb.ArangoIterable
allMatch(Predicate<? super T>) - Method in class com.arangodb.internal.cursor.AbstractArangoIterable
 
allowDirtyRead(Request) - Static method in class com.arangodb.internal.util.RequestUtils
 
allowDirtyRead(Boolean) - Method in class com.arangodb.model.AqlQueryOptions
 
allowDirtyRead(Boolean) - Method in class com.arangodb.model.DocumentReadOptions
 
allowDirtyRead(Boolean) - Method in class com.arangodb.model.GraphDocumentReadOptions
 
allowDirtyRead(Boolean) - Method in class com.arangodb.model.StreamTransactionOptions
 
allowImplicit(Boolean) - Method in class com.arangodb.model.StreamTransactionOptions
 
allowImplicit(Boolean) - Method in class com.arangodb.model.TransactionCollectionOptions
 
allowImplicit(Boolean) - Method in class com.arangodb.model.TransactionOptions
 
allPlans(Boolean) - Method in class com.arangodb.model.AqlQueryExplainOptions
 
analyzer(String) - Method in class com.arangodb.entity.InvertedIndexField
 
analyzer(String) - Method in class com.arangodb.model.InvertedIndexOptions
 
AnalyzerDeleteOptions - Class in com.arangodb.model.arangosearch
 
AnalyzerDeleteOptions() - Constructor for class com.arangodb.model.arangosearch.AnalyzerDeleteOptions
 
AnalyzerEntity - Class in com.arangodb.entity.arangosearch
Deprecated.
AnalyzerEntity() - Constructor for class com.arangodb.entity.arangosearch.AnalyzerEntity
Deprecated.
 
AnalyzerFeature - Enum in com.arangodb.entity.arangosearch
 
analyzers(String...) - Method in class com.arangodb.entity.arangosearch.CollectionLink
 
analyzers(String...) - Method in class com.arangodb.entity.arangosearch.FieldLink
 
AnalyzerType - Enum in com.arangodb.entity.arangosearch
 
annotationFieldFilter(Class<A>, VPackAnnotationFieldFilter<A>) - Method in class com.arangodb.ArangoDB.Builder
Deprecated.
Use ArangoJack instead and register custom serializers and deserializers by implementing JsonSerializer and JsonDeserializer.
annotationFieldFilter(Class<A>, VPackAnnotationFieldFilter<A>) - Method in class com.arangodb.async.ArangoDBAsync.Builder
Deprecated.
Use ArangoJack instead and register custom serializers and deserializers by implementing JsonSerializer and JsonDeserializer.
annotationFieldNaming(Class<A>, VPackAnnotationFieldNaming<A>) - Method in class com.arangodb.ArangoDB.Builder
Deprecated.
Use ArangoJack instead and register custom serializers and deserializers by implementing JsonSerializer and JsonDeserializer.
annotationFieldNaming(Class<A>, VPackAnnotationFieldNaming<A>) - Method in class com.arangodb.async.ArangoDBAsync.Builder
Deprecated.
Use ArangoJack instead and register custom serializers and deserializers by implementing JsonSerializer and JsonDeserializer.
anyMatch(Predicate<? super T>) - Method in interface com.arangodb.ArangoIterable
anyMatch(Predicate<? super T>) - Method in class com.arangodb.internal.cursor.AbstractArangoIterable
 
apply(T) - Method in interface com.arangodb.Function
Applies this function to the given argument.
AQLAnalyzer - Class in com.arangodb.entity.arangosearch.analyzer
An Analyzer capable of running a restricted AQL query to perform data manipulation / filtering.
AQLAnalyzer() - Constructor for class com.arangodb.entity.arangosearch.analyzer.AQLAnalyzer
 
AQLAnalyzerProperties - Class in com.arangodb.entity.arangosearch.analyzer
 
AQLAnalyzerProperties() - Constructor for class com.arangodb.entity.arangosearch.analyzer.AQLAnalyzerProperties
 
AQLAnalyzerProperties.ReturnType - Enum in com.arangodb.entity.arangosearch.analyzer
 
AqlExecutionExplainEntity - Class in com.arangodb.entity
 
AqlExecutionExplainEntity() - Constructor for class com.arangodb.entity.AqlExecutionExplainEntity
 
AqlExecutionExplainEntity.ExecutionCollection - Class in com.arangodb.entity
 
AqlExecutionExplainEntity.ExecutionExpression - Class in com.arangodb.entity
 
AqlExecutionExplainEntity.ExecutionNode - Class in com.arangodb.entity
 
AqlExecutionExplainEntity.ExecutionPlan - Class in com.arangodb.entity
 
AqlExecutionExplainEntity.ExecutionStats - Class in com.arangodb.entity
 
AqlExecutionExplainEntity.ExecutionVariable - Class in com.arangodb.entity
 
AqlFunctionCreateOptions - Class in com.arangodb.model
 
AqlFunctionCreateOptions() - Constructor for class com.arangodb.model.AqlFunctionCreateOptions
 
AqlFunctionDeleteOptions - Class in com.arangodb.model
 
AqlFunctionDeleteOptions() - Constructor for class com.arangodb.model.AqlFunctionDeleteOptions
 
AqlFunctionEntity - Class in com.arangodb.entity
 
AqlFunctionEntity() - Constructor for class com.arangodb.entity.AqlFunctionEntity
 
AqlFunctionGetOptions - Class in com.arangodb.model
 
AqlFunctionGetOptions() - Constructor for class com.arangodb.model.AqlFunctionGetOptions
 
AqlParseEntity - Class in com.arangodb.entity
 
AqlParseEntity() - Constructor for class com.arangodb.entity.AqlParseEntity
 
AqlParseEntity.AstNode - Class in com.arangodb.entity
 
AqlQueryExplainOptions - Class in com.arangodb.model
 
AqlQueryExplainOptions() - Constructor for class com.arangodb.model.AqlQueryExplainOptions
 
AqlQueryExplainOptions.Optimizer - Class in com.arangodb.model
 
AqlQueryExplainOptions.Options - Class in com.arangodb.model
 
AqlQueryOptions - Class in com.arangodb.model
 
AqlQueryOptions() - Constructor for class com.arangodb.model.AqlQueryOptions
 
AqlQueryOptions.Optimizer - Class in com.arangodb.model
 
AqlQueryOptions.Options - Class in com.arangodb.model
 
AqlQueryParseOptions - Class in com.arangodb.model
 
AqlQueryParseOptions() - Constructor for class com.arangodb.model.AqlQueryParseOptions
 
arango() - Method in interface com.arangodb.ArangoDatabase
Return the main entry point for the ArangoDB driver
arango() - Method in interface com.arangodb.async.ArangoDatabaseAsync
Return the main entry point for the ArangoDB driver
ARANGO_SEARCH_PROPERTIES - Static variable in class com.arangodb.internal.velocypack.VPackDeserializers
 
ARANGO_SEARCH_PROPERTIES - Static variable in class com.arangodb.internal.velocypack.VPackSerializers
 
ARANGO_SEARCH_PROPERTIES_ENTITY - Static variable in class com.arangodb.internal.velocypack.VPackDeserializers
 
ARANGO_SEARCH_PROPERTIES_OPTIONS - Static variable in class com.arangodb.internal.velocypack.VPackSerializers
 
ArangoAnnotationIntrospector - Class in com.arangodb.internal.mapping
 
ArangoAnnotationIntrospector() - Constructor for class com.arangodb.internal.mapping.ArangoAnnotationIntrospector
 
ArangoCollection - Interface in com.arangodb
Interface for operations on ArangoDB collection level.
ArangoCollectionAsync - Interface in com.arangodb.async
Interface for operations on ArangoDB collection level.
ArangoCollectionAsyncImpl - Class in com.arangodb.async.internal
 
ArangoCursor<T> - Interface in com.arangodb
 
ArangoCursorAsync<T> - Interface in com.arangodb.async
 
ArangoCursorAsyncImpl<T> - Class in com.arangodb.async.internal
 
ArangoCursorImpl<T> - Class in com.arangodb.internal.cursor
 
ArangoCursorImpl(InternalArangoDatabase<?, ?>, ArangoCursorExecute, Class<T>, CursorEntity) - Constructor for class com.arangodb.internal.cursor.ArangoCursorImpl
 
ArangoCursorInitializer - Interface in com.arangodb.util
Deprecated.
for removal
ArangoCursorIterator<T> - Class in com.arangodb.internal.cursor
 
ArangoCursorIterator(ArangoCursor<T>, ArangoCursorExecute, InternalArangoDatabase<?, ?>, CursorEntity) - Constructor for class com.arangodb.internal.cursor.ArangoCursorIterator
 
ArangoDatabase - Interface in com.arangodb
Interface for operations on ArangoDB database level.
ArangoDatabaseAsync - Interface in com.arangodb.async
Interface for operations on ArangoDB database level.
ArangoDatabaseAsyncImpl - Class in com.arangodb.async.internal
 
ArangoDB - Interface in com.arangodb
Central access point for applications to communicate with an ArangoDB server.
ArangoDB.Builder - Class in com.arangodb
Builder class to build an instance of ArangoDB.
ArangoDBAsync - Interface in com.arangodb.async
Central access point for applications to communicate with an ArangoDB server.
ArangoDBAsync.Builder - Class in com.arangodb.async
Builder class to build an instance of ArangoDBAsync.
ArangoDBAsyncImpl - Class in com.arangodb.async.internal
 
ArangoDBAsyncImpl(VstCommunicationAsync.Builder, ArangoSerializationFactory, VstCommunicationSync.Builder, HostResolver, HostResolver, HostHandler, HostHandler, ArangoContext, int, int) - Constructor for class com.arangodb.async.internal.ArangoDBAsyncImpl
 
ArangoDBEngine - Class in com.arangodb.entity
 
ArangoDBEngine() - Constructor for class com.arangodb.entity.ArangoDBEngine
 
ArangoDBEngine.StorageEngineName - Enum in com.arangodb.entity
 
ArangoDBException - Exception in com.arangodb
 
ArangoDBException(ErrorEntity) - Constructor for exception com.arangodb.ArangoDBException
 
ArangoDBException(String) - Constructor for exception com.arangodb.ArangoDBException
 
ArangoDBException(String, Integer) - Constructor for exception com.arangodb.ArangoDBException
 
ArangoDBException(Throwable) - Constructor for exception com.arangodb.ArangoDBException
 
ArangoDBException(String, Throwable) - Constructor for exception com.arangodb.ArangoDBException
 
ArangoDBMultipleException - Exception in com.arangodb
 
ArangoDBMultipleException(List<Throwable>) - Constructor for exception com.arangodb.ArangoDBMultipleException
 
ArangoDBRedirectException - Exception in com.arangodb.internal.net
 
ArangoDBRedirectException(String, String) - Constructor for exception com.arangodb.internal.net.ArangoDBRedirectException
 
ArangoDBVersion - Class in com.arangodb.entity
 
ArangoDBVersion() - Constructor for class com.arangodb.entity.ArangoDBVersion
 
ArangoDeserializer - Interface in com.arangodb.util
 
ArangoDeserializerImpl - Class in com.arangodb.internal.util
 
ArangoDeserializerImpl(VPack, VPackParser) - Constructor for class com.arangodb.internal.util.ArangoDeserializerImpl
 
ArangoEdgeCollection - Interface in com.arangodb
Interface for operations on ArangoDB edge collection level.
ArangoEdgeCollectionAsync - Interface in com.arangodb.async
Interface for operations on ArangoDB edge collection level.
ArangoEdgeCollectionAsyncImpl - Class in com.arangodb.async.internal
 
ArangoExecutorAsync - Class in com.arangodb.async.internal
 
ArangoExecutorAsync(VstCommunicationAsync, ArangoSerializationFactory, DocumentCache, QueueTimeMetricsImpl, int) - Constructor for class com.arangodb.async.internal.ArangoExecutorAsync
 
ArangoFilterIterable<T> - Class in com.arangodb.internal.cursor
Deprecated.
ArangoFilterIterable(ArangoIterable<T>, Predicate<? super T>) - Constructor for class com.arangodb.internal.cursor.ArangoFilterIterable
Deprecated.
 
ArangoFilterIterator<T> - Class in com.arangodb.internal.cursor
 
ArangoFilterIterator(ArangoIterator<T>, Predicate<? super T>) - Constructor for class com.arangodb.internal.cursor.ArangoFilterIterator
 
ArangoGraph - Interface in com.arangodb
Interface for operations on ArangoDB graph level.
ArangoGraphAsync - Interface in com.arangodb.async
Interface for operations on ArangoDB graph level.
ArangoGraphAsyncImpl - Class in com.arangodb.async.internal
 
ArangoIterable<T> - Interface in com.arangodb
 
ArangoIterator<T> - Interface in com.arangodb
 
ArangoJack - Class in com.arangodb.mapping
 
ArangoJack() - Constructor for class com.arangodb.mapping.ArangoJack
 
ArangoJack(VPackMapper) - Constructor for class com.arangodb.mapping.ArangoJack
 
ArangoJack.ConfigureFunction - Interface in com.arangodb.mapping
 
ArangoMappingIterable<R,T> - Class in com.arangodb.internal.cursor
Deprecated.
ArangoMappingIterable(ArangoIterable<R>, Function<? super R, ? extends T>) - Constructor for class com.arangodb.internal.cursor.ArangoMappingIterable
Deprecated.
 
ArangoMappingIterator<R,T> - Class in com.arangodb.internal.cursor
 
ArangoMappingIterator(ArangoIterator<R>, Function<? super R, ? extends T>) - Constructor for class com.arangodb.internal.cursor.ArangoMappingIterator
 
ArangoMetrics - Interface in com.arangodb
Interface for accessing metrics.
ArangoRoute - Interface in com.arangodb
Interface for a specific path to be used to perform arbitrary requests.
ArangoRouteAsync - Interface in com.arangodb.async
Interface for a specific path to be used to perform arbitrary requests.
ArangoRouteAsyncImpl - Class in com.arangodb.async.internal
 
arangoSearch(String) - Method in interface com.arangodb.ArangoDatabase
Returns a ArangoSearch instance for the given view name.
ArangoSearch - Interface in com.arangodb
Interface for operations on ArangoDB view level for ArangoSearch views.
arangoSearch(String) - Method in interface com.arangodb.async.ArangoDatabaseAsync
Returns a ArangoSearchAsync instance for the given ArangoSearch view name.
arangoSearch(String) - Method in class com.arangodb.async.internal.ArangoDatabaseAsyncImpl
 
ArangoSearchAsync - Interface in com.arangodb.async
Interface for operations on ArangoDB view level for ArangoSearch views.
ArangoSearchAsyncImpl - Class in com.arangodb.async.internal
 
ArangoSearchCompression - Enum in com.arangodb.entity.arangosearch
 
ArangoSearchCreateOptions - Class in com.arangodb.model.arangosearch
 
ArangoSearchCreateOptions() - Constructor for class com.arangodb.model.arangosearch.ArangoSearchCreateOptions
 
ArangoSearchOptionsBuilder - Class in com.arangodb.model.arangosearch
 
ArangoSearchProperties - Class in com.arangodb.entity.arangosearch
 
ArangoSearchProperties() - Constructor for class com.arangodb.entity.arangosearch.ArangoSearchProperties
 
ArangoSearchPropertiesEntity - Class in com.arangodb.entity.arangosearch
 
ArangoSearchPropertiesEntity(String, String, ViewType, ArangoSearchProperties) - Constructor for class com.arangodb.entity.arangosearch.ArangoSearchPropertiesEntity
 
ArangoSearchPropertiesOptions - Class in com.arangodb.model.arangosearch
 
ArangoSearchPropertiesOptions() - Constructor for class com.arangodb.model.arangosearch.ArangoSearchPropertiesOptions
 
ArangoSerialization - Interface in com.arangodb.util
Deprecated.
Use ArangoJack instead and register custom serializers and deserializers by implementing JsonSerializer and JsonDeserializer.
ArangoSerializationAccessor - Interface in com.arangodb
 
ArangoSerializationFactory - Class in com.arangodb.internal.util
 
ArangoSerializationFactory(ArangoSerialization, ArangoSerialization) - Constructor for class com.arangodb.internal.util.ArangoSerializationFactory
 
ArangoSerializationFactory.Serializer - Enum in com.arangodb.internal.util
 
ArangoSerializer - Interface in com.arangodb.util
 
ArangoSerializer.Options - Class in com.arangodb.util
 
ArangoSerializerImpl - Class in com.arangodb.internal.util
 
ArangoSerializerImpl(VPack, VPack, VPackParser) - Constructor for class com.arangodb.internal.util.ArangoSerializerImpl
 
ArangoVertexCollection - Interface in com.arangodb
Interface for operations on ArangoDB vertex collection level.
ArangoVertexCollectionAsync - Interface in com.arangodb.async
Interface for operations on ArangoDB vertex collection level.
ArangoVertexCollectionAsyncImpl - Class in com.arangodb.async.internal
 
ArangoView - Interface in com.arangodb
Interface for operations on ArangoDB view level.
ArangoViewAsync - Interface in com.arangodb.async
Interface for operations on ArangoDB view level.
ArangoViewAsyncImpl - Class in com.arangodb.async.internal
 
ascending(Boolean) - Method in class com.arangodb.entity.arangosearch.PrimarySort
 
asListRemaining() - Method in interface com.arangodb.ArangoCursor
 
asListRemaining() - Method in class com.arangodb.internal.cursor.ArangoCursorImpl
 
AstNode() - Constructor for class com.arangodb.entity.AqlParseEntity.AstNode
 
AUTH_REQUEST - Static variable in class com.arangodb.internal.velocypack.VPackSerializers
 
authenticate(VstConnectionAsync) - Method in class com.arangodb.async.internal.velocystream.VstCommunicationAsync
 
authenticate(C) - Method in class com.arangodb.internal.velocystream.VstCommunication
 
authenticate(VstConnectionSync) - Method in class com.arangodb.internal.velocystream.VstCommunicationSync
 
AuthenticationRequest - Class in com.arangodb.internal.velocystream.internal
 
AuthenticationRequest(String, String, String) - Constructor for class com.arangodb.internal.velocystream.internal.AuthenticationRequest
 

B

BASE_DOCUMENT - Static variable in class com.arangodb.internal.mapping.VPackDeserializers
 
BASE_DOCUMENT - Static variable in class com.arangodb.internal.mapping.VPackSerializers
 
BASE_DOCUMENT - Static variable in class com.arangodb.internal.velocypack.VPackDeserializers
 
BASE_DOCUMENT - Static variable in class com.arangodb.internal.velocypack.VPackSerializers
 
BASE_EDGE_DOCUMENT - Static variable in class com.arangodb.internal.mapping.VPackDeserializers
 
BASE_EDGE_DOCUMENT - Static variable in class com.arangodb.internal.mapping.VPackSerializers
 
BASE_EDGE_DOCUMENT - Static variable in class com.arangodb.internal.velocypack.VPackDeserializers
 
BASE_EDGE_DOCUMENT - Static variable in class com.arangodb.internal.velocypack.VPackSerializers
 
BaseDocument - Class in com.arangodb.entity
 
BaseDocument() - Constructor for class com.arangodb.entity.BaseDocument
 
BaseDocument(String) - Constructor for class com.arangodb.entity.BaseDocument
 
BaseDocument(Map<String, Object>) - Constructor for class com.arangodb.entity.BaseDocument
 
BaseEdgeDocument - Class in com.arangodb.entity
 
BaseEdgeDocument() - Constructor for class com.arangodb.entity.BaseEdgeDocument
 
BaseEdgeDocument(String, String) - Constructor for class com.arangodb.entity.BaseEdgeDocument
 
BaseEdgeDocument(String, String, String) - Constructor for class com.arangodb.entity.BaseEdgeDocument
 
BaseEdgeDocument(Map<String, Object>) - Constructor for class com.arangodb.entity.BaseEdgeDocument
 
batchSize(Integer) - Method in class com.arangodb.model.AqlQueryOptions
 
beginStreamTransaction(StreamTransactionOptions) - Method in interface com.arangodb.ArangoDatabase
Begins a Stream Transaction.
beginStreamTransaction(StreamTransactionOptions) - Method in interface com.arangodb.async.ArangoDatabaseAsync
Begins a Stream Transaction.
beginStreamTransaction(StreamTransactionOptions) - Method in class com.arangodb.async.internal.ArangoDatabaseAsyncImpl
 
bindVars(VPackSlice) - Method in class com.arangodb.model.AqlQueryExplainOptions
 
bindVars(VPackSlice) - Method in class com.arangodb.model.AqlQueryOptions
 
build() - Method in class com.arangodb.ArangoDB.Builder
Returns an instance of ArangoDB.
build() - Method in class com.arangodb.async.ArangoDBAsync.Builder
Returns an instance of ArangoDBAsync.
build(ArangoSerialization) - Method in class com.arangodb.async.internal.velocystream.VstCommunicationAsync.Builder
 
build() - Method in class com.arangodb.async.internal.velocystream.VstConnectionAsync.Builder
 
build(ArangoSerialization) - Method in class com.arangodb.internal.http.HttpCommunication.Builder
 
build() - Method in class com.arangodb.internal.http.HttpConnection.Builder
 
build() - Method in class com.arangodb.internal.velocystream.internal.VstConnectionSync.Builder
 
build(ArangoSerialization) - Method in class com.arangodb.internal.velocystream.VstCommunicationSync.Builder
 
build(ArangoSearchCreateOptions, String) - Static method in class com.arangodb.model.arangosearch.ArangoSearchOptionsBuilder
 
build(SearchAliasCreateOptions, String) - Static method in class com.arangodb.model.arangosearch.SearchAliasOptionsBuilder
 
build(UserCreateOptions, String, String) - Static method in class com.arangodb.model.OptionsBuilder
 
build(HashIndexOptions, Iterable<String>) - Static method in class com.arangodb.model.OptionsBuilder
Deprecated.
use OptionsBuilder.build(PersistentIndexOptions, Iterable) instead. Since ArangoDB 3.7 a hash index is an alias for a persistent index.
build(SkiplistIndexOptions, Iterable<String>) - Static method in class com.arangodb.model.OptionsBuilder
Deprecated.
use OptionsBuilder.build(PersistentIndexOptions, Iterable) instead. Since ArangoDB 3.7 a skiplist index is an alias for a persistent index.
build(PersistentIndexOptions, Iterable<String>) - Static method in class com.arangodb.model.OptionsBuilder
 
build(GeoIndexOptions, Iterable<String>) - Static method in class com.arangodb.model.OptionsBuilder
 
build(FulltextIndexOptions, Iterable<String>) - Static method in class com.arangodb.model.OptionsBuilder
Deprecated.
build(TtlIndexOptions, Iterable<String>) - Static method in class com.arangodb.model.OptionsBuilder
 
build(ZKDIndexOptions, Iterable<String>) - Static method in class com.arangodb.model.OptionsBuilder
 
build(CollectionCreateOptions, String) - Static method in class com.arangodb.model.OptionsBuilder
 
build(AqlQueryOptions, String, VPackSlice) - Static method in class com.arangodb.model.OptionsBuilder
 
build(AqlQueryExplainOptions, String, VPackSlice) - Static method in class com.arangodb.model.OptionsBuilder
 
build(AqlQueryParseOptions, String) - Static method in class com.arangodb.model.OptionsBuilder
 
build(GraphCreateOptions, String, Collection<EdgeDefinition>) - Static method in class com.arangodb.model.OptionsBuilder
 
build(TransactionOptions, String) - Static method in class com.arangodb.model.OptionsBuilder
 
build(CollectionRenameOptions, String) - Static method in class com.arangodb.model.OptionsBuilder
 
build(UserAccessOptions, Permissions) - Static method in class com.arangodb.model.OptionsBuilder
 
build(AqlFunctionCreateOptions, String, String) - Static method in class com.arangodb.model.OptionsBuilder
 
build(VertexCollectionCreateOptions, String) - Static method in class com.arangodb.model.OptionsBuilder
 
build(ViewCreateOptions, String, ViewType) - Static method in class com.arangodb.model.OptionsBuilder
 
build(ViewRenameOptions, String) - Static method in class com.arangodb.model.OptionsBuilder
 
buildChunks(Message) - Method in class com.arangodb.internal.velocystream.VstCommunication
 
Builder() - Constructor for class com.arangodb.ArangoDB.Builder
 
Builder() - Constructor for class com.arangodb.async.ArangoDBAsync.Builder
 
Builder(HostHandler) - Constructor for class com.arangodb.async.internal.velocystream.VstCommunicationAsync.Builder
 
Builder() - Constructor for class com.arangodb.async.internal.velocystream.VstConnectionAsync.Builder
 
Builder(HostHandler) - Constructor for class com.arangodb.internal.http.HttpCommunication.Builder
 
Builder(HttpCommunication.Builder) - Constructor for class com.arangodb.internal.http.HttpCommunication.Builder
 
Builder() - Constructor for class com.arangodb.internal.http.HttpConnection.Builder
 
Builder() - Constructor for class com.arangodb.internal.velocystream.internal.VstConnectionSync.Builder
 
Builder(HostHandler) - Constructor for class com.arangodb.internal.velocystream.VstCommunicationSync.Builder
 
Builder(VstCommunicationSync.Builder) - Constructor for class com.arangodb.internal.velocystream.VstCommunicationSync.Builder
 
buildResponse(CloseableHttpResponse) - Method in class com.arangodb.internal.http.HttpConnection
 

C

cache(Boolean) - Method in class com.arangodb.model.AqlQueryOptions
 
cacheEnabled(Boolean) - Method in class com.arangodb.model.PersistentIndexOptions
 
cancel(long) - Method in class com.arangodb.internal.velocystream.internal.MessageStore
 
catchException(boolean) - Method in class com.arangodb.model.DocumentExistsOptions
Deprecated.
for removal
catchException(boolean) - Method in class com.arangodb.model.DocumentReadOptions
Deprecated.
for removal
catchException(boolean) - Method in class com.arangodb.model.GraphDocumentReadOptions
Deprecated.
for removal
changeProperties(CollectionPropertiesOptions) - Method in interface com.arangodb.ArangoCollection
Changes the properties of the collection
changeProperties(CollectionPropertiesOptions) - Method in interface com.arangodb.async.ArangoCollectionAsync
Changes the properties of a collection
changeProperties(CollectionPropertiesOptions) - Method in class com.arangodb.async.internal.ArangoCollectionAsyncImpl
 
checkCompleteness(long) - Method in class com.arangodb.internal.velocystream.internal.ChunkStore
 
checkError(Response) - Method in class com.arangodb.internal.http.HttpConnection
 
checkError(ArangoSerialization, Response) - Static method in class com.arangodb.internal.util.ResponseUtils
 
checkError(Response) - Method in class com.arangodb.internal.velocystream.VstCommunication
 
checkNormalized(String) - Static method in class com.arangodb.util.UnicodeUtils
 
Chunk - Class in com.arangodb.internal.velocystream.internal
 
Chunk(long, int, long, int, int) - Constructor for class com.arangodb.internal.velocystream.internal.Chunk
 
Chunk(long, int, int, long, int, int) - Constructor for class com.arangodb.internal.velocystream.internal.Chunk
 
chunksize(Integer) - Method in class com.arangodb.ArangoDB.Builder
Sets the chunk size when Protocol.VST is used.
chunksize(Integer) - Method in class com.arangodb.async.ArangoDBAsync.Builder
Sets the chunk size when Protocol.VST is used.
chunksize(Integer) - Method in class com.arangodb.async.internal.velocystream.VstCommunicationAsync.Builder
 
chunksize - Variable in class com.arangodb.internal.velocystream.VstCommunication
 
chunksize(Integer) - Method in class com.arangodb.internal.velocystream.VstCommunicationSync.Builder
 
ChunkStore - Class in com.arangodb.internal.velocystream.internal
 
ChunkStore(MessageStore) - Constructor for class com.arangodb.internal.velocystream.internal.ChunkStore
 
ClassificationAnalyzer - Class in com.arangodb.entity.arangosearch.analyzer
An Analyzer capable of classifying tokens in the input text.
ClassificationAnalyzer() - Constructor for class com.arangodb.entity.arangosearch.analyzer.ClassificationAnalyzer
 
ClassificationAnalyzerProperties - Class in com.arangodb.entity.arangosearch.analyzer
 
ClassificationAnalyzerProperties() - Constructor for class com.arangodb.entity.arangosearch.analyzer.ClassificationAnalyzerProperties
 
cleanupIntervalStep(Long) - Method in class com.arangodb.model.arangosearch.ArangoSearchCreateOptions
 
cleanupIntervalStep(Long) - Method in class com.arangodb.model.arangosearch.ArangoSearchPropertiesOptions
 
cleanupIntervalStep(Long) - Method in class com.arangodb.model.InvertedIndexOptions
 
cleanupMeta(Map<String, String>) - Method in class com.arangodb.entity.CursorEntity
Deprecated.
 
clear() - Method in class com.arangodb.internal.net.HostSet
 
clear(Exception) - Method in class com.arangodb.internal.velocystream.internal.MessageStore
 
clear() - Method in class com.arangodb.internal.velocystream.internal.MessageStore
 
clearAllMarkedForDeletion() - Method in class com.arangodb.internal.net.HostSet
 
clearQueryCache() - Method in interface com.arangodb.ArangoDatabase
Clears the AQL query cache
clearQueryCache() - Method in interface com.arangodb.async.ArangoDatabaseAsync
Clears the AQL query cache
clearQueryCache() - Method in class com.arangodb.async.internal.ArangoDatabaseAsyncImpl
 
clearSlowQueries() - Method in interface com.arangodb.ArangoDatabase
Clears the list of slow AQL queries
clearSlowQueries() - Method in interface com.arangodb.async.ArangoDatabaseAsync
Clears the list of slow AQL queries
clearSlowQueries() - Method in class com.arangodb.async.internal.ArangoDatabaseAsyncImpl
 
close() - Method in class com.arangodb.internal.cursor.ArangoCursorImpl
 
close() - Method in class com.arangodb.internal.http.HttpCommunication
 
close() - Method in class com.arangodb.internal.http.HttpConnection
 
close() - Method in class com.arangodb.internal.http.HttpProtocol
 
close() - Method in class com.arangodb.internal.net.ConnectionPoolImpl
 
close() - Method in class com.arangodb.internal.net.DirtyReadHostHandler
 
close() - Method in class com.arangodb.internal.net.FallbackHostHandler
 
close() - Method in interface com.arangodb.internal.net.Host
 
close() - Method in interface com.arangodb.internal.net.HostHandler
 
close() - Method in class com.arangodb.internal.net.HostImpl
 
close() - Method in class com.arangodb.internal.net.HostSet
 
close() - Method in class com.arangodb.internal.net.RandomHostHandler
 
close() - Method in class com.arangodb.internal.net.RoundRobinHostHandler
 
close() - Method in class com.arangodb.internal.velocystream.internal.VstConnection
 
close() - Method in class com.arangodb.internal.velocystream.VstCommunication
 
close() - Method in class com.arangodb.internal.velocystream.VstProtocol
 
closeCurrentOnError() - Method in class com.arangodb.internal.net.DirtyReadHostHandler
 
closeCurrentOnError() - Method in class com.arangodb.internal.net.FallbackHostHandler
 
closeCurrentOnError() - Method in interface com.arangodb.internal.net.HostHandler
 
closeCurrentOnError() - Method in class com.arangodb.internal.net.RandomHostHandler
 
closeCurrentOnError() - Method in class com.arangodb.internal.net.RoundRobinHostHandler
 
closeCurrentOnErrorIfNotMatch(HostDescription) - Method in class com.arangodb.internal.net.DirtyReadHostHandler
 
closeCurrentOnErrorIfNotMatch(HostDescription) - Method in class com.arangodb.internal.net.FallbackHostHandler
 
closeCurrentOnErrorIfNotMatch(HostDescription) - Method in interface com.arangodb.internal.net.HostHandler
 
closeCurrentOnErrorIfNotMatch(HostDescription) - Method in class com.arangodb.internal.net.RandomHostHandler
 
closeCurrentOnErrorIfNotMatch(HostDescription) - Method in class com.arangodb.internal.net.RoundRobinHostHandler
 
closeOnError() - Method in interface com.arangodb.internal.net.Host
 
closeOnError() - Method in class com.arangodb.internal.net.HostImpl
 
code(String) - Method in class com.arangodb.model.AqlFunctionCreateOptions
 
CollationAnalyzer - Class in com.arangodb.entity.arangosearch.analyzer
An Analyzer capable of converting the input into a set of language-specific tokens.
CollationAnalyzer() - Constructor for class com.arangodb.entity.arangosearch.analyzer.CollationAnalyzer
 
CollationAnalyzerProperties - Class in com.arangodb.entity.arangosearch.analyzer
 
CollationAnalyzerProperties() - Constructor for class com.arangodb.entity.arangosearch.analyzer.CollationAnalyzerProperties
 
collectInto(R) - Method in interface com.arangodb.ArangoIterable
collectInto(R) - Method in class com.arangodb.internal.cursor.AbstractArangoIterable
 
collection(String) - Method in interface com.arangodb.ArangoDatabase
Returns a ArangoCollection instance for the given collection name.
collection(String) - Method in interface com.arangodb.async.ArangoDatabaseAsync
Returns a handler of the collection by the given name
collection(String) - Method in class com.arangodb.async.internal.ArangoDatabaseAsyncImpl
 
collection(String) - Method in class com.arangodb.entity.EdgeDefinition
 
collection(String) - Method in class com.arangodb.model.VertexCollectionCreateOptions
 
COLLECTION_STATUS - Static variable in class com.arangodb.internal.velocypack.VPackDeserializers
 
COLLECTION_TYPE - Static variable in class com.arangodb.internal.velocypack.VPackDeserializers
 
COLLECTION_TYPE - Static variable in class com.arangodb.internal.velocypack.VPackSerializers
 
COLLECTION_VALIDATION - Static variable in class com.arangodb.internal.velocypack.VPackDeserializers
 
COLLECTION_VALIDATION - Static variable in class com.arangodb.internal.velocypack.VPackSerializers
 
CollectionCountOptions - Class in com.arangodb.model
 
CollectionCountOptions() - Constructor for class com.arangodb.model.CollectionCountOptions
 
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
 
CollectionSchema - Class in com.arangodb.model
 
CollectionSchema() - Constructor for class com.arangodb.model.CollectionSchema
 
CollectionSchema.Level - Enum in com.arangodb.model
 
CollectionsReadOptions - Class in com.arangodb.model
 
CollectionsReadOptions() - Constructor for class com.arangodb.model.CollectionsReadOptions
 
CollectionStatus - Enum in com.arangodb.entity
 
CollectionTruncateOptions - Class in com.arangodb.model
 
CollectionTruncateOptions() - Constructor for class com.arangodb.model.CollectionTruncateOptions
 
CollectionType - Enum in com.arangodb.entity
 
com.arangodb - package com.arangodb
 
com.arangodb.async - package com.arangodb.async
 
com.arangodb.async.internal - package com.arangodb.async.internal
 
com.arangodb.async.internal.utils - package com.arangodb.async.internal.utils
 
com.arangodb.async.internal.velocystream - package com.arangodb.async.internal.velocystream
 
com.arangodb.entity - package com.arangodb.entity
 
com.arangodb.entity.arangosearch - package com.arangodb.entity.arangosearch
 
com.arangodb.entity.arangosearch.analyzer - package com.arangodb.entity.arangosearch.analyzer
 
com.arangodb.internal.cursor - package com.arangodb.internal.cursor
 
com.arangodb.internal.http - package com.arangodb.internal.http
 
com.arangodb.internal.mapping - package com.arangodb.internal.mapping
 
com.arangodb.internal.net - package com.arangodb.internal.net
 
com.arangodb.internal.util - package com.arangodb.internal.util
 
com.arangodb.internal.velocypack - package com.arangodb.internal.velocypack
 
com.arangodb.internal.velocystream - package com.arangodb.internal.velocystream
 
com.arangodb.internal.velocystream.internal - package com.arangodb.internal.velocystream.internal
 
com.arangodb.mapping - package com.arangodb.mapping
 
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
 
commitIntervalMsec(Long) - Method in class com.arangodb.model.arangosearch.ArangoSearchCreateOptions
 
commitIntervalMsec(Long) - Method in class com.arangodb.model.InvertedIndexOptions
 
commitStreamTransaction(String) - Method in interface com.arangodb.ArangoDatabase
Commits a Stream Transaction.
commitStreamTransaction(String) - Method in interface com.arangodb.async.ArangoDatabaseAsync
Commits a Stream Transaction.
commitStreamTransaction(String) - Method in class com.arangodb.async.internal.ArangoDatabaseAsyncImpl
 
CommunicationProtocol - Interface in com.arangodb.internal.net
 
CompletableFutureUtils - Class in com.arangodb.async.internal.utils
 
complete(Boolean) - Method in class com.arangodb.model.DocumentImportOptions
 
compression(ArangoSearchCompression) - Method in class com.arangodb.entity.InvertedIndexPrimarySort
 
ComputedValue - Class in com.arangodb.model
 
ComputedValue() - Constructor for class com.arangodb.model.ComputedValue
 
ComputedValue.ComputeOn - Enum in com.arangodb.model
 
computedValues(ComputedValue...) - Method in class com.arangodb.model.CollectionCreateOptions
 
computedValues(ComputedValue...) - Method in class com.arangodb.model.CollectionPropertiesOptions
 
computeOn(ComputedValue.ComputeOn...) - Method in class com.arangodb.model.ComputedValue
 
configure(ArangoJack.ConfigureFunction) - Method in class com.arangodb.mapping.ArangoJack
 
configure(ObjectMapper) - Method in interface com.arangodb.mapping.ArangoJack.ConfigureFunction
 
confirm() - Method in class com.arangodb.internal.net.DirtyReadHostHandler
 
confirm() - Method in class com.arangodb.internal.net.FallbackHostHandler
 
confirm() - Method in interface com.arangodb.internal.net.HostHandler
 
confirm() - Method in class com.arangodb.internal.net.RandomHostHandler
 
confirm() - Method in class com.arangodb.internal.net.RoundRobinHostHandler
 
connect(HostHandle, AccessType) - Method in class com.arangodb.internal.velocystream.VstCommunication
 
Connection - Interface in com.arangodb.internal.net
 
connection() - Method in interface com.arangodb.internal.net.ConnectionPool
 
connection() - Method in class com.arangodb.internal.net.ConnectionPoolImpl
 
connection() - Method in interface com.arangodb.internal.net.Host
 
connection() - Method in class com.arangodb.internal.net.HostImpl
 
ConnectionFactory - Interface in com.arangodb.internal.net
 
ConnectionPool - Interface in com.arangodb.internal.net
 
ConnectionPoolImpl - Class in com.arangodb.internal.net
 
ConnectionPoolImpl(HostDescription, Integer, ConnectionFactory) - Constructor for class com.arangodb.internal.net.ConnectionPoolImpl
 
connectionTtl(Long) - Method in class com.arangodb.ArangoDB.Builder
Set the maximum time to life of a connection.
connectionTtl(Long) - Method in class com.arangodb.async.ArangoDBAsync.Builder
Set the maximum time to life of a connection.
connectionTtl(Long) - Method in class com.arangodb.async.internal.velocystream.VstCommunicationAsync.Builder
 
connectionTtl(Long) - Method in class com.arangodb.internal.velocystream.VstCommunicationSync.Builder
 
CONSOLIDATE - Static variable in class com.arangodb.internal.velocypack.VPackDeserializers
 
CONSOLIDATE_TYPE - Static variable in class com.arangodb.internal.velocypack.VPackSerializers
 
consolidationIntervalMsec(Long) - Method in class com.arangodb.model.arangosearch.ArangoSearchCreateOptions
 
consolidationIntervalMsec(Long) - Method in class com.arangodb.model.arangosearch.ArangoSearchPropertiesOptions
 
consolidationIntervalMsec(Long) - Method in class com.arangodb.model.InvertedIndexOptions
 
ConsolidationPolicy - Class in com.arangodb.entity.arangosearch
 
ConsolidationPolicy() - Constructor for class com.arangodb.entity.arangosearch.ConsolidationPolicy
 
consolidationPolicy(ConsolidationPolicy) - Method in class com.arangodb.model.arangosearch.ArangoSearchCreateOptions
 
consolidationPolicy(ConsolidationPolicy) - Method in class com.arangodb.model.arangosearch.ArangoSearchPropertiesOptions
 
consolidationPolicy(ConsolidationPolicy) - Method in class com.arangodb.model.InvertedIndexOptions
 
ConsolidationType - Enum in com.arangodb.entity.arangosearch
 
consume(Message) - Method in class com.arangodb.internal.velocystream.internal.MessageStore
 
Consumer<T> - Interface in com.arangodb
Deprecated.
Use Consumer instead.
contentType(Protocol) - Method in class com.arangodb.internal.http.HttpConnection.Builder
 
count() - Method in interface com.arangodb.ArangoCollection
Counts the documents in a collection
count(CollectionCountOptions) - Method in interface com.arangodb.ArangoCollection
Counts the documents in a collection
count() - Method in interface com.arangodb.ArangoIterable
Deprecated.
count() - Method in interface com.arangodb.async.ArangoCollectionAsync
Counts the documents in a collection
count(CollectionCountOptions) - Method in interface com.arangodb.async.ArangoCollectionAsync
Counts the documents in a collection
count() - Method in class com.arangodb.async.internal.ArangoCollectionAsyncImpl
 
count(CollectionCountOptions) - Method in class com.arangodb.async.internal.ArangoCollectionAsyncImpl
 
count() - Method in class com.arangodb.internal.cursor.AbstractArangoIterable
 
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.
create() - Method in interface com.arangodb.async.ArangoCollectionAsync
Creates the collection
create(CollectionCreateOptions) - Method in interface com.arangodb.async.ArangoCollectionAsync
Creates the collection
create() - Method in interface com.arangodb.async.ArangoDatabaseAsync
Creates the database
create(Collection<EdgeDefinition>) - Method in interface com.arangodb.async.ArangoGraphAsync
Creates the graph in the graph module.
create() - Method in interface com.arangodb.async.ArangoSearchAsync
Creates a view, then returns view information from the server.
create(ArangoSearchCreateOptions) - Method in interface com.arangodb.async.ArangoSearchAsync
Creates a view with the given options, then returns view information from the server.
create() - Method in class com.arangodb.async.internal.ArangoCollectionAsyncImpl
 
create(CollectionCreateOptions) - Method in class com.arangodb.async.internal.ArangoCollectionAsyncImpl
 
create() - Method in class com.arangodb.async.internal.ArangoDatabaseAsyncImpl
 
create(Collection<EdgeDefinition>) - Method in class com.arangodb.async.internal.ArangoGraphAsyncImpl
 
create() - Method in class com.arangodb.async.internal.ArangoSearchAsyncImpl
 
create(ArangoSearchCreateOptions) - Method in class com.arangodb.async.internal.ArangoSearchAsyncImpl
 
create() - Method in class com.arangodb.async.internal.SearchAliasAsyncImpl
 
create(SearchAliasCreateOptions) - Method in class com.arangodb.async.internal.SearchAliasAsyncImpl
 
create(HostDescription) - Method in class com.arangodb.async.internal.velocystream.VstConnectionFactoryAsync
 
create() - Method in interface com.arangodb.async.SearchAliasAsync
Creates a view, then returns view information from the server.
create(SearchAliasCreateOptions) - Method in interface com.arangodb.async.SearchAliasAsync
Creates a view with the given options, then returns view information from the server.
create(HostDescription) - Method in class com.arangodb.internal.http.HttpConnectionFactory
 
create(HostDescription) - Method in interface com.arangodb.internal.net.ConnectionFactory
 
create(HostDescription) - Method in class com.arangodb.internal.velocystream.VstConnectionFactorySync
 
create() - Method in interface com.arangodb.SearchAlias
Creates a view, then returns view information from the server.
create(SearchAliasCreateOptions) - Method in interface com.arangodb.SearchAlias
Creates a view with the given options, then returns view information from the server.
createAnalyzer(AnalyzerEntity) - Method in interface com.arangodb.ArangoDatabase
Deprecated.
use this#createSearchAnalyzer(SearchAnalyzer)}
createAnalyzer(AnalyzerEntity) - Method in interface com.arangodb.async.ArangoDatabaseAsync
Deprecated.
use this#createSearchAnalyzer(SearchAnalyzer)}
createAnalyzer(AnalyzerEntity) - Method in class com.arangodb.async.internal.ArangoDatabaseAsyncImpl
 
createAqlFunction(String, String, AqlFunctionCreateOptions) - Method in interface com.arangodb.ArangoDatabase
Create a new AQL user function
createAqlFunction(String, String, AqlFunctionCreateOptions) - Method in interface com.arangodb.async.ArangoDatabaseAsync
Create a new AQL user function
createAqlFunction(String, String, AqlFunctionCreateOptions) - Method in class com.arangodb.async.internal.ArangoDatabaseAsyncImpl
 
createArangoSearch(String, ArangoSearchCreateOptions) - Method in interface com.arangodb.ArangoDatabase
Creates a ArangoSearch view with the given options, then returns view information from the server.
createArangoSearch(String, ArangoSearchCreateOptions) - Method in interface com.arangodb.async.ArangoDatabaseAsync
Creates a ArangoSearch view with the given options, then returns view information from the server.
createArangoSearch(String, ArangoSearchCreateOptions) - Method in class com.arangodb.async.internal.ArangoDatabaseAsyncImpl
 
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.
createCollection(String) - Method in interface com.arangodb.async.ArangoDatabaseAsync
Creates a collection
createCollection(String, CollectionCreateOptions) - Method in interface com.arangodb.async.ArangoDatabaseAsync
Creates a collection
createCollection(String) - Method in class com.arangodb.async.internal.ArangoDatabaseAsyncImpl
 
createCollection(String, CollectionCreateOptions) - Method in class com.arangodb.async.internal.ArangoDatabaseAsyncImpl
 
createConnection(HostDescription) - Method in interface com.arangodb.internal.net.ConnectionPool
 
createConnection(HostDescription) - Method in class com.arangodb.internal.net.ConnectionPoolImpl
 
createDatabase(String) - Method in interface com.arangodb.ArangoDB
Deprecated.
createDatabase(DbName) - Method in interface com.arangodb.ArangoDB
Creates a new database with the given name.
createDatabase(DBCreateOptions) - Method in interface com.arangodb.ArangoDB
Creates a new database with the given name.
createDatabase(String) - Method in interface com.arangodb.async.ArangoDBAsync
Deprecated.
createDatabase(DbName) - Method in interface com.arangodb.async.ArangoDBAsync
Creates a new database
createDatabase(DBCreateOptions) - Method in interface com.arangodb.async.ArangoDBAsync
Creates a new database
createDatabase(DbName) - Method in class com.arangodb.async.internal.ArangoDBAsyncImpl
 
createDatabase(DBCreateOptions) - Method in class com.arangodb.async.internal.ArangoDBAsyncImpl
 
createDocumentHandle(String, String) - Static method in class com.arangodb.internal.util.DocumentUtil
 
createFromLocation(String) - Static method in class com.arangodb.internal.util.HostUtils
 
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.
createGraph(String, Collection<EdgeDefinition>) - Method in interface com.arangodb.async.ArangoDatabaseAsync
Create a new graph in the graph module.
createGraph(String, Collection<EdgeDefinition>, GraphCreateOptions) - Method in interface com.arangodb.async.ArangoDatabaseAsync
Create a new graph in the graph module.
createGraph(Collection<EdgeDefinition>, GraphCreateOptions) - Method in interface com.arangodb.async.ArangoGraphAsync
Creates the graph in the graph module.
createGraph(String, Collection<EdgeDefinition>) - Method in class com.arangodb.async.internal.ArangoDatabaseAsyncImpl
 
createGraph(String, Collection<EdgeDefinition>, GraphCreateOptions) - Method in class com.arangodb.async.internal.ArangoDatabaseAsyncImpl
 
createGraph(Collection<EdgeDefinition>, GraphCreateOptions) - Method in class com.arangodb.async.internal.ArangoGraphAsyncImpl
 
createHost(HostDescription, int, ConnectionFactory) - Static method in class com.arangodb.internal.util.HostUtils
 
createInstance(InternalArangoDatabase<?, ?>, ArangoCursorExecute, Class<T>, CursorEntity) - Method in interface com.arangodb.util.ArangoCursorInitializer
Deprecated.
 
createIterator(ArangoCursor<T>, InternalArangoDatabase<?, ?>, ArangoCursorExecute, CursorEntity) - Method in class com.arangodb.internal.cursor.ArangoCursorImpl
 
createMessage(Request) - Method in class com.arangodb.internal.velocystream.VstCommunication
 
createResponse(Message) - Method in class com.arangodb.internal.velocystream.VstCommunication
 
createSearchAlias(String, SearchAliasCreateOptions) - Method in interface com.arangodb.ArangoDatabase
Creates a SearchAlias view with the given options, then returns view information from the server.
createSearchAlias(String, SearchAliasCreateOptions) - Method in interface com.arangodb.async.ArangoDatabaseAsync
Creates a SearchAlias view with the given options, then returns view information from the server.
createSearchAlias(String, SearchAliasCreateOptions) - Method in class com.arangodb.async.internal.ArangoDatabaseAsyncImpl
 
createSearchAnalyzer(SearchAnalyzer) - Method in interface com.arangodb.ArangoDatabase
Creates an Analyzer
createSearchAnalyzer(SearchAnalyzer) - Method in interface com.arangodb.async.ArangoDatabaseAsync
Creates an Analyzer
createSearchAnalyzer(SearchAnalyzer) - Method in class com.arangodb.async.internal.ArangoDatabaseAsyncImpl
 
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.
createUser(String, String) - Method in interface com.arangodb.async.ArangoDBAsync
Create a new user.
createUser(String, String, UserCreateOptions) - Method in interface com.arangodb.async.ArangoDBAsync
Create a new user.
createUser(String, String) - Method in class com.arangodb.async.internal.ArangoDBAsyncImpl
 
createUser(String, String, UserCreateOptions) - Method in class com.arangodb.async.internal.ArangoDBAsyncImpl
 
createView(String, ViewType) - Method in interface com.arangodb.ArangoDatabase
Creates a view of the given type, then returns view information from the server.
createView(String, ViewType) - Method in interface com.arangodb.async.ArangoDatabaseAsync
Creates a view of the given type, then returns view information from the server.
createView(String, ViewType) - Method in class com.arangodb.async.internal.ArangoDatabaseAsyncImpl
 
CURLLogger - Class in com.arangodb.internal.http
 
cursor(String, Class<T>) - Method in interface com.arangodb.ArangoDatabase
Return an cursor from the given cursor-ID if still existing
cursor(String, Class<T>) - Method in interface com.arangodb.async.ArangoDatabaseAsync
Return an cursor from the given cursor-ID if still existing
cursor(String, Class<T>) - Method in class com.arangodb.async.internal.ArangoDatabaseAsyncImpl
 
CursorEntity - Class in com.arangodb.entity
Deprecated.
use accessors from ArangoCursor instead
CursorEntity() - Constructor for class com.arangodb.entity.CursorEntity
Deprecated.
 
CursorEntity.Extras - Class in com.arangodb.entity
Deprecated.
 
CursorEntity.Stats - Class in com.arangodb.entity
Deprecated.
 
CursorEntity.Warning - Class in com.arangodb.entity
Deprecated.
 

D

DatabaseEntity - Class in com.arangodb.entity
 
DatabaseEntity() - Constructor for class com.arangodb.entity.DatabaseEntity
 
DatabaseOptions - Class in com.arangodb.model
 
DatabaseOptions() - Constructor for class com.arangodb.model.DatabaseOptions
 
DatabaseUsersOptions - Class in com.arangodb.model
 
DatabaseUsersOptions() - Constructor for class com.arangodb.model.DatabaseUsersOptions
 
DATE_STRING - Static variable in class com.arangodb.internal.velocypack.VPackDeserializers
 
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
Deprecated.
db(DbName) - 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
db() - Method in interface com.arangodb.async.ArangoCollectionAsync
The the handler of the database the collection is within
db() - Method in interface com.arangodb.async.ArangoDBAsync
Returns a handler of the system database
db(String) - Method in interface com.arangodb.async.ArangoDBAsync
Deprecated.
db(DbName) - Method in interface com.arangodb.async.ArangoDBAsync
Returns a handler of the database by the given name
db() - Method in interface com.arangodb.async.ArangoGraphAsync
The the handler of the database the named graph is within
db() - Method in interface com.arangodb.async.ArangoViewAsync
The the handler of the database the collection is within
db() - Method in class com.arangodb.async.internal.ArangoDBAsyncImpl
 
db(DbName) - Method in class com.arangodb.async.internal.ArangoDBAsyncImpl
 
DBCreateOptions - Class in com.arangodb.model
 
DBCreateOptions() - Constructor for class com.arangodb.model.DBCreateOptions
 
dbName() - Method in interface com.arangodb.ArangoDatabase
Returns the name of the database
dbName() - Method in interface com.arangodb.async.ArangoDatabaseAsync
Returns the name of the database
DbName - Class in com.arangodb
Class to represent a NFC-normalized database name (as required by ArangoDB extended naming convention).
deduplicate(Boolean) - Method in class com.arangodb.model.HashIndexOptions
Deprecated.
 
deduplicate(Boolean) - Method in class com.arangodb.model.PersistentIndexOptions
 
deduplicate(Boolean) - Method in class com.arangodb.model.SkiplistIndexOptions
Deprecated.
 
DefaultArangoSerialization - Class in com.arangodb.internal.util
 
DefaultArangoSerialization(ArangoSerializer, ArangoDeserializer) - Constructor for class com.arangodb.internal.util.DefaultArangoSerialization
 
delete() - Method in interface com.arangodb.ArangoRoute
Performs a DELETE request to the given URL and returns the server response.
delete() - Method in interface com.arangodb.async.ArangoRouteAsync
Performs a DELETE request to the given URL and returns the server response.
delete() - Method in class com.arangodb.async.internal.ArangoRouteAsyncImpl
 
deleteAnalyzer(String) - Method in interface com.arangodb.ArangoDatabase
Deprecated.
use this#deleteSearchAnalyzer(String)}}
deleteAnalyzer(String, AnalyzerDeleteOptions) - Method in interface com.arangodb.ArangoDatabase
Deprecated.
use this#deleteSearchAnalyzer(String, AnalyzerDeleteOptions)}}
deleteAnalyzer(String) - Method in interface com.arangodb.async.ArangoDatabaseAsync
Deprecated.
use this#deleteSearchAnalyzer(String)}}
deleteAnalyzer(String, AnalyzerDeleteOptions) - Method in interface com.arangodb.async.ArangoDatabaseAsync
Deprecated.
use this#deleteSearchAnalyzer(String, AnalyzerDeleteOptions)}}
deleteAnalyzer(String) - Method in class com.arangodb.async.internal.ArangoDatabaseAsyncImpl
 
deleteAnalyzer(String, AnalyzerDeleteOptions) - Method in class com.arangodb.async.internal.ArangoDatabaseAsyncImpl
 
deleteAqlFunction(String, AqlFunctionDeleteOptions) - Method in interface com.arangodb.ArangoDatabase
Deletes the AQL user function with the given name from the database.
deleteAqlFunction(String, AqlFunctionDeleteOptions) - Method in interface com.arangodb.async.ArangoDatabaseAsync
Remove an existing AQL user function
deleteAqlFunction(String, AqlFunctionDeleteOptions) - Method in class com.arangodb.async.internal.ArangoDatabaseAsyncImpl
 
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.
deleteDocument(String) - Method in interface com.arangodb.async.ArangoCollectionAsync
Removes a document
deleteDocument(String, Class<T>, DocumentDeleteOptions) - Method in interface com.arangodb.async.ArangoCollectionAsync
Removes a document
deleteDocument(String) - Method in class com.arangodb.async.internal.ArangoCollectionAsyncImpl
 
deleteDocument(String, Class<T>, DocumentDeleteOptions) - Method in class com.arangodb.async.internal.ArangoCollectionAsyncImpl
 
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.
deleteDocuments(Collection<?>) - Method in interface com.arangodb.async.ArangoCollectionAsync
Removes multiple document
deleteDocuments(Collection<?>, Class<T>, DocumentDeleteOptions) - Method in interface com.arangodb.async.ArangoCollectionAsync
Removes multiple document
deleteDocuments(Collection<?>) - Method in class com.arangodb.async.internal.ArangoCollectionAsyncImpl
 
deleteDocuments(Collection<?>, Class<T>, DocumentDeleteOptions) - Method in class com.arangodb.async.internal.ArangoCollectionAsyncImpl
 
deleteEdge(String) - Method in interface com.arangodb.ArangoEdgeCollection
Removes a edge
deleteEdge(String, EdgeDeleteOptions) - Method in interface com.arangodb.ArangoEdgeCollection
Removes a edge
deleteEdge(String) - Method in interface com.arangodb.async.ArangoEdgeCollectionAsync
Removes a edge
deleteEdge(String, EdgeDeleteOptions) - Method in interface com.arangodb.async.ArangoEdgeCollectionAsync
Removes a edge
deleteEdge(String) - Method in class com.arangodb.async.internal.ArangoEdgeCollectionAsyncImpl
 
deleteEdge(String, EdgeDeleteOptions) - Method in class com.arangodb.async.internal.ArangoEdgeCollectionAsyncImpl
 
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
deleteIndex(String) - Method in interface com.arangodb.async.ArangoCollectionAsync
Deletes an index
deleteIndex(String) - Method in interface com.arangodb.async.ArangoDatabaseAsync
Deletes an index
deleteIndex(String) - Method in class com.arangodb.async.internal.ArangoCollectionAsyncImpl
 
deleteIndex(String) - Method in class com.arangodb.async.internal.ArangoDatabaseAsyncImpl
 
deleteSearchAnalyzer(String) - Method in interface com.arangodb.ArangoDatabase
Deletes an Analyzer
deleteSearchAnalyzer(String, AnalyzerDeleteOptions) - Method in interface com.arangodb.ArangoDatabase
Deletes an Analyzer
deleteSearchAnalyzer(String) - Method in interface com.arangodb.async.ArangoDatabaseAsync
Deletes an Analyzer
deleteSearchAnalyzer(String, AnalyzerDeleteOptions) - Method in interface com.arangodb.async.ArangoDatabaseAsync
Deletes an Analyzer
deleteSearchAnalyzer(String) - Method in class com.arangodb.async.internal.ArangoDatabaseAsyncImpl
 
deleteSearchAnalyzer(String, AnalyzerDeleteOptions) - Method in class com.arangodb.async.internal.ArangoDatabaseAsyncImpl
 
deleteUser(String) - Method in interface com.arangodb.ArangoDB
Removes an existing user, identified by user.
deleteUser(String) - Method in interface com.arangodb.async.ArangoDBAsync
Removes an existing user, identified by user.
deleteUser(String) - Method in class com.arangodb.async.internal.ArangoDBAsyncImpl
 
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.
deleteVertex(String) - Method in interface com.arangodb.async.ArangoVertexCollectionAsync
Removes a vertex
deleteVertex(String, VertexDeleteOptions) - Method in interface com.arangodb.async.ArangoVertexCollectionAsync
Removes a vertex
deleteVertex(String) - Method in class com.arangodb.async.internal.ArangoVertexCollectionAsyncImpl
 
deleteVertex(String, VertexDeleteOptions) - Method in class com.arangodb.async.internal.ArangoVertexCollectionAsyncImpl
 
DelimiterAnalyzer - Class in com.arangodb.entity.arangosearch.analyzer
An Analyzer capable of breaking up delimited text into tokens as per RFC 4180 (without starting new records on newlines).
DelimiterAnalyzer() - Constructor for class com.arangodb.entity.arangosearch.analyzer.DelimiterAnalyzer
 
DelimiterAnalyzerProperties - Class in com.arangodb.entity.arangosearch.analyzer
 
DelimiterAnalyzerProperties() - Constructor for class com.arangodb.entity.arangosearch.analyzer.DelimiterAnalyzerProperties
 
deserialize(VPackSlice, Class<R>) - Method in class com.arangodb.internal.cursor.ArangoCursorIterator
 
deserialize(VPackSlice, Type) - Method in class com.arangodb.internal.util.ArangoDeserializerImpl
 
deserialize(VPackSlice, Type) - Method in class com.arangodb.internal.util.DefaultArangoSerialization
 
deserialize(VPackSlice, Type) - Method in class com.arangodb.mapping.ArangoJack
 
deserialize(VPackSlice, Type) - Method in interface com.arangodb.util.ArangoDeserializer
Deserialize a given VelocyPack to an instance of a given type
deserializeField(Map.Entry<String, VPackSlice>) - Static method in class com.arangodb.internal.velocypack.VPackDeserializers
 
details(Boolean) - Method in class com.arangodb.model.DocumentImportOptions
 
determineAccessType(Request) - Static method in class com.arangodb.internal.util.RequestUtils
 
direction(TraversalOptions.Direction) - Method in class com.arangodb.model.TraversalOptions
Deprecated.
 
DirtyReadHostHandler - Class in com.arangodb.internal.net
 
DirtyReadHostHandler(HostHandler, HostHandler) - Constructor for class com.arangodb.internal.net.DirtyReadHostHandler
 
disconnect() - Method in class com.arangodb.async.internal.ArangoExecutorAsync
 
distributeShardsLike(String) - Method in class com.arangodb.model.CollectionCreateOptions
 
doCompact(Boolean) - Method in class com.arangodb.model.CollectionCreateOptions
Deprecated.
MMFiles only
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
documentExists(String) - Method in interface com.arangodb.async.ArangoCollectionAsync
Checks if the document exists by reading a single document head
documentExists(String, DocumentExistsOptions) - Method in interface com.arangodb.async.ArangoCollectionAsync
Checks if the document exists by reading a single document head
documentExists(String) - Method in class com.arangodb.async.internal.ArangoCollectionAsyncImpl
 
documentExists(String, DocumentExistsOptions) - Method in class com.arangodb.async.internal.ArangoCollectionAsyncImpl
 
DocumentExistsOptions - Class in com.arangodb.model
 
DocumentExistsOptions() - Constructor for class com.arangodb.model.DocumentExistsOptions
 
DocumentField - Annotation Type in com.arangodb.entity
Deprecated.
Use Id, Key, Rev, From or To instead.
DocumentField.Type - Enum in com.arangodb.entity
Deprecated.
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
 
DocumentUtil - Class in com.arangodb.internal.util
 
doKeepAlive() - Method in class com.arangodb.async.internal.velocystream.VstConnectionAsync
 
doKeepAlive() - Method in class com.arangodb.internal.velocystream.internal.VstConnection
 
doKeepAlive() - Method in class com.arangodb.internal.velocystream.internal.VstConnectionSync
 
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(boolean) - 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.
drop() - Method in interface com.arangodb.async.ArangoCollectionAsync
Drops the collection
drop(boolean) - Method in interface com.arangodb.async.ArangoCollectionAsync
Drops the collection
drop() - Method in interface com.arangodb.async.ArangoDatabaseAsync
Drop an existing database
drop() - Method in interface com.arangodb.async.ArangoGraphAsync
Delete an existing graph
drop(boolean) - Method in interface com.arangodb.async.ArangoGraphAsync
Delete an existing graph including
drop() - Method in interface com.arangodb.async.ArangoVertexCollectionAsync
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.async.ArangoViewAsync
Deletes the view from the database.
drop() - Method in class com.arangodb.async.internal.ArangoCollectionAsyncImpl
 
drop(boolean) - Method in class com.arangodb.async.internal.ArangoCollectionAsyncImpl
 
drop() - Method in class com.arangodb.async.internal.ArangoDatabaseAsyncImpl
 
drop() - Method in class com.arangodb.async.internal.ArangoGraphAsyncImpl
 
drop(boolean) - Method in class com.arangodb.async.internal.ArangoGraphAsyncImpl
 
drop() - Method in class com.arangodb.async.internal.ArangoSearchAsyncImpl
 
drop() - Method in class com.arangodb.async.internal.ArangoVertexCollectionAsyncImpl
 
drop() - Method in class com.arangodb.async.internal.ArangoViewAsyncImpl
 
drop() - Method in class com.arangodb.async.internal.SearchAliasAsyncImpl
 

E

edgeCollection(String) - Method in interface com.arangodb.ArangoGraph
Returns a ArangoEdgeCollection instance for the given edge collection name.
edgeCollection(String) - Method in interface com.arangodb.async.ArangoGraphAsync
Returns a handler of the edge collection by the given name
edgeCollection(String) - Method in class com.arangodb.async.internal.ArangoGraphAsyncImpl
 
edgeCollection(String) - Method in class com.arangodb.model.TraversalOptions
Deprecated.
 
EdgeCreateOptions - Class in com.arangodb.model
 
EdgeCreateOptions() - Constructor for class com.arangodb.model.EdgeCreateOptions
 
EdgeDefinition - Class in com.arangodb.entity
 
EdgeDefinition() - Constructor for class com.arangodb.entity.EdgeDefinition
 
EdgeDefinition.Options - Class in com.arangodb.entity
 
edgeDefinitions(Collection<EdgeDefinition>) - Method in class com.arangodb.model.GraphCreateOptions
 
EdgeDeleteOptions - Class in com.arangodb.model
 
EdgeDeleteOptions() - Constructor for class com.arangodb.model.EdgeDeleteOptions
 
EdgeEntity - Class in com.arangodb.entity
 
EdgeEntity() - Constructor for class com.arangodb.entity.EdgeEntity
 
EdgeNgram - Class in com.arangodb.entity.arangosearch.analyzer
 
EdgeNgram() - Constructor for class com.arangodb.entity.arangosearch.analyzer.EdgeNgram
 
EdgeReplaceOptions - Class in com.arangodb.model
 
EdgeReplaceOptions() - Constructor for class com.arangodb.model.EdgeReplaceOptions
 
edgesUniqueness(TraversalOptions.UniquenessType) - Method in class com.arangodb.model.TraversalOptions
Deprecated.
 
EdgeUpdateEntity - Class in com.arangodb.entity
 
EdgeUpdateEntity() - Constructor for class com.arangodb.entity.EdgeUpdateEntity
 
EdgeUpdateOptions - Class in com.arangodb.model
 
EdgeUpdateOptions() - Constructor for class com.arangodb.model.EdgeUpdateOptions
 
encodeURIComponent(String) - Static method in class com.arangodb.internal.util.EncodeUtils
Encodes a string by replacing each instance of certain characters by one, two, three, or four escape sequences representing the UTF-8 encoding of the character.
EncodeUtils - Class in com.arangodb.internal.util
 
ENCRYPTION_JWT - Static variable in class com.arangodb.internal.velocystream.VstCommunication
 
ENCRYPTION_PLAIN - Static variable in class com.arangodb.internal.velocystream.VstCommunication
 
ensureFulltextIndex(Iterable<String>, FulltextIndexOptions) - Method in interface com.arangodb.ArangoCollection
Deprecated.
since ArangoDB 3.10, use ArangoSearch or Inverted indexes instead.
ensureFulltextIndex(Iterable<String>, FulltextIndexOptions) - Method in interface com.arangodb.async.ArangoCollectionAsync
Deprecated.
since ArangoDB 3.10, use ArangoSearch or Inverted indexes instead.
ensureFulltextIndex(Iterable<String>, FulltextIndexOptions) - Method in class com.arangodb.async.internal.ArangoCollectionAsyncImpl
Deprecated.
ensureGeoIndex(Iterable<String>, GeoIndexOptions) - Method in interface com.arangodb.ArangoCollection
Creates a geo-spatial index for the collection, if it does not already exist.
ensureGeoIndex(Iterable<String>, GeoIndexOptions) - Method in interface com.arangodb.async.ArangoCollectionAsync
Creates a geo-spatial index for the collection, if it does not already exist.
ensureGeoIndex(Iterable<String>, GeoIndexOptions) - Method in class com.arangodb.async.internal.ArangoCollectionAsyncImpl
 
ensureHashIndex(Iterable<String>, HashIndexOptions) - Method in interface com.arangodb.ArangoCollection
Deprecated.
use ArangoCollection.ensurePersistentIndex(Iterable, PersistentIndexOptions) instead. Since ArangoDB 3.7 a hash index is an alias for a persistent index.
ensureHashIndex(Iterable<String>, HashIndexOptions) - Method in interface com.arangodb.async.ArangoCollectionAsync
Deprecated.
use ArangoCollectionAsync.ensurePersistentIndex(Iterable, PersistentIndexOptions) instead. Since ArangoDB 3.7 a hash index is an alias for a persistent index.
ensureHashIndex(Iterable<String>, HashIndexOptions) - Method in class com.arangodb.async.internal.ArangoCollectionAsyncImpl
Deprecated.
ensureInvertedIndex(InvertedIndexOptions) - Method in interface com.arangodb.ArangoCollection
Creates an inverted index for the collection, if it does not already exist.
ensureInvertedIndex(InvertedIndexOptions) - Method in interface com.arangodb.async.ArangoCollectionAsync
Creates an inverted index for the collection, if it does not already exist.
ensureInvertedIndex(InvertedIndexOptions) - Method in class com.arangodb.async.internal.ArangoCollectionAsyncImpl
 
ensurePersistentIndex(Iterable<String>, PersistentIndexOptions) - Method in interface com.arangodb.ArangoCollection
Creates a persistent index for the collection, if it does not already exist.
ensurePersistentIndex(Iterable<String>, PersistentIndexOptions) - Method in interface com.arangodb.async.ArangoCollectionAsync
Creates a persistent index for the collection, if it does not already exist.
ensurePersistentIndex(Iterable<String>, PersistentIndexOptions) - Method in class com.arangodb.async.internal.ArangoCollectionAsyncImpl
 
ensureSkiplistIndex(Iterable<String>, SkiplistIndexOptions) - Method in interface com.arangodb.ArangoCollection
Deprecated.
use ArangoCollection.ensurePersistentIndex(Iterable, PersistentIndexOptions) instead. Since ArangoDB 3.7 a skiplist index is an alias for a persistent index.
ensureSkiplistIndex(Iterable<String>, SkiplistIndexOptions) - Method in interface com.arangodb.async.ArangoCollectionAsync
Deprecated.
use ArangoCollectionAsync.ensurePersistentIndex(Iterable, PersistentIndexOptions) instead. Since ArangoDB 3.7 a skiplist index is an alias for a persistent index.
ensureSkiplistIndex(Iterable<String>, SkiplistIndexOptions) - Method in class com.arangodb.async.internal.ArangoCollectionAsyncImpl
Deprecated.
ensureTtlIndex(Iterable<String>, TtlIndexOptions) - Method in interface com.arangodb.ArangoCollection
Creates a ttl index for the collection, if it does not already exist.
ensureTtlIndex(Iterable<String>, TtlIndexOptions) - Method in interface com.arangodb.async.ArangoCollectionAsync
Creates a ttl index for the collection, if it does not already exist.
ensureTtlIndex(Iterable<String>, TtlIndexOptions) - Method in class com.arangodb.async.internal.ArangoCollectionAsyncImpl
 
ensureZKDIndex(Iterable<String>, ZKDIndexOptions) - Method in interface com.arangodb.ArangoCollection
Creates a ZKD multi-dimensional index for the collection, if it does not already exist.
ensureZKDIndex(Iterable<String>, ZKDIndexOptions) - Method in interface com.arangodb.async.ArangoCollectionAsync
Creates a ZKD multi-dimensional index for the collection, if it does not already exist.
ensureZKDIndex(Iterable<String>, ZKDIndexOptions) - Method in class com.arangodb.async.internal.ArangoCollectionAsyncImpl
 
Entity - Interface in com.arangodb.entity
Deprecated.
for removal
equals(Object) - Method in exception com.arangodb.ArangoDBMultipleException
 
equals(Object) - Method in class com.arangodb.DbName
 
equals(Object) - Method in class com.arangodb.entity.arangosearch.analyzer.AQLAnalyzer
 
equals(Object) - Method in class com.arangodb.entity.arangosearch.analyzer.AQLAnalyzerProperties
 
equals(Object) - Method in class com.arangodb.entity.arangosearch.analyzer.ClassificationAnalyzer
 
equals(Object) - Method in class com.arangodb.entity.arangosearch.analyzer.ClassificationAnalyzerProperties
 
equals(Object) - Method in class com.arangodb.entity.arangosearch.analyzer.CollationAnalyzer
 
equals(Object) - Method in class com.arangodb.entity.arangosearch.analyzer.CollationAnalyzerProperties
 
equals(Object) - Method in class com.arangodb.entity.arangosearch.analyzer.DelimiterAnalyzer
 
equals(Object) - Method in class com.arangodb.entity.arangosearch.analyzer.DelimiterAnalyzerProperties
 
equals(Object) - Method in class com.arangodb.entity.arangosearch.analyzer.EdgeNgram
 
equals(Object) - Method in class com.arangodb.entity.arangosearch.analyzer.GeoAnalyzerOptions
 
equals(Object) - Method in class com.arangodb.entity.arangosearch.analyzer.GeoJSONAnalyzer
 
equals(Object) - Method in class com.arangodb.entity.arangosearch.analyzer.GeoJSONAnalyzerProperties
 
equals(Object) - Method in class com.arangodb.entity.arangosearch.analyzer.GeoPointAnalyzer
 
equals(Object) - Method in class com.arangodb.entity.arangosearch.analyzer.GeoPointAnalyzerProperties
 
equals(Object) - Method in class com.arangodb.entity.arangosearch.analyzer.IdentityAnalyzer
 
equals(Object) - Method in class com.arangodb.entity.arangosearch.analyzer.MinHashAnalyzer
 
equals(Object) - Method in class com.arangodb.entity.arangosearch.analyzer.MinHashAnalyzerProperties
 
equals(Object) - Method in class com.arangodb.entity.arangosearch.analyzer.NearestNeighborsAnalyzer
 
equals(Object) - Method in class com.arangodb.entity.arangosearch.analyzer.NearestNeighborsAnalyzerProperties
 
equals(Object) - Method in class com.arangodb.entity.arangosearch.analyzer.NGramAnalyzer
 
equals(Object) - Method in class com.arangodb.entity.arangosearch.analyzer.NGramAnalyzerProperties
 
equals(Object) - Method in class com.arangodb.entity.arangosearch.analyzer.NormAnalyzer
 
equals(Object) - Method in class com.arangodb.entity.arangosearch.analyzer.NormAnalyzerProperties
 
equals(Object) - Method in class com.arangodb.entity.arangosearch.analyzer.PipelineAnalyzer
 
equals(Object) - Method in class com.arangodb.entity.arangosearch.analyzer.PipelineAnalyzerProperties
 
equals(Object) - Method in class com.arangodb.entity.arangosearch.analyzer.SearchAnalyzer
 
equals(Object) - Method in class com.arangodb.entity.arangosearch.analyzer.SegmentationAnalyzer
 
equals(Object) - Method in class com.arangodb.entity.arangosearch.analyzer.SegmentationAnalyzerProperties
 
equals(Object) - Method in class com.arangodb.entity.arangosearch.analyzer.StemAnalyzer
 
equals(Object) - Method in class com.arangodb.entity.arangosearch.analyzer.StemAnalyzerProperties
 
equals(Object) - Method in class com.arangodb.entity.arangosearch.analyzer.StopwordsAnalyzer
 
equals(Object) - Method in class com.arangodb.entity.arangosearch.analyzer.StopwordsAnalyzerProperties
 
equals(Object) - Method in class com.arangodb.entity.arangosearch.analyzer.TextAnalyzer
 
equals(Object) - Method in class com.arangodb.entity.arangosearch.analyzer.TextAnalyzerProperties
 
equals(Object) - Method in class com.arangodb.entity.arangosearch.ConsolidationPolicy
 
equals(Object) - Method in class com.arangodb.entity.arangosearch.StoredValue
 
equals(Object) - Method in class com.arangodb.entity.BaseDocument
 
equals(Object) - Method in class com.arangodb.entity.BaseEdgeDocument
 
equals(Object) - Method in class com.arangodb.entity.InvertedIndexField
 
equals(Object) - Method in class com.arangodb.entity.InvertedIndexPrimarySort
 
equals(Object) - Method in class com.arangodb.entity.InvertedIndexPrimarySort.Field
 
equals(Object) - Method in class com.arangodb.internal.net.HostDescription
 
equals(Object) - Method in class com.arangodb.internal.net.HostImpl
 
equals(Object) - Method in class com.arangodb.model.ComputedValue
 
equals(Object) - Method in class com.arangodb.model.InvertedIndexOptions
 
equals(Object) - Method in class com.arangodb.model.QueueTimeSample
 
ErrorEntity - Class in com.arangodb.entity
 
ErrorEntity() - Constructor for class com.arangodb.entity.ErrorEntity
 
estimates(Boolean) - Method in class com.arangodb.model.HashIndexOptions
Deprecated.
 
estimates(Boolean) - Method in class com.arangodb.model.PersistentIndexOptions
 
estimates(Boolean) - Method in class com.arangodb.model.SkiplistIndexOptions
Deprecated.
 
excludeSystem(Boolean) - Method in class com.arangodb.model.CollectionsReadOptions
 
exclusive(String...) - Method in class com.arangodb.model.TransactionCollectionOptions
 
exclusiveCollections(String...) - Method in class com.arangodb.model.StreamTransactionOptions
 
exclusiveCollections(String...) - Method in class com.arangodb.model.TransactionOptions
 
execute(Request) - Method in interface com.arangodb.ArangoDB
Generic Execute.
execute(Request, HostHandle) - Method in interface com.arangodb.ArangoDB
Generic Execute.
execute(Request) - Method in interface com.arangodb.async.ArangoDBAsync
Generic Execute.
execute(Request) - Method in class com.arangodb.async.internal.ArangoDBAsyncImpl
 
execute(Request, Type) - Method in class com.arangodb.async.internal.ArangoExecutorAsync
 
execute(Request, Type, HostHandle) - Method in class com.arangodb.async.internal.ArangoExecutorAsync
 
execute(Request, ArangoExecutor.ResponseDeserializer<T>) - Method in class com.arangodb.async.internal.ArangoExecutorAsync
 
execute(Request, VstConnectionAsync) - Method in class com.arangodb.async.internal.velocystream.VstCommunicationAsync
 
execute(Request, VstConnectionAsync, int) - Method in class com.arangodb.async.internal.velocystream.VstCommunicationAsync
 
execute(Request, HostHandle) - Method in class com.arangodb.internal.http.HttpCommunication
 
execute(Request) - Method in class com.arangodb.internal.http.HttpConnection
 
execute(Request, HostHandle) - Method in class com.arangodb.internal.http.HttpProtocol
 
execute(Request, HostHandle) - Method in interface com.arangodb.internal.net.CommunicationProtocol
 
execute(Request, HostHandle) - Method in class com.arangodb.internal.velocystream.VstCommunication
 
execute(Request, HostHandle, int) - Method in class com.arangodb.internal.velocystream.VstCommunication
 
execute(Request, C) - Method in class com.arangodb.internal.velocystream.VstCommunication
 
execute(Request, C, int) - Method in class com.arangodb.internal.velocystream.VstCommunication
 
execute(Request, VstConnectionSync) - Method in class com.arangodb.internal.velocystream.VstCommunicationSync
 
execute(Request, VstConnectionSync, int) - Method in class com.arangodb.internal.velocystream.VstCommunicationSync
 
execute(Request, HostHandle) - Method in class com.arangodb.internal.velocystream.VstProtocol
 
executeTraversal(Class<V>, Class<E>, TraversalOptions) - Method in interface com.arangodb.ArangoDatabase
Deprecated.
use this#query(String, Map, AqlQueryOptions, Class)
executeTraversal(Class<V>, Class<E>, TraversalOptions) - Method in interface com.arangodb.async.ArangoDatabaseAsync
Deprecated.
use this#query(String, Map, AqlQueryOptions, Class)
executeTraversal(Class<V>, Class<E>, TraversalOptions) - Method in class com.arangodb.async.internal.ArangoDatabaseAsyncImpl
 
ExecutionCollection() - Constructor for class com.arangodb.entity.AqlExecutionExplainEntity.ExecutionCollection
 
ExecutionExpression() - Constructor for class com.arangodb.entity.AqlExecutionExplainEntity.ExecutionExpression
 
ExecutionNode() - Constructor for class com.arangodb.entity.AqlExecutionExplainEntity.ExecutionNode
 
ExecutionPlan() - Constructor for class com.arangodb.entity.AqlExecutionExplainEntity.ExecutionPlan
 
ExecutionStats() - Constructor for class com.arangodb.entity.AqlExecutionExplainEntity.ExecutionStats
 
ExecutionVariable() - Constructor for class com.arangodb.entity.AqlExecutionExplainEntity.ExecutionVariable
 
executor() - Method in class com.arangodb.async.internal.ArangoDBAsyncImpl
 
exists() - Method in interface com.arangodb.ArangoCollection
Checks whether the collection exists
exists() - Method in interface com.arangodb.ArangoDatabase
Checks whether the database exists
exists() - Method in interface com.arangodb.ArangoGraph
Checks whether the graph exists
exists() - Method in interface com.arangodb.ArangoView
Checks whether the view exists.
exists() - Method in interface com.arangodb.async.ArangoCollectionAsync
Checks whether the collection exists
exists() - Method in interface com.arangodb.async.ArangoDatabaseAsync
Checks whether the database exists
exists() - Method in interface com.arangodb.async.ArangoGraphAsync
Checks whether the graph exists
exists() - Method in interface com.arangodb.async.ArangoViewAsync
Checks whether the view exists.
exists() - Method in class com.arangodb.async.internal.ArangoCollectionAsyncImpl
 
exists() - Method in class com.arangodb.async.internal.ArangoDatabaseAsyncImpl
 
exists() - Method in class com.arangodb.async.internal.ArangoGraphAsyncImpl
 
exists() - Method in class com.arangodb.async.internal.ArangoSearchAsyncImpl
 
exists() - Method in class com.arangodb.async.internal.ArangoViewAsyncImpl
 
exists() - Method in class com.arangodb.async.internal.SearchAliasAsyncImpl
 
expander(String) - Method in class com.arangodb.model.TraversalOptions
Deprecated.
 
expireAfter(Integer) - Method in class com.arangodb.model.TtlIndexOptions
 
explainQuery(String, Map<String, Object>, AqlQueryExplainOptions) - Method in interface com.arangodb.ArangoDatabase
Explain an AQL query and return information about it
explainQuery(String, Map<String, Object>, AqlQueryExplainOptions) - Method in interface com.arangodb.async.ArangoDatabaseAsync
Explain an AQL query and return information about it
explainQuery(String, Map<String, Object>, AqlQueryExplainOptions) - Method in class com.arangodb.async.internal.ArangoDatabaseAsyncImpl
 
expression(String) - Method in class com.arangodb.model.ComputedValue
 
ExtendedHostResolver - Class in com.arangodb.internal.net
 
ExtendedHostResolver(List<Host>, Integer, ConnectionFactory, Integer) - Constructor for class com.arangodb.internal.net.ExtendedHostResolver
 
extra(Map<String, Object>) - Method in class com.arangodb.model.DatabaseUsersOptions
 
extra(Map<String, Object>) - Method in class com.arangodb.model.UserCreateOptions
 
extra(Map<String, Object>) - Method in class com.arangodb.model.UserUpdateOptions
 
Extras() - Constructor for class com.arangodb.entity.CursorEntity.Extras
Deprecated.
 

F

fail(Exception) - Method in class com.arangodb.internal.net.DirtyReadHostHandler
 
fail(Exception) - Method in class com.arangodb.internal.net.FallbackHostHandler
 
fail(Exception) - Method in interface com.arangodb.internal.net.HostHandler
 
fail(Exception) - Method in class com.arangodb.internal.net.RandomHostHandler
 
fail(Exception) - Method in class com.arangodb.internal.net.RoundRobinHostHandler
 
failIfNotMatch(HostDescription, Exception) - Method in class com.arangodb.internal.net.DirtyReadHostHandler
 
failIfNotMatch(HostDescription, Exception) - Method in class com.arangodb.internal.net.FallbackHostHandler
 
failIfNotMatch(HostDescription, Exception) - Method in interface com.arangodb.internal.net.HostHandler
 
failIfNotMatch(HostDescription, Exception) - Method in class com.arangodb.internal.net.RandomHostHandler
 
failIfNotMatch(HostDescription, Exception) - Method in class com.arangodb.internal.net.RoundRobinHostHandler
 
failOnWarning(Boolean) - Method in class com.arangodb.model.AqlQueryOptions
 
failOnWarning(Boolean) - Method in class com.arangodb.model.ComputedValue
 
FallbackHostHandler - Class in com.arangodb.internal.net
 
FallbackHostHandler(HostResolver) - Constructor for class com.arangodb.internal.net.FallbackHostHandler
 
features(AnalyzerFeature...) - Method in class com.arangodb.entity.InvertedIndexField
 
features(AnalyzerFeature...) - Method in class com.arangodb.model.InvertedIndexOptions
 
Field(String, InvertedIndexPrimarySort.Field.Direction) - Constructor for class com.arangodb.entity.InvertedIndexPrimarySort.Field
 
FieldLink - Class in com.arangodb.entity.arangosearch
 
fields(FieldLink...) - Method in class com.arangodb.entity.arangosearch.CollectionLink
 
fields(FieldLink...) - Method in class com.arangodb.entity.arangosearch.FieldLink
 
fields(InvertedIndexPrimarySort.Field...) - Method in class com.arangodb.entity.InvertedIndexPrimarySort
 
fields(Iterable<String>) - Method in class com.arangodb.model.FulltextIndexOptions
Deprecated.
 
fields(Iterable<String>) - Method in class com.arangodb.model.GeoIndexOptions
 
fields(Iterable<String>) - Method in class com.arangodb.model.HashIndexOptions
Deprecated.
 
fields(InvertedIndexField...) - Method in class com.arangodb.model.InvertedIndexOptions
 
fields(Iterable<String>) - Method in class com.arangodb.model.PersistentIndexOptions
 
fields(Iterable<String>) - Method in class com.arangodb.model.SkiplistIndexOptions
Deprecated.
 
fields(Iterable<String>) - Method in class com.arangodb.model.TtlIndexOptions
 
fields(Iterable<String>) - Method in class com.arangodb.model.ZKDIndexOptions
 
fieldValueTypes(ZKDIndexOptions.FieldValueTypes) - Method in class com.arangodb.model.ZKDIndexOptions
 
fillBlockCache(Boolean) - Method in class com.arangodb.model.AqlQueryOptions
 
filter(Predicate<? super T>) - Method in interface com.arangodb.ArangoIterable
filter(Predicate<? super T>) - Method in class com.arangodb.internal.cursor.AbstractArangoIterable
 
filter(String) - Method in class com.arangodb.model.TraversalOptions
Deprecated.
 
findImplicitPropertyName(AnnotatedMember) - Method in class com.arangodb.internal.mapping.ArangoAnnotationIntrospector
 
findNameForDeserialization(Annotated) - Method in class com.arangodb.internal.mapping.ArangoAnnotationIntrospector
 
findNameForSerialization(Annotated) - Method in class com.arangodb.internal.mapping.ArangoAnnotationIntrospector
 
findPropertyAccess(Annotated) - Method in class com.arangodb.internal.mapping.ArangoAnnotationIntrospector
 
first() - Method in interface com.arangodb.ArangoIterable
Deprecated.
first() - Method in class com.arangodb.internal.cursor.AbstractArangoIterable
 
Flags() - Constructor for class com.arangodb.entity.QueryOptimizerRule.Flags
 
foreach(Consumer<? super T>) - Method in interface com.arangodb.ArangoIterable
foreach(Consumer<? super T>) - Method in class com.arangodb.internal.cursor.ArangoCursorImpl
 
foreach(Consumer<? super T>) - Method in class com.arangodb.internal.cursor.ArangoFilterIterable
Deprecated.
 
foreach(Consumer<? super T>) - Method in class com.arangodb.internal.cursor.ArangoMappingIterable
Deprecated.
 
from(String...) - Method in class com.arangodb.entity.EdgeDefinition
 
From - Annotation Type in com.arangodb.entity
 
fromLevel(int) - Static method in enum com.arangodb.entity.LogLevel
 
fromPrefix(String) - Method in class com.arangodb.model.DocumentImportOptions
 
fromStatus(int) - Static method in enum com.arangodb.entity.CollectionStatus
 
fromType(int) - Static method in enum com.arangodb.entity.CollectionType
 
fromType(int) - Static method in enum com.arangodb.velocystream.RequestType
 
fullCount(Boolean) - Method in class com.arangodb.model.AqlQueryOptions
 
FulltextIndexOptions - Class in com.arangodb.model
Deprecated.
since ArangoDB 3.10, use ArangoSearch or Inverted indexes instead.
FulltextIndexOptions() - Constructor for class com.arangodb.model.FulltextIndexOptions
Deprecated.
 
Function<T,R> - Interface in com.arangodb
 

G

GeoAnalyzerOptions - Class in com.arangodb.entity.arangosearch.analyzer
 
GeoAnalyzerOptions() - Constructor for class com.arangodb.entity.arangosearch.analyzer.GeoAnalyzerOptions
 
GeoIndexOptions - Class in com.arangodb.model
 
GeoIndexOptions() - Constructor for class com.arangodb.model.GeoIndexOptions
 
geoJson(Boolean) - Method in class com.arangodb.model.GeoIndexOptions
 
GeoJSONAnalyzer - Class in com.arangodb.entity.arangosearch.analyzer
An Analyzer capable of breaking up a GeoJSON object into a set of indexable tokens for further usage with ArangoSearch Geo functions.
GeoJSONAnalyzer() - Constructor for class com.arangodb.entity.arangosearch.analyzer.GeoJSONAnalyzer
 
GeoJSONAnalyzerProperties - Class in com.arangodb.entity.arangosearch.analyzer
 
GeoJSONAnalyzerProperties() - Constructor for class com.arangodb.entity.arangosearch.analyzer.GeoJSONAnalyzerProperties
 
GeoJSONAnalyzerProperties.GeoJSONAnalyzerType - Enum in com.arangodb.entity.arangosearch.analyzer
 
GeoPointAnalyzer - Class in com.arangodb.entity.arangosearch.analyzer
An Analyzer capable of breaking up JSON object describing a coordinate into a set of indexable tokens for further usage with ArangoSearch Geo functions.
GeoPointAnalyzer() - Constructor for class com.arangodb.entity.arangosearch.analyzer.GeoPointAnalyzer
 
GeoPointAnalyzerProperties - Class in com.arangodb.entity.arangosearch.analyzer
 
GeoPointAnalyzerProperties() - Constructor for class com.arangodb.entity.arangosearch.analyzer.GeoPointAnalyzerProperties
 
get() - Method in interface com.arangodb.ArangoRoute
Performs a GET request to the given URL and returns the server response.
get() - Method in interface com.arangodb.async.ArangoRouteAsync
Performs a GET request to the given URL and returns the server response.
get() - Method in class com.arangodb.async.internal.ArangoRouteAsyncImpl
 
get() - Method in class com.arangodb.DbName
 
get(HostHandle, AccessType) - Method in class com.arangodb.internal.net.DirtyReadHostHandler
 
get(HostHandle, AccessType) - Method in class com.arangodb.internal.net.FallbackHostHandler
 
get(HostHandle, AccessType) - Method in interface com.arangodb.internal.net.HostHandler
 
get(HostHandle, AccessType) - Method in class com.arangodb.internal.net.RandomHostHandler
 
get(HostHandle, AccessType) - Method in class com.arangodb.internal.net.RoundRobinHostHandler
 
get(ArangoSerializationFactory.Serializer) - Method in class com.arangodb.internal.util.ArangoSerializationFactory
 
get(long) - Method in class com.arangodb.internal.velocystream.internal.MessageStore
 
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
getAccessibleDatabases() - Method in interface com.arangodb.async.ArangoDatabaseAsync
Retrieves a list of all databases the current user can access
getAccessibleDatabases() - Method in interface com.arangodb.async.ArangoDBAsync
Retrieves a list of all databases the current user can access
getAccessibleDatabases() - Method in class com.arangodb.async.internal.ArangoDatabaseAsyncImpl
 
getAccessibleDatabases() - Method in class com.arangodb.async.internal.ArangoDBAsyncImpl
 
getAccessibleDatabasesFor(String) - Method in interface com.arangodb.ArangoDB
List available database to the specified user
getAccessibleDatabasesFor(String) - Method in interface com.arangodb.async.ArangoDBAsync
List available database to the specified user
getAccessibleDatabasesFor(String) - Method in class com.arangodb.async.internal.ArangoDBAsyncImpl
 
getAction() - Method in class com.arangodb.model.TransactionOptions
 
getActive() - Method in class com.arangodb.entity.UserEntity
 
getActive() - Method in class com.arangodb.model.DatabaseUsersOptions
 
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
 
getAllowDirtyRead() - Method in class com.arangodb.model.GraphDocumentReadOptions
 
getAllowDirtyRead() - Method in class com.arangodb.model.StreamTransactionOptions
 
getAllowImplicit() - Method in class com.arangodb.model.StreamTransactionOptions
 
getAllowImplicit() - Method in class com.arangodb.model.TransactionCollectionOptions
 
getAllowUserKeys() - Method in class com.arangodb.entity.KeyOptions
 
getAllPlans() - Method in class com.arangodb.model.AqlQueryExplainOptions
 
getAnalyzer(String) - Method in interface com.arangodb.ArangoDatabase
Deprecated.
use this#getSearchAnalyzer(String)}
getAnalyzer(String) - Method in interface com.arangodb.async.ArangoDatabaseAsync
Deprecated.
use this#getSearchAnalyzer(String)}
getAnalyzer(String) - Method in class com.arangodb.async.internal.ArangoDatabaseAsyncImpl
 
getAnalyzer() - Method in class com.arangodb.entity.arangosearch.analyzer.MinHashAnalyzerProperties
 
getAnalyzer() - Method in class com.arangodb.entity.InvertedIndexEntity
 
getAnalyzer() - Method in class com.arangodb.entity.InvertedIndexField
 
getAnalyzer() - Method in class com.arangodb.model.InvertedIndexOptions
 
getAnalyzerCase() - Method in class com.arangodb.entity.arangosearch.analyzer.NormAnalyzerProperties
 
getAnalyzerCase() - Method in class com.arangodb.entity.arangosearch.analyzer.SegmentationAnalyzerProperties
 
getAnalyzerCase() - Method in class com.arangodb.entity.arangosearch.analyzer.TextAnalyzerProperties
 
getAnalyzers() - Method in interface com.arangodb.ArangoDatabase
Deprecated.
use this#getSearchAnalyzers()
getAnalyzers() - Method in interface com.arangodb.async.ArangoDatabaseAsync
Deprecated.
use this#getSearchAnalyzers()
getAnalyzers() - Method in class com.arangodb.async.internal.ArangoDatabaseAsyncImpl
 
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
getAqlFunctions(AqlFunctionGetOptions) - Method in interface com.arangodb.async.ArangoDatabaseAsync
Gets all reqistered AQL user functions
getAqlFunctions(AqlFunctionGetOptions) - Method in class com.arangodb.async.internal.ArangoDatabaseAsyncImpl
 
getAscending() - Method in class com.arangodb.entity.arangosearch.PrimarySort
 
getAst() - Method in class com.arangodb.entity.AqlParseEntity
 
getAttribute(String) - Method in class com.arangodb.entity.BaseDocument
 
getAvg() - Method in interface com.arangodb.QueueTimeMetrics
 
getBatchSize() - Method in class com.arangodb.entity.arangosearch.analyzer.AQLAnalyzerProperties
 
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.internal.velocystream.internal.Message
 
getBody() - Method in class com.arangodb.velocystream.Request
 
getBody() - Method in class com.arangodb.velocystream.Response
 
getBreakMode() - Method in class com.arangodb.entity.arangosearch.analyzer.SegmentationAnalyzerProperties
 
getCache() - Method in class com.arangodb.model.AqlQueryOptions
 
getCacheable() - Method in class com.arangodb.entity.AqlExecutionExplainEntity
 
getCached() - Method in class com.arangodb.entity.CursorEntity
Deprecated.
 
getCacheEnabled() - Method in class com.arangodb.entity.IndexEntity
 
getCacheEnabled() - Method in class com.arangodb.model.PersistentIndexOptions
 
getCacheHits() - Method in class com.arangodb.entity.CursorEntity.Stats
Deprecated.
 
getCacheMisses() - Method in class com.arangodb.entity.CursorEntity.Stats
Deprecated.
 
getCanBeDisabled() - Method in class com.arangodb.entity.QueryOptimizerRule.Flags
 
getCanCreateAdditionalPlans() - Method in class com.arangodb.entity.QueryOptimizerRule.Flags
 
getCanThrow() - Method in class com.arangodb.entity.AqlExecutionExplainEntity.ExecutionNode
 
getChangePassword() - Method in class com.arangodb.entity.UserEntity
 
getChunk() - Method in class com.arangodb.internal.velocystream.internal.Chunk
 
getChunkX() - Method in class com.arangodb.internal.velocystream.internal.Chunk
 
getCleanupIntervalStep() - Method in class com.arangodb.entity.arangosearch.ArangoSearchProperties
 
getCleanupIntervalStep() - Method in class com.arangodb.entity.arangosearch.ArangoSearchPropertiesEntity
 
getCleanupIntervalStep() - Method in class com.arangodb.entity.InvertedIndexEntity
 
getCleanupIntervalStep() - Method in class com.arangodb.model.InvertedIndexOptions
 
getCluster() - Method in class com.arangodb.entity.LogLevelEntity
 
getClusterOnly() - Method in class com.arangodb.entity.QueryOptimizerRule.Flags
 
getCode() - Method in class com.arangodb.entity.AqlFunctionEntity
 
getCode() - Method in class com.arangodb.entity.CursorEntity.Warning
Deprecated.
 
getCode() - Method in class com.arangodb.entity.ErrorEntity
 
getCode() - Method in class com.arangodb.entity.InvertedIndexEntity
 
getCode() - Method in class com.arangodb.model.AqlFunctionCreateOptions
 
getCollapsePositions() - Method in class com.arangodb.entity.arangosearch.analyzer.AQLAnalyzerProperties
 
getCollection() - Method in class com.arangodb.entity.AqlExecutionExplainEntity.ExecutionNode
 
getCollection() - Method in class com.arangodb.entity.arangosearch.SearchAliasIndex
 
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 interface com.arangodb.async.ArangoDatabaseAsync
Returns all collections
getCollections(CollectionsReadOptions) - Method in interface com.arangodb.async.ArangoDatabaseAsync
Returns all collections
getCollections() - Method in class com.arangodb.async.internal.ArangoDatabaseAsyncImpl
 
getCollections(CollectionsReadOptions) - Method in class com.arangodb.async.internal.ArangoDatabaseAsyncImpl
 
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
 
getCommitIntervalMsec() - Method in class com.arangodb.entity.arangosearch.ArangoSearchProperties
 
getCommitIntervalMsec() - Method in class com.arangodb.entity.arangosearch.ArangoSearchPropertiesEntity
 
getCommitIntervalMsec() - Method in class com.arangodb.entity.InvertedIndexEntity
 
getCommitIntervalMsec() - Method in class com.arangodb.model.InvertedIndexOptions
 
getCommunication() - Method in class com.arangodb.entity.LogLevelEntity
 
getCompactor() - Method in class com.arangodb.entity.LogLevelEntity
 
getComplete() - Method in class com.arangodb.model.DocumentImportOptions
 
getCompression() - Method in class com.arangodb.entity.arangosearch.StoredValue
 
getCompression() - Method in class com.arangodb.entity.InvertedIndexPrimarySort
 
getComputedValues() - Method in class com.arangodb.entity.CollectionEntity
 
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
 
getConnectionName() - Method in class com.arangodb.internal.velocystream.internal.VstConnection
 
getConsolidationIntervalMsec() - Method in class com.arangodb.entity.arangosearch.ArangoSearchProperties
 
getConsolidationIntervalMsec() - Method in class com.arangodb.entity.arangosearch.ArangoSearchPropertiesEntity
 
getConsolidationIntervalMsec() - Method in class com.arangodb.entity.InvertedIndexEntity
 
getConsolidationIntervalMsec() - Method in class com.arangodb.model.InvertedIndexOptions
 
getConsolidationPolicy() - Method in class com.arangodb.entity.arangosearch.ArangoSearchProperties
 
getConsolidationPolicy() - Method in class com.arangodb.entity.arangosearch.ArangoSearchPropertiesEntity
 
getConsolidationPolicy() - Method in class com.arangodb.entity.InvertedIndexEntity
 
getConsolidationPolicy() - Method in class com.arangodb.model.InvertedIndexOptions
 
getConstraint() - Method in class com.arangodb.entity.IndexEntity
 
getContentLength() - Method in class com.arangodb.internal.velocystream.internal.Chunk
 
getContentOffset() - Method in class com.arangodb.internal.velocystream.internal.Chunk
 
getCount() - Method in interface com.arangodb.ArangoCursor
 
getCount() - Method in class com.arangodb.entity.CollectionPropertiesEntity
 
getCount() - Method in class com.arangodb.entity.CursorEntity
Deprecated.
 
getCount() - Method in class com.arangodb.internal.cursor.ArangoCursorImpl
 
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
getCurrentlyRunningQueries() - Method in interface com.arangodb.async.ArangoDatabaseAsync
Returns a list of currently running AQL queries
getCurrentlyRunningQueries() - Method in class com.arangodb.async.internal.ArangoDatabaseAsyncImpl
 
getCursorsCreated() - Method in class com.arangodb.entity.CursorEntity.Stats
Deprecated.
 
getCursorsRearmed() - Method in class com.arangodb.entity.CursorEntity.Stats
Deprecated.
 
getDatabase() - Method in class com.arangodb.entity.AqlExecutionExplainEntity.ExecutionNode
 
getDatabase() - Method in class com.arangodb.velocystream.Request
Deprecated.
getDatabases() - Method in interface com.arangodb.ArangoDB
Retrieves a list of all existing databases
getDatabases() - Method in interface com.arangodb.async.ArangoDBAsync
Retrieves a list of all existing databases
getDatabases() - Method in class com.arangodb.async.internal.ArangoDBAsyncImpl
 
getDatafiles() - Method in class com.arangodb.entity.LogLevelEntity
 
getDate() - Method in class com.arangodb.entity.LogEntriesEntity.Message
 
getDbName() - Method in class com.arangodb.velocystream.Request
 
getDeduplicate() - Method in class com.arangodb.entity.IndexEntity
 
getDeduplicate() - Method in class com.arangodb.model.HashIndexOptions
Deprecated.
 
getDeduplicate() - Method in class com.arangodb.model.PersistentIndexOptions
 
getDeduplicate() - Method in class com.arangodb.model.SkiplistIndexOptions
Deprecated.
 
getDelimiter() - Method in class com.arangodb.entity.arangosearch.analyzer.DelimiterAnalyzerProperties
 
getDependencies() - Method in class com.arangodb.entity.AqlExecutionExplainEntity.ExecutionNode
 
getDepth() - Method in class com.arangodb.entity.AqlExecutionExplainEntity.ExecutionNode
 
getDescription() - Method in interface com.arangodb.internal.net.Host
 
getDescription() - Method in class com.arangodb.internal.net.HostImpl
 
getDetails() - Method in class com.arangodb.entity.DocumentImportEntity
 
getDetails() - Method in class com.arangodb.model.DocumentImportOptions
 
getDirection() - Method in class com.arangodb.entity.InvertedIndexPrimarySort.Field
 
getDirection() - Method in class com.arangodb.model.TraversalOptions
Deprecated.
 
getDisabledByDefault() - Method in class com.arangodb.entity.QueryOptimizerRule.Flags
 
getDistributeShardsLike() - Method in class com.arangodb.model.CollectionCreateOptions
 
getDoCompact() - Method in class com.arangodb.entity.CollectionPropertiesEntity
Deprecated.
MMFiles only
getDoCompact() - Method in class com.arangodb.model.CollectionCreateOptions
Deprecated.
MMFiles only
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
getDocument(String, Class<T>) - Method in interface com.arangodb.async.ArangoCollectionAsync
Reads a single document
getDocument(String, Class<T>, DocumentReadOptions) - Method in interface com.arangodb.async.ArangoCollectionAsync
Reads a single document
getDocument(String, Class<T>) - Method in interface com.arangodb.async.ArangoDatabaseAsync
Reads a single document
getDocument(String, Class<T>, DocumentReadOptions) - Method in interface com.arangodb.async.ArangoDatabaseAsync
Reads a single document
getDocument(String, Class<T>) - Method in class com.arangodb.async.internal.ArangoCollectionAsyncImpl
 
getDocument(String, Class<T>, DocumentReadOptions) - Method in class com.arangodb.async.internal.ArangoCollectionAsyncImpl
 
getDocument(String, Class<T>) - Method in class com.arangodb.async.internal.ArangoDatabaseAsyncImpl
 
getDocument(String, Class<T>, DocumentReadOptions) - Method in class com.arangodb.async.internal.ArangoDatabaseAsyncImpl
 
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(Collection<String>, Class<T>) - Method in interface com.arangodb.async.ArangoCollectionAsync
Reads multiple documents
getDocuments(Collection<String>, Class<T>, DocumentReadOptions) - Method in interface com.arangodb.async.ArangoCollectionAsync
Reads multiple documents
getDocuments(Collection<String>, Class<T>) - Method in class com.arangodb.async.internal.ArangoCollectionAsyncImpl
 
getDocuments(Collection<String>, Class<T>, DocumentReadOptions) - Method in class com.arangodb.async.internal.ArangoCollectionAsyncImpl
 
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>, GraphDocumentReadOptions) - Method in interface com.arangodb.ArangoEdgeCollection
Fetches an existing edge
getEdge(String, Class<T>) - Method in interface com.arangodb.async.ArangoEdgeCollectionAsync
Fetches an existing edge
getEdge(String, Class<T>, GraphDocumentReadOptions) - Method in interface com.arangodb.async.ArangoEdgeCollectionAsync
Fetches an existing edge
getEdge(String, Class<T>) - Method in class com.arangodb.async.internal.ArangoEdgeCollectionAsyncImpl
 
getEdge(String, Class<T>, GraphDocumentReadOptions) - Method in class com.arangodb.async.internal.ArangoEdgeCollectionAsyncImpl
 
getEdgeCollection() - Method in class com.arangodb.model.TraversalOptions
Deprecated.
 
getEdgeDefinitions() - Method in interface com.arangodb.ArangoGraph
Fetches all edge collections from the graph and returns a list of collection names.
getEdgeDefinitions() - Method in interface com.arangodb.async.ArangoGraphAsync
Lists all edge collections used in this graph
getEdgeDefinitions() - Method in class com.arangodb.async.internal.ArangoGraphAsyncImpl
 
getEdgeDefinitions() - Method in class com.arangodb.entity.GraphEntity
 
getEdgeDefinitions() - Method in class com.arangodb.model.GraphCreateOptions
 
getEdgeNgram() - Method in class com.arangodb.entity.arangosearch.analyzer.TextAnalyzerProperties
 
getEdges() - Method in class com.arangodb.entity.PathEntity
Deprecated.
 
getEdges() - Method in class com.arangodb.model.TraversalOptions.Uniqueness
Deprecated.
 
getEdgesUniqueness() - Method in class com.arangodb.model.TraversalOptions
Deprecated.
 
getEmpty() - Method in class com.arangodb.entity.DocumentImportEntity
 
getEnabled() - Method in class com.arangodb.entity.QueryTrackingPropertiesEntity
 
getEncoded() - Method in class com.arangodb.DbName
 
getEncryption() - Method in class com.arangodb.internal.velocystream.internal.AuthenticationRequest
 
getEncryption() - Method in class com.arangodb.internal.velocystream.internal.JwtAuthenticationRequest
 
getEndMarker() - Method in class com.arangodb.entity.arangosearch.analyzer.NGramAnalyzerProperties
 
getEngine() - Method in interface com.arangodb.ArangoDatabase
Returns the name of the used storage engine.
getEngine() - Method in interface com.arangodb.ArangoDB
Returns the server storage engine.
getEngine() - Method in interface com.arangodb.async.ArangoDatabaseAsync
Returns the name of the used storage engine.
getEngine() - Method in class com.arangodb.async.internal.ArangoDatabaseAsyncImpl
 
getEnterpriseOnly() - Method in class com.arangodb.entity.QueryOptimizerRule.Flags
 
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
 
getEstimates() - Method in class com.arangodb.entity.IndexEntity
 
getEstimates() - Method in class com.arangodb.model.HashIndexOptions
Deprecated.
 
getEstimates() - Method in class com.arangodb.model.PersistentIndexOptions
 
getEstimates() - Method in class com.arangodb.model.SkiplistIndexOptions
Deprecated.
 
getException() - Method in exception com.arangodb.ArangoDBException
 
getException() - Method in class com.arangodb.entity.ErrorEntity
 
getExceptions() - Method in exception com.arangodb.ArangoDBMultipleException
 
getExcludeSystem() - Method in class com.arangodb.model.CollectionsReadOptions
 
getExclusive() - Method in class com.arangodb.model.TransactionCollectionOptions
 
getExecutionTime() - Method in class com.arangodb.entity.CursorEntity.Stats
Deprecated.
 
getExpander() - Method in class com.arangodb.model.TraversalOptions
Deprecated.
 
getExpireAfter() - Method in class com.arangodb.entity.IndexEntity
 
getExpireAfter() - Method in class com.arangodb.model.TtlIndexOptions
 
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
Deprecated.
 
getExtra() - Method in class com.arangodb.entity.UserEntity
 
getExtra() - Method in class com.arangodb.model.DatabaseUsersOptions
 
getExtra() - Method in class com.arangodb.model.UserCreateOptions
 
getExtra() - Method in class com.arangodb.model.UserUpdateOptions
 
getFailOnWarning() - Method in class com.arangodb.model.AqlQueryOptions
 
getFeatures() - Method in class com.arangodb.entity.arangosearch.analyzer.SearchAnalyzer
 
getFeatures() - Method in class com.arangodb.entity.arangosearch.AnalyzerEntity
Deprecated.
 
getFeatures() - Method in class com.arangodb.entity.InvertedIndexEntity
 
getFeatures() - Method in class com.arangodb.entity.InvertedIndexField
 
getFeatures() - Method in class com.arangodb.model.InvertedIndexOptions
 
getField() - Method in class com.arangodb.entity.InvertedIndexPrimarySort.Field
 
getFieldName() - Method in class com.arangodb.entity.arangosearch.PrimarySort
 
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.arangosearch.StoredValue
 
getFields() - Method in class com.arangodb.entity.IndexEntity
 
getFields() - Method in class com.arangodb.entity.InvertedIndexEntity
 
getFields() - Method in class com.arangodb.entity.InvertedIndexPrimarySort
 
getFields() - Method in class com.arangodb.model.FulltextIndexOptions
Deprecated.
 
getFields() - Method in class com.arangodb.model.GeoIndexOptions
 
getFields() - Method in class com.arangodb.model.HashIndexOptions
Deprecated.
 
getFields() - Method in class com.arangodb.model.InvertedIndexOptions
 
getFields() - Method in class com.arangodb.model.PersistentIndexOptions
 
getFields() - Method in class com.arangodb.model.SkiplistIndexOptions
Deprecated.
 
getFields() - Method in class com.arangodb.model.TtlIndexOptions
 
getFields() - Method in class com.arangodb.model.ZKDIndexOptions
 
getFieldValueTypes() - Method in class com.arangodb.model.ZKDIndexOptions
 
getFillBlockCache() - Method in class com.arangodb.model.AqlQueryOptions
 
getFilter() - Method in class com.arangodb.model.TraversalOptions
Deprecated.
 
getFiltered() - Method in class com.arangodb.entity.CursorEntity.Stats
Deprecated.
 
getFlags() - Method in class com.arangodb.entity.QueryOptimizerRule
 
getForce() - Method in class com.arangodb.model.arangosearch.AnalyzerDeleteOptions
 
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
Deprecated.
 
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
Deprecated.
 
getGraphs() - Method in interface com.arangodb.ArangoDatabase
Lists all graphs known to the graph module
getGraphs() - Method in interface com.arangodb.async.ArangoDatabaseAsync
Lists all graphs known to the graph module
getGraphs() - Method in class com.arangodb.async.internal.ArangoDatabaseAsyncImpl
 
getGraphs() - Method in class com.arangodb.entity.LogLevelEntity
 
getGroup() - Method in class com.arangodb.model.AqlFunctionDeleteOptions
 
getHasMore() - Method in class com.arangodb.entity.CursorEntity
Deprecated.
 
getHead() - Method in class com.arangodb.internal.velocystream.internal.Message
 
getHeaderParam() - Method in class com.arangodb.velocystream.Request
 
getHeartbeat() - Method in class com.arangodb.entity.LogLevelEntity
 
getHex() - Method in class com.arangodb.entity.arangosearch.analyzer.StopwordsAnalyzerProperties
 
getHidden() - Method in class com.arangodb.entity.QueryOptimizerRule.Flags
 
getHost() - Method in class com.arangodb.internal.net.HostDescription
 
getHost() - Method in class com.arangodb.internal.net.HostHandle
 
getHostsList() - Method in class com.arangodb.internal.net.HostSet
 
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
Deprecated.
 
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.InvertedIndexEntity
 
getId() - Method in class com.arangodb.entity.LogEntriesEntity.Message
 
getId() - Method in class com.arangodb.entity.QueryEntity
 
getId() - Method in class com.arangodb.entity.StreamTransactionEntity
 
getId() - Method in class com.arangodb.entity.TransactionEntity
 
getId() - Method in class com.arangodb.entity.ViewEntity
 
getId() - Method in class com.arangodb.internal.cursor.ArangoCursorImpl
 
getId() - Method in class com.arangodb.internal.velocystream.internal.Message
 
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.GraphDocumentReadOptions
 
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
 
getIfNoneMatch() - Method in class com.arangodb.model.GraphDocumentReadOptions
 
getIgnored() - Method in class com.arangodb.entity.DocumentImportEntity
 
getIgnoreRevs() - Method in class com.arangodb.model.DocumentReplaceOptions
 
getIgnoreRevs() - Method in class com.arangodb.model.DocumentUpdateOptions
 
getInBackground() - Method in class com.arangodb.entity.arangosearch.CollectionLink
 
getInBackground() - Method in class com.arangodb.entity.arangosearch.FieldLink
 
getInBackground() - Method in class com.arangodb.entity.IndexEntity
 
getInBackground() - Method in class com.arangodb.model.IndexOptions
 
getIncludeAllFields() - Method in class com.arangodb.entity.arangosearch.CollectionLink
 
getIncludeAllFields() - Method in class com.arangodb.entity.arangosearch.FieldLink
 
getIncludeAllFields() - Method in class com.arangodb.entity.InvertedIndexEntity
 
getIncludeAllFields() - Method in class com.arangodb.entity.InvertedIndexField
 
getIncludeAllFields() - Method in class com.arangodb.model.InvertedIndexOptions
 
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
getIndex(String) - Method in interface com.arangodb.async.ArangoCollectionAsync
Returns an index
Note: inverted indexes are not returned by this method.
getIndex(String) - Method in interface com.arangodb.async.ArangoDatabaseAsync
Returns an index
getIndex(String) - Method in class com.arangodb.async.internal.ArangoCollectionAsyncImpl
 
getIndex(String) - Method in class com.arangodb.async.internal.ArangoDatabaseAsyncImpl
 
getIndex() - Method in class com.arangodb.entity.arangosearch.SearchAliasIndex
 
getIndexBuckets() - Method in class com.arangodb.entity.CollectionPropertiesEntity
Deprecated.
MMFiles only
getIndexBuckets() - Method in class com.arangodb.model.CollectionCreateOptions
Deprecated.
MMFiles only
getIndexes() - Method in interface com.arangodb.ArangoCollection
Fetches a list of all indexes on this collection.
getIndexes() - Method in interface com.arangodb.async.ArangoCollectionAsync
Returns all indexes of the collection
Note: inverted indexes are not returned by this method.
getIndexes() - Method in class com.arangodb.async.internal.ArangoCollectionAsyncImpl
 
getIndexes() - Method in class com.arangodb.entity.AqlExecutionExplainEntity.ExecutionNode
 
getIndexes() - Method in class com.arangodb.entity.arangosearch.SearchAliasProperties
 
getIndexes() - Method in class com.arangodb.entity.arangosearch.SearchAliasPropertiesEntity
 
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.
getInfo() - Method in interface com.arangodb.async.ArangoCollectionAsync
Returns information about the collection
getInfo() - Method in interface com.arangodb.async.ArangoDatabaseAsync
Retrieves information about the current database
getInfo() - Method in interface com.arangodb.async.ArangoGraphAsync
Get a graph from the graph module
getInfo() - Method in interface com.arangodb.async.ArangoViewAsync
Returns information about the view.
getInfo() - Method in class com.arangodb.async.internal.ArangoCollectionAsyncImpl
 
getInfo() - Method in class com.arangodb.async.internal.ArangoDatabaseAsyncImpl
 
getInfo() - Method in class com.arangodb.async.internal.ArangoGraphAsyncImpl
 
getInfo() - Method in class com.arangodb.async.internal.ArangoSearchAsyncImpl
 
getInfo() - Method in class com.arangodb.async.internal.ArangoViewAsyncImpl
 
getInfo() - Method in class com.arangodb.async.internal.SearchAliasAsyncImpl
 
getInit() - Method in class com.arangodb.model.TraversalOptions
Deprecated.
 
getIntermediateCommitCount() - Method in class com.arangodb.model.AqlQueryOptions
 
getIntermediateCommitSize() - Method in class com.arangodb.model.AqlQueryOptions
 
getInternalName() - Method in enum com.arangodb.entity.ShardingStrategy
 
getInVariable() - Method in class com.arangodb.entity.AqlExecutionExplainEntity.ExecutionNode
 
getInvertedIndex(String) - Method in interface com.arangodb.ArangoCollection
Fetches information about the inverted index with the given id and returns it.
getInvertedIndex(String) - Method in interface com.arangodb.async.ArangoCollectionAsync
Returns an inverted index
getInvertedIndex(String) - Method in class com.arangodb.async.internal.ArangoCollectionAsyncImpl
 
getInvertedIndexes() - Method in interface com.arangodb.ArangoCollection
Fetches a list of all inverted indexes on this collection.
getInvertedIndexes() - Method in interface com.arangodb.async.ArangoCollectionAsync
Fetches a list of all inverted indexes on this collection.
getInvertedIndexes() - Method in class com.arangodb.async.internal.ArangoCollectionAsyncImpl
 
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
 
getIsDisjoint() - Method in class com.arangodb.entity.GraphEntity
 
getIsDisjoint() - Method in class com.arangodb.model.GraphCreateOptions
 
getIsDisjoint() - Method in class com.arangodb.model.GraphCreateOptions.SmartOptions
 
getIsNewlyCreated() - Method in class com.arangodb.entity.IndexEntity
 
getIsNewlyCreated() - Method in class com.arangodb.entity.InvertedIndexEntity
 
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
Deprecated.
MMFiles only
getIsVolatile() - Method in class com.arangodb.model.CollectionCreateOptions
Deprecated.
MMFiles only
getItemOrder() - Method in class com.arangodb.model.TraversalOptions
Deprecated.
 
getJournalSize() - Method in class com.arangodb.entity.CollectionPropertiesEntity
Deprecated.
MMFiles only
getJournalSize() - Method in class com.arangodb.model.CollectionCreateOptions
Deprecated.
MMFiles only
getJournalSize() - Method in class com.arangodb.model.CollectionPropertiesOptions
Deprecated.
MMFiles only
getKeepNull() - Method in class com.arangodb.entity.arangosearch.analyzer.AQLAnalyzerProperties
 
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
 
getLatitude() - Method in class com.arangodb.entity.arangosearch.analyzer.GeoPointAnalyzerProperties
 
getLegacyPolygons() - Method in class com.arangodb.entity.IndexEntity
 
getLegacyPolygons() - Method in class com.arangodb.model.GeoIndexOptions
 
getLevel() - Method in class com.arangodb.entity.LogEntity
 
getLevel() - Method in class com.arangodb.entity.LogEntriesEntity.Message
 
getLevel() - Method in enum com.arangodb.entity.LogLevel
 
getLevel() - Method in class com.arangodb.model.CollectionSchema
 
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
 
getLocale() - Method in class com.arangodb.entity.arangosearch.analyzer.CollationAnalyzerProperties
 
getLocale() - Method in class com.arangodb.entity.arangosearch.analyzer.NormAnalyzerProperties
 
getLocale() - Method in class com.arangodb.entity.arangosearch.analyzer.StemAnalyzerProperties
 
getLocale() - Method in class com.arangodb.entity.arangosearch.analyzer.TextAnalyzerProperties
 
getLocation() - Method in exception com.arangodb.internal.net.ArangoDBRedirectException
 
getLockTimeout() - Method in class com.arangodb.model.StreamTransactionOptions
 
getLockTimeout() - Method in class com.arangodb.model.TransactionOptions
 
getLogEntries(LogOptions) - Method in interface com.arangodb.ArangoDB
Returns the server logs
getLogEntries(LogOptions) - Method in interface com.arangodb.async.ArangoDBAsync
Returns the server logs
getLogEntries(LogOptions) - Method in class com.arangodb.async.internal.ArangoDBAsyncImpl
 
getLogLevel() - Method in interface com.arangodb.ArangoDB
Returns the server's current loglevel settings.
getLogLevel() - Method in interface com.arangodb.async.ArangoDBAsync
Returns the server's current loglevel settings.
getLogLevel() - Method in class com.arangodb.async.internal.ArangoDBAsyncImpl
 
getLogs(LogOptions) - Method in interface com.arangodb.ArangoDB
Deprecated.
getLogs(LogOptions) - Method in interface com.arangodb.async.ArangoDBAsync
getLogs(LogOptions) - Method in class com.arangodb.async.internal.ArangoDBAsyncImpl
 
getLongitude() - Method in class com.arangodb.entity.arangosearch.analyzer.GeoPointAnalyzerProperties
 
getMax() - Method in class com.arangodb.entity.arangosearch.analyzer.EdgeNgram
 
getMax() - Method in class com.arangodb.entity.arangosearch.analyzer.NGramAnalyzerProperties
 
getMaxCells() - Method in class com.arangodb.entity.arangosearch.analyzer.GeoAnalyzerOptions
 
getMaxDepth() - Method in class com.arangodb.model.TraversalOptions
Deprecated.
 
getMaxIterations() - Method in class com.arangodb.model.TraversalOptions
Deprecated.
 
getMaxLevel() - Method in class com.arangodb.entity.arangosearch.analyzer.GeoAnalyzerOptions
 
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.StreamTransactionOptions
 
getMaxTransactionSize() - Method in class com.arangodb.model.TransactionOptions
 
getMaxWarningCount() - Method in class com.arangodb.model.AqlQueryOptions
 
getMemoryLimit() - Method in class com.arangodb.entity.arangosearch.analyzer.AQLAnalyzerProperties
 
getMemoryLimit() - Method in class com.arangodb.model.AqlQueryOptions
 
getMergeObjects() - Method in class com.arangodb.model.DocumentCreateOptions
 
getMergeObjects() - Method in class com.arangodb.model.DocumentUpdateOptions
 
getMessage() - Method in class com.arangodb.entity.CursorEntity.Warning
Deprecated.
 
getMessage() - Method in class com.arangodb.entity.LogEntriesEntity.Message
 
getMessage() - Method in class com.arangodb.model.CollectionSchema
 
getMessageId() - Method in class com.arangodb.internal.velocystream.internal.Chunk
 
getMessageLength() - Method in class com.arangodb.internal.velocystream.internal.Chunk
 
getMessages() - Method in class com.arangodb.entity.LogEntriesEntity
 
getMeta() - Method in class com.arangodb.entity.CursorEntity
Deprecated.
 
getMeta() - Method in interface com.arangodb.entity.MetaAware
 
getMeta() - Method in class com.arangodb.velocystream.Response
 
getMethod() - Method in class com.arangodb.internal.http.HttpDeleteWithBody
 
getMin() - Method in class com.arangodb.entity.arangosearch.analyzer.EdgeNgram
 
getMin() - Method in class com.arangodb.entity.arangosearch.analyzer.NGramAnalyzerProperties
 
getMinDepth() - Method in class com.arangodb.model.TraversalOptions
Deprecated.
 
getMinLength() - Method in class com.arangodb.entity.IndexEntity
 
getMinLength() - Method in class com.arangodb.model.FulltextIndexOptions
Deprecated.
 
getMinLevel() - Method in class com.arangodb.entity.arangosearch.analyzer.GeoAnalyzerOptions
 
getMinReplicationFactor() - Method in class com.arangodb.entity.CollectionPropertiesEntity
getMinReplicationFactor() - Method in class com.arangodb.entity.GraphEntity
Deprecated.
getMinReplicationFactor() - Method in class com.arangodb.entity.MinReplicationFactor
Deprecated.
 
getMinReplicationFactor() - Method in class com.arangodb.model.CollectionCreateOptions
getMinReplicationFactor() - Method in class com.arangodb.model.GraphCreateOptions
Deprecated.
getMinReplicationFactor() - Method in class com.arangodb.model.GraphCreateOptions.SmartOptions
getMinScore() - Method in class com.arangodb.entity.arangosearch.ConsolidationPolicy
 
getMmap() - Method in class com.arangodb.entity.LogLevelEntity
 
getMode() - Method in class com.arangodb.entity.QueryCachePropertiesEntity
 
getModelLocation() - Method in class com.arangodb.entity.arangosearch.analyzer.ClassificationAnalyzerProperties
 
getModelLocation() - Method in class com.arangodb.entity.arangosearch.analyzer.NearestNeighborsAnalyzerProperties
 
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.ArangoDBEngine
 
getName() - Method in class com.arangodb.entity.arangosearch.analyzer.SearchAnalyzer
 
getName() - Method in class com.arangodb.entity.arangosearch.AnalyzerEntity
Deprecated.
 
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.IndexEntity
 
getName() - Method in class com.arangodb.entity.InvertedIndexEntity
 
getName() - Method in class com.arangodb.entity.InvertedIndexField
 
getName() - Method in class com.arangodb.entity.QueryOptimizerRule
 
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.IndexOptions
 
getName() - Method in class com.arangodb.model.ViewRenameOptions
 
getNamespace() - Method in class com.arangodb.model.AqlFunctionGetOptions
 
getNested() - Method in class com.arangodb.entity.arangosearch.CollectionLink
 
getNested() - Method in class com.arangodb.entity.arangosearch.FieldLink
 
getNested() - Method in class com.arangodb.entity.InvertedIndexField
 
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
 
getNumHashes() - Method in class com.arangodb.entity.arangosearch.analyzer.MinHashAnalyzerProperties
 
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
 
getOperation() - Method in class com.arangodb.entity.arangosearch.SearchAliasIndex
 
getOptimizer() - Method in class com.arangodb.model.AqlQueryExplainOptions.Options
 
getOptimizer() - Method in class com.arangodb.model.AqlQueryOptions.Options
 
getOptions() - Method in class com.arangodb.entity.arangosearch.analyzer.GeoJSONAnalyzerProperties
 
getOptions() - Method in class com.arangodb.entity.arangosearch.analyzer.GeoPointAnalyzerProperties
 
getOptions() - Method in class com.arangodb.model.DBCreateOptions
 
getOrder() - Method in class com.arangodb.model.TraversalOptions
Deprecated.
 
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
 
getOverwriteMode() - Method in class com.arangodb.model.DocumentCreateOptions
 
getParallelism() - Method in class com.arangodb.model.InvertedIndexOptions
 
getParams() - Method in class com.arangodb.model.TransactionOptions
 
getPasswd() - Method in class com.arangodb.model.DatabaseUsersOptions
 
getPasswd() - Method in class com.arangodb.model.UserCreateOptions
 
getPasswd() - Method in class com.arangodb.model.UserUpdateOptions
 
getPassword() - Method in class com.arangodb.internal.velocystream.internal.AuthenticationRequest
 
getPath() - Method in class com.arangodb.entity.DatabaseEntity
 
getPaths() - Method in class com.arangodb.entity.TraversalEntity
Deprecated.
 
getPeakMemoryUsage() - Method in class com.arangodb.entity.CursorEntity.Stats
Deprecated.
 
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
getPermissions(String) - Method in interface com.arangodb.async.ArangoCollectionAsync
Get the collection access level
getPermissions(String) - Method in interface com.arangodb.async.ArangoDatabaseAsync
Get specific database access level
getPermissions(String) - Method in class com.arangodb.async.internal.ArangoCollectionAsyncImpl
 
getPermissions(String) - Method in class com.arangodb.async.internal.ArangoDatabaseAsyncImpl
 
getPipeline() - Method in class com.arangodb.entity.arangosearch.analyzer.PipelineAnalyzerProperties
 
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
 
getPort() - Method in class com.arangodb.internal.net.HostDescription
 
getPrimarySort() - Method in class com.arangodb.entity.arangosearch.ArangoSearchProperties
 
getPrimarySort() - Method in class com.arangodb.entity.arangosearch.ArangoSearchPropertiesEntity
 
getPrimarySort() - Method in class com.arangodb.entity.InvertedIndexEntity
 
getPrimarySort() - Method in class com.arangodb.model.InvertedIndexOptions
 
getPrimarySortCompression() - Method in class com.arangodb.entity.arangosearch.ArangoSearchProperties
 
getPrimarySortCompression() - Method in class com.arangodb.entity.arangosearch.ArangoSearchPropertiesEntity
 
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 interface com.arangodb.async.ArangoCollectionAsync
Reads the properties of the specified collection
getProperties() - Method in interface com.arangodb.async.ArangoSearchAsync
Reads the properties of the specified view.
getProperties() - Method in class com.arangodb.async.internal.ArangoCollectionAsyncImpl
 
getProperties() - Method in class com.arangodb.async.internal.ArangoSearchAsyncImpl
 
getProperties() - Method in class com.arangodb.async.internal.SearchAliasAsyncImpl
 
getProperties() - Method in interface com.arangodb.async.SearchAliasAsync
Reads the properties of the specified view.
getProperties() - Method in class com.arangodb.entity.arangosearch.analyzer.AQLAnalyzer
 
getProperties() - Method in class com.arangodb.entity.arangosearch.analyzer.ClassificationAnalyzer
 
getProperties() - Method in class com.arangodb.entity.arangosearch.analyzer.CollationAnalyzer
 
getProperties() - Method in class com.arangodb.entity.arangosearch.analyzer.DelimiterAnalyzer
 
getProperties() - Method in class com.arangodb.entity.arangosearch.analyzer.GeoJSONAnalyzer
 
getProperties() - Method in class com.arangodb.entity.arangosearch.analyzer.GeoPointAnalyzer
 
getProperties() - Method in class com.arangodb.entity.arangosearch.analyzer.MinHashAnalyzer
 
getProperties() - Method in class com.arangodb.entity.arangosearch.analyzer.NearestNeighborsAnalyzer
 
getProperties() - Method in class com.arangodb.entity.arangosearch.analyzer.NGramAnalyzer
 
getProperties() - Method in class com.arangodb.entity.arangosearch.analyzer.NormAnalyzer
 
getProperties() - Method in class com.arangodb.entity.arangosearch.analyzer.PipelineAnalyzer
 
getProperties() - Method in class com.arangodb.entity.arangosearch.analyzer.SegmentationAnalyzer
 
getProperties() - Method in class com.arangodb.entity.arangosearch.analyzer.StemAnalyzer
 
getProperties() - Method in class com.arangodb.entity.arangosearch.analyzer.StopwordsAnalyzer
 
getProperties() - Method in class com.arangodb.entity.arangosearch.analyzer.TextAnalyzer
 
getProperties() - Method in class com.arangodb.entity.arangosearch.AnalyzerEntity
Deprecated.
 
getProperties() - Method in class com.arangodb.entity.BaseDocument
 
getProperties() - Method in class com.arangodb.model.arangosearch.ArangoSearchPropertiesOptions
 
getProperties() - Method in class com.arangodb.model.arangosearch.SearchAliasPropertiesOptions
 
getProperties() - Method in interface com.arangodb.SearchAlias
Reads the properties of the specified view.
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
getQueryCacheProperties() - Method in interface com.arangodb.async.ArangoDatabaseAsync
Returns the global configuration for the AQL query cache
getQueryCacheProperties() - Method in class com.arangodb.async.internal.ArangoDatabaseAsyncImpl
 
getQueryOptimizerRules() - Method in interface com.arangodb.ArangoDB
 
getQueryOptimizerRules() - Method in interface com.arangodb.async.ArangoDBAsync
 
getQueryOptimizerRules() - Method in class com.arangodb.async.internal.ArangoDBAsyncImpl
 
getQueryParam() - Method in class com.arangodb.velocystream.Request
 
getQueryString() - Method in class com.arangodb.entity.arangosearch.analyzer.AQLAnalyzerProperties
 
getQueryTrackingProperties() - Method in interface com.arangodb.ArangoDatabase
Returns the configuration for the AQL query tracking
getQueryTrackingProperties() - Method in interface com.arangodb.async.ArangoDatabaseAsync
Returns the configuration for the AQL query tracking
getQueryTrackingProperties() - Method in class com.arangodb.async.internal.ArangoDatabaseAsyncImpl
 
getQueueTime() - Method in interface com.arangodb.ArangoMetrics
 
getRandom() - Method in class com.arangodb.entity.AqlExecutionExplainEntity.ExecutionNode
 
getRead() - Method in class com.arangodb.model.TransactionCollectionOptions
 
getReplication() - Method in class com.arangodb.entity.LogLevelEntity
 
getReplicationFactor() - Method in class com.arangodb.entity.CollectionPropertiesEntity
 
getReplicationFactor() - Method in class com.arangodb.entity.DatabaseEntity
 
getReplicationFactor() - Method in class com.arangodb.entity.GraphEntity
 
getReplicationFactor() - Method in class com.arangodb.entity.ReplicationFactor
 
getReplicationFactor() - Method in class com.arangodb.model.CollectionCreateOptions
 
getReplicationFactor() - Method in class com.arangodb.model.DatabaseOptions
 
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
 
getResponsibleShard(Object) - Method in interface com.arangodb.ArangoCollection
Returns the responsible shard for the document.
getResponsibleShard(Object) - Method in interface com.arangodb.async.ArangoCollectionAsync
Returns the responsible shard for the document.
getResponsibleShard(Object) - Method in class com.arangodb.async.internal.ArangoCollectionAsyncImpl
 
getResult() - Method in class com.arangodb.entity.CursorEntity
Deprecated.
 
getResult() - Method in class com.arangodb.internal.cursor.ArangoCursorIterator
 
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
 
getReturnType() - Method in class com.arangodb.entity.arangosearch.analyzer.AQLAnalyzerProperties
 
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 interface com.arangodb.async.ArangoCollectionAsync
Retrieve the collections revision
getRevision() - Method in class com.arangodb.async.internal.ArangoCollectionAsyncImpl
 
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.
getRole() - Method in interface com.arangodb.async.ArangoDBAsync
Returns the server role.
getRole() - Method in class com.arangodb.async.internal.ArangoDBAsyncImpl
 
getRule() - Method in class com.arangodb.model.CollectionSchema
 
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.DatabaseEntity
 
getSatellite() - Method in class com.arangodb.entity.GraphEntity
 
getSatellite() - Method in class com.arangodb.entity.ReplicationFactor
 
getSatellite() - Method in class com.arangodb.model.CollectionCreateOptions
 
getSatellite() - Method in class com.arangodb.model.DatabaseOptions
 
getSatellite() - Method in class com.arangodb.model.GraphCreateOptions
 
getSatellite() - Method in class com.arangodb.model.GraphCreateOptions.SmartOptions
 
getSatellites() - Method in class com.arangodb.entity.EdgeDefinition
 
getSatellites() - Method in class com.arangodb.model.GraphCreateOptions
 
getSatellites() - Method in class com.arangodb.model.GraphCreateOptions.SmartOptions
 
getSatellites() - Method in class com.arangodb.model.VertexCollectionCreateOptions
 
getSatelliteSyncWait() - Method in class com.arangodb.model.AqlQueryOptions
 
getScannedFull() - Method in class com.arangodb.entity.CursorEntity.Stats
Deprecated.
 
getScannedIndex() - Method in class com.arangodb.entity.CursorEntity.Stats
Deprecated.
 
getSchema() - Method in class com.arangodb.entity.CollectionEntity
 
getSchema() - Method in class com.arangodb.model.CollectionCreateOptions
 
getSchema() - Method in class com.arangodb.model.CollectionPropertiesOptions
 
getSearch() - Method in class com.arangodb.model.LogOptions
 
getSearchAnalyzer(String) - Method in interface com.arangodb.ArangoDatabase
Gets information about an Analyzer
getSearchAnalyzer(String) - Method in interface com.arangodb.async.ArangoDatabaseAsync
Gets information about an Analyzer
getSearchAnalyzer(String) - Method in class com.arangodb.async.internal.ArangoDatabaseAsyncImpl
 
getSearchAnalyzers() - Method in interface com.arangodb.ArangoDatabase
Retrieves all analyzers definitions.
getSearchAnalyzers() - Method in interface com.arangodb.async.ArangoDatabaseAsync
Retrieves all analyzers definitions.
getSearchAnalyzers() - Method in class com.arangodb.async.internal.ArangoDatabaseAsyncImpl
 
getSearchField() - Method in class com.arangodb.entity.InvertedIndexEntity
 
getSearchField() - Method in class com.arangodb.entity.InvertedIndexField
 
getSearchField() - Method in class com.arangodb.model.InvertedIndexOptions
 
getSegmentsBytesFloor() - Method in class com.arangodb.entity.arangosearch.ConsolidationPolicy
 
getSegmentsBytesMax() - Method in class com.arangodb.entity.arangosearch.ConsolidationPolicy
 
getSegmentsMax() - Method in class com.arangodb.entity.arangosearch.ConsolidationPolicy
 
getSegmentsMin() - Method in class com.arangodb.entity.arangosearch.ConsolidationPolicy
 
getSegmentThreshold() - Method in class com.arangodb.entity.arangosearch.ConsolidationPolicy
Deprecated.
getSelectivityEstimate() - Method in class com.arangodb.entity.IndexEntity
 
getSerializeName() - Method in enum com.arangodb.entity.DocumentField.Type
Deprecated.
 
getSerializeNull() - Method in class com.arangodb.model.DocumentUpdateOptions
 
getServer() - Method in class com.arangodb.entity.ArangoDBVersion
 
getServerId() - Method in interface com.arangodb.ArangoDB
Returns the id of a server in a cluster.
getShardId() - Method in class com.arangodb.entity.ShardEntity
 
getShardIds() - Method in class com.arangodb.model.AqlQueryOptions
 
getShardIds() - Method in class com.arangodb.model.AqlQueryOptions.Options
 
getSharding() - Method in class com.arangodb.entity.DatabaseEntity
 
getSharding() - Method in class com.arangodb.model.DatabaseOptions
 
getShardingStrategy() - Method in class com.arangodb.entity.CollectionPropertiesEntity
 
getShardingStrategy() - Method in class com.arangodb.model.CollectionCreateOptions
 
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
getSlowQueries() - Method in interface com.arangodb.async.ArangoDatabaseAsync
Returns a list of slow running AQL queries
getSlowQueries() - Method in class com.arangodb.async.internal.ArangoDatabaseAsyncImpl
 
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
 
getSmartJoinAttribute() - Method in class com.arangodb.entity.CollectionPropertiesEntity
 
getSmartJoinAttribute() - Method in class com.arangodb.model.CollectionCreateOptions
 
getSort() - Method in class com.arangodb.model.LogOptions
 
getSort() - Method in class com.arangodb.model.TraversalOptions
Deprecated.
 
getSorted() - Method in class com.arangodb.entity.AqlExecutionExplainEntity.ExecutionExpression
 
getSparse() - Method in class com.arangodb.entity.IndexEntity
 
getSparse() - Method in class com.arangodb.entity.InvertedIndexEntity
 
getSparse() - Method in class com.arangodb.model.HashIndexOptions
Deprecated.
 
getSparse() - Method in class com.arangodb.model.PersistentIndexOptions
 
getSparse() - Method in class com.arangodb.model.SkiplistIndexOptions
Deprecated.
 
getStart() - Method in class com.arangodb.model.LogOptions
 
getStarted() - Method in class com.arangodb.entity.QueryEntity
 
getStartMarker() - Method in class com.arangodb.entity.arangosearch.analyzer.NGramAnalyzerProperties
 
getStartup() - Method in class com.arangodb.entity.LogLevelEntity
 
getStartVertex() - Method in class com.arangodb.model.TraversalOptions
Deprecated.
 
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
Deprecated.
 
getStats() - Method in class com.arangodb.internal.cursor.ArangoCursorImpl
 
getStatus() - Method in class com.arangodb.entity.CollectionEntity
 
getStatus() - Method in enum com.arangodb.entity.CollectionStatus
 
getStatus() - Method in class com.arangodb.entity.StreamTransactionEntity
 
getStatus() - Method in class com.arangodb.entity.TransactionEntity
 
getStopwords() - Method in class com.arangodb.entity.arangosearch.analyzer.StopwordsAnalyzerProperties
getStopwords() - Method in class com.arangodb.entity.arangosearch.analyzer.TextAnalyzerProperties
 
getStopwordsAsHexList() - Method in class com.arangodb.entity.arangosearch.analyzer.StopwordsAnalyzerProperties
 
getStopwordsAsStringList() - Method in class com.arangodb.entity.arangosearch.analyzer.StopwordsAnalyzerProperties
 
getStopwordsPath() - Method in class com.arangodb.entity.arangosearch.analyzer.TextAnalyzerProperties
 
getStoredValues() - Method in class com.arangodb.entity.arangosearch.ArangoSearchProperties
 
getStoredValues() - Method in class com.arangodb.entity.arangosearch.ArangoSearchPropertiesEntity
 
getStoredValues() - Method in class com.arangodb.entity.IndexEntity
 
getStoredValues() - Method in class com.arangodb.entity.InvertedIndexEntity
 
getStoredValues() - Method in class com.arangodb.model.InvertedIndexOptions
 
getStoredValues() - Method in class com.arangodb.model.PersistentIndexOptions
 
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
Deprecated.
 
getStream() - Method in class com.arangodb.model.AqlQueryOptions
 
getStreamTransaction(String) - Method in interface com.arangodb.ArangoDatabase
Gets information about a Stream Transaction.
getStreamTransaction(String) - Method in interface com.arangodb.async.ArangoDatabaseAsync
Gets information about a Stream Transaction.
getStreamTransaction(String) - Method in class com.arangodb.async.internal.ArangoDatabaseAsyncImpl
 
getStreamTransactionId() - Method in class com.arangodb.model.AqlQueryOptions
 
getStreamTransactionId() - Method in class com.arangodb.model.CollectionCountOptions
 
getStreamTransactionId() - Method in class com.arangodb.model.CollectionTruncateOptions
 
getStreamTransactionId() - Method in class com.arangodb.model.DocumentCreateOptions
 
getStreamTransactionId() - Method in class com.arangodb.model.DocumentDeleteOptions
 
getStreamTransactionId() - Method in class com.arangodb.model.DocumentExistsOptions
 
getStreamTransactionId() - Method in class com.arangodb.model.DocumentReadOptions
 
getStreamTransactionId() - Method in class com.arangodb.model.DocumentReplaceOptions
 
getStreamTransactionId() - Method in class com.arangodb.model.DocumentUpdateOptions
 
getStreamTransactionId() - Method in class com.arangodb.model.EdgeCreateOptions
 
getStreamTransactionId() - Method in class com.arangodb.model.EdgeDeleteOptions
 
getStreamTransactionId() - Method in class com.arangodb.model.EdgeReplaceOptions
 
getStreamTransactionId() - Method in class com.arangodb.model.EdgeUpdateOptions
 
getStreamTransactionId() - Method in class com.arangodb.model.GraphDocumentReadOptions
 
getStreamTransactionId() - Method in class com.arangodb.model.VertexCreateOptions
 
getStreamTransactionId() - Method in class com.arangodb.model.VertexDeleteOptions
 
getStreamTransactionId() - Method in class com.arangodb.model.VertexReplaceOptions
 
getStreamTransactionId() - Method in class com.arangodb.model.VertexUpdateOptions
 
getStreamTransactions() - Method in interface com.arangodb.ArangoDatabase
Gets all the currently running Stream Transactions.
getStreamTransactions() - Method in interface com.arangodb.async.ArangoDatabaseAsync
Gets all the currently running Stream Transactions.
getStreamTransactions() - Method in class com.arangodb.async.internal.ArangoDatabaseAsyncImpl
 
getStreamType() - Method in class com.arangodb.entity.arangosearch.analyzer.NGramAnalyzerProperties
 
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
 
getThis() - Method in class com.arangodb.model.FulltextIndexOptions
Deprecated.
 
getThis() - Method in class com.arangodb.model.GeoIndexOptions
 
getThis() - Method in class com.arangodb.model.HashIndexOptions
Deprecated.
 
getThis() - Method in class com.arangodb.model.IndexOptions
 
getThis() - Method in class com.arangodb.model.InvertedIndexOptions
 
getThis() - Method in class com.arangodb.model.PersistentIndexOptions
 
getThis() - Method in class com.arangodb.model.SkiplistIndexOptions
Deprecated.
 
getThis() - Method in class com.arangodb.model.TtlIndexOptions
 
getThis() - Method in class com.arangodb.model.ZKDIndexOptions
 
getThreads() - Method in class com.arangodb.entity.LogLevelEntity
 
getThreshold() - Method in class com.arangodb.entity.arangosearch.analyzer.ClassificationAnalyzerProperties
 
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
 
getToken() - Method in class com.arangodb.internal.velocystream.internal.JwtAuthenticationRequest
 
getTopic() - Method in class com.arangodb.entity.LogEntriesEntity.Message
 
getTopK() - Method in class com.arangodb.entity.arangosearch.analyzer.ClassificationAnalyzerProperties
 
getTopK() - Method in class com.arangodb.entity.arangosearch.analyzer.NearestNeighborsAnalyzerProperties
 
getToPrefix() - Method in class com.arangodb.model.DocumentImportOptions
 
getTotal() - Method in class com.arangodb.entity.LogEntriesEntity
 
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
 
getTrackListPositions() - Method in class com.arangodb.entity.InvertedIndexEntity
 
getTrackListPositions() - Method in class com.arangodb.entity.InvertedIndexField
 
getTrackListPositions() - Method in class com.arangodb.model.InvertedIndexOptions
 
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.analyzer.GeoJSONAnalyzerProperties
 
getType() - Method in class com.arangodb.entity.arangosearch.analyzer.SearchAnalyzer
 
getType() - Method in class com.arangodb.entity.arangosearch.AnalyzerEntity
Deprecated.
 
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.InvertedIndexEntity
 
getType() - Method in class com.arangodb.entity.KeyOptions
 
getType() - Method in class com.arangodb.entity.ViewEntity
 
getType() - Method in class com.arangodb.internal.cursor.ArangoCursorImpl
 
getType() - Method in class com.arangodb.model.CollectionCreateOptions
 
getType() - Method in class com.arangodb.model.FulltextIndexOptions
Deprecated.
 
getType() - Method in class com.arangodb.model.GeoIndexOptions
 
getType() - Method in class com.arangodb.model.HashIndexOptions
Deprecated.
 
getType() - Method in class com.arangodb.model.InvertedIndexOptions
 
getType() - Method in class com.arangodb.model.PersistentIndexOptions
 
getType() - Method in class com.arangodb.model.SkiplistIndexOptions
Deprecated.
 
getType() - Method in class com.arangodb.model.TtlIndexOptions
 
getType() - Method in class com.arangodb.model.ZKDIndexOptions
 
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.entity.InvertedIndexEntity
 
getUnique() - Method in class com.arangodb.model.HashIndexOptions
Deprecated.
 
getUnique() - Method in class com.arangodb.model.PersistentIndexOptions
 
getUnique() - Method in class com.arangodb.model.SkiplistIndexOptions
Deprecated.
 
getUnique() - Method in class com.arangodb.model.ZKDIndexOptions
 
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(String) - Method in interface com.arangodb.async.ArangoDBAsync
Fetches data about the specified user.
getUser(String) - Method in class com.arangodb.async.internal.ArangoDBAsyncImpl
 
getUser() - Method in class com.arangodb.entity.UserEntity
 
getUser() - Method in class com.arangodb.internal.velocystream.internal.AuthenticationRequest
 
getUser() - Method in class com.arangodb.model.UserCreateOptions
 
getUsername() - Method in class com.arangodb.model.DatabaseUsersOptions
 
getUsers() - Method in interface com.arangodb.ArangoDB
Fetches data about all users.
getUsers() - Method in interface com.arangodb.async.ArangoDBAsync
Fetches data about all users.
getUsers() - Method in class com.arangodb.async.internal.ArangoDBAsyncImpl
 
getUsers() - Method in class com.arangodb.model.DBCreateOptions
 
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
 
getValue() - Method in enum com.arangodb.entity.arangosearch.ArangoSearchCompression
 
getValue() - Method in enum com.arangodb.model.CollectionSchema.Level
 
getValue() - Method in enum com.arangodb.model.OverwriteMode
 
getValues() - Method in interface com.arangodb.QueueTimeMetrics
 
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 interface com.arangodb.async.ArangoDatabaseAsync
Returns the server name and version number.
getVersion() - Method in interface com.arangodb.async.ArangoDBAsync
Returns the server name and version number.
getVersion() - Method in class com.arangodb.async.internal.ArangoDatabaseAsyncImpl
 
getVersion() - Method in class com.arangodb.async.internal.ArangoDBAsyncImpl
 
getVersion() - Method in class com.arangodb.entity.ArangoDBVersion
 
getVersion() - Method in class com.arangodb.entity.InvertedIndexEntity
 
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>, GraphDocumentReadOptions) - Method in interface com.arangodb.ArangoVertexCollection
Retrieves the vertex document with the given key from the collection.
getVertex(String, Class<T>) - Method in interface com.arangodb.async.ArangoVertexCollectionAsync
Fetches an existing vertex
getVertex(String, Class<T>, GraphDocumentReadOptions) - Method in interface com.arangodb.async.ArangoVertexCollectionAsync
Fetches an existing vertex
getVertex(String, Class<T>) - Method in class com.arangodb.async.internal.ArangoVertexCollectionAsyncImpl
 
getVertex(String, Class<T>, GraphDocumentReadOptions) - Method in class com.arangodb.async.internal.ArangoVertexCollectionAsyncImpl
 
getVertexCollections() - Method in interface com.arangodb.ArangoGraph
Fetches all vertex collections from the graph and returns a list of collection names.
getVertexCollections() - Method in interface com.arangodb.async.ArangoGraphAsync
Lists all vertex collections used in this graph
getVertexCollections() - Method in class com.arangodb.async.internal.ArangoGraphAsyncImpl
 
getVertices() - Method in class com.arangodb.entity.PathEntity
Deprecated.
 
getVertices() - Method in class com.arangodb.entity.TraversalEntity
Deprecated.
 
getVertices() - Method in class com.arangodb.model.TraversalOptions.Uniqueness
Deprecated.
 
getVerticesUniqueness() - Method in class com.arangodb.model.TraversalOptions
Deprecated.
 
getViews() - Method in interface com.arangodb.ArangoDatabase
Fetches all views from the database and returns an list of view descriptions.
getViews() - Method in interface com.arangodb.async.ArangoDatabaseAsync
Fetches all views from the database and returns an list of view descriptions.
getViews() - Method in class com.arangodb.async.internal.ArangoDatabaseAsyncImpl
 
getVisitor() - Method in class com.arangodb.model.TraversalOptions
Deprecated.
 
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.StreamTransactionOptions
 
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
Deprecated.
 
getWarnings() - Method in class com.arangodb.internal.cursor.ArangoCursorImpl
 
getWrite() - Method in class com.arangodb.model.TransactionCollectionOptions
 
getWritebufferActive() - Method in class com.arangodb.entity.InvertedIndexEntity
 
getWritebufferActive() - Method in class com.arangodb.model.InvertedIndexOptions
 
getWritebufferIdle() - Method in class com.arangodb.entity.InvertedIndexEntity
 
getWritebufferIdle() - Method in class com.arangodb.model.InvertedIndexOptions
 
getWritebufferSizeMax() - Method in class com.arangodb.entity.InvertedIndexEntity
 
getWritebufferSizeMax() - Method in class com.arangodb.model.InvertedIndexOptions
 
getWriteConcern() - Method in class com.arangodb.entity.CollectionPropertiesEntity
 
getWriteConcern() - Method in class com.arangodb.entity.DatabaseEntity
Default write concern for new collections created in this database.
getWriteConcern() - Method in class com.arangodb.entity.GraphEntity
 
getWriteConcern() - Method in class com.arangodb.model.CollectionCreateOptions
 
getWriteConcern() - Method in class com.arangodb.model.DatabaseOptions
 
getWriteConcern() - Method in class com.arangodb.model.GraphCreateOptions
 
getWriteConcern() - Method in class com.arangodb.model.GraphCreateOptions.SmartOptions
 
getWritesExecuted() - Method in class com.arangodb.entity.CursorEntity.Stats
Deprecated.
 
getWritesIgnored() - Method in class com.arangodb.entity.CursorEntity.Stats
Deprecated.
 
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.
grantAccess(String, Permissions) - Method in interface com.arangodb.async.ArangoCollectionAsync
Grants or revoke access to the collection for user user.
grantAccess(String, Permissions) - Method in interface com.arangodb.async.ArangoDatabaseAsync
Grants access to the database dbname for user user.
grantAccess(String) - Method in interface com.arangodb.async.ArangoDatabaseAsync
Grants access to the database dbname for user user.
grantAccess(String, Permissions) - Method in class com.arangodb.async.internal.ArangoCollectionAsyncImpl
 
grantAccess(String, Permissions) - Method in class com.arangodb.async.internal.ArangoDatabaseAsyncImpl
 
grantAccess(String) - Method in class com.arangodb.async.internal.ArangoDatabaseAsyncImpl
 
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.
grantDefaultCollectionAccess(String, Permissions) - Method in interface com.arangodb.async.ArangoDatabaseAsync
Sets the default access level for collections within this database for the user user.
grantDefaultCollectionAccess(String, Permissions) - Method in interface com.arangodb.async.ArangoDBAsync
Sets the default access level for collections for the user user.
grantDefaultCollectionAccess(String, Permissions) - Method in class com.arangodb.async.internal.ArangoDatabaseAsyncImpl
 
grantDefaultCollectionAccess(String, Permissions) - Method in class com.arangodb.async.internal.ArangoDBAsyncImpl
 
grantDefaultDatabaseAccess(String, Permissions) - Method in interface com.arangodb.ArangoDB
Sets the default access level for databases for the user user.
grantDefaultDatabaseAccess(String, Permissions) - Method in interface com.arangodb.async.ArangoDBAsync
Sets the default access level for databases for the user user.
grantDefaultDatabaseAccess(String, Permissions) - Method in class com.arangodb.async.internal.ArangoDBAsyncImpl
 
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
graph(String) - Method in interface com.arangodb.async.ArangoDatabaseAsync
Returns a handler of the graph by the given name
graph() - Method in interface com.arangodb.async.ArangoEdgeCollectionAsync
The the handler of the named graph the edge collection is within
graph() - Method in interface com.arangodb.async.ArangoVertexCollectionAsync
The the handler of the named graph the edge collection is within
graph(String) - Method in class com.arangodb.async.internal.ArangoDatabaseAsyncImpl
 
GraphCreateOptions - Class in com.arangodb.model
 
GraphCreateOptions() - Constructor for class com.arangodb.model.GraphCreateOptions
 
GraphCreateOptions.SmartOptions - Class in com.arangodb.model
 
GraphDocumentReadOptions - Class in com.arangodb.model
 
GraphDocumentReadOptions() - Constructor for class com.arangodb.model.GraphDocumentReadOptions
 
GraphEntity - Class in com.arangodb.entity
 
GraphEntity() - Constructor for class com.arangodb.entity.GraphEntity
 
graphName(String) - Method in class com.arangodb.model.TraversalOptions
Deprecated.
 
group(Boolean) - Method in class com.arangodb.model.AqlFunctionDeleteOptions
 

H

hashCode() - Method in exception com.arangodb.ArangoDBMultipleException
 
hashCode() - Method in class com.arangodb.DbName
 
hashCode() - Method in class com.arangodb.entity.arangosearch.analyzer.AQLAnalyzer
 
hashCode() - Method in class com.arangodb.entity.arangosearch.analyzer.AQLAnalyzerProperties
 
hashCode() - Method in class com.arangodb.entity.arangosearch.analyzer.ClassificationAnalyzer
 
hashCode() - Method in class com.arangodb.entity.arangosearch.analyzer.ClassificationAnalyzerProperties
 
hashCode() - Method in class com.arangodb.entity.arangosearch.analyzer.CollationAnalyzer
 
hashCode() - Method in class com.arangodb.entity.arangosearch.analyzer.CollationAnalyzerProperties
 
hashCode() - Method in class com.arangodb.entity.arangosearch.analyzer.DelimiterAnalyzer
 
hashCode() - Method in class com.arangodb.entity.arangosearch.analyzer.DelimiterAnalyzerProperties
 
hashCode() - Method in class com.arangodb.entity.arangosearch.analyzer.EdgeNgram
 
hashCode() - Method in class com.arangodb.entity.arangosearch.analyzer.GeoAnalyzerOptions
 
hashCode() - Method in class com.arangodb.entity.arangosearch.analyzer.GeoJSONAnalyzer
 
hashCode() - Method in class com.arangodb.entity.arangosearch.analyzer.GeoJSONAnalyzerProperties
 
hashCode() - Method in class com.arangodb.entity.arangosearch.analyzer.GeoPointAnalyzer
 
hashCode() - Method in class com.arangodb.entity.arangosearch.analyzer.GeoPointAnalyzerProperties
 
hashCode() - Method in class com.arangodb.entity.arangosearch.analyzer.IdentityAnalyzer
 
hashCode() - Method in class com.arangodb.entity.arangosearch.analyzer.MinHashAnalyzer
 
hashCode() - Method in class com.arangodb.entity.arangosearch.analyzer.MinHashAnalyzerProperties
 
hashCode() - Method in class com.arangodb.entity.arangosearch.analyzer.NearestNeighborsAnalyzer
 
hashCode() - Method in class com.arangodb.entity.arangosearch.analyzer.NearestNeighborsAnalyzerProperties
 
hashCode() - Method in class com.arangodb.entity.arangosearch.analyzer.NGramAnalyzer
 
hashCode() - Method in class com.arangodb.entity.arangosearch.analyzer.NGramAnalyzerProperties
 
hashCode() - Method in class com.arangodb.entity.arangosearch.analyzer.NormAnalyzer
 
hashCode() - Method in class com.arangodb.entity.arangosearch.analyzer.NormAnalyzerProperties
 
hashCode() - Method in class com.arangodb.entity.arangosearch.analyzer.PipelineAnalyzer
 
hashCode() - Method in class com.arangodb.entity.arangosearch.analyzer.PipelineAnalyzerProperties
 
hashCode() - Method in class com.arangodb.entity.arangosearch.analyzer.SearchAnalyzer
 
hashCode() - Method in class com.arangodb.entity.arangosearch.analyzer.SegmentationAnalyzer
 
hashCode() - Method in class com.arangodb.entity.arangosearch.analyzer.SegmentationAnalyzerProperties
 
hashCode() - Method in class com.arangodb.entity.arangosearch.analyzer.StemAnalyzer
 
hashCode() - Method in class com.arangodb.entity.arangosearch.analyzer.StemAnalyzerProperties
 
hashCode() - Method in class com.arangodb.entity.arangosearch.analyzer.StopwordsAnalyzer
 
hashCode() - Method in class com.arangodb.entity.arangosearch.analyzer.StopwordsAnalyzerProperties
 
hashCode() - Method in class com.arangodb.entity.arangosearch.analyzer.TextAnalyzer
 
hashCode() - Method in class com.arangodb.entity.arangosearch.analyzer.TextAnalyzerProperties
 
hashCode() - Method in class com.arangodb.entity.arangosearch.ConsolidationPolicy
 
hashCode() - Method in class com.arangodb.entity.arangosearch.StoredValue
 
hashCode() - Method in class com.arangodb.entity.BaseDocument
 
hashCode() - Method in class com.arangodb.entity.BaseEdgeDocument
 
hashCode() - Method in class com.arangodb.entity.InvertedIndexField
 
hashCode() - Method in class com.arangodb.entity.InvertedIndexPrimarySort.Field
 
hashCode() - Method in class com.arangodb.entity.InvertedIndexPrimarySort
 
hashCode() - Method in class com.arangodb.internal.net.HostDescription
 
hashCode() - Method in class com.arangodb.internal.net.HostImpl
 
hashCode() - Method in class com.arangodb.model.ComputedValue
 
hashCode() - Method in class com.arangodb.model.InvertedIndexOptions
 
hashCode() - Method in class com.arangodb.model.QueueTimeSample
 
HashIndexOptions - Class in com.arangodb.model
Deprecated.
use PersistentIndexOptions instead. Since ArangoDB 3.7 a hash index is an alias for a persistent index.
HashIndexOptions() - Constructor for class com.arangodb.model.HashIndexOptions
Deprecated.
 
hasIgnoreMarker(AnnotatedMember) - Method in class com.arangodb.internal.mapping.ArangoAnnotationIntrospector
 
hasNext() - Method in class com.arangodb.internal.cursor.ArangoCursorImpl
 
hasNext() - Method in class com.arangodb.internal.cursor.ArangoCursorIterator
 
hasNext() - Method in class com.arangodb.internal.cursor.ArangoFilterIterator
 
hasNext() - Method in class com.arangodb.internal.cursor.ArangoMappingIterator
 
head() - Method in interface com.arangodb.ArangoRoute
Performs a HEAD request to the given URL and returns the server response.
head() - Method in interface com.arangodb.async.ArangoRouteAsync
Performs a HEAD request to the given URL and returns the server response.
head() - Method in class com.arangodb.async.internal.ArangoRouteAsyncImpl
 
HEADER_ALLOW_DIRTY_READ - Static variable in class com.arangodb.internal.util.RequestUtils
 
host(String, int) - Method in class com.arangodb.ArangoDB.Builder
Adds a host to connect to.
host(String, int) - Method in class com.arangodb.async.ArangoDBAsync.Builder
Adds a host to connect to.
host(HostDescription) - Method in class com.arangodb.async.internal.velocystream.VstConnectionAsync.Builder
 
host(HostDescription) - Method in class com.arangodb.internal.http.HttpConnection.Builder
 
Host - Interface in com.arangodb.internal.net
 
host(HostDescription) - Method in class com.arangodb.internal.velocystream.internal.VstConnectionSync.Builder
 
HostDescription - Class in com.arangodb.internal.net
 
HostDescription(String, int) - Constructor for class com.arangodb.internal.net.HostDescription
 
HostHandle - Class in com.arangodb.internal.net
 
HostHandle() - Constructor for class com.arangodb.internal.net.HostHandle
 
HostHandler - Interface in com.arangodb.internal.net
 
hostHandler - Variable in class com.arangodb.internal.velocystream.VstCommunication
 
HostImpl - Class in com.arangodb.internal.net
 
HostImpl(ConnectionPool, HostDescription) - Constructor for class com.arangodb.internal.net.HostImpl
 
hostnameVerifier(HostnameVerifier) - Method in class com.arangodb.ArangoDB.Builder
Sets the HostnameVerifier to be used when using ssl with http protocol.
hostnameVerifier(HostnameVerifier) - Method in class com.arangodb.internal.http.HttpConnection.Builder
 
HostResolver - Interface in com.arangodb.internal.net
 
HostSet - Class in com.arangodb.internal.net
 
HostSet() - Constructor for class com.arangodb.internal.net.HostSet
 
HostSet(List<Host>) - Constructor for class com.arangodb.internal.net.HostSet
 
HostUtils - Class in com.arangodb.internal.util
 
HttpCommunication - Class in com.arangodb.internal.http
 
HttpCommunication.Builder - Class in com.arangodb.internal.http
 
HttpConnection - Class in com.arangodb.internal.http
 
HttpConnection.Builder - Class in com.arangodb.internal.http
 
HttpConnectionFactory - Class in com.arangodb.internal.http
 
HttpConnectionFactory(Integer, String, String, Boolean, SSLContext, HostnameVerifier, ArangoSerialization, Protocol, Long, String, HttpRequestRetryHandler) - Constructor for class com.arangodb.internal.http.HttpConnectionFactory
 
httpCookieSpec(String) - Method in class com.arangodb.internal.http.HttpConnection.Builder
 
HttpDeleteWithBody - Class in com.arangodb.internal.http
 
HttpDeleteWithBody(String) - Constructor for class com.arangodb.internal.http.HttpDeleteWithBody
 
HttpProtocol - Class in com.arangodb.internal.http
 
HttpProtocol(HttpCommunication) - Constructor for class com.arangodb.internal.http.HttpProtocol
 
httpRequestRetryHandler(HttpRequestRetryHandler) - Method in class com.arangodb.ArangoDB.Builder
Sets the HttpRequestRetryHandler to be used when using http protocol.
httpRequestRetryHandler(HttpRequestRetryHandler) - Method in class com.arangodb.internal.http.HttpConnection.Builder
 

I

id - Variable in class com.arangodb.entity.BaseDocument
 
Id - Annotation Type in com.arangodb.entity
 
IdentityAnalyzer - Class in com.arangodb.entity.arangosearch.analyzer
An Analyzer applying the identity transformation, i.e.
IdentityAnalyzer() - Constructor for class com.arangodb.entity.arangosearch.analyzer.IdentityAnalyzer
 
ifMatch(String) - Method in class com.arangodb.model.DocumentDeleteOptions
 
ifMatch(String) - Method in class com.arangodb.model.DocumentExistsOptions
 
ifMatch(String) - Method in class com.arangodb.model.DocumentReadOptions
 
ifMatch(String) - Method in class com.arangodb.model.DocumentReplaceOptions
 
ifMatch(String) - Method in class com.arangodb.model.DocumentUpdateOptions
 
ifMatch(String) - Method in class com.arangodb.model.EdgeDeleteOptions
 
ifMatch(String) - Method in class com.arangodb.model.EdgeReplaceOptions
 
ifMatch(String) - Method in class com.arangodb.model.EdgeUpdateOptions
 
ifMatch(String) - Method in class com.arangodb.model.GraphDocumentReadOptions
 
ifMatch(String) - Method in class com.arangodb.model.VertexDeleteOptions
 
ifMatch(String) - Method in class com.arangodb.model.VertexReplaceOptions
 
ifMatch(String) - Method in class com.arangodb.model.VertexUpdateOptions
 
ifNoneMatch(String) - Method in class com.arangodb.model.DocumentExistsOptions
 
ifNoneMatch(String) - Method in class com.arangodb.model.DocumentReadOptions
 
ifNoneMatch(String) - Method in class com.arangodb.model.GraphDocumentReadOptions
 
ignoreRevs(Boolean) - Method in class com.arangodb.model.DocumentReplaceOptions
 
ignoreRevs(Boolean) - Method in class com.arangodb.model.DocumentUpdateOptions
 
importDocuments(Collection<?>) - Method in interface com.arangodb.ArangoCollection
Bulk imports the given values into the collection.
importDocuments(Collection<?>, DocumentImportOptions) - Method in interface com.arangodb.ArangoCollection
Bulk imports the given values into the collection.
importDocuments(String) - Method in interface com.arangodb.ArangoCollection
Bulk imports the given values into the collection.
importDocuments(String, DocumentImportOptions) - Method in interface com.arangodb.ArangoCollection
Bulk imports the given values into the collection.
importDocuments(Collection<?>) - Method in interface com.arangodb.async.ArangoCollectionAsync
Imports documents
importDocuments(Collection<?>, DocumentImportOptions) - Method in interface com.arangodb.async.ArangoCollectionAsync
Imports documents
importDocuments(String) - Method in interface com.arangodb.async.ArangoCollectionAsync
Imports documents
importDocuments(String, DocumentImportOptions) - Method in interface com.arangodb.async.ArangoCollectionAsync
Imports documents
importDocuments(Collection<?>) - Method in class com.arangodb.async.internal.ArangoCollectionAsyncImpl
 
importDocuments(Collection<?>, DocumentImportOptions) - Method in class com.arangodb.async.internal.ArangoCollectionAsyncImpl
 
importDocuments(String) - Method in class com.arangodb.async.internal.ArangoCollectionAsyncImpl
 
importDocuments(String, DocumentImportOptions) - Method in class com.arangodb.async.internal.ArangoCollectionAsyncImpl
 
ImportType - Enum in com.arangodb.model
 
inBackground(Boolean) - Method in class com.arangodb.entity.arangosearch.CollectionLink
 
inBackground(Boolean) - Method in class com.arangodb.entity.arangosearch.FieldLink
 
inBackground(Boolean) - Method in class com.arangodb.model.IndexOptions
 
includeAllFields(Boolean) - Method in class com.arangodb.entity.arangosearch.CollectionLink
 
includeAllFields(Boolean) - Method in class com.arangodb.entity.arangosearch.FieldLink
 
includeAllFields(Boolean) - Method in class com.arangodb.entity.InvertedIndexField
 
includeAllFields(Boolean) - Method in class com.arangodb.model.InvertedIndexOptions
 
indexBuckets(Integer) - Method in class com.arangodb.model.CollectionCreateOptions
Deprecated.
MMFiles only
IndexEntity - Class in com.arangodb.entity
 
IndexEntity() - Constructor for class com.arangodb.entity.IndexEntity
 
indexes(SearchAliasIndex...) - Method in class com.arangodb.model.arangosearch.SearchAliasCreateOptions
 
indexes(SearchAliasIndex...) - Method in class com.arangodb.model.arangosearch.SearchAliasPropertiesOptions
 
IndexOptions<T extends IndexOptions> - Class in com.arangodb.model
 
IndexOptions() - Constructor for class com.arangodb.model.IndexOptions
 
IndexType - Enum in com.arangodb.entity
 
init(ArangoExecutorSync, ArangoSerialization) - Method in class com.arangodb.internal.net.ExtendedHostResolver
 
init(ArangoExecutorSync, ArangoSerialization) - Method in interface com.arangodb.internal.net.HostResolver
 
init(ArangoExecutorSync, ArangoSerialization) - Method in class com.arangodb.internal.net.SimpleHostResolver
 
init(String) - Method in class com.arangodb.model.TraversalOptions
Deprecated.
 
insertDocument(T) - Method in interface com.arangodb.ArangoCollection
Creates a new document from the given document, unless there is already a document with the _key given.
insertDocument(T, DocumentCreateOptions) - Method in interface com.arangodb.ArangoCollection
Creates a new document from the given document, unless there is already a document with the _key given.
insertDocument(T) - Method in interface com.arangodb.async.ArangoCollectionAsync
Creates a new document from the given document, unless there is already a document with the _key given.
insertDocument(T, DocumentCreateOptions) - Method in interface com.arangodb.async.ArangoCollectionAsync
Creates a new document from the given document, unless there is already a document with the _key given.
insertDocument(T) - Method in class com.arangodb.async.internal.ArangoCollectionAsyncImpl
 
insertDocument(T, DocumentCreateOptions) - Method in class com.arangodb.async.internal.ArangoCollectionAsyncImpl
 
insertDocuments(Collection<T>) - Method in interface com.arangodb.ArangoCollection
Creates new documents from the given documents, unless there is already a document with the _key given.
insertDocuments(Collection<T>, DocumentCreateOptions) - Method in interface com.arangodb.ArangoCollection
Creates new documents from the given documents, unless there is already a document with the _key given.
insertDocuments(Collection<T>) - Method in interface com.arangodb.async.ArangoCollectionAsync
Creates new documents from the given documents, unless there is already a document with the _key given.
insertDocuments(Collection<T>, DocumentCreateOptions) - Method in interface com.arangodb.async.ArangoCollectionAsync
Creates new documents from the given documents, unless there is already a document with the _key given.
insertDocuments(Collection<T>) - Method in class com.arangodb.async.internal.ArangoCollectionAsyncImpl
 
insertDocuments(Collection<T>, DocumentCreateOptions) - Method in class com.arangodb.async.internal.ArangoCollectionAsyncImpl
 
insertEdge(T) - Method in interface com.arangodb.ArangoEdgeCollection
Creates a new edge in the collection
insertEdge(T, EdgeCreateOptions) - Method in interface com.arangodb.ArangoEdgeCollection
Creates a new edge in the collection
insertEdge(T) - Method in interface com.arangodb.async.ArangoEdgeCollectionAsync
Creates a new edge in the collection
insertEdge(T, EdgeCreateOptions) - Method in interface com.arangodb.async.ArangoEdgeCollectionAsync
Creates a new edge in the collection
insertEdge(T) - Method in class com.arangodb.async.internal.ArangoEdgeCollectionAsyncImpl
 
insertEdge(T, EdgeCreateOptions) - Method in class com.arangodb.async.internal.ArangoEdgeCollectionAsyncImpl
 
insertVertex(T) - Method in interface com.arangodb.ArangoVertexCollection
Creates a new vertex in the collection
insertVertex(T, VertexCreateOptions) - Method in interface com.arangodb.ArangoVertexCollection
Creates a new vertex in the collection
insertVertex(T) - Method in interface com.arangodb.async.ArangoVertexCollectionAsync
Creates a new vertex in the collection
insertVertex(T, VertexCreateOptions) - Method in interface com.arangodb.async.ArangoVertexCollectionAsync
Creates a new vertex in the collection
insertVertex(T) - Method in class com.arangodb.async.internal.ArangoVertexCollectionAsyncImpl
 
insertVertex(T, VertexCreateOptions) - Method in class com.arangodb.async.internal.ArangoVertexCollectionAsyncImpl
 
intermediateCommitCount(Long) - Method in class com.arangodb.model.AqlQueryOptions
 
intermediateCommitSize(Long) - Method in class com.arangodb.model.AqlQueryOptions
 
INVERTED_INDEX_PRIMARY_SORT_FIELD - Static variable in class com.arangodb.internal.velocypack.VPackDeserializers
 
InvertedIndexEntity - Class in com.arangodb.entity
 
InvertedIndexEntity() - Constructor for class com.arangodb.entity.InvertedIndexEntity
 
InvertedIndexField - Class in com.arangodb.entity
 
InvertedIndexField() - Constructor for class com.arangodb.entity.InvertedIndexField
 
InvertedIndexOptions - Class in com.arangodb.model
 
InvertedIndexOptions() - Constructor for class com.arangodb.model.InvertedIndexOptions
 
InvertedIndexPrimarySort - Class in com.arangodb.entity
 
InvertedIndexPrimarySort() - Constructor for class com.arangodb.entity.InvertedIndexPrimarySort
 
InvertedIndexPrimarySort.Field - Class in com.arangodb.entity
 
InvertedIndexPrimarySort.Field.Direction - Enum in com.arangodb.entity
 
IOUtils - Class in com.arangodb.internal.util
 
isAccent() - Method in class com.arangodb.entity.arangosearch.analyzer.NormAnalyzerProperties
 
isAccent() - Method in class com.arangodb.entity.arangosearch.analyzer.TextAnalyzerProperties
 
isCached() - Method in interface com.arangodb.ArangoCursor
 
isCached() - Method in class com.arangodb.internal.cursor.ArangoCursorImpl
 
isCatchException() - Method in class com.arangodb.model.DocumentExistsOptions
Deprecated.
for removal
isCatchException() - Method in class com.arangodb.model.DocumentReadOptions
Deprecated.
for removal
isCatchException() - Method in class com.arangodb.model.GraphDocumentReadOptions
Deprecated.
for removal
isDeterministic(Boolean) - Method in class com.arangodb.model.AqlFunctionCreateOptions
 
isDisjoint(Boolean) - Method in class com.arangodb.model.GraphCreateOptions
 
isEmpty() - Method in class com.arangodb.internal.velocystream.internal.MessageStore
 
isFirstChunk() - Method in class com.arangodb.internal.velocystream.internal.Chunk
 
isMarkforDeletion() - Method in interface com.arangodb.internal.net.Host
 
isMarkforDeletion() - Method in class com.arangodb.internal.net.HostImpl
 
isOpen() - Method in class com.arangodb.internal.velocystream.internal.VstConnection
 
isPotentialDirtyRead() - Method in interface com.arangodb.ArangoCursor
 
isPotentialDirtyRead() - Method in class com.arangodb.entity.MultiDocumentEntity
 
isPotentialDirtyRead() - Method in class com.arangodb.internal.cursor.ArangoCursorImpl
 
isPreserveOriginal() - Method in class com.arangodb.entity.arangosearch.analyzer.EdgeNgram
 
isPreserveOriginal() - Method in class com.arangodb.entity.arangosearch.analyzer.NGramAnalyzerProperties
 
isSerializeNullValues() - Method in class com.arangodb.util.ArangoSerializer.Options
 
isSmart(Boolean) - Method in class com.arangodb.model.GraphCreateOptions
 
isStemming() - Method in class com.arangodb.entity.arangosearch.analyzer.TextAnalyzerProperties
 
isStringAsJson() - Method in class com.arangodb.util.ArangoSerializer.Options
 
isSystem(Boolean) - Method in class com.arangodb.model.CollectionCreateOptions
 
isVolatile(Boolean) - Method in class com.arangodb.model.CollectionCreateOptions
Deprecated.
MMFiles only
itemOrder(TraversalOptions.ItemOrder) - Method in class com.arangodb.model.TraversalOptions
Deprecated.
 
iterator() - Method in interface com.arangodb.ArangoIterable
 
iterator - Variable in class com.arangodb.internal.cursor.ArangoCursorImpl
 
iterator() - Method in class com.arangodb.internal.cursor.ArangoCursorImpl
 
iterator() - Method in class com.arangodb.internal.cursor.ArangoFilterIterable
Deprecated.
 
iterator() - Method in class com.arangodb.internal.cursor.ArangoMappingIterable
Deprecated.
 

J

journalSize(Long) - Method in class com.arangodb.model.CollectionCreateOptions
Deprecated.
MMFiles only
journalSize(Long) - Method in class com.arangodb.model.CollectionPropertiesOptions
Deprecated.
MMFiles only
jwt(String) - Method in class com.arangodb.ArangoDB.Builder
Sets the JWT for the user authentication.
jwt(String) - Method in class com.arangodb.async.ArangoDBAsync.Builder
Sets the JWT for the user authentication.
jwt(String) - Method in class com.arangodb.async.internal.velocystream.VstCommunicationAsync.Builder
 
jwt - Variable in class com.arangodb.internal.velocystream.VstCommunication
 
jwt(String) - Method in class com.arangodb.internal.velocystream.VstCommunicationSync.Builder
 
JWT_AUTH_REQUEST - Static variable in class com.arangodb.internal.velocypack.VPackSerializers
 
JwtAuthenticationRequest - Class in com.arangodb.internal.velocystream.internal
 
JwtAuthenticationRequest(String, String) - Constructor for class com.arangodb.internal.velocystream.internal.JwtAuthenticationRequest
 

K

keepAliveInterval(Integer) - Method in class com.arangodb.ArangoDB.Builder
Set the keep-alive interval for VST connections.
keepAliveInterval(Integer) - Method in class com.arangodb.async.ArangoDBAsync.Builder
Set the keep-alive interval for VST connections.
keepAliveInterval(Integer) - Method in class com.arangodb.async.internal.velocystream.VstConnectionAsync.Builder
 
keepAliveInterval(Integer) - Method in class com.arangodb.internal.velocystream.internal.VstConnectionSync.Builder
 
keepNull(Boolean) - Method in class com.arangodb.model.ComputedValue
 
keepNull(Boolean) - Method in class com.arangodb.model.DocumentUpdateOptions
 
keepNull(Boolean) - Method in class com.arangodb.model.EdgeUpdateOptions
 
keepNull(Boolean) - Method in class com.arangodb.model.VertexUpdateOptions
 
key - Variable in class com.arangodb.entity.BaseDocument
 
Key - Annotation Type in com.arangodb.entity
 
KeyOptions - Class in com.arangodb.entity
 
KeyOptions() - Constructor for class com.arangodb.entity.KeyOptions
 
KeyOptions(Boolean, KeyType, Integer, Integer) - Constructor for class com.arangodb.entity.KeyOptions
 
keyOptions(Boolean, KeyType, Integer, Integer) - Method in class com.arangodb.model.CollectionCreateOptions
 
KeyType - Enum in com.arangodb.entity
 
killQuery(String) - Method in interface com.arangodb.ArangoDatabase
Kills a running query.
killQuery(String) - Method in interface com.arangodb.async.ArangoDatabaseAsync
Kills a running query.
killQuery(String) - Method in class com.arangodb.async.internal.ArangoDatabaseAsyncImpl
 

L

legacyPolygons(Boolean) - Method in class com.arangodb.model.GeoIndexOptions
 
level(LogLevel) - Method in class com.arangodb.model.LogOptions
 
License - Enum in com.arangodb.entity
 
LICENSE - Static variable in class com.arangodb.internal.velocypack.VPackDeserializers
 
link(CollectionLink...) - Method in class com.arangodb.model.arangosearch.ArangoSearchCreateOptions
 
link(CollectionLink...) - Method in class com.arangodb.model.arangosearch.ArangoSearchPropertiesOptions
 
load() - Method in interface com.arangodb.ArangoCollection
Deprecated.
MMFiles only
load() - Method in interface com.arangodb.async.ArangoCollectionAsync
Deprecated.
MMFiles only
load() - Method in class com.arangodb.async.internal.ArangoCollectionAsyncImpl
 
loadBalancingStrategy(LoadBalancingStrategy) - Method in class com.arangodb.ArangoDB.Builder
Sets the load balancing strategy to be used in an ArangoDB cluster setup.
loadBalancingStrategy(LoadBalancingStrategy) - Method in class com.arangodb.async.ArangoDBAsync.Builder
Sets the load balancing strategy to be used in an ArangoDB cluster setup.
LoadBalancingStrategy - Enum in com.arangodb.entity
 
loadProperties(Properties) - Method in class com.arangodb.ArangoDB.Builder
 
loadProperties(InputStream) - Method in class com.arangodb.ArangoDB.Builder
 
loadProperties(InputStream) - Method in class com.arangodb.async.ArangoDBAsync.Builder
 
lockTimeout(Integer) - Method in class com.arangodb.model.StreamTransactionOptions
 
lockTimeout(Integer) - Method in class com.arangodb.model.TransactionOptions
 
log(String, Request, Credentials, String, ArangoSerialization) - Static method in class com.arangodb.internal.http.CURLLogger
 
LOG_LEVEL - Static variable in class com.arangodb.internal.velocypack.VPackDeserializers
 
LOG_LEVEL - Static variable in class com.arangodb.internal.velocypack.VPackSerializers
 
LogEntity - Class in com.arangodb.entity
 
LogEntity() - Constructor for class com.arangodb.entity.LogEntity
 
LogEntriesEntity - Class in com.arangodb.entity
 
LogEntriesEntity() - Constructor for class com.arangodb.entity.LogEntriesEntity
 
LogEntriesEntity.Message - Class in com.arangodb.entity
 
LogLevel - Enum in com.arangodb.entity
 
LogLevelEntity - Class in com.arangodb.entity
 
LogLevelEntity() - Constructor for class com.arangodb.entity.LogLevelEntity
 
LogLevelEntity.LogLevel - Enum in com.arangodb.entity
 
LogOptions - Class in com.arangodb.model
 
LogOptions() - Constructor for class com.arangodb.model.LogOptions
 
LogOptions.SortOrder - Enum in com.arangodb.model
 

M

map(Function<? super T, ? extends R>) - Method in interface com.arangodb.ArangoIterable
map(Function<? super T, ? extends R>) - Method in class com.arangodb.internal.cursor.AbstractArangoIterable
 
MapBuilder - Class in com.arangodb.util
 
MapBuilder() - Constructor for class com.arangodb.util.MapBuilder
 
markAllForDeletion() - Method in class com.arangodb.internal.net.HostSet
 
maxConnections(Integer) - Method in class com.arangodb.ArangoDB.Builder
Sets the maximum number of connections the built in connection pool will open per host.
maxConnections(Integer) - Method in class com.arangodb.async.ArangoDBAsync.Builder
Sets the maximum number of connections the built in connection pool will open.
maxConnections(Integer) - Method in class com.arangodb.async.internal.velocystream.VstCommunicationAsync.Builder
 
maxConnections(Integer) - Method in class com.arangodb.internal.velocystream.VstCommunicationSync.Builder
 
maxDepth(Integer) - Method in class com.arangodb.model.TraversalOptions
Deprecated.
 
maxIterations(Integer) - Method in class com.arangodb.model.TraversalOptions
Deprecated.
 
maxNumberOfPlans(Integer) - Method in class com.arangodb.model.AqlQueryExplainOptions
 
maxPlans(Integer) - Method in class com.arangodb.model.AqlQueryOptions
 
maxRuntime(Double) - Method in class com.arangodb.model.AqlQueryOptions
 
maxTransactionSize(Long) - Method in class com.arangodb.model.AqlQueryOptions
 
maxTransactionSize(Long) - Method in class com.arangodb.model.StreamTransactionOptions
 
maxTransactionSize(Long) - Method in class com.arangodb.model.TransactionOptions
 
maxWarningCount(Long) - Method in class com.arangodb.model.AqlQueryOptions
 
memoryLimit(Long) - Method in class com.arangodb.model.AqlQueryOptions
 
mergeObjects(Boolean) - Method in class com.arangodb.model.DocumentCreateOptions
Only considered if this#overwriteMode is set to OverwriteMode.update
mergeObjects(Boolean) - Method in class com.arangodb.model.DocumentUpdateOptions
 
Message() - Constructor for class com.arangodb.entity.LogEntriesEntity.Message
 
Message - Class in com.arangodb.internal.velocystream.internal
 
Message(long, byte[]) - Constructor for class com.arangodb.internal.velocystream.internal.Message
 
Message(long, VPackSlice, VPackSlice) - Constructor for class com.arangodb.internal.velocystream.internal.Message
 
messageStore(MessageStore) - Method in class com.arangodb.async.internal.velocystream.VstConnectionAsync.Builder
 
MessageStore - Class in com.arangodb.internal.velocystream.internal
 
MessageStore() - Constructor for class com.arangodb.internal.velocystream.internal.MessageStore
 
messageStore - Variable in class com.arangodb.internal.velocystream.internal.VstConnection
 
messageStore(MessageStore) - Method in class com.arangodb.internal.velocystream.internal.VstConnectionSync.Builder
 
MetaAware - Interface in com.arangodb.entity
 
METHOD_NAME - Static variable in class com.arangodb.internal.http.HttpDeleteWithBody
 
metrics() - Method in interface com.arangodb.ArangoDB
 
metrics() - Method in interface com.arangodb.async.ArangoDBAsync
 
metrics() - Method in class com.arangodb.async.internal.ArangoDBAsyncImpl
 
mId - Static variable in class com.arangodb.internal.velocystream.VstCommunication
 
MIN_REPLICATION_FACTOR - Static variable in class com.arangodb.internal.velocypack.VPackDeserializers
 
MIN_REPLICATION_FACTOR - Static variable in class com.arangodb.internal.velocypack.VPackSerializers
 
minDepth(Integer) - Method in class com.arangodb.model.TraversalOptions
Deprecated.
 
MinHashAnalyzer - Class in com.arangodb.entity.arangosearch.analyzer
An Analyzer that computes so called MinHash signatures using a locality-sensitive hash function.
MinHashAnalyzer() - Constructor for class com.arangodb.entity.arangosearch.analyzer.MinHashAnalyzer
 
MinHashAnalyzerProperties - Class in com.arangodb.entity.arangosearch.analyzer
 
MinHashAnalyzerProperties() - Constructor for class com.arangodb.entity.arangosearch.analyzer.MinHashAnalyzerProperties
 
minLength(Integer) - Method in class com.arangodb.model.FulltextIndexOptions
Deprecated.
 
MinReplicationFactor - Class in com.arangodb.entity
MinReplicationFactor() - Constructor for class com.arangodb.entity.MinReplicationFactor
Deprecated.
 
minReplicationFactor(Integer) - Method in class com.arangodb.model.CollectionCreateOptions
minReplicationFactor(Integer) - Method in class com.arangodb.model.GraphCreateOptions
minScore(Long) - Method in class com.arangodb.entity.arangosearch.ConsolidationPolicy
 
MultiDocumentEntity<E> - Class in com.arangodb.entity
 
MultiDocumentEntity() - Constructor for class com.arangodb.entity.MultiDocumentEntity
 

N

name() - Method in interface com.arangodb.ArangoCollection
The name of the collection
name() - Method in interface com.arangodb.ArangoDatabase
Deprecated.
name() - Method in interface com.arangodb.ArangoEdgeCollection
The name of the edge collection
name() - Method in interface com.arangodb.ArangoGraph
The name of the collection
name() - Method in interface com.arangodb.ArangoVertexCollection
The name of the edge collection
name() - Method in interface com.arangodb.ArangoView
The name of the view
name() - Method in interface com.arangodb.async.ArangoCollectionAsync
The name of the collection
name() - Method in interface com.arangodb.async.ArangoDatabaseAsync
Deprecated.
name() - Method in interface com.arangodb.async.ArangoEdgeCollectionAsync
The name of the edge collection
name() - Method in interface com.arangodb.async.ArangoGraphAsync
The name of the collection
name() - Method in interface com.arangodb.async.ArangoVertexCollectionAsync
The name of the edge collection
name() - Method in interface com.arangodb.async.ArangoViewAsync
The name of the view
name(String) - Method in class com.arangodb.entity.InvertedIndexField
 
name(String) - Method in class com.arangodb.model.AqlFunctionCreateOptions
 
name(String) - Method in class com.arangodb.model.arangosearch.ArangoSearchCreateOptions
 
name(String) - Method in class com.arangodb.model.arangosearch.SearchAliasCreateOptions
 
name(String) - Method in class com.arangodb.model.CollectionCreateOptions
 
name(String) - Method in class com.arangodb.model.CollectionRenameOptions
 
name(String) - Method in class com.arangodb.model.ComputedValue
 
name(String) - Method in class com.arangodb.model.DBCreateOptions
Deprecated.
name(DbName) - Method in class com.arangodb.model.DBCreateOptions
 
name(String) - Method in class com.arangodb.model.GraphCreateOptions
 
name(String) - Method in class com.arangodb.model.IndexOptions
 
name(String) - Method in class com.arangodb.model.ViewCreateOptions
 
name(String) - Method in class com.arangodb.model.ViewRenameOptions
 
namespace(String) - Method in class com.arangodb.model.AqlFunctionGetOptions
 
NearestNeighborsAnalyzer - Class in com.arangodb.entity.arangosearch.analyzer
An Analyzer capable of finding nearest neighbors of tokens in the input.
NearestNeighborsAnalyzer() - Constructor for class com.arangodb.entity.arangosearch.analyzer.NearestNeighborsAnalyzer
 
NearestNeighborsAnalyzerProperties - Class in com.arangodb.entity.arangosearch.analyzer
 
NearestNeighborsAnalyzerProperties() - Constructor for class com.arangodb.entity.arangosearch.analyzer.NearestNeighborsAnalyzerProperties
 
nested(FieldLink...) - Method in class com.arangodb.entity.arangosearch.CollectionLink
 
nested(FieldLink...) - Method in class com.arangodb.entity.arangosearch.FieldLink
 
nested(InvertedIndexField...) - Method in class com.arangodb.entity.InvertedIndexField
 
next() - Method in class com.arangodb.internal.cursor.ArangoCursorImpl
 
next() - Method in class com.arangodb.internal.cursor.ArangoCursorIterator
 
next() - Method in class com.arangodb.internal.cursor.ArangoFilterIterator
 
next() - Method in class com.arangodb.internal.cursor.ArangoMappingIterator
 
NGramAnalyzer - Class in com.arangodb.entity.arangosearch.analyzer
An Analyzer capable of producing n-grams from a specified input in a range of min..max (inclusive).
NGramAnalyzer() - Constructor for class com.arangodb.entity.arangosearch.analyzer.NGramAnalyzer
 
NGramAnalyzerProperties - Class in com.arangodb.entity.arangosearch.analyzer
An Analyzer capable of producing n-grams from a specified input in a range of min..max (inclusive).
NGramAnalyzerProperties() - Constructor for class com.arangodb.entity.arangosearch.analyzer.NGramAnalyzerProperties
 
noneMatch(Predicate<? super T>) - Method in interface com.arangodb.ArangoIterable
noneMatch(Predicate<? super T>) - Method in class com.arangodb.internal.cursor.AbstractArangoIterable
 
normalize(String) - Static method in class com.arangodb.DbName
Creates a new DbName instance with the NFC normal form of the provided value.
normalize(String) - Static method in class com.arangodb.util.UnicodeUtils
Normalizes a unicode string according to ArangoDB extended naming convention.
NormAnalyzer - Class in com.arangodb.entity.arangosearch.analyzer
An Analyzer capable of normalizing the text, treated as a single token, i.e.
NormAnalyzer() - Constructor for class com.arangodb.entity.arangosearch.analyzer.NormAnalyzer
 
NormAnalyzerProperties - Class in com.arangodb.entity.arangosearch.analyzer
 
NormAnalyzerProperties() - Constructor for class com.arangodb.entity.arangosearch.analyzer.NormAnalyzerProperties
 
NULL_SCHEMA - Static variable in class com.arangodb.model.CollectionSchema
Value to unset the collection schema on properties update ArangoCollection.changeProperties(CollectionPropertiesOptions).
numberOfShards(Integer) - Method in class com.arangodb.model.CollectionCreateOptions
 
numberOfShards(Integer) - Method in class com.arangodb.model.GraphCreateOptions
 

O

of(String) - Static method in class com.arangodb.DbName
Creates a new DbName instance with the provided value.
of(ConsolidationType) - Static method in class com.arangodb.entity.arangosearch.ConsolidationPolicy
 
of(String) - Static method in enum com.arangodb.model.CollectionSchema.Level
 
offset(Integer) - Method in class com.arangodb.model.LogOptions
 
on(String) - Static method in class com.arangodb.entity.arangosearch.CollectionLink
Creates an instance of CollectionLink on the given collection name
on(String) - Static method in class com.arangodb.entity.arangosearch.FieldLink
Creates an instance of FieldLink on the given field name
on(String) - Static method in class com.arangodb.entity.arangosearch.PrimarySort
 
onDuplicate(DocumentImportOptions.OnDuplicate) - Method in class com.arangodb.model.DocumentImportOptions
 
open() - Method in class com.arangodb.internal.velocystream.internal.VstConnection
 
Optimizer() - Constructor for class com.arangodb.model.AqlQueryExplainOptions.Optimizer
 
Optimizer() - Constructor for class com.arangodb.model.AqlQueryOptions.Optimizer
 
Options() - Constructor for class com.arangodb.entity.EdgeDefinition.Options
 
Options() - Constructor for class com.arangodb.model.AqlQueryExplainOptions.Options
 
Options() - Constructor for class com.arangodb.model.AqlQueryOptions.Options
 
options(DatabaseOptions) - Method in class com.arangodb.model.DBCreateOptions
 
Options() - Constructor for class com.arangodb.model.VertexCollectionCreateOptions.Options
 
Options() - Constructor for class com.arangodb.util.ArangoSerializer.Options
 
OptionsBuilder - Class in com.arangodb.model
 
order(TraversalOptions.Order) - Method in class com.arangodb.model.TraversalOptions
Deprecated.
 
orphanCollections(String...) - Method in class com.arangodb.model.GraphCreateOptions
 
orTimeout(CompletableFuture<T>, long, TimeUnit) - Static method in class com.arangodb.async.internal.utils.CompletableFutureUtils
 
overwrite(Boolean) - Method in class com.arangodb.model.ComputedValue
 
overwrite(Boolean) - Method in class com.arangodb.model.DocumentCreateOptions
overwrite(Boolean) - Method in class com.arangodb.model.DocumentImportOptions
 
overwriteMode(OverwriteMode) - Method in class com.arangodb.model.DocumentCreateOptions
Limitations: - keepNull parameter is not supported - the fields having null value are always removed during serialization Therefore in case of OverwriteMode.update, existing attributes cannot be removed.
OverwriteMode - Enum in com.arangodb.model
 

P

parallelism(Integer) - Method in class com.arangodb.model.InvertedIndexOptions
 
params(Object) - Method in class com.arangodb.model.TransactionOptions
 
parseQuery(String) - Method in interface com.arangodb.ArangoDatabase
Parse an AQL query and return information about it This method is for query validation only.
parseQuery(String) - Method in interface com.arangodb.async.ArangoDatabaseAsync
Parse an AQL query and return information about it This method is for query validation only.
parseQuery(String) - Method in class com.arangodb.async.internal.ArangoDatabaseAsyncImpl
 
passwd(String) - Method in class com.arangodb.model.DatabaseUsersOptions
 
passwd(String) - Method in class com.arangodb.model.UserCreateOptions
 
passwd(String) - Method in class com.arangodb.model.UserUpdateOptions
 
password(String) - Method in class com.arangodb.ArangoDB.Builder
Sets the password for the user for authentication.
password(String) - Method in class com.arangodb.async.ArangoDBAsync.Builder
Sets the password for the user for authentication.
password(String) - Method in class com.arangodb.async.internal.velocystream.VstCommunicationAsync.Builder
 
password(String) - Method in class com.arangodb.internal.http.HttpConnection.Builder
 
password - Variable in class com.arangodb.internal.velocystream.VstCommunication
 
password(String) - Method in class com.arangodb.internal.velocystream.VstCommunicationSync.Builder
 
patch() - Method in interface com.arangodb.ArangoRoute
Performs a PATCH request to the given URL and returns the server response.
patch() - Method in interface com.arangodb.async.ArangoRouteAsync
Performs a PATCH request to the given URL and returns the server response.
patch() - Method in class com.arangodb.async.internal.ArangoRouteAsyncImpl
 
PathEntity<V,E> - Class in com.arangodb.entity
Deprecated.
PathEntity() - Constructor for class com.arangodb.entity.PathEntity
Deprecated.
 
Permissions - Enum in com.arangodb.entity
 
PERMISSIONS - Static variable in class com.arangodb.internal.velocypack.VPackDeserializers
 
PERMISSIONS - Static variable in class com.arangodb.internal.velocypack.VPackSerializers
 
PersistentIndexOptions - Class in com.arangodb.model
 
PersistentIndexOptions() - Constructor for class com.arangodb.model.PersistentIndexOptions
 
PipelineAnalyzer - Class in com.arangodb.entity.arangosearch.analyzer
An Analyzer capable of chaining effects of multiple Analyzers into one.
PipelineAnalyzer() - Constructor for class com.arangodb.entity.arangosearch.analyzer.PipelineAnalyzer
 
PipelineAnalyzerProperties - Class in com.arangodb.entity.arangosearch.analyzer
 
PipelineAnalyzerProperties() - Constructor for class com.arangodb.entity.arangosearch.analyzer.PipelineAnalyzerProperties
 
post() - Method in interface com.arangodb.ArangoRoute
Performs a POST request to the given URL and returns the server response.
post() - Method in interface com.arangodb.async.ArangoRouteAsync
Performs a POST request to the given URL and returns the server response.
post() - Method in class com.arangodb.async.internal.ArangoRouteAsyncImpl
 
Predicate<T> - Interface in com.arangodb
Deprecated.
Use Predicate instead.
PRIMARY_SORT_FIELD - Static variable in class com.arangodb.internal.velocypack.VPackSerializers
 
PrimarySort - Class in com.arangodb.entity.arangosearch
 
primarySort(PrimarySort...) - Method in class com.arangodb.model.arangosearch.ArangoSearchCreateOptions
 
primarySort(PrimarySort...) - Method in class com.arangodb.model.arangosearch.ArangoSearchPropertiesOptions
 
primarySort(InvertedIndexPrimarySort) - Method in class com.arangodb.model.InvertedIndexOptions
 
primarySortCompression(ArangoSearchCompression) - Method in class com.arangodb.model.arangosearch.ArangoSearchCreateOptions
 
profile(Boolean) - Method in class com.arangodb.model.AqlQueryOptions
 
properties - Variable in class com.arangodb.entity.BaseDocument
 
PROPERTY_LEVEL - Static variable in class com.arangodb.model.LogOptions
 
PROPERTY_OFFSET - Static variable in class com.arangodb.model.LogOptions
 
PROPERTY_SEARCH - Static variable in class com.arangodb.model.LogOptions
 
PROPERTY_SIZE - Static variable in class com.arangodb.model.LogOptions
 
PROPERTY_SORT - Static variable in class com.arangodb.model.LogOptions
 
PROPERTY_START - Static variable in class com.arangodb.model.LogOptions
 
PROPERTY_STARTED - Static variable in class com.arangodb.entity.QueryEntity
 
PROPERTY_UPTO - Static variable in class com.arangodb.model.LogOptions
 
protocol - Variable in class com.arangodb.ArangoDB.Builder
 
Protocol - Enum in com.arangodb
 
put() - Method in interface com.arangodb.ArangoRoute
Performs a PUT request to the given URL and returns the server response.
put() - Method in interface com.arangodb.async.ArangoRouteAsync
Performs a PUT request to the given URL and returns the server response.
put() - Method in class com.arangodb.async.internal.ArangoRouteAsyncImpl
 
put(String, Object) - Method in class com.arangodb.util.MapBuilder
 
putHeaderParam(String, String) - Method in class com.arangodb.velocystream.Request
 
putQueryParam(String, Object) - Method in class com.arangodb.velocystream.Request
 

Q

query(String, Map<String, Object>, AqlQueryOptions, Class<T>) - Method in interface com.arangodb.ArangoDatabase
Performs a database query using the given query and bindVars, then returns a new ArangoCursor instance for the result list.
query(String, AqlQueryOptions, Class<T>) - Method in interface com.arangodb.ArangoDatabase
Performs a database query using the given query, then returns a new ArangoCursor instance for the result list.
query(String, Map<String, Object>, Class<T>) - Method in interface com.arangodb.ArangoDatabase
Performs a database query using the given query and bindVars, then returns a new ArangoCursor instance for the result list.
query(String, Class<T>) - Method in interface com.arangodb.ArangoDatabase
Performs a database query using the given query, then returns a new ArangoCursor instance for the result list.
query(String, Map<String, Object>, AqlQueryOptions, Class<T>) - Method in interface com.arangodb.async.ArangoDatabaseAsync
Performs a database query using the given query and bindVars, then returns a new ArangoCursor instance for the result list.
query(String, AqlQueryOptions, Class<T>) - Method in interface com.arangodb.async.ArangoDatabaseAsync
Performs a database query using the given query, then returns a new ArangoCursor instance for the result list.
query(String, Map<String, Object>, Class<T>) - Method in interface com.arangodb.async.ArangoDatabaseAsync
Performs a database query using the given query and bindVars, then returns a new ArangoCursor instance for the result list.
query(String, Class<T>) - Method in interface com.arangodb.async.ArangoDatabaseAsync
Performs a database query using the given query, then returns a new ArangoCursor instance for the result list.
query(String, Map<String, Object>, AqlQueryOptions, Class<T>) - Method in class com.arangodb.async.internal.ArangoDatabaseAsyncImpl
 
query(String, AqlQueryOptions, Class<T>) - Method in class com.arangodb.async.internal.ArangoDatabaseAsyncImpl
 
query(String, Map<String, Object>, Class<T>) - Method in class com.arangodb.async.internal.ArangoDatabaseAsyncImpl
 
query(String, Class<T>) - Method in class com.arangodb.async.internal.ArangoDatabaseAsyncImpl
 
query(String) - Method in class com.arangodb.model.AqlQueryExplainOptions
 
query(String) - Method in class com.arangodb.model.AqlQueryOptions
 
query(String) - Method in class com.arangodb.model.AqlQueryParseOptions
 
QUERY_EXECUTION_STATE - Static variable in class com.arangodb.internal.velocypack.VPackDeserializers
 
QueryCachePropertiesEntity - Class in com.arangodb.entity
 
QueryCachePropertiesEntity() - Constructor for class com.arangodb.entity.QueryCachePropertiesEntity
 
QueryCachePropertiesEntity.CacheMode - Enum in com.arangodb.entity
 
QueryEntity - Class in com.arangodb.entity
 
QueryEntity() - Constructor for class com.arangodb.entity.QueryEntity
 
QueryExecutionState - Enum in com.arangodb.entity
 
QueryOptimizerRule - Class in com.arangodb.entity
 
QueryOptimizerRule() - Constructor for class com.arangodb.entity.QueryOptimizerRule
 
QueryOptimizerRule.Flags - Class in com.arangodb.entity
 
QueryTrackingPropertiesEntity - Class in com.arangodb.entity
 
QueryTrackingPropertiesEntity() - Constructor for class com.arangodb.entity.QueryTrackingPropertiesEntity
 
QueueTimeMetrics - Interface in com.arangodb
Interface for accessing queue time latency metrics, reported by the "X-Arango-Queue-Time-Seconds" response header.
QueueTimeSample - Class in com.arangodb.model
Represents an observed value of the server queue latency, as returned from the "X-Arango-Queue-Time-Seconds" response header.
QueueTimeSample(long, double) - Constructor for class com.arangodb.model.QueueTimeSample
 

R

RandomHostHandler - Class in com.arangodb.internal.net
 
RandomHostHandler(HostResolver, HostHandler) - Constructor for class com.arangodb.internal.net.RandomHostHandler
 
read(String...) - Method in class com.arangodb.model.TransactionCollectionOptions
 
readBytesIntoBuffer(byte[], int, int) - Method in class com.arangodb.internal.velocystream.internal.VstConnection
 
readChunk() - Method in class com.arangodb.internal.velocystream.internal.VstConnection
 
readCollections(String...) - Method in class com.arangodb.model.StreamTransactionOptions
 
readCollections(String...) - Method in class com.arangodb.model.TransactionOptions
 
REGEX_ID - Static variable in class com.arangodb.internal.util.DocumentUtil
 
REGEX_KEY - Static variable in class com.arangodb.internal.util.DocumentUtil
 
registerDeserializer(Class<T>, VPackDeserializer<T>) - Method in class com.arangodb.ArangoDB.Builder
Deprecated.
Use ArangoJack instead and register custom serializers and deserializers by implementing JsonSerializer and JsonDeserializer.
registerDeserializer(Class<T>, VPackDeserializer<T>) - Method in class com.arangodb.async.ArangoDBAsync.Builder
Deprecated.
Use ArangoJack instead and register custom serializers and deserializers by implementing JsonSerializer and JsonDeserializer.
registerEnclosingSerializer(Class<T>, VPackSerializer<T>) - Method in class com.arangodb.ArangoDB.Builder
Deprecated.
Use ArangoJack instead and register custom serializers and deserializers by implementing JsonSerializer and JsonDeserializer.
registerEnclosingSerializer(Class<T>, VPackSerializer<T>) - Method in class com.arangodb.async.ArangoDBAsync.Builder
Deprecated.
Use ArangoJack instead and register custom serializers and deserializers by implementing JsonSerializer and JsonDeserializer.
registerInstanceCreator(Class<T>, VPackInstanceCreator<T>) - Method in class com.arangodb.ArangoDB.Builder
Deprecated.
Use ArangoJack instead and register custom serializers and deserializers by implementing JsonSerializer and JsonDeserializer.
registerInstanceCreator(Class<T>, VPackInstanceCreator<T>) - Method in class com.arangodb.async.ArangoDBAsync.Builder
Deprecated.
Use ArangoJack instead and register custom serializers and deserializers by implementing JsonSerializer and JsonDeserializer.
registerJsonDeserializer(ValueType, VPackJsonDeserializer) - Method in class com.arangodb.ArangoDB.Builder
Deprecated.
Use ArangoJack instead and register custom serializers and deserializers by implementing JsonSerializer and JsonDeserializer.
registerJsonDeserializer(String, ValueType, VPackJsonDeserializer) - Method in class com.arangodb.ArangoDB.Builder
Deprecated.
Use ArangoJack instead and register custom serializers and deserializers by implementing JsonSerializer and JsonDeserializer.
registerJsonDeserializer(ValueType, VPackJsonDeserializer) - Method in class com.arangodb.async.ArangoDBAsync.Builder
Deprecated.
Use ArangoJack instead and register custom serializers and deserializers by implementing JsonSerializer and JsonDeserializer.
registerJsonDeserializer(String, ValueType, VPackJsonDeserializer) - Method in class com.arangodb.async.ArangoDBAsync.Builder
Deprecated.
Use ArangoJack instead and register custom serializers and deserializers by implementing JsonSerializer and JsonDeserializer.
registerJsonModule(VPackParserModule) - Method in class com.arangodb.ArangoDB.Builder
Deprecated.
Use ArangoJack instead and register custom modules.
registerJsonModule(VPackParserModule) - Method in class com.arangodb.async.ArangoDBAsync.Builder
Deprecated.
Use ArangoJack instead and register custom modules.
registerJsonModules(VPackParserModule...) - Method in class com.arangodb.ArangoDB.Builder
Deprecated.
Use ArangoJack instead and register custom modules.
registerJsonModules(VPackParserModule...) - Method in class com.arangodb.async.ArangoDBAsync.Builder
Deprecated.
Use ArangoJack instead and register custom modules.
registerJsonSerializer(Class<T>, VPackJsonSerializer<T>) - Method in class com.arangodb.ArangoDB.Builder
Deprecated.
Use ArangoJack instead and register custom serializers and deserializers by implementing JsonSerializer and JsonDeserializer.
registerJsonSerializer(String, Class<T>, VPackJsonSerializer<T>) - Method in class com.arangodb.ArangoDB.Builder
Deprecated.
Use ArangoJack instead and register custom serializers and deserializers by implementing JsonSerializer and JsonDeserializer.
registerJsonSerializer(Class<T>, VPackJsonSerializer<T>) - Method in class com.arangodb.async.ArangoDBAsync.Builder
Deprecated.
Use ArangoJack instead and register custom serializers and deserializers by implementing JsonSerializer and JsonDeserializer.
registerJsonSerializer(String, Class<T>, VPackJsonSerializer<T>) - Method in class com.arangodb.async.ArangoDBAsync.Builder
Deprecated.
Use ArangoJack instead and register custom serializers and deserializers by implementing JsonSerializer and JsonDeserializer.
registerModule(VPackModule) - Method in class com.arangodb.ArangoDB.Builder
Deprecated.
Use ArangoJack instead and register custom modules.
registerModule(VPackModule) - Method in class com.arangodb.async.ArangoDBAsync.Builder
Deprecated.
Use ArangoJack instead and register custom modules.
registerModules(VPackModule...) - Method in class com.arangodb.ArangoDB.Builder
Deprecated.
Use ArangoJack instead and register custom modules.
registerModules(VPackModule...) - Method in class com.arangodb.async.ArangoDBAsync.Builder
Deprecated.
Use ArangoJack instead and register custom modules.
registerSerializer(Class<T>, VPackSerializer<T>) - Method in class com.arangodb.ArangoDB.Builder
Deprecated.
Use ArangoJack instead and register custom serializers and deserializers by implementing JsonSerializer and JsonDeserializer.
registerSerializer(Class<T>, VPackSerializer<T>) - Method in class com.arangodb.async.ArangoDBAsync.Builder
Deprecated.
Use ArangoJack instead and register custom serializers and deserializers by implementing JsonSerializer and JsonDeserializer.
reloadRouting() - Method in interface com.arangodb.ArangoDatabase
Reload the routing table.
reloadRouting() - Method in interface com.arangodb.async.ArangoDatabaseAsync
Reload the routing table.
reloadRouting() - Method in class com.arangodb.async.internal.ArangoDatabaseAsyncImpl
 
remove() - Method in class com.arangodb.internal.cursor.ArangoCursorImpl
 
remove() - Method in class com.arangodb.internal.cursor.ArangoCursorIterator
 
remove() - Method in class com.arangodb.internal.cursor.ArangoFilterIterator
 
remove() - Method in class com.arangodb.internal.cursor.ArangoMappingIterator
 
removeEdgeDefinition(String) - Method in interface com.arangodb.ArangoGraph
Remove one edge definition from the graph.
removeEdgeDefinition(String) - Method in interface com.arangodb.async.ArangoGraphAsync
Remove one edge definition from the graph.
removeEdgeDefinition(String) - Method in class com.arangodb.async.internal.ArangoGraphAsyncImpl
 
rename(String) - Method in interface com.arangodb.ArangoCollection
Renames the collection
rename(String) - Method in interface com.arangodb.ArangoView
Renames the view.
rename(String) - Method in interface com.arangodb.async.ArangoCollectionAsync
Renames a collection
rename(String) - Method in interface com.arangodb.async.ArangoViewAsync
Renames the view.
rename(String) - Method in class com.arangodb.async.internal.ArangoCollectionAsyncImpl
 
rename(String) - Method in class com.arangodb.async.internal.ArangoSearchAsyncImpl
 
rename(String) - Method in class com.arangodb.async.internal.ArangoViewAsyncImpl
 
rename(String) - Method in class com.arangodb.async.internal.SearchAliasAsyncImpl
 
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
replaceDocument(String, T) - Method in interface com.arangodb.async.ArangoCollectionAsync
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.async.ArangoCollectionAsync
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) - Method in class com.arangodb.async.internal.ArangoCollectionAsyncImpl
 
replaceDocument(String, T, DocumentReplaceOptions) - Method in class com.arangodb.async.internal.ArangoCollectionAsyncImpl
 
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.
replaceDocuments(Collection<T>) - Method in interface com.arangodb.async.ArangoCollectionAsync
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.async.ArangoCollectionAsync
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>) - Method in class com.arangodb.async.internal.ArangoCollectionAsyncImpl
 
replaceDocuments(Collection<T>, DocumentReplaceOptions) - Method in class com.arangodb.async.internal.ArangoCollectionAsyncImpl
 
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
replaceEdge(String, T) - Method in interface com.arangodb.async.ArangoEdgeCollectionAsync
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.async.ArangoEdgeCollectionAsync
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) - Method in class com.arangodb.async.internal.ArangoEdgeCollectionAsyncImpl
 
replaceEdge(String, T, EdgeReplaceOptions) - Method in class com.arangodb.async.internal.ArangoEdgeCollectionAsyncImpl
 
replaceEdgeDefinition(EdgeDefinition) - Method in interface com.arangodb.ArangoGraph
Change one specific edge definition.
replaceEdgeDefinition(EdgeDefinition) - Method in interface com.arangodb.async.ArangoGraphAsync
Change one specific edge definition.
replaceEdgeDefinition(EdgeDefinition) - Method in class com.arangodb.async.internal.ArangoGraphAsyncImpl
 
replaceProperties(ArangoSearchPropertiesOptions) - Method in interface com.arangodb.ArangoSearch
Changes properties of the view.
replaceProperties(ArangoSearchPropertiesOptions) - Method in interface com.arangodb.async.ArangoSearchAsync
Changes properties of the view.
replaceProperties(ArangoSearchPropertiesOptions) - Method in class com.arangodb.async.internal.ArangoSearchAsyncImpl
 
replaceProperties(SearchAliasPropertiesOptions) - Method in class com.arangodb.async.internal.SearchAliasAsyncImpl
 
replaceProperties(SearchAliasPropertiesOptions) - Method in interface com.arangodb.async.SearchAliasAsync
Changes properties of the view.
replaceProperties(SearchAliasPropertiesOptions) - Method in interface com.arangodb.SearchAlias
Changes properties of the view.
replaceUser(String, UserUpdateOptions) - Method in interface com.arangodb.ArangoDB
Replaces the data of an existing user.
replaceUser(String, UserUpdateOptions) - Method in interface com.arangodb.async.ArangoDBAsync
Replaces the data of an existing user.
replaceUser(String, UserUpdateOptions) - Method in class com.arangodb.async.internal.ArangoDBAsyncImpl
 
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
replaceVertex(String, T) - Method in interface com.arangodb.async.ArangoVertexCollectionAsync
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.async.ArangoVertexCollectionAsync
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) - Method in class com.arangodb.async.internal.ArangoVertexCollectionAsyncImpl
 
replaceVertex(String, T, VertexReplaceOptions) - Method in class com.arangodb.async.internal.ArangoVertexCollectionAsyncImpl
 
REPLICATION_FACTOR - Static variable in class com.arangodb.internal.velocypack.VPackDeserializers
 
REPLICATION_FACTOR - Static variable in class com.arangodb.internal.velocypack.VPackSerializers
 
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.DatabaseOptions
 
replicationFactor(Integer) - Method in class com.arangodb.model.GraphCreateOptions
 
REQUEST - Static variable in class com.arangodb.internal.velocypack.VPackSerializers
 
Request - Class in com.arangodb.velocystream
 
Request(String, RequestType, String) - Constructor for class com.arangodb.velocystream.Request
Deprecated.
Request(DbName, RequestType, String) - Constructor for class com.arangodb.velocystream.Request
 
RequestType - Enum in com.arangodb.velocystream
 
RequestUtils - Class in com.arangodb.internal.util
 
reset() - Method in class com.arangodb.internal.net.DirtyReadHostHandler
 
reset() - Method in class com.arangodb.internal.net.FallbackHostHandler
 
reset() - Method in interface com.arangodb.internal.net.HostHandler
 
reset() - Method in class com.arangodb.internal.net.RandomHostHandler
 
reset() - Method in class com.arangodb.internal.net.RoundRobinHostHandler
 
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.
resetAccess(String) - Method in interface com.arangodb.async.ArangoCollectionAsync
Clear the collection access level, revert back to the default access level.
resetAccess(String) - Method in interface com.arangodb.async.ArangoDatabaseAsync
Clear the database access level, revert back to the default access level.
resetAccess(String) - Method in class com.arangodb.async.internal.ArangoCollectionAsyncImpl
 
resetAccess(String) - Method in class com.arangodb.async.internal.ArangoDatabaseAsyncImpl
 
resolve(boolean, boolean) - Method in class com.arangodb.internal.net.ExtendedHostResolver
 
resolve(boolean, boolean) - Method in interface com.arangodb.internal.net.HostResolver
 
resolve(boolean, boolean) - Method in class com.arangodb.internal.net.SimpleHostResolver
 
RESPONSE - Static variable in class com.arangodb.internal.velocypack.VPackDeserializers
 
Response - Class in com.arangodb.velocystream
 
Response() - Constructor for class com.arangodb.velocystream.Response
 
responseQueueTimeSamples(Integer) - Method in class com.arangodb.ArangoDB.Builder
Setting the amount of samples kept for queue time metrics
responseQueueTimeSamples(Integer) - Method in class com.arangodb.async.ArangoDBAsync.Builder
Setting the amount of samples kept for queue time metrics
ResponseUtils - Class in com.arangodb.internal.util
 
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
 
Rev - Annotation Type in com.arangodb.entity
 
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.
revokeAccess(String) - Method in interface com.arangodb.async.ArangoCollectionAsync
Revokes access to the collection for user user.
revokeAccess(String) - Method in interface com.arangodb.async.ArangoDatabaseAsync
Revokes access to the database dbname for user user.
revokeAccess(String) - Method in class com.arangodb.async.internal.ArangoCollectionAsyncImpl
 
revokeAccess(String) - Method in class com.arangodb.async.internal.ArangoDatabaseAsyncImpl
 
RoundRobinHostHandler - Class in com.arangodb.internal.net
 
RoundRobinHostHandler(HostResolver) - Constructor for class com.arangodb.internal.net.RoundRobinHostHandler
 
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.
route(String...) - Method in interface com.arangodb.async.ArangoDatabaseAsync
Returns a new ArangoRouteAsync instance for the given path (relative to the database) that can be used to perform arbitrary requests.
route(String...) - Method in interface com.arangodb.async.ArangoRouteAsync
Returns a new ArangoRouteAsync instance for the given path (relative to the current route) that can be used to perform arbitrary requests.
route(String...) - Method in class com.arangodb.async.internal.ArangoDatabaseAsyncImpl
 
route(String...) - Method in class com.arangodb.async.internal.ArangoRouteAsyncImpl
 
rules(Collection<String>) - Method in class com.arangodb.model.AqlQueryExplainOptions
 
rules(Collection<String>) - Method in class com.arangodb.model.AqlQueryOptions
 

S

satellite(Boolean) - Method in class com.arangodb.model.CollectionCreateOptions
 
satellite(Boolean) - Method in class com.arangodb.model.DatabaseOptions
 
satellite(Boolean) - Method in class com.arangodb.model.GraphCreateOptions
 
satellites(String...) - Method in class com.arangodb.entity.EdgeDefinition
 
satellites(String...) - Method in class com.arangodb.model.GraphCreateOptions
 
satellites(String...) - Method in class com.arangodb.model.VertexCollectionCreateOptions
 
satelliteSyncWait(Double) - Method in class com.arangodb.model.AqlQueryOptions
 
schema(CollectionSchema) - Method in class com.arangodb.model.CollectionCreateOptions
 
schema(CollectionSchema) - Method in class com.arangodb.model.CollectionPropertiesOptions
 
search(String) - Method in class com.arangodb.model.LogOptions
 
SEARCH_ALIAS_INDEX - Static variable in class com.arangodb.internal.velocypack.VPackDeserializers
 
SEARCH_ALIAS_INDEX - Static variable in class com.arangodb.internal.velocypack.VPackSerializers
 
SEARCH_ALIAS_PROPERTIES - Static variable in class com.arangodb.internal.velocypack.VPackSerializers
 
SEARCH_ALIAS_PROPERTIES_ENTITY - Static variable in class com.arangodb.internal.velocypack.VPackDeserializers
 
SEARCH_ANALYZER - Static variable in class com.arangodb.internal.velocypack.VPackDeserializers
 
searchAlias(String) - Method in interface com.arangodb.ArangoDatabase
Returns a SearchAlias instance for the given view name.
searchAlias(String) - Method in interface com.arangodb.async.ArangoDatabaseAsync
Returns a SearchAliasAsync instance for the given view name.
searchAlias(String) - Method in class com.arangodb.async.internal.ArangoDatabaseAsyncImpl
 
SearchAlias - Interface in com.arangodb
Interface for operations on ArangoDB view level for SearchAlias views.
SearchAliasAsync - Interface in com.arangodb.async
Interface for operations on ArangoDB view level for SearchAlias views.
SearchAliasAsyncImpl - Class in com.arangodb.async.internal
 
SearchAliasCreateOptions - Class in com.arangodb.model.arangosearch
 
SearchAliasCreateOptions() - Constructor for class com.arangodb.model.arangosearch.SearchAliasCreateOptions
 
SearchAliasIndex - Class in com.arangodb.entity.arangosearch
 
SearchAliasIndex(String, String) - Constructor for class com.arangodb.entity.arangosearch.SearchAliasIndex
 
SearchAliasIndex(String, String, SearchAliasIndex.OperationType) - Constructor for class com.arangodb.entity.arangosearch.SearchAliasIndex
 
SearchAliasIndex.OperationType - Enum in com.arangodb.entity.arangosearch
 
SearchAliasOptionsBuilder - Class in com.arangodb.model.arangosearch
 
SearchAliasProperties - Class in com.arangodb.entity.arangosearch
 
SearchAliasProperties() - Constructor for class com.arangodb.entity.arangosearch.SearchAliasProperties
 
SearchAliasPropertiesEntity - Class in com.arangodb.entity.arangosearch
 
SearchAliasPropertiesEntity(String, String, ViewType, SearchAliasProperties) - Constructor for class com.arangodb.entity.arangosearch.SearchAliasPropertiesEntity
 
SearchAliasPropertiesOptions - Class in com.arangodb.model.arangosearch
 
SearchAliasPropertiesOptions() - Constructor for class com.arangodb.model.arangosearch.SearchAliasPropertiesOptions
 
SearchAnalyzer - Class in com.arangodb.entity.arangosearch.analyzer
 
SearchAnalyzer() - Constructor for class com.arangodb.entity.arangosearch.analyzer.SearchAnalyzer
 
SearchAnalyzerCase - Enum in com.arangodb.entity.arangosearch.analyzer
 
searchField(Boolean) - Method in class com.arangodb.entity.InvertedIndexField
 
searchField(Boolean) - Method in class com.arangodb.model.InvertedIndexOptions
 
SegmentationAnalyzer - Class in com.arangodb.entity.arangosearch.analyzer
An Analyzer capable of breaking up the input text into tokens in a language-agnostic manner, making it suitable for mixed language strings.
SegmentationAnalyzer() - Constructor for class com.arangodb.entity.arangosearch.analyzer.SegmentationAnalyzer
 
SegmentationAnalyzerProperties - Class in com.arangodb.entity.arangosearch.analyzer
 
SegmentationAnalyzerProperties() - Constructor for class com.arangodb.entity.arangosearch.analyzer.SegmentationAnalyzerProperties
 
SegmentationAnalyzerProperties.BreakMode - Enum in com.arangodb.entity.arangosearch.analyzer
 
segmentsBytesFloor(Long) - Method in class com.arangodb.entity.arangosearch.ConsolidationPolicy
 
segmentsBytesMax(Long) - Method in class com.arangodb.entity.arangosearch.ConsolidationPolicy
 
segmentsMax(Long) - Method in class com.arangodb.entity.arangosearch.ConsolidationPolicy
 
segmentsMin(Long) - Method in class com.arangodb.entity.arangosearch.ConsolidationPolicy
 
segmentThreshold(Long) - Method in class com.arangodb.entity.arangosearch.ConsolidationPolicy
Deprecated. 
sendKeepAlive() - Method in class com.arangodb.internal.velocystream.internal.VstConnection
 
serializationUtil(ArangoSerialization) - Method in class com.arangodb.internal.http.HttpConnection.Builder
 
serialize(Object) - Method in class com.arangodb.internal.util.ArangoSerializerImpl
 
serialize(Object, ArangoSerializer.Options) - Method in class com.arangodb.internal.util.ArangoSerializerImpl
 
serialize(Object) - Method in class com.arangodb.internal.util.DefaultArangoSerialization
 
serialize(Object, ArangoSerializer.Options) - Method in class com.arangodb.internal.util.DefaultArangoSerialization
 
serialize(Object) - Method in class com.arangodb.mapping.ArangoJack
 
serialize(Object, ArangoSerializer.Options) - Method in class com.arangodb.mapping.ArangoJack
 
serialize(Object) - Method in interface com.arangodb.util.ArangoSerializer
Serialize a given Object to VelocyPack
serialize(Object, ArangoSerializer.Options) - Method in interface com.arangodb.util.ArangoSerializer
Serialize a given Object to VelocyPack
serializeNull(Boolean) - Method in class com.arangodb.model.DocumentUpdateOptions
 
serializeNullValues(boolean) - Method in class com.arangodb.util.ArangoSerializer.Options
 
serializer(ArangoSerialization) - Method in class com.arangodb.ArangoDB.Builder
Replace the built-in serializer/deserializer with the given one.
serializer(ArangoSerialization) - Method in class com.arangodb.async.ArangoDBAsync.Builder
Replace the built-in serializer/deserializer with the given one.
ServerMode - Enum in com.arangodb.entity
 
ServerRole - Enum in com.arangodb.entity
 
setAccent(boolean) - Method in class com.arangodb.entity.arangosearch.analyzer.NormAnalyzerProperties
 
setAccent(boolean) - Method in class com.arangodb.entity.arangosearch.analyzer.TextAnalyzerProperties
 
setAgency(LogLevelEntity.LogLevel) - Method in class com.arangodb.entity.LogLevelEntity
 
setAgencycomm(LogLevelEntity.LogLevel) - Method in class com.arangodb.entity.LogLevelEntity
 
setAll(LogLevelEntity.LogLevel) - Method in class com.arangodb.entity.LogLevelEntity
 
setAllowUserKeys(Boolean) - Method in class com.arangodb.entity.KeyOptions
 
setAnalyzer(SearchAnalyzer) - Method in class com.arangodb.entity.arangosearch.analyzer.MinHashAnalyzerProperties
 
setAnalyzerCase(SearchAnalyzerCase) - Method in class com.arangodb.entity.arangosearch.analyzer.NormAnalyzerProperties
 
setAnalyzerCase(SearchAnalyzerCase) - Method in class com.arangodb.entity.arangosearch.analyzer.SegmentationAnalyzerProperties
 
setAnalyzerCase(SearchAnalyzerCase) - Method in class com.arangodb.entity.arangosearch.analyzer.TextAnalyzerProperties
 
setBatchSize(Integer) - Method in class com.arangodb.entity.arangosearch.analyzer.AQLAnalyzerProperties
 
setBody(VPackSlice) - Method in class com.arangodb.velocystream.Request
 
setBody(VPackSlice) - Method in class com.arangodb.velocystream.Response
 
setBreakMode(SegmentationAnalyzerProperties.BreakMode) - Method in class com.arangodb.entity.arangosearch.analyzer.SegmentationAnalyzerProperties
 
setCleanupIntervalStep(Long) - Method in class com.arangodb.entity.arangosearch.ArangoSearchProperties
 
setCluster(LogLevelEntity.LogLevel) - Method in class com.arangodb.entity.LogLevelEntity
 
setCollapsePositions(Boolean) - Method in class com.arangodb.entity.arangosearch.analyzer.AQLAnalyzerProperties
 
setCollector(LogLevelEntity.LogLevel) - Method in class com.arangodb.entity.LogLevelEntity
 
setCommitIntervalMsec(Long) - Method in class com.arangodb.entity.arangosearch.ArangoSearchProperties
 
setCommunication(LogLevelEntity.LogLevel) - Method in class com.arangodb.entity.LogLevelEntity
 
setCompactor(LogLevelEntity.LogLevel) - Method in class com.arangodb.entity.LogLevelEntity
 
setConfig(LogLevelEntity.LogLevel) - Method in class com.arangodb.entity.LogLevelEntity
 
setConsolidationIntervalMsec(Long) - Method in class com.arangodb.entity.arangosearch.ArangoSearchProperties
 
setConsolidationPolicy(ConsolidationPolicy) - Method in class com.arangodb.entity.arangosearch.ArangoSearchProperties
 
setCount(Long) - Method in class com.arangodb.entity.CollectionPropertiesEntity
 
setCreated(Integer) - Method in class com.arangodb.entity.DocumentImportEntity
 
setDatafiles(LogLevelEntity.LogLevel) - Method in class com.arangodb.entity.LogLevelEntity
 
setDelimiter(String) - Method in class com.arangodb.entity.arangosearch.analyzer.DelimiterAnalyzerProperties
 
setDeserializer(ArangoDeserializer) - Method in class com.arangodb.ArangoDB.Builder
setDeserializer(ArangoDeserializer) - Method in class com.arangodb.async.ArangoDBAsync.Builder
setDetails(Collection<String>) - Method in class com.arangodb.entity.DocumentImportEntity
 
setDoCompact(Boolean) - Method in class com.arangodb.entity.CollectionPropertiesEntity
Deprecated.
MMFiles only
setDocuments(Collection<E>) - Method in class com.arangodb.entity.MultiDocumentEntity
 
setDocumentsAndErrors(Collection<Object>) - Method in class com.arangodb.entity.MultiDocumentEntity
 
setEdgeNgram(EdgeNgram) - Method in class com.arangodb.entity.arangosearch.analyzer.TextAnalyzerProperties
 
setEdges(Collection<E>) - Method in class com.arangodb.entity.PathEntity
Deprecated.
 
setEdges(TraversalOptions.UniquenessType) - Method in class com.arangodb.model.TraversalOptions.Uniqueness
Deprecated.
 
setEmpty(Integer) - Method in class com.arangodb.entity.DocumentImportEntity
 
setEnabled(Boolean) - Method in class com.arangodb.entity.QueryTrackingPropertiesEntity
 
setEndMarker(String) - Method in class com.arangodb.entity.arangosearch.analyzer.NGramAnalyzerProperties
 
setErrors(Integer) - Method in class com.arangodb.entity.DocumentImportEntity
 
setErrors(Collection<ErrorEntity>) - Method in class com.arangodb.entity.MultiDocumentEntity
 
setFeatures(Set<AnalyzerFeature>) - Method in class com.arangodb.entity.arangosearch.analyzer.SearchAnalyzer
 
setFeatures(Set<AnalyzerFeature>) - Method in class com.arangodb.entity.arangosearch.AnalyzerEntity
Deprecated.
 
setForce(Boolean) - Method in class com.arangodb.model.arangosearch.AnalyzerDeleteOptions
 
setFrom(String) - Method in class com.arangodb.entity.BaseEdgeDocument
 
setGraphs(LogLevelEntity.LogLevel) - Method in class com.arangodb.entity.LogLevelEntity
 
setHeartbeat(LogLevelEntity.LogLevel) - Method in class com.arangodb.entity.LogLevelEntity
 
setHost(HostDescription) - Method in class com.arangodb.internal.net.HostHandle
 
setId(String) - Method in class com.arangodb.entity.BaseDocument
 
setIgnored(Integer) - Method in class com.arangodb.entity.DocumentImportEntity
 
setIncrement(Integer) - Method in class com.arangodb.entity.KeyOptions
 
setIndexBuckets(Integer) - Method in class com.arangodb.entity.CollectionPropertiesEntity
Deprecated.
MMFiles only
setIsDisjoint(Boolean) - Method in class com.arangodb.model.GraphCreateOptions.SmartOptions
 
setJournalSize(Long) - Method in class com.arangodb.entity.CollectionPropertiesEntity
Deprecated.
MMFiles only
setJwt(String) - Method in class com.arangodb.async.internal.ArangoExecutorAsync
 
setJwt(String) - Method in class com.arangodb.internal.http.HttpConnection
 
setJwt(String) - Method in class com.arangodb.internal.http.HttpProtocol
 
setJwt(String) - Method in interface com.arangodb.internal.net.CommunicationProtocol
 
setJwt(String) - Method in interface com.arangodb.internal.net.Connection
 
setJwt(String) - Method in interface com.arangodb.internal.net.ConnectionPool
 
setJwt(String) - Method in class com.arangodb.internal.net.ConnectionPoolImpl
 
setJwt(String) - Method in class com.arangodb.internal.net.DirtyReadHostHandler
 
setJwt(String) - Method in class com.arangodb.internal.net.FallbackHostHandler
 
setJwt(String) - Method in interface com.arangodb.internal.net.Host
 
setJwt(String) - Method in interface com.arangodb.internal.net.HostHandler
 
setJwt(String) - Method in class com.arangodb.internal.net.HostImpl
 
setJwt(String) - Method in class com.arangodb.internal.net.HostSet
 
setJwt(String) - Method in class com.arangodb.internal.net.RandomHostHandler
 
setJwt(String) - Method in class com.arangodb.internal.net.RoundRobinHostHandler
 
setJwt(String) - Method in class com.arangodb.internal.velocystream.internal.VstConnection
 
setJwt(String) - Method in class com.arangodb.internal.velocystream.VstCommunication
 
setJwt(String) - Method in class com.arangodb.internal.velocystream.VstProtocol
 
setKeepNull(Boolean) - Method in class com.arangodb.entity.arangosearch.analyzer.AQLAnalyzerProperties
 
setKey(String) - Method in class com.arangodb.entity.BaseDocument
 
setKeyOptions(KeyOptions) - Method in class com.arangodb.entity.CollectionPropertiesEntity
 
setLatitude(String[]) - Method in class com.arangodb.entity.arangosearch.analyzer.GeoPointAnalyzerProperties
 
setLevel(CollectionSchema.Level) - Method in class com.arangodb.model.CollectionSchema
 
setLocale(String) - Method in class com.arangodb.entity.arangosearch.analyzer.CollationAnalyzerProperties
 
setLocale(String) - Method in class com.arangodb.entity.arangosearch.analyzer.NormAnalyzerProperties
 
setLocale(String) - Method in class com.arangodb.entity.arangosearch.analyzer.StemAnalyzerProperties
 
setLocale(String) - Method in class com.arangodb.entity.arangosearch.analyzer.TextAnalyzerProperties
 
setLogLevel(LogLevelEntity) - Method in interface com.arangodb.ArangoDB
Modifies and returns the server's current loglevel settings.
setLogLevel(LogLevelEntity) - Method in interface com.arangodb.async.ArangoDBAsync
Modifies and returns the server's current loglevel settings.
setLogLevel(LogLevelEntity) - Method in class com.arangodb.async.internal.ArangoDBAsyncImpl
 
setLongitude(String[]) - Method in class com.arangodb.entity.arangosearch.analyzer.GeoPointAnalyzerProperties
 
setMarkforDeletion(boolean) - Method in interface com.arangodb.internal.net.Host
 
setMarkforDeletion(boolean) - Method in class com.arangodb.internal.net.HostImpl
 
setMax(long) - Method in class com.arangodb.entity.arangosearch.analyzer.EdgeNgram
 
setMax(long) - Method in class com.arangodb.entity.arangosearch.analyzer.NGramAnalyzerProperties
 
setMaxCells(Integer) - Method in class com.arangodb.entity.arangosearch.analyzer.GeoAnalyzerOptions
 
setMaxLevel(Integer) - Method in class com.arangodb.entity.arangosearch.analyzer.GeoAnalyzerOptions
 
setMaxQueryStringLength(Long) - Method in class com.arangodb.entity.QueryTrackingPropertiesEntity
 
setMaxResults(Long) - Method in class com.arangodb.entity.QueryCachePropertiesEntity
 
setMaxSlowQueries(Long) - Method in class com.arangodb.entity.QueryTrackingPropertiesEntity
 
setMemoryLimit(Long) - Method in class com.arangodb.entity.arangosearch.analyzer.AQLAnalyzerProperties
 
setMessage(String) - Method in class com.arangodb.model.CollectionSchema
 
setMeta(Map<String, String>) - Method in class com.arangodb.entity.CursorEntity
Deprecated.
 
setMeta(Map<String, String>) - Method in interface com.arangodb.entity.MetaAware
 
setMeta(Map<String, String>) - Method in class com.arangodb.velocystream.Response
 
setMin(long) - Method in class com.arangodb.entity.arangosearch.analyzer.EdgeNgram
 
setMin(long) - Method in class com.arangodb.entity.arangosearch.analyzer.NGramAnalyzerProperties
 
setMinLevel(Integer) - Method in class com.arangodb.entity.arangosearch.analyzer.GeoAnalyzerOptions
 
setMinReplicationFactor(Integer) - Method in class com.arangodb.entity.CollectionPropertiesEntity
setMinReplicationFactor(Integer) - Method in class com.arangodb.entity.MinReplicationFactor
Deprecated.
 
setMinReplicationFactor(Integer) - Method in class com.arangodb.model.GraphCreateOptions.SmartOptions
setMmap(LogLevelEntity.LogLevel) - Method in class com.arangodb.entity.LogLevelEntity
 
setMode(QueryCachePropertiesEntity.CacheMode) - Method in class com.arangodb.entity.QueryCachePropertiesEntity
 
setModelLocation(String) - Method in class com.arangodb.entity.arangosearch.analyzer.ClassificationAnalyzerProperties
 
setModelLocation(String) - Method in class com.arangodb.entity.arangosearch.analyzer.NearestNeighborsAnalyzerProperties
 
setName(String) - Method in class com.arangodb.entity.arangosearch.analyzer.SearchAnalyzer
 
setName(String) - Method in class com.arangodb.entity.arangosearch.AnalyzerEntity
Deprecated.
 
setNew(T) - Method in class com.arangodb.entity.DocumentCreateEntity
 
setNew(T) - Method in class com.arangodb.entity.DocumentUpdateEntity
 
setNumberOfShards(Integer) - Method in class com.arangodb.entity.CollectionPropertiesEntity
 
setNumberOfShards(Integer) - Method in class com.arangodb.model.GraphCreateOptions.SmartOptions
 
setNumHashes(Integer) - Method in class com.arangodb.entity.arangosearch.analyzer.MinHashAnalyzerProperties
 
setOffset(Integer) - Method in class com.arangodb.entity.KeyOptions
 
setOld(T) - Method in class com.arangodb.entity.DocumentCreateEntity
 
setOld(T) - Method in class com.arangodb.entity.DocumentDeleteEntity
 
setOld(T) - Method in class com.arangodb.entity.DocumentUpdateEntity
 
setOptions(GeoAnalyzerOptions) - Method in class com.arangodb.entity.arangosearch.analyzer.GeoJSONAnalyzerProperties
 
setOptions(GeoAnalyzerOptions) - Method in class com.arangodb.entity.arangosearch.analyzer.GeoPointAnalyzerProperties
 
setPaths(Collection<PathEntity<V, E>>) - Method in class com.arangodb.entity.TraversalEntity
Deprecated.
 
setPerformance(LogLevelEntity.LogLevel) - Method in class com.arangodb.entity.LogLevelEntity
 
setPipeline(List<SearchAnalyzer>) - Method in class com.arangodb.entity.arangosearch.analyzer.PipelineAnalyzerProperties
 
setPotentialDirtyRead(Boolean) - Method in class com.arangodb.entity.MultiDocumentEntity
 
setPreserveOriginal(boolean) - Method in class com.arangodb.entity.arangosearch.analyzer.EdgeNgram
 
setPreserveOriginal(boolean) - Method in class com.arangodb.entity.arangosearch.analyzer.NGramAnalyzerProperties
 
setPrimarySortCompression(ArangoSearchCompression) - Method in class com.arangodb.entity.arangosearch.ArangoSearchProperties
 
setProperties(AQLAnalyzerProperties) - Method in class com.arangodb.entity.arangosearch.analyzer.AQLAnalyzer
 
setProperties(ClassificationAnalyzerProperties) - Method in class com.arangodb.entity.arangosearch.analyzer.ClassificationAnalyzer
 
setProperties(CollationAnalyzerProperties) - Method in class com.arangodb.entity.arangosearch.analyzer.CollationAnalyzer
 
setProperties(DelimiterAnalyzerProperties) - Method in class com.arangodb.entity.arangosearch.analyzer.DelimiterAnalyzer
 
setProperties(GeoJSONAnalyzerProperties) - Method in class com.arangodb.entity.arangosearch.analyzer.GeoJSONAnalyzer
 
setProperties(GeoPointAnalyzerProperties) - Method in class com.arangodb.entity.arangosearch.analyzer.GeoPointAnalyzer
 
setProperties(MinHashAnalyzerProperties) - Method in class com.arangodb.entity.arangosearch.analyzer.MinHashAnalyzer
 
setProperties(NearestNeighborsAnalyzerProperties) - Method in class com.arangodb.entity.arangosearch.analyzer.NearestNeighborsAnalyzer
 
setProperties(NGramAnalyzerProperties) - Method in class com.arangodb.entity.arangosearch.analyzer.NGramAnalyzer
 
setProperties(NormAnalyzerProperties) - Method in class com.arangodb.entity.arangosearch.analyzer.NormAnalyzer
 
setProperties(PipelineAnalyzerProperties) - Method in class com.arangodb.entity.arangosearch.analyzer.PipelineAnalyzer
 
setProperties(SegmentationAnalyzerProperties) - Method in class com.arangodb.entity.arangosearch.analyzer.SegmentationAnalyzer
 
setProperties(StemAnalyzerProperties) - Method in class com.arangodb.entity.arangosearch.analyzer.StemAnalyzer
 
setProperties(StopwordsAnalyzerProperties) - Method in class com.arangodb.entity.arangosearch.analyzer.StopwordsAnalyzer
 
setProperties(TextAnalyzerProperties) - Method in class com.arangodb.entity.arangosearch.analyzer.TextAnalyzer
 
setProperties(Map<String, Object>) - Method in class com.arangodb.entity.arangosearch.AnalyzerEntity
Deprecated.
 
setProperties(Map<String, Object>) - Method in class com.arangodb.entity.BaseDocument
 
setQueries(LogLevelEntity.LogLevel) - Method in class com.arangodb.entity.LogLevelEntity
 
setQueryCacheProperties(QueryCachePropertiesEntity) - Method in interface com.arangodb.ArangoDatabase
Changes the configuration for the AQL query cache.
setQueryCacheProperties(QueryCachePropertiesEntity) - Method in interface com.arangodb.async.ArangoDatabaseAsync
Changes the configuration for the AQL query cache.
setQueryCacheProperties(QueryCachePropertiesEntity) - Method in class com.arangodb.async.internal.ArangoDatabaseAsyncImpl
 
setQueryString(String) - Method in class com.arangodb.entity.arangosearch.analyzer.AQLAnalyzerProperties
 
setQueryTrackingProperties(QueryTrackingPropertiesEntity) - Method in interface com.arangodb.ArangoDatabase
Changes the configuration for the AQL query tracking
setQueryTrackingProperties(QueryTrackingPropertiesEntity) - Method in interface com.arangodb.async.ArangoDatabaseAsync
Changes the configuration for the AQL query tracking
setQueryTrackingProperties(QueryTrackingPropertiesEntity) - Method in class com.arangodb.async.internal.ArangoDatabaseAsyncImpl
 
setReplication(LogLevelEntity.LogLevel) - Method in class com.arangodb.entity.LogLevelEntity
 
setReplicationFactor(Integer) - Method in class com.arangodb.entity.CollectionPropertiesEntity
 
setReplicationFactor(Integer) - Method in class com.arangodb.entity.ReplicationFactor
 
setReplicationFactor(Integer) - Method in class com.arangodb.model.GraphCreateOptions.SmartOptions
 
setRequests(LogLevelEntity.LogLevel) - Method in class com.arangodb.entity.LogLevelEntity
 
setResponseCode(int) - Method in class com.arangodb.velocystream.Response
 
setReturnType(AQLAnalyzerProperties.ReturnType) - Method in class com.arangodb.entity.arangosearch.analyzer.AQLAnalyzerProperties
 
setRevision(String) - Method in class com.arangodb.entity.BaseDocument
 
setRule(String) - Method in class com.arangodb.model.CollectionSchema
 
setSatellite(Boolean) - Method in class com.arangodb.entity.CollectionPropertiesEntity
 
setSatellite(Boolean) - Method in class com.arangodb.entity.ReplicationFactor
 
setSatellite(Boolean) - Method in class com.arangodb.model.GraphCreateOptions.SmartOptions
 
setSatellites(String...) - Method in class com.arangodb.model.GraphCreateOptions.SmartOptions
 
setSchema(CollectionSchema) - Method in class com.arangodb.model.CollectionCreateOptions
setSerializer(ArangoSerializer) - Method in class com.arangodb.ArangoDB.Builder
setSerializer(ArangoSerializer) - Method in class com.arangodb.async.ArangoDBAsync.Builder
setShardingStrategy(String) - Method in class com.arangodb.entity.CollectionPropertiesEntity
 
setShardKeys(Collection<String>) - Method in class com.arangodb.entity.CollectionPropertiesEntity
 
setSlowQueryThreshold(Long) - Method in class com.arangodb.entity.QueryTrackingPropertiesEntity
 
setSmartGraphAttribute(String) - Method in class com.arangodb.model.GraphCreateOptions.SmartOptions
 
setSmartJoinAttribute(String) - Method in class com.arangodb.entity.CollectionPropertiesEntity
 
setStartMarker(String) - Method in class com.arangodb.entity.arangosearch.analyzer.NGramAnalyzerProperties
 
setStartup(LogLevelEntity.LogLevel) - Method in class com.arangodb.entity.LogLevelEntity
 
setStemming(boolean) - Method in class com.arangodb.entity.arangosearch.analyzer.TextAnalyzerProperties
 
setStopwords(List<String>) - Method in class com.arangodb.entity.arangosearch.analyzer.TextAnalyzerProperties
 
setStopwordsPath(String) - Method in class com.arangodb.entity.arangosearch.analyzer.TextAnalyzerProperties
 
setStreamType(StreamType) - Method in class com.arangodb.entity.arangosearch.analyzer.NGramAnalyzerProperties
 
setThreads(LogLevelEntity.LogLevel) - Method in class com.arangodb.entity.LogLevelEntity
 
setThreshold(Double) - Method in class com.arangodb.entity.arangosearch.analyzer.ClassificationAnalyzerProperties
 
setTo(String) - Method in class com.arangodb.entity.BaseEdgeDocument
 
setTopK(Integer) - Method in class com.arangodb.entity.arangosearch.analyzer.ClassificationAnalyzerProperties
 
setTopK(Integer) - Method in class com.arangodb.entity.arangosearch.analyzer.NearestNeighborsAnalyzerProperties
 
setTrackSlowQueries(Boolean) - Method in class com.arangodb.entity.QueryTrackingPropertiesEntity
 
setType(GeoJSONAnalyzerProperties.GeoJSONAnalyzerType) - Method in class com.arangodb.entity.arangosearch.analyzer.GeoJSONAnalyzerProperties
 
setType(AnalyzerType) - Method in class com.arangodb.entity.arangosearch.analyzer.SearchAnalyzer
 
setType(AnalyzerType) - Method in class com.arangodb.entity.arangosearch.AnalyzerEntity
Deprecated.
 
setType(KeyType) - Method in class com.arangodb.entity.KeyOptions
 
setType(int) - Method in class com.arangodb.velocystream.Request
 
setType(int) - Method in class com.arangodb.velocystream.Response
 
setup(C) - Method in class com.arangodb.internal.velocypack.VPackDriverModule
 
setup(C) - Method in class com.arangodb.internal.velocypack.VPackDriverModule
 
setUpdated(Integer) - Method in class com.arangodb.entity.DocumentImportEntity
 
setV8(LogLevelEntity.LogLevel) - Method in class com.arangodb.entity.LogLevelEntity
 
setVersion(int) - Method in class com.arangodb.velocystream.Request
 
setVersion(int) - Method in class com.arangodb.velocystream.Response
 
setVertices(Collection<V>) - Method in class com.arangodb.entity.PathEntity
Deprecated.
 
setVertices(Collection<V>) - Method in class com.arangodb.entity.TraversalEntity
Deprecated.
 
setVertices(TraversalOptions.UniquenessType) - Method in class com.arangodb.model.TraversalOptions.Uniqueness
Deprecated.
 
setWriteConcern(Integer) - Method in class com.arangodb.entity.CollectionPropertiesEntity
 
setWriteConcern(Integer) - Method in class com.arangodb.model.GraphCreateOptions.SmartOptions
 
ShardEntity - Class in com.arangodb.entity
 
ShardEntity() - Constructor for class com.arangodb.entity.ShardEntity
 
shardIds(String...) - Method in class com.arangodb.model.AqlQueryOptions
Restrict query to shards by given ids.
sharding(String) - Method in class com.arangodb.model.DatabaseOptions
 
ShardingStrategy - Enum in com.arangodb.entity
 
shardingStrategy(String) - Method in class com.arangodb.model.CollectionCreateOptions
 
shardKeys(String...) - Method in class com.arangodb.model.CollectionCreateOptions
 
shutdown() - Method in interface com.arangodb.ArangoDB
Releases all connections to the server and clear the connection pool.
shutdown() - Method in interface com.arangodb.async.ArangoDBAsync
 
shutdown() - Method in class com.arangodb.async.internal.ArangoDBAsyncImpl
 
silent(Boolean) - Method in class com.arangodb.model.DocumentCreateOptions
 
silent(Boolean) - Method in class com.arangodb.model.DocumentDeleteOptions
 
silent(Boolean) - Method in class com.arangodb.model.DocumentReplaceOptions
 
silent(Boolean) - Method in class com.arangodb.model.DocumentUpdateOptions
 
SimpleHostResolver - Class in com.arangodb.internal.net
 
SimpleHostResolver(List<Host>) - Constructor for class com.arangodb.internal.net.SimpleHostResolver
 
size(Integer) - Method in class com.arangodb.model.LogOptions
 
skipInaccessibleCollections(Boolean) - Method in class com.arangodb.model.AqlQueryOptions
 
SkiplistIndexOptions - Class in com.arangodb.model
Deprecated.
use PersistentIndexOptions instead. Since ArangoDB 3.7 a skiplist index is an alias for a persistent index.
SkiplistIndexOptions() - Constructor for class com.arangodb.model.SkiplistIndexOptions
Deprecated.
 
smartGraphAttribute(String) - Method in class com.arangodb.model.GraphCreateOptions
 
smartJoinAttribute(String) - Method in class com.arangodb.model.CollectionCreateOptions
 
SmartOptions() - Constructor for class com.arangodb.model.GraphCreateOptions.SmartOptions
 
sort(LogOptions.SortOrder) - Method in class com.arangodb.model.LogOptions
 
sort(String) - Method in class com.arangodb.model.TraversalOptions
Deprecated.
 
sparse(Boolean) - Method in class com.arangodb.model.HashIndexOptions
Deprecated.
 
sparse(Boolean) - Method in class com.arangodb.model.PersistentIndexOptions
 
sparse(Boolean) - Method in class com.arangodb.model.SkiplistIndexOptions
Deprecated.
 
SQL_DATE - Static variable in class com.arangodb.internal.mapping.VPackDeserializers
 
SQL_DATE - Static variable in class com.arangodb.internal.mapping.VPackSerializers
 
SQL_TIMESTAMP - Static variable in class com.arangodb.internal.mapping.VPackDeserializers
 
SQL_TIMESTAMP - Static variable in class com.arangodb.internal.mapping.VPackSerializers
 
sslContext(SSLContext) - Method in class com.arangodb.ArangoDB.Builder
Sets the SSL context to be used when true is passed through ArangoDB.Builder.useSsl(Boolean).
sslContext(SSLContext) - Method in class com.arangodb.async.ArangoDBAsync.Builder
Sets the SSL context to be used when true is passed through ArangoDBAsync.Builder.useSsl(Boolean).
sslContext(SSLContext) - Method in class com.arangodb.async.internal.velocystream.VstCommunicationAsync.Builder
 
sslContext(SSLContext) - Method in class com.arangodb.async.internal.velocystream.VstConnectionAsync.Builder
 
sslContext(SSLContext) - Method in class com.arangodb.internal.http.HttpConnection.Builder
 
sslContext(SSLContext) - Method in class com.arangodb.internal.velocystream.internal.VstConnectionSync.Builder
 
sslContext(SSLContext) - Method in class com.arangodb.internal.velocystream.VstCommunicationSync.Builder
 
start(Long) - Method in class com.arangodb.model.LogOptions
 
startVertex(String) - Method in class com.arangodb.model.TraversalOptions
Deprecated.
 
Stats() - Constructor for class com.arangodb.entity.CursorEntity.Stats
Deprecated.
 
StemAnalyzer - Class in com.arangodb.entity.arangosearch.analyzer
An Analyzer capable of stemming the text, treated as a single token, for supported languages.
StemAnalyzer() - Constructor for class com.arangodb.entity.arangosearch.analyzer.StemAnalyzer
 
StemAnalyzerProperties - Class in com.arangodb.entity.arangosearch.analyzer
 
StemAnalyzerProperties() - Constructor for class com.arangodb.entity.arangosearch.analyzer.StemAnalyzerProperties
 
StopwordsAnalyzer - Class in com.arangodb.entity.arangosearch.analyzer
An Analyzer capable of removing specified tokens from the input.
StopwordsAnalyzer() - Constructor for class com.arangodb.entity.arangosearch.analyzer.StopwordsAnalyzer
 
StopwordsAnalyzerProperties - Class in com.arangodb.entity.arangosearch.analyzer
 
StopwordsAnalyzerProperties() - Constructor for class com.arangodb.entity.arangosearch.analyzer.StopwordsAnalyzerProperties
 
storeChunk(Chunk) - Method in class com.arangodb.internal.velocystream.internal.ChunkStore
 
STORED_VALUE - Static variable in class com.arangodb.internal.velocypack.VPackDeserializers
 
STORED_VALUE - Static variable in class com.arangodb.internal.velocypack.VPackSerializers
 
StoredValue - Class in com.arangodb.entity.arangosearch
 
StoredValue(List<String>, ArangoSearchCompression) - Constructor for class com.arangodb.entity.arangosearch.StoredValue
 
StoredValue(List<String>) - Constructor for class com.arangodb.entity.arangosearch.StoredValue
 
storedValues(StoredValue...) - Method in class com.arangodb.model.arangosearch.ArangoSearchCreateOptions
 
storedValues(StoredValue...) - Method in class com.arangodb.model.InvertedIndexOptions
 
storedValues(String...) - Method in class com.arangodb.model.PersistentIndexOptions
 
storeMessage(long, FutureTask<Message>) - Method in class com.arangodb.internal.velocystream.internal.MessageStore
 
storeValues(StoreValuesType) - Method in class com.arangodb.entity.arangosearch.CollectionLink
 
storeValues(StoreValuesType) - Method in class com.arangodb.entity.arangosearch.FieldLink
 
StoreValuesType - Enum in com.arangodb.entity.arangosearch
 
strategy(TraversalOptions.Strategy) - Method in class com.arangodb.model.TraversalOptions
Deprecated.
 
stream() - Method in interface com.arangodb.ArangoIterable
 
stream() - Method in class com.arangodb.internal.cursor.AbstractArangoIterable
 
stream(Boolean) - Method in class com.arangodb.model.AqlQueryOptions
 
streamRemaining() - Method in interface com.arangodb.async.ArangoCursorAsync
 
streamRemaining() - Method in class com.arangodb.async.internal.ArangoCursorAsyncImpl
 
StreamTransactionEntity - Class in com.arangodb.entity
 
StreamTransactionEntity() - Constructor for class com.arangodb.entity.StreamTransactionEntity
 
streamTransactionId(String) - Method in class com.arangodb.model.AqlQueryOptions
 
streamTransactionId(String) - Method in class com.arangodb.model.CollectionCountOptions
 
streamTransactionId(String) - Method in class com.arangodb.model.CollectionTruncateOptions
 
streamTransactionId(String) - Method in class com.arangodb.model.DocumentCreateOptions
 
streamTransactionId(String) - Method in class com.arangodb.model.DocumentDeleteOptions
 
streamTransactionId(String) - Method in class com.arangodb.model.DocumentExistsOptions
 
streamTransactionId(String) - Method in class com.arangodb.model.DocumentReadOptions
 
streamTransactionId(String) - Method in class com.arangodb.model.DocumentReplaceOptions
 
streamTransactionId(String) - Method in class com.arangodb.model.DocumentUpdateOptions
 
streamTransactionId(String) - Method in class com.arangodb.model.EdgeCreateOptions
 
streamTransactionId(String) - Method in class com.arangodb.model.EdgeDeleteOptions
 
streamTransactionId(String) - Method in class com.arangodb.model.EdgeReplaceOptions
 
streamTransactionId(String) - Method in class com.arangodb.model.EdgeUpdateOptions
 
streamTransactionId(String) - Method in class com.arangodb.model.GraphDocumentReadOptions
 
streamTransactionId(String) - Method in class com.arangodb.model.VertexCreateOptions
 
streamTransactionId(String) - Method in class com.arangodb.model.VertexDeleteOptions
 
streamTransactionId(String) - Method in class com.arangodb.model.VertexReplaceOptions
 
streamTransactionId(String) - Method in class com.arangodb.model.VertexUpdateOptions
 
StreamTransactionOptions - Class in com.arangodb.model
 
StreamTransactionOptions() - Constructor for class com.arangodb.model.StreamTransactionOptions
 
StreamTransactionStatus - Enum in com.arangodb.entity
 
StreamType - Enum in com.arangodb.entity.arangosearch.analyzer
 
stringAsJson(boolean) - Method in class com.arangodb.util.ArangoSerializer.Options
 
success() - Method in class com.arangodb.internal.net.DirtyReadHostHandler
 
success() - Method in class com.arangodb.internal.net.FallbackHostHandler
 
success() - Method in interface com.arangodb.internal.net.HostHandler
 
success() - Method in class com.arangodb.internal.net.RandomHostHandler
 
success() - Method in class com.arangodb.internal.net.RoundRobinHostHandler
 
SYSTEM - Static variable in class com.arangodb.DbName
DbName of the "_system" database.

T

test(T) - Method in interface com.arangodb.Predicate
Deprecated.
Evaluates this predicate on the given argument.
TextAnalyzer - Class in com.arangodb.entity.arangosearch.analyzer
An Analyzer capable of breaking up strings into individual words while also optionally filtering out stop-words, extracting word stems, applying case conversion and accent removal.
TextAnalyzer() - Constructor for class com.arangodb.entity.arangosearch.analyzer.TextAnalyzer
 
TextAnalyzerProperties - Class in com.arangodb.entity.arangosearch.analyzer
 
TextAnalyzerProperties() - Constructor for class com.arangodb.entity.arangosearch.analyzer.TextAnalyzerProperties
 
threshold(Double) - Method in class com.arangodb.entity.arangosearch.ConsolidationPolicy
 
timeout(Integer) - Method in class com.arangodb.ArangoDB.Builder
Sets the connection and request timeout in milliseconds.
timeout(Integer) - Method in class com.arangodb.async.ArangoDBAsync.Builder
Sets the timeout in milliseconds.
timeout(Integer) - Method in class com.arangodb.async.internal.velocystream.VstCommunicationAsync.Builder
 
timeout(Integer) - Method in class com.arangodb.async.internal.velocystream.VstConnectionAsync.Builder
 
timeout(Integer) - Method in class com.arangodb.internal.http.HttpConnection.Builder
 
timeout - Variable in class com.arangodb.internal.velocystream.internal.VstConnection
 
timeout(Integer) - Method in class com.arangodb.internal.velocystream.internal.VstConnectionSync.Builder
 
timeout(Integer) - Method in class com.arangodb.internal.velocystream.VstCommunicationSync.Builder
 
timestamp - Variable in class com.arangodb.model.QueueTimeSample
Unix-timestamp in milliseconds, recorded at client side.
to(String...) - Method in class com.arangodb.entity.EdgeDefinition
 
To - Annotation Type in com.arangodb.entity
 
toByteArray(InputStream) - Static method in class com.arangodb.internal.util.IOUtils
 
toPrefix(String) - Method in class com.arangodb.model.DocumentImportOptions
 
toString() - Method in exception com.arangodb.ArangoDBMultipleException
 
toString() - Method in class com.arangodb.DbName
 
toString() - Method in class com.arangodb.entity.BaseDocument
 
toString() - Method in class com.arangodb.entity.BaseEdgeDocument
 
toString() - Method in class com.arangodb.internal.net.ConnectionPoolImpl
 
toString() - Method in class com.arangodb.internal.net.HostDescription
 
toString() - Method in class com.arangodb.internal.net.HostImpl
 
toString(InputStream) - Static method in class com.arangodb.internal.util.IOUtils
 
toString(InputStream, String) - Static method in class com.arangodb.internal.util.IOUtils
 
trackListPositions(Boolean) - Method in class com.arangodb.entity.arangosearch.CollectionLink
 
trackListPositions(Boolean) - Method in class com.arangodb.entity.arangosearch.FieldLink
 
trackListPositions(Boolean) - Method in class com.arangodb.entity.InvertedIndexField
 
trackListPositions(Boolean) - Method in class com.arangodb.model.InvertedIndexOptions
 
transaction(String, Class<T>, TransactionOptions) - Method in interface com.arangodb.ArangoDatabase
Performs a server-side transaction and returns its return value.
transaction(String, Class<T>, TransactionOptions) - Method in interface com.arangodb.async.ArangoDatabaseAsync
Execute a server-side transaction
transaction(String, Class<T>, TransactionOptions) - Method in class com.arangodb.async.internal.ArangoDatabaseAsyncImpl
 
TransactionCollectionOptions - Class in com.arangodb.model
 
TransactionCollectionOptions() - Constructor for class com.arangodb.model.TransactionCollectionOptions
 
TransactionEntity - Class in com.arangodb.entity
 
TransactionEntity() - Constructor for class com.arangodb.entity.TransactionEntity
 
TransactionOptions - Class in com.arangodb.model
 
TransactionOptions() - Constructor for class com.arangodb.model.TransactionOptions
 
TRAVERSAL_ORDER - Static variable in class com.arangodb.internal.velocypack.VPackSerializers
 
TraversalEntity<V,E> - Class in com.arangodb.entity
Deprecated.
TraversalEntity() - Constructor for class com.arangodb.entity.TraversalEntity
Deprecated.
 
TraversalOptions - Class in com.arangodb.model
Deprecated.
TraversalOptions() - Constructor for class com.arangodb.model.TraversalOptions
Deprecated.
 
TraversalOptions.Direction - Enum in com.arangodb.model
Deprecated.
 
TraversalOptions.ItemOrder - Enum in com.arangodb.model
Deprecated.
 
TraversalOptions.Order - Enum in com.arangodb.model
Deprecated.
 
TraversalOptions.Strategy - Enum in com.arangodb.model
Deprecated.
 
TraversalOptions.Uniqueness - Class in com.arangodb.model
Deprecated.
 
TraversalOptions.UniquenessType - Enum in com.arangodb.model
Deprecated.
 
truncate() - Method in interface com.arangodb.ArangoCollection
Removes all documents from the collection, but leaves the indexes intact
truncate(CollectionTruncateOptions) - Method in interface com.arangodb.ArangoCollection
Removes all documents from the collection, but leaves the indexes intact
truncate() - Method in interface com.arangodb.async.ArangoCollectionAsync
Removes all documents from the collection, but leaves the indexes intact
truncate(CollectionTruncateOptions) - Method in interface com.arangodb.async.ArangoCollectionAsync
Removes all documents from the collection, but leaves the indexes intact
truncate() - Method in class com.arangodb.async.internal.ArangoCollectionAsyncImpl
 
truncate(CollectionTruncateOptions) - Method in class com.arangodb.async.internal.ArangoCollectionAsyncImpl
 
ttl(Long) - Method in class com.arangodb.async.internal.velocystream.VstConnectionAsync.Builder
 
ttl(Long) - Method in class com.arangodb.internal.http.HttpConnection.Builder
 
ttl(Long) - Method in class com.arangodb.internal.velocystream.internal.VstConnectionSync.Builder
 
ttl(Integer) - Method in class com.arangodb.model.AqlQueryOptions
 
TtlIndexOptions - Class in com.arangodb.model
 
TtlIndexOptions() - Constructor for class com.arangodb.model.TtlIndexOptions
 
type(ConsolidationType) - Method in class com.arangodb.entity.arangosearch.ConsolidationPolicy
 
type(CollectionType) - Method in class com.arangodb.model.CollectionCreateOptions
 
type - Variable in class com.arangodb.model.InvertedIndexOptions
 
type - Variable in class com.arangodb.model.PersistentIndexOptions
 
type(ViewType) - Method in class com.arangodb.model.ViewCreateOptions
 
type - Variable in class com.arangodb.model.ZKDIndexOptions
 
type(Type) - Method in class com.arangodb.util.ArangoSerializer.Options
 

U

UnicodeUtils - Class in com.arangodb.util
 
unique(Boolean) - Method in class com.arangodb.model.HashIndexOptions
Deprecated.
 
unique(Boolean) - Method in class com.arangodb.model.PersistentIndexOptions
 
unique(Boolean) - Method in class com.arangodb.model.SkiplistIndexOptions
Deprecated.
 
unique(Boolean) - Method in class com.arangodb.model.ZKDIndexOptions
 
Uniqueness() - Constructor for class com.arangodb.model.TraversalOptions.Uniqueness
Deprecated.
 
unload() - Method in interface com.arangodb.ArangoCollection
Deprecated.
MMFiles only
unload() - Method in interface com.arangodb.async.ArangoCollectionAsync
Deprecated.
MMFiles only
unload() - Method in class com.arangodb.async.internal.ArangoCollectionAsyncImpl
 
updateAttribute(String, Object) - Method in class com.arangodb.entity.BaseDocument
 
updateDocument(String, T) - Method in interface com.arangodb.ArangoCollection
Partially updates the document identified by document-key.
updateDocument(String, T, DocumentUpdateOptions) - Method in interface com.arangodb.ArangoCollection
Partially updates the document identified by document-key.
updateDocument(String, T, DocumentUpdateOptions, Class<U>) - Method in interface com.arangodb.ArangoCollection
Partially updates the document identified by document-key.
updateDocument(String, T) - Method in interface com.arangodb.async.ArangoCollectionAsync
Partially updates the document identified by document-key.
updateDocument(String, T, DocumentUpdateOptions) - Method in interface com.arangodb.async.ArangoCollectionAsync
Partially updates the document identified by document-key.
updateDocument(String, T, DocumentUpdateOptions, Class<U>) - Method in interface com.arangodb.async.ArangoCollectionAsync
Partially updates the document identified by document-key.
updateDocument(String, T) - Method in class com.arangodb.async.internal.ArangoCollectionAsyncImpl
 
updateDocument(String, T, DocumentUpdateOptions) - Method in class com.arangodb.async.internal.ArangoCollectionAsyncImpl
 
updateDocument(String, T, DocumentUpdateOptions, Class<U>) - Method in class com.arangodb.async.internal.ArangoCollectionAsyncImpl
 
updateDocuments(Collection<T>) - Method in interface com.arangodb.ArangoCollection
Partially updates documents, the documents to update are specified by the _key attributes in the objects on values.
updateDocuments(Collection<T>, DocumentUpdateOptions) - Method in interface com.arangodb.ArangoCollection
Partially updates documents, the documents to update are specified by the _key attributes in the objects on values.
updateDocuments(Collection<T>, DocumentUpdateOptions, Class<U>) - Method in interface com.arangodb.ArangoCollection
Partially updates documents, the documents to update are specified by the _key attributes in the objects on values.
updateDocuments(Collection<T>) - Method in interface com.arangodb.async.ArangoCollectionAsync
Partially updates documents, the documents to update are specified by the _key attributes in the objects on values.
updateDocuments(Collection<T>, DocumentUpdateOptions) - Method in interface com.arangodb.async.ArangoCollectionAsync
Partially updates documents, the documents to update are specified by the _key attributes in the objects on values.
updateDocuments(Collection<T>, DocumentUpdateOptions, Class<U>) - Method in interface com.arangodb.async.ArangoCollectionAsync
Partially updates documents, the documents to update are specified by the _key attributes in the objects on values.
updateDocuments(Collection<T>) - Method in class com.arangodb.async.internal.ArangoCollectionAsyncImpl
 
updateDocuments(Collection<T>, DocumentUpdateOptions) - Method in class com.arangodb.async.internal.ArangoCollectionAsyncImpl
 
updateDocuments(Collection<T>, DocumentUpdateOptions, Class<U>) - Method in class com.arangodb.async.internal.ArangoCollectionAsyncImpl
 
updateEdge(String, T) - Method in interface com.arangodb.ArangoEdgeCollection
Partially updates the edge identified by document-key.
updateEdge(String, T, EdgeUpdateOptions) - Method in interface com.arangodb.ArangoEdgeCollection
Partially updates the edge identified by document-key.
updateEdge(String, T) - Method in interface com.arangodb.async.ArangoEdgeCollectionAsync
Partially updates the edge identified by document-key.
updateEdge(String, T, EdgeUpdateOptions) - Method in interface com.arangodb.async.ArangoEdgeCollectionAsync
Partially updates the edge identified by document-key.
updateEdge(String, T) - Method in class com.arangodb.async.internal.ArangoEdgeCollectionAsyncImpl
 
updateEdge(String, T, EdgeUpdateOptions) - Method in class com.arangodb.async.internal.ArangoEdgeCollectionAsyncImpl
 
updateJwt(String) - Method in interface com.arangodb.ArangoDB
Updates the JWT used for requests authorization.
updateJwt(String) - Method in interface com.arangodb.async.ArangoDBAsync
Updates the JWT used for requests authorization.
updateJwt(String) - Method in class com.arangodb.async.internal.ArangoDBAsyncImpl
 
updateProperties(ArangoSearchPropertiesOptions) - Method in interface com.arangodb.ArangoSearch
Partially changes properties of the view.
updateProperties(ArangoSearchPropertiesOptions) - Method in interface com.arangodb.async.ArangoSearchAsync
Partially changes properties of the view.
updateProperties(ArangoSearchPropertiesOptions) - Method in class com.arangodb.async.internal.ArangoSearchAsyncImpl
 
updateProperties(SearchAliasPropertiesOptions) - Method in class com.arangodb.async.internal.SearchAliasAsyncImpl
 
updateProperties(SearchAliasPropertiesOptions) - Method in interface com.arangodb.async.SearchAliasAsync
Partially changes properties of the view.
updateProperties(SearchAliasPropertiesOptions) - Method in interface com.arangodb.SearchAlias
Partially changes properties of the view.
updateUser(String, UserUpdateOptions) - Method in interface com.arangodb.ArangoDB
Partially updates the data of an existing user.
updateUser(String, UserUpdateOptions) - Method in interface com.arangodb.async.ArangoDBAsync
Partially updates the data of an existing user.
updateUser(String, UserUpdateOptions) - Method in class com.arangodb.async.internal.ArangoDBAsyncImpl
 
updateVertex(String, T) - Method in interface com.arangodb.ArangoVertexCollection
Partially updates the vertex identified by document-key.
updateVertex(String, T, VertexUpdateOptions) - Method in interface com.arangodb.ArangoVertexCollection
Partially updates the vertex identified by document-key.
updateVertex(String, T) - Method in interface com.arangodb.async.ArangoVertexCollectionAsync
Partially updates the vertex identified by document-key.
updateVertex(String, T, VertexUpdateOptions) - Method in interface com.arangodb.async.ArangoVertexCollectionAsync
Partially updates the vertex identified by document-key.
updateVertex(String, T) - Method in class com.arangodb.async.internal.ArangoVertexCollectionAsyncImpl
 
updateVertex(String, T, VertexUpdateOptions) - Method in class com.arangodb.async.internal.ArangoVertexCollectionAsyncImpl
 
upto(LogLevel) - Method in class com.arangodb.model.LogOptions
 
useProtocol(Protocol) - Method in class com.arangodb.ArangoDB.Builder
 
user(String) - Method in class com.arangodb.ArangoDB.Builder
Sets the username to use for authentication.
user(String) - Method in class com.arangodb.async.ArangoDBAsync.Builder
Sets the username to use for authentication.
user(String) - Method in class com.arangodb.async.internal.velocystream.VstCommunicationAsync.Builder
 
user(String) - Method in class com.arangodb.internal.http.HttpConnection.Builder
 
user - Variable in class com.arangodb.internal.velocystream.VstCommunication
 
user(String) - Method in class com.arangodb.internal.velocystream.VstCommunicationSync.Builder
 
user(String) - Method in class com.arangodb.model.UserCreateOptions
 
UserAccessOptions - Class in com.arangodb.model
 
UserAccessOptions() - Constructor for class com.arangodb.model.UserAccessOptions
 
UserCreateOptions - Class in com.arangodb.model
 
UserCreateOptions() - Constructor for class com.arangodb.model.UserCreateOptions
 
UserEntity - Class in com.arangodb.entity
 
UserEntity() - Constructor for class com.arangodb.entity.UserEntity
 
username(String) - Method in class com.arangodb.model.DatabaseUsersOptions
 
users(Collection<DatabaseUsersOptions>) - Method in class com.arangodb.model.DBCreateOptions
 
UserUpdateOptions - Class in com.arangodb.model
 
UserUpdateOptions() - Constructor for class com.arangodb.model.UserUpdateOptions
 
useSsl(Boolean) - Method in class com.arangodb.ArangoDB.Builder
If set to true SSL will be used when connecting to an ArangoDB server.
useSsl(Boolean) - Method in class com.arangodb.async.ArangoDBAsync.Builder
If set to true SSL will be used when connecting to an ArangoDB server.
useSsl(Boolean) - Method in class com.arangodb.async.internal.velocystream.VstCommunicationAsync.Builder
 
useSsl(Boolean) - Method in class com.arangodb.async.internal.velocystream.VstConnectionAsync.Builder
 
useSsl(Boolean) - Method in class com.arangodb.internal.http.HttpConnection.Builder
 
useSsl(Boolean) - Method in class com.arangodb.internal.velocystream.internal.VstConnectionSync.Builder
 
useSsl(Boolean) - Method in class com.arangodb.internal.velocystream.VstCommunicationSync.Builder
 
util() - Method in interface com.arangodb.ArangoSerializationAccessor
Returns driver internal serialization API for serializing and deserializing Java POJOs to/from VPackSlice
util(ArangoSerializationFactory.Serializer) - Method in interface com.arangodb.ArangoSerializationAccessor
Returns serialization API for serializing and deserializing Java POJOs to/from VPackSlice by the given type
util - Variable in class com.arangodb.internal.velocystream.VstCommunication
 
UTIL_DATE - Static variable in class com.arangodb.internal.mapping.VPackDeserializers
 
UTIL_DATE - Static variable in class com.arangodb.internal.mapping.VPackSerializers
 

V

validateDocumentId(String) - Static method in class com.arangodb.internal.util.DocumentUtil
 
validateDocumentKey(String) - Static method in class com.arangodb.internal.util.DocumentUtil
 
validateIndexId(String) - Static method in class com.arangodb.internal.util.DocumentUtil
 
value - Variable in class com.arangodb.model.QueueTimeSample
Observed value.
valueOf(String) - Static method in enum com.arangodb.entity.ArangoDBEngine.StorageEngineName
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.arangodb.entity.arangosearch.analyzer.AQLAnalyzerProperties.ReturnType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.arangodb.entity.arangosearch.analyzer.GeoJSONAnalyzerProperties.GeoJSONAnalyzerType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.arangodb.entity.arangosearch.analyzer.SearchAnalyzerCase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.arangodb.entity.arangosearch.analyzer.SegmentationAnalyzerProperties.BreakMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.arangodb.entity.arangosearch.analyzer.StreamType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.arangodb.entity.arangosearch.AnalyzerFeature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.arangodb.entity.arangosearch.AnalyzerType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.arangodb.entity.arangosearch.ArangoSearchCompression
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.SearchAliasIndex.OperationType
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
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.InvertedIndexPrimarySort.Field.Direction
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.License
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.ShardingStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.arangodb.entity.StreamTransactionStatus
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.internal.net.AccessType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.arangodb.internal.util.ArangoSerializationFactory.Serializer
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.arangodb.model.CollectionSchema.Level
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.arangodb.model.ComputedValue.ComputeOn
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.OverwriteMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.arangodb.model.TraversalOptions.Direction
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.arangodb.model.TraversalOptions.ItemOrder
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.arangodb.model.TraversalOptions.Order
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.arangodb.model.TraversalOptions.Strategy
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.arangodb.model.TraversalOptions.UniquenessType
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.arangodb.model.ZKDIndexOptions.FieldValueTypes
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.ArangoDBEngine.StorageEngineName
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.analyzer.AQLAnalyzerProperties.ReturnType
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.analyzer.GeoJSONAnalyzerProperties.GeoJSONAnalyzerType
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.analyzer.SearchAnalyzerCase
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.analyzer.SegmentationAnalyzerProperties.BreakMode
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.analyzer.StreamType
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.AnalyzerFeature
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.AnalyzerType
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.ArangoSearchCompression
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.SearchAliasIndex.OperationType
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
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.InvertedIndexPrimarySort.Field.Direction
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.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.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.ShardingStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.arangodb.entity.StreamTransactionStatus
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.internal.net.AccessType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.arangodb.internal.util.ArangoSerializationFactory.Serializer
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.arangodb.model.CollectionSchema.Level
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.arangodb.model.ComputedValue.ComputeOn
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.OverwriteMode
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
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.arangodb.model.ZKDIndexOptions.FieldValueTypes
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.
vertexCollection(String) - Method in interface com.arangodb.async.ArangoGraphAsync
Returns a handler of the vertex collection by the given name
vertexCollection(String) - Method in class com.arangodb.async.internal.ArangoGraphAsyncImpl
 
VertexCollectionCreateOptions - Class in com.arangodb.model
 
VertexCollectionCreateOptions() - Constructor for class com.arangodb.model.VertexCollectionCreateOptions
 
VertexCollectionCreateOptions.Options - Class in com.arangodb.model
 
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
Deprecated.
 
view(String) - Method in interface com.arangodb.ArangoDatabase
Returns a ArangoView instance for the given view name.
view(String) - Method in interface com.arangodb.async.ArangoDatabaseAsync
Returns a ArangoViewAsync instance for the given view name.
view(String) - Method in class com.arangodb.async.internal.ArangoDatabaseAsyncImpl
 
VIEW_TYPE - Static variable in class com.arangodb.internal.velocypack.VPackDeserializers
 
VIEW_TYPE - Static variable in class com.arangodb.internal.velocypack.VPackSerializers
 
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
Deprecated.
 
VPACK - Static variable in class com.arangodb.internal.mapping.VPackDeserializers
 
VPACK - Static variable in class com.arangodb.internal.mapping.VPackSerializers
 
VPackDeserializers - Class in com.arangodb.internal.mapping
 
VPackDeserializers() - Constructor for class com.arangodb.internal.mapping.VPackDeserializers
 
VPackDeserializers - Class in com.arangodb.internal.velocypack
 
VPackDeserializers() - Constructor for class com.arangodb.internal.velocypack.VPackDeserializers
 
VPackDriverModule - Class in com.arangodb.internal.velocypack
 
VPackDriverModule() - Constructor for class com.arangodb.internal.velocypack.VPackDriverModule
 
VPackSerializers - Class in com.arangodb.internal.mapping
 
VPackSerializers() - Constructor for class com.arangodb.internal.mapping.VPackSerializers
 
VPackSerializers - Class in com.arangodb.internal.velocypack
 
VPackSerializers() - Constructor for class com.arangodb.internal.velocypack.VPackSerializers
 
VstCommunication<R,C extends VstConnection> - Class in com.arangodb.internal.velocystream
 
VstCommunication(Integer, String, String, String, Boolean, SSLContext, ArangoSerialization, Integer, HostHandler) - Constructor for class com.arangodb.internal.velocystream.VstCommunication
 
VstCommunicationAsync - Class in com.arangodb.async.internal.velocystream
 
VstCommunicationAsync.Builder - Class in com.arangodb.async.internal.velocystream
 
VstCommunicationSync - Class in com.arangodb.internal.velocystream
 
VstCommunicationSync(HostHandler, Integer, String, String, String, Boolean, SSLContext, ArangoSerialization, Integer, Integer, Long) - Constructor for class com.arangodb.internal.velocystream.VstCommunicationSync
 
VstCommunicationSync.Builder - Class in com.arangodb.internal.velocystream
 
VstConnection<T> - Class in com.arangodb.internal.velocystream.internal
 
VstConnection(HostDescription, Integer, Long, Integer, Boolean, SSLContext, MessageStore) - Constructor for class com.arangodb.internal.velocystream.internal.VstConnection
 
VstConnectionAsync - Class in com.arangodb.async.internal.velocystream
 
VstConnectionAsync.Builder - Class in com.arangodb.async.internal.velocystream
 
VstConnectionFactoryAsync - Class in com.arangodb.async.internal.velocystream
 
VstConnectionFactoryAsync(HostDescription, Integer, Long, Integer, Boolean, SSLContext) - Constructor for class com.arangodb.async.internal.velocystream.VstConnectionFactoryAsync
 
VstConnectionFactorySync - Class in com.arangodb.internal.velocystream
 
VstConnectionFactorySync(HostDescription, Integer, Long, Integer, Boolean, SSLContext) - Constructor for class com.arangodb.internal.velocystream.VstConnectionFactorySync
 
VstConnectionSync - Class in com.arangodb.internal.velocystream.internal
 
VstConnectionSync.Builder - Class in com.arangodb.internal.velocystream.internal
 
VstProtocol - Class in com.arangodb.internal.velocystream
 
VstProtocol(VstCommunication<Response, VstConnectionSync>) - Constructor for class com.arangodb.internal.velocystream.VstProtocol
 

W

waitForSync(Boolean) - Method in class com.arangodb.model.CollectionCreateOptions
 
waitForSync(Boolean) - Method in class com.arangodb.model.CollectionPropertiesOptions
 
waitForSync(Boolean) - Method in class com.arangodb.model.DocumentCreateOptions
 
waitForSync(Boolean) - Method in class com.arangodb.model.DocumentDeleteOptions
 
waitForSync(Boolean) - Method in class com.arangodb.model.DocumentImportOptions
 
waitForSync(Boolean) - Method in class com.arangodb.model.DocumentReplaceOptions
 
waitForSync(Boolean) - Method in class com.arangodb.model.DocumentUpdateOptions
 
waitForSync(Boolean) - Method in class com.arangodb.model.EdgeCreateOptions
 
waitForSync(Boolean) - Method in class com.arangodb.model.EdgeDeleteOptions
 
waitForSync(Boolean) - Method in class com.arangodb.model.EdgeReplaceOptions
 
waitForSync(Boolean) - Method in class com.arangodb.model.EdgeUpdateOptions
 
waitForSync(Boolean) - Method in class com.arangodb.model.StreamTransactionOptions
 
waitForSync(Boolean) - Method in class com.arangodb.model.TransactionOptions
 
waitForSync(Boolean) - Method in class com.arangodb.model.VertexCreateOptions
 
waitForSync(Boolean) - Method in class com.arangodb.model.VertexDeleteOptions
 
waitForSync(Boolean) - Method in class com.arangodb.model.VertexReplaceOptions
 
waitForSync(Boolean) - Method in class com.arangodb.model.VertexUpdateOptions
 
Warning() - Constructor for class com.arangodb.entity.CursorEntity.Warning
Deprecated.
 
withBody(Object) - Method in interface com.arangodb.ArangoRoute
The response body.
withBody(Object) - Method in interface com.arangodb.async.ArangoRouteAsync
The response body.
withBody(Object) - Method in class com.arangodb.async.internal.ArangoRouteAsyncImpl
 
withHeader(String, Object) - Method in interface com.arangodb.ArangoRoute
Header that should be sent with each request to the route.
withHeader(String, Object) - Method in interface com.arangodb.async.ArangoRouteAsync
Header that should be sent with each request to the route.
withHeader(String, Object) - Method in class com.arangodb.async.internal.ArangoRouteAsyncImpl
 
withQueryParam(String, Object) - Method in interface com.arangodb.ArangoRoute
Query parameter that should be sent with each request to the route.
withQueryParam(String, Object) - Method in interface com.arangodb.async.ArangoRouteAsync
Query parameter that should be sent with each request to the route.
withQueryParam(String, Object) - Method in class com.arangodb.async.internal.ArangoRouteAsyncImpl
 
write(Message, Collection<Chunk>) - Method in class com.arangodb.async.internal.velocystream.VstConnectionAsync
 
write(Message, Collection<Chunk>) - Method in class com.arangodb.internal.velocystream.internal.VstConnection
 
write(Message, Collection<Chunk>) - Method in class com.arangodb.internal.velocystream.internal.VstConnectionSync
 
write(String...) - Method in class com.arangodb.model.TransactionCollectionOptions
 
writebufferActive(Long) - Method in class com.arangodb.model.InvertedIndexOptions
 
writebufferIdle(Long) - Method in class com.arangodb.model.InvertedIndexOptions
 
writebufferSizeMax(Long) - Method in class com.arangodb.model.InvertedIndexOptions
 
writeCollections(String...) - Method in class com.arangodb.model.StreamTransactionOptions
 
writeCollections(String...) - Method in class com.arangodb.model.TransactionOptions
 
writeConcern(Integer) - Method in class com.arangodb.model.CollectionCreateOptions
 
writeConcern(Integer) - Method in class com.arangodb.model.DatabaseOptions
Default write concern for new collections created in this database.
writeConcern(Integer) - Method in class com.arangodb.model.GraphCreateOptions
 
writeIntern(Message, Collection<Chunk>) - Method in class com.arangodb.internal.velocystream.internal.VstConnection
 

Z

ZKD_FIELD_VALUE_TYPES - Static variable in class com.arangodb.internal.velocypack.VPackDeserializers
 
ZKD_FIELD_VALUE_TYPES - Static variable in class com.arangodb.internal.velocypack.VPackSerializers
 
ZKDIndexOptions - Class in com.arangodb.model
 
ZKDIndexOptions() - Constructor for class com.arangodb.model.ZKDIndexOptions
 
ZKDIndexOptions.FieldValueTypes - Enum in com.arangodb.model
 

_

_setCursorInitializer(ArangoCursorInitializer) - Method in interface com.arangodb.ArangoDB
Deprecated.
for removal
A B C D E F G H I J K L M N O P Q R S T U V W Z _ 
Skip navigation links

Copyright © 2016–2022 ArangoDB GmbH. All rights reserved.