A B C D E F G H I J K L M N O P Q R S T U V W X Y 
All Classes All Packages

A

AbstractAsyncResultsetCallback - Class in com.arcadedb.database.async
Deprecated.
AbstractAsyncResultsetCallback() - Constructor for class com.arcadedb.database.async.AbstractAsyncResultsetCallback
Deprecated.
 
AbstractExecutionStep - Class in com.arcadedb.query.sql.executor
 
AbstractExecutionStep(CommandContext, boolean) - Constructor for class com.arcadedb.query.sql.executor.AbstractExecutionStep
 
AbstractProperty - Class in com.arcadedb.schema
 
AbstractProperty(DocumentType, String, Type, int) - Constructor for class com.arcadedb.schema.AbstractProperty
 
AbstractSQLMethod - Class in com.arcadedb.query.sql.method
 
AbstractSQLMethod(String) - Constructor for class com.arcadedb.query.sql.method.AbstractSQLMethod
 
AbstractSQLMethod(String, int) - Constructor for class com.arcadedb.query.sql.method.AbstractSQLMethod
 
AbstractSQLMethod(String, int, int) - Constructor for class com.arcadedb.query.sql.method.AbstractSQLMethod
 
AbstractTraverseStep - Class in com.arcadedb.query.sql.executor
Created by luigidellaquila on 26/10/16.
AbstractTraverseStep(List<TraverseProjectionItem>, WhereClause, PInteger, CommandContext, boolean) - Constructor for class com.arcadedb.query.sql.executor.AbstractTraverseStep
 
AbstractUnrollStep - Class in com.arcadedb.query.sql.executor
unwinds a result-set.
AbstractUnrollStep(CommandContext, boolean) - Constructor for class com.arcadedb.query.sql.executor.AbstractUnrollStep
 
access() - Method in interface com.arcadedb.engine.PageManager.ConcurrentPageAccessCallback
 
AccumulatingTimeoutStep - Class in com.arcadedb.query.sql.executor
Created by luigidellaquila on 08/08/16.
AccumulatingTimeoutStep(Timeout, CommandContext, boolean) - Constructor for class com.arcadedb.query.sql.executor.AccumulatingTimeoutStep
 
acquire(Callable<Object>) - Method in class com.arcadedb.engine.WALFile
If the WAL is still active, execute the callback.
add(int) - Method in class com.arcadedb.engine.BufferBloomFilter
 
add(RID) - Method in class com.arcadedb.query.sql.executor.RidSet
 
add(RID, RID) - Method in class com.arcadedb.graph.EdgeLinkedList
 
add(RID, RID) - Method in interface com.arcadedb.graph.EdgeSegment
 
add(RID, RID) - Method in class com.arcadedb.graph.MutableEdgeSegment
If there is room in the current segment, adds the RID at the beginning of the list.
add(Vertex) - Method in class com.arcadedb.index.vector.HnswVectorIndex
 
add(Result) - Method in class com.arcadedb.query.sql.executor.InternalResultSet
 
add(Expression) - Method in class com.arcadedb.query.sql.parser.PCollection
 
add(Object, Object) - Static method in class com.arcadedb.query.sql.executor.MultiValue
Utility function that add a value to the main object.
add(TItem) - Method in class com.arcadedb.index.vector.HnswVectorIndexRAM
ADD - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
addAll(Collection<? extends RID>) - Method in class com.arcadedb.query.sql.executor.RidSet
 
addAll(List<ResultInternal>) - Method in class com.arcadedb.query.sql.executor.InternalResultSet
 
addAll(List<Pair<Identifiable, Identifiable>>) - Method in class com.arcadedb.graph.EdgeLinkedList
 
addAll(List<Item<TId, TVector>>, HnswVectorIndex.BuildVectorIndexCallback) - Method in class com.arcadedb.index.vector.HnswVectorIndex
 
addAllToUnmodifiableList(List<T>, List<T>) - Static method in class com.arcadedb.utility.CollectionUtils
 
addBucket(Bucket) - Method in interface com.arcadedb.schema.DocumentType
 
addBucket(Bucket) - Method in class com.arcadedb.schema.LocalDocumentType
 
ADDBUCKET - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
addBucketInternal(Bucket) - Method in class com.arcadedb.schema.LocalDocumentType
 
addBucketInternal(Bucket) - Method in class com.arcadedb.schema.LocalVertexType
 
addDatabase(String, String[]) - Method in interface com.arcadedb.security.SecurityUser
Add a database to the user's authorized list.
addEdge(MatchPathItem, PatternNode) - Method in class com.arcadedb.query.sql.executor.PatternNode
 
addElse(Statement) - Method in class com.arcadedb.query.sql.parser.CommitStatement
 
addEscapes(String) - Static method in error com.arcadedb.query.sql.parser.TokenMgrError
Replaces unprintable characters by their escaped (or unicode escaped) equivalents in the given string
addEscapes(String) - Static method in exception com.arcadedb.query.sql.parser.TokenMgrException
Replaces unprintable characters by their escaped (or unicode escaped) equivalents in the given string
addExpression(MatchExpression) - Method in class com.arcadedb.query.sql.parser.Pattern
 
addFilesToLock(Set<Integer>) - Method in class com.arcadedb.database.TransactionIndexContext
 
addIndexInternal(IndexInternal, int, String[], TypeIndex) - Method in class com.arcadedb.schema.LocalDocumentType
 
addIndexKeyLock(IndexInternal, boolean, Object[], RID) - Method in class com.arcadedb.database.TransactionIndexContext
 
addIndexOnBucket(IndexInternal) - Method in class com.arcadedb.index.TypeIndex
 
addIndexOnBucket(IndexInternal) - Method in class com.arcadedb.index.vector.HnswVectorIndex
 
addIndexOperation(IndexInternal, boolean, Object[], RID) - Method in class com.arcadedb.database.TransactionContext
 
addItem(LetItem) - Method in class com.arcadedb.query.sql.parser.LetClause
 
addIterator(Object) - Method in class com.arcadedb.utility.MultiIterator
 
additionalRangeCondition - Variable in class com.arcadedb.query.sql.executor.IndexSearchDescriptor
 
addOperation - Variable in class com.arcadedb.database.TransactionIndexContext.IndexKey
 
addPage(PageId, int) - Method in class com.arcadedb.database.TransactionContext
 
addStatement(Identifier, Statement) - Method in class com.arcadedb.query.sql.parser.SubQueryCollector
 
addStatement(Statement) - Method in class com.arcadedb.query.sql.parser.SubQueryCollector
 
addSubPlan(InternalExecutionPlan) - Method in class com.arcadedb.query.sql.executor.CartesianProductStep
 
addSuperType(DocumentType) - Method in interface com.arcadedb.schema.DocumentType
 
addSuperType(DocumentType) - Method in class com.arcadedb.schema.LocalDocumentType
 
addSuperType(String) - Method in interface com.arcadedb.schema.DocumentType
 
addSuperType(String) - Method in class com.arcadedb.schema.LocalDocumentType
 
addToIndex(Index, RID, Document) - Method in class com.arcadedb.database.DocumentIndexer
 
addToUnmodifiableList(List<T>, T) - Static method in class com.arcadedb.utility.CollectionUtils
 
addUpdatedRecord(Record) - Method in class com.arcadedb.database.TransactionContext
 
adjustBeginLineColumn(int, int) - Method in class com.arcadedb.query.sql.parser.JavaCharStream
Method to adjust line and column numbers for the start of a token.
adjustBeginLineColumn(int, int) - Method in class com.arcadedb.query.sql.parser.SimpleCharStream
Method to adjust line and column numbers for the start of a token.
AdjustBuffSize() - Method in class com.arcadedb.query.sql.parser.JavaCharStream
 
AFTER - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
afterExecution() - Method in class com.arcadedb.utility.SoftThread
 
AfterRecordCreateListener - Interface in com.arcadedb.event
Listener to receive events after new records (documents, vertices and edges) are saved.
AfterRecordDeleteListener - Interface in com.arcadedb.event
Listener to receive events after a delete operation occurs on records (documents, vertices and edges).
AfterRecordReadListener - Interface in com.arcadedb.event
Listener to receive events after a record (documents, vertices and edges) is read from the page.
AfterRecordUpdateListener - Interface in com.arcadedb.event
Listener to receive events after an update operation occurs on records (documents, vertices and edges).
aggregate - Variable in class com.arcadedb.query.sql.parser.AggregateProjectionSplit
 
aggregate - Variable in class com.arcadedb.query.sql.parser.ProjectionItem
 
aggregate(Object, CommandContext) - Method in class com.arcadedb.query.sql.parser.SuffixIdentifier
 
AggregateProjectionCalculationStep - Class in com.arcadedb.query.sql.executor
Created by luigidellaquila on 12/07/16.
AggregateProjectionCalculationStep(Projection, GroupBy, long, CommandContext, long, boolean) - Constructor for class com.arcadedb.query.sql.executor.AggregateProjectionCalculationStep
 
AggregateProjectionSplit - Class in com.arcadedb.query.sql.parser
This class is used by the query planner to split projections in three parts: pre-aggregate projections aggregate projections post-aggregate projections
AggregateProjectionSplit() - Constructor for class com.arcadedb.query.sql.parser.AggregateProjectionSplit
 
aggregateResults() - Method in interface com.arcadedb.query.sql.executor.SQLFunction
A function can make calculation on several records before returning a result.
aggregateResults() - Method in class com.arcadedb.query.sql.function.coll.SQLFunctionMultiValueAbstract
 
aggregateResults() - Method in class com.arcadedb.query.sql.function.graph.SQLFunctionAstar
 
aggregateResults() - Method in class com.arcadedb.query.sql.function.graph.SQLFunctionPathFinder
 
aggregateResults() - Method in class com.arcadedb.query.sql.function.math.SQLFunctionAbsoluteValue
 
aggregateResults() - Method in class com.arcadedb.query.sql.function.math.SQLFunctionAverage
 
aggregateResults() - Method in class com.arcadedb.query.sql.function.math.SQLFunctionCount
 
aggregateResults() - Method in class com.arcadedb.query.sql.function.math.SQLFunctionEval
 
aggregateResults() - Method in class com.arcadedb.query.sql.function.math.SQLFunctionMathAbstract
 
aggregateResults() - Method in class com.arcadedb.query.sql.function.math.SQLFunctionMax
 
aggregateResults() - Method in class com.arcadedb.query.sql.function.math.SQLFunctionMin
 
aggregateResults() - Method in class com.arcadedb.query.sql.function.math.SQLFunctionMode
 
aggregateResults() - Method in class com.arcadedb.query.sql.function.math.SQLFunctionPercentile
 
aggregateResults() - Method in class com.arcadedb.query.sql.function.math.SQLFunctionRandomInt
 
aggregateResults() - Method in class com.arcadedb.query.sql.function.math.SQLFunctionSquareRoot
 
aggregateResults() - Method in class com.arcadedb.query.sql.function.math.SQLFunctionSum
 
aggregateResults() - Method in class com.arcadedb.query.sql.function.math.SQLFunctionVariance
 
aggregateResults() - Method in class com.arcadedb.query.sql.function.misc.SQLFunctionBoolAnd
 
aggregateResults() - Method in class com.arcadedb.query.sql.function.misc.SQLFunctionBoolOr
 
aggregateResults() - Method in class com.arcadedb.query.sql.function.misc.SQLFunctionUUID
 
aggregateResults() - Method in class com.arcadedb.query.sql.function.SQLFunctionAbstract
 
aggregateResults() - Method in class com.arcadedb.query.sql.function.text.SQLFunctionConcat
 
AggregationContext - Interface in com.arcadedb.query.sql.executor
Created by luigidellaquila on 16/07/16.
alias - Variable in class com.arcadedb.query.sql.executor.PatternNode
 
alias - Variable in class com.arcadedb.query.sql.parser.MatchFilterItem
 
alias - Variable in class com.arcadedb.query.sql.parser.NestedProjectionItem
 
alias - Variable in class com.arcadedb.query.sql.parser.OrderByItem
 
alias - Variable in class com.arcadedb.query.sql.parser.ProjectionItem
 
Alias - Class in com.arcadedb.query.sql.parser
 
Alias(int) - Constructor for class com.arcadedb.query.sql.parser.Alias
 
Alias() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
aliasToNode - Variable in class com.arcadedb.query.sql.parser.Pattern
 
ALIGN - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
AlignDatabaseStatement - Class in com.arcadedb.query.sql.parser
 
AlignDatabaseStatement(int) - Constructor for class com.arcadedb.query.sql.parser.AlignDatabaseStatement
 
AlignDatabaseStatement() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
alignToReplicas() - Method in interface com.arcadedb.database.DatabaseInternal
 
alignToReplicas() - Method in class com.arcadedb.database.LocalDatabase
 
all - Variable in class com.arcadedb.query.sql.parser.DropIndexStatement
 
all - Variable in class com.arcadedb.query.sql.parser.ProjectionItem
 
all - Variable in class com.arcadedb.query.sql.parser.RebuildIndexStatement
 
ALL - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
allocationChunkSize - Variable in class com.arcadedb.database.Binary
 
allowAssignmentFrom - Variable in enum com.arcadedb.schema.Type
 
allowedPackages - Variable in class com.arcadedb.function.polyglot.PolyglotFunctionLibraryDefinition
 
allowedPackages - Variable in class com.arcadedb.query.polyglot.GraalPolyglotEngine
 
allowsIndexedExecution(FromClause, BinaryCompareOperator, Object, CommandContext, Expression[]) - Method in interface com.arcadedb.query.sql.executor.IndexableSQLFunction
 
allowsIndexedFunctionExecutionOnTarget(FromClause, CommandContext) - Method in class com.arcadedb.query.sql.parser.BinaryCondition
tests if current expression involves an indexed function AND that function can be used on this target
allowsIndexedFunctionExecutionOnTarget(FromClause, CommandContext, BinaryCompareOperator, Object) - Method in class com.arcadedb.query.sql.parser.BaseExpression
tests if current expression is an indexed function AND that function can be used on this target
allowsIndexedFunctionExecutionOnTarget(FromClause, CommandContext, BinaryCompareOperator, Object) - Method in class com.arcadedb.query.sql.parser.BaseIdentifier
tests if current expression is an indexed function AND that function can be used on this target
allowsIndexedFunctionExecutionOnTarget(FromClause, CommandContext, BinaryCompareOperator, Object) - Method in class com.arcadedb.query.sql.parser.Expression
tests if current expression is an indexed function AND that function can be used on this target
allowsIndexedFunctionExecutionOnTarget(FromClause, CommandContext, BinaryCompareOperator, Object) - Method in class com.arcadedb.query.sql.parser.FunctionCall
tests if current function is an indexed function AND that function can be used on this target
allowsIndexedFunctionExecutionOnTarget(FromClause, CommandContext, BinaryCompareOperator, Object) - Method in class com.arcadedb.query.sql.parser.LevelZeroIdentifier
tests if current expression is an indexed function AND that function can be used on this target
allowsIndexedFunctionExecutionOnTarget(FromClause, CommandContext, BinaryCompareOperator, Object) - Method in class com.arcadedb.query.sql.parser.MathExpression
tests if current expression is an indexed function AND that function can be used on this target
allowsIndexedFunctionExecutionOnTarget(FromClause, CommandContext, BinaryCompareOperator, Object) - Method in class com.arcadedb.query.sql.parser.ValueExpression
 
allowsRange() - Method in class com.arcadedb.query.sql.executor.IndexSearchInfo
 
ALREADY_ACQUIRED - com.arcadedb.utility.LockManager.LOCK_STATUS
 
ALTER - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
AlterBucketStatement - Class in com.arcadedb.query.sql.parser
 
AlterBucketStatement(int) - Constructor for class com.arcadedb.query.sql.parser.AlterBucketStatement
 
AlterBucketStatement() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
AlterDatabaseStatement - Class in com.arcadedb.query.sql.parser
 
AlterDatabaseStatement(int) - Constructor for class com.arcadedb.query.sql.parser.AlterDatabaseStatement
 
AlterDatabaseStatement() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
AlterPropertyStatement - Class in com.arcadedb.query.sql.parser
 
AlterPropertyStatement(int) - Constructor for class com.arcadedb.query.sql.parser.AlterPropertyStatement
 
AlterPropertyStatement() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
AlterTypeStatement - Class in com.arcadedb.query.sql.parser
 
AlterTypeStatement(int) - Constructor for class com.arcadedb.query.sql.parser.AlterTypeStatement
 
AlterTypeStatement() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
analyze(String) - Method in class com.arcadedb.query.java.JavaQueryEngine
 
analyze(String) - Method in class com.arcadedb.query.polyglot.PolyglotQueryEngine
 
analyze(String) - Method in interface com.arcadedb.query.QueryEngine
 
analyze(String) - Method in class com.arcadedb.query.sql.SQLQueryEngine
 
analyze(String) - Method in class com.arcadedb.query.sql.SQLScriptQueryEngine
 
analyzeText(Analyzer, Object[]) - Method in class com.arcadedb.index.lsm.LSMTreeFullTextIndex
 
and - com.arcadedb.query.select.SelectOperator
 
and() - Method in class com.arcadedb.query.select.SelectWhereAfterBlock
 
and(Boolean) - Method in class com.arcadedb.query.sql.function.misc.SQLFunctionBoolAnd
 
AND - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
ANDASSIGN - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
AndBlock - Class in com.arcadedb.query.sql.parser
 
AndBlock(int) - Constructor for class com.arcadedb.query.sql.parser.AndBlock
 
AndBlock(List<BooleanExpression>...) - Constructor for class com.arcadedb.query.sql.parser.AndBlock
 
AndBlock() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
AnsiCode - Enum in com.arcadedb.utility
Console ANSI utility class that supports most of the ANSI amenities.
AnsiLogFormatter - Class in com.arcadedb.utility
Log formatter that uses ANSI code if they are available and enabled.
AnsiLogFormatter() - Constructor for class com.arcadedb.utility.AnsiLogFormatter
 
ANY - Static variable in interface com.arcadedb.security.SecurityManager
 
append(Binary) - Method in class com.arcadedb.database.Binary
 
append(Binary) - Method in interface com.arcadedb.database.BinaryStructure
 
append(ByteBuffer) - Method in class com.arcadedb.engine.WALFile
 
appendContentToFile(File, String) - Static method in class com.arcadedb.utility.FileUtils
 
appendDuringCompaction(Binary, MutablePage, TrackableBinary, int, Object[], RID[]) - Method in class com.arcadedb.index.lsm.LSMTreeIndexCompacted
 
apply(Result, CommandContext) - Method in interface com.arcadedb.query.sql.executor.AggregationContext
 
apply(Result, CommandContext) - Method in class com.arcadedb.query.sql.executor.FunctionAggregationContext
 
apply(Expression, Object, CommandContext) - Method in class com.arcadedb.query.sql.parser.NestedProjection
 
apply(Double, Double) - Method in enum com.arcadedb.query.sql.parser.MathExpression.Operator
 
apply(Float, Float) - Method in enum com.arcadedb.query.sql.parser.MathExpression.Operator
 
apply(Integer, Integer) - Method in enum com.arcadedb.query.sql.parser.MathExpression.Operator
 
apply(Long, Long) - Method in enum com.arcadedb.query.sql.parser.MathExpression.Operator
 
apply(Number, MathExpression.Operator, Number) - Method in enum com.arcadedb.query.sql.parser.MathExpression.Operator
 
apply(Object, Object) - Method in class com.arcadedb.query.sql.parser.ArrayConcatExpression
 
apply(Object, Object) - Method in enum com.arcadedb.query.sql.parser.MathExpression.Operator
 
apply(BigDecimal, BigDecimal) - Method in enum com.arcadedb.query.sql.parser.MathExpression.Operator
 
applyChanges(WALFile.WALTransaction, Map<Integer, Integer>, boolean) - Method in class com.arcadedb.engine.TransactionManager
 
applyOperation(ResultInternal, Identifier, Object, CommandContext) - Method in class com.arcadedb.query.sql.parser.UpdateItem
 
applyRemove(ResultInternal, CommandContext) - Method in class com.arcadedb.query.sql.parser.BaseExpression
 
applyRemove(ResultInternal, CommandContext) - Method in class com.arcadedb.query.sql.parser.BaseIdentifier
 
applyRemove(ResultInternal, CommandContext) - Method in class com.arcadedb.query.sql.parser.Expression
 
applyRemove(ResultInternal, CommandContext) - Method in class com.arcadedb.query.sql.parser.MathExpression
 
applyRemove(ResultInternal, CommandContext) - Method in class com.arcadedb.query.sql.parser.ParenthesisExpression
 
applyRemove(ResultInternal, CommandContext) - Method in class com.arcadedb.query.sql.parser.ValueExpression
 
applyRemove(Object, CommandContext) - Method in class com.arcadedb.query.sql.parser.SuffixIdentifier
 
applyRemove(Object, ResultInternal, CommandContext) - Method in class com.arcadedb.query.sql.parser.ArrayRangeSelector
 
applyRemove(Object, ResultInternal, CommandContext) - Method in class com.arcadedb.query.sql.parser.ArraySingleValuesSelector
 
applyRemove(Object, ResultInternal, CommandContext) - Method in class com.arcadedb.query.sql.parser.Modifier
 
applyUpdate(ResultInternal, CommandContext) - Method in class com.arcadedb.query.sql.parser.UpdateItem
 
applyUpdate(ResultInternal, CommandContext) - Method in class com.arcadedb.query.sql.parser.UpdateRemoveItem
 
ArcadeDBException - Exception in com.arcadedb.exception
 
ArcadeDBException(String) - Constructor for exception com.arcadedb.exception.ArcadeDBException
 
ArcadeDBException(String, Throwable) - Constructor for exception com.arcadedb.exception.ArcadeDBException
 
ArcadeDBException(Throwable) - Constructor for exception com.arcadedb.exception.ArcadeDBException
 
areSameDay(Date, Date) - Static method in class com.arcadedb.utility.DateUtils
 
array(Object) - Static method in class com.arcadedb.query.sql.executor.MultiValue
 
array(Object, Class<? extends T>) - Static method in class com.arcadedb.query.sql.executor.MultiValue
 
array(Object, Class<? extends T>, Callable<Object, Object>) - Static method in class com.arcadedb.query.sql.executor.MultiValue
 
ARRAY_OF_DOUBLES - com.arcadedb.schema.Type
 
ARRAY_OF_FLOATS - com.arcadedb.schema.Type
 
ARRAY_OF_INTEGERS - com.arcadedb.schema.Type
 
ARRAY_OF_LONGS - com.arcadedb.schema.Type
 
ARRAY_OF_SHORTS - com.arcadedb.schema.Type
 
arrayConcatExpression - Variable in class com.arcadedb.query.sql.parser.Expression
 
ArrayConcatExpression - Class in com.arcadedb.query.sql.parser
 
ArrayConcatExpression(int) - Constructor for class com.arcadedb.query.sql.parser.ArrayConcatExpression
 
ArrayConcatExpression() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
ArrayConcatExpressionElement - Class in com.arcadedb.query.sql.parser
 
ArrayConcatExpressionElement(int) - Constructor for class com.arcadedb.query.sql.parser.ArrayConcatExpressionElement
 
ArrayConcatExpressionElement() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
ArrayNumberSelector - Class in com.arcadedb.query.sql.parser
 
ArrayNumberSelector(int) - Constructor for class com.arcadedb.query.sql.parser.ArrayNumberSelector
 
ArrayNumberSelector() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
ArrayRangeSelector - Class in com.arcadedb.query.sql.parser
 
ArrayRangeSelector(int) - Constructor for class com.arcadedb.query.sql.parser.ArrayRangeSelector
 
ArrayRangeSelector() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
ArraySelector - Class in com.arcadedb.query.sql.parser
 
ArraySelector(int) - Constructor for class com.arcadedb.query.sql.parser.ArraySelector
 
ArraySelector() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
ArraySingleValuesSelector - Class in com.arcadedb.query.sql.parser
 
ArraySingleValuesSelector(int) - Constructor for class com.arcadedb.query.sql.parser.ArraySingleValuesSelector
 
ArraySingleValuesSelector() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
AS - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
ASC - Static variable in class com.arcadedb.query.sql.parser.OrderByItem
 
ASC - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
ascendingOrder - Variable in class com.arcadedb.index.lsm.LSMTreeIndexUnderlyingAbstractCursor
 
asDocument() - Method in class com.arcadedb.database.BaseDocument
 
asDocument() - Method in class com.arcadedb.database.BaseRecord
 
asDocument() - Method in interface com.arcadedb.database.Document
 
asDocument() - Method in interface com.arcadedb.database.Identifiable
Returns the document record.
asDocument() - Method in class com.arcadedb.database.RID
 
asDocument(boolean) - Method in class com.arcadedb.database.BaseDocument
 
asDocument(boolean) - Method in class com.arcadedb.database.BaseRecord
 
asDocument(boolean) - Method in interface com.arcadedb.database.Document
 
asDocument(boolean) - Method in interface com.arcadedb.database.Identifiable
Returns the document record.
asDocument(boolean) - Method in class com.arcadedb.database.RID
 
asDouble(Object) - Method in enum com.arcadedb.schema.Type
Convert the input object to a Double.
asEdge() - Method in class com.arcadedb.database.BaseRecord
 
asEdge() - Method in interface com.arcadedb.database.Identifiable
Returns the edge record.
asEdge() - Method in class com.arcadedb.database.RID
 
asEdge() - Method in interface com.arcadedb.graph.Edge
 
asEdge() - Method in class com.arcadedb.graph.ImmutableEdge
 
asEdge() - Method in class com.arcadedb.graph.ImmutableLightEdge
 
asEdge() - Method in class com.arcadedb.graph.MutableEdge
 
asEdge(boolean) - Method in class com.arcadedb.database.BaseRecord
 
asEdge(boolean) - Method in interface com.arcadedb.database.Identifiable
Returns the edge record.
asEdge(boolean) - Method in class com.arcadedb.database.RID
 
asEdge(boolean) - Method in interface com.arcadedb.graph.Edge
 
asEdge(boolean) - Method in class com.arcadedb.graph.ImmutableEdge
 
asEdge(boolean) - Method in class com.arcadedb.graph.ImmutableLightEdge
 
asEdge(boolean) - Method in class com.arcadedb.graph.MutableEdge
 
asFloat(Object) - Method in enum com.arcadedb.schema.Type
Convert the input object to a Float.
asInt(Object) - Method in enum com.arcadedb.schema.Type
Convert the input object to an integer.
asLong(Object) - Method in enum com.arcadedb.schema.Type
Convert the input object to a long.
asString(Object) - Method in enum com.arcadedb.schema.Type
Deprecated.
assureIsActive() - Method in class com.arcadedb.database.TransactionContext
 
asVertex() - Method in class com.arcadedb.database.BaseRecord
 
asVertex() - Method in interface com.arcadedb.database.Identifiable
Returns the vertex record.
asVertex() - Method in class com.arcadedb.database.RID
 
asVertex() - Method in class com.arcadedb.graph.ImmutableVertex
 
asVertex() - Method in class com.arcadedb.graph.MutableVertex
 
asVertex() - Method in interface com.arcadedb.graph.Vertex
 
asVertex(boolean) - Method in class com.arcadedb.database.BaseRecord
 
asVertex(boolean) - Method in interface com.arcadedb.database.Identifiable
Returns the vertex record.
asVertex(boolean) - Method in class com.arcadedb.database.RID
 
asVertex(boolean) - Method in class com.arcadedb.graph.ImmutableVertex
 
asVertex(boolean) - Method in class com.arcadedb.graph.MutableVertex
 
asVertex(boolean) - Method in interface com.arcadedb.graph.Vertex
 
async - Variable in class com.arcadedb.database.LocalDatabase
 
async() - Method in interface com.arcadedb.database.Database
 
async() - Method in class com.arcadedb.database.LocalDatabase
 
ASYNC_BACK_PRESSURE - com.arcadedb.GlobalConfiguration
 
ASYNC_OPERATIONS_QUEUE_IMPL - com.arcadedb.GlobalConfiguration
 
ASYNC_OPERATIONS_QUEUE_SIZE - com.arcadedb.GlobalConfiguration
 
ASYNC_TX_BATCH_SIZE - com.arcadedb.GlobalConfiguration
 
ASYNC_WORKER_THREADS - com.arcadedb.GlobalConfiguration
 
asyncLock - Variable in class com.arcadedb.database.LocalDatabase
 
asyncMode - Variable in class com.arcadedb.database.DatabaseContext.DatabaseContextTL
 
AsyncResultsetCallback - Interface in com.arcadedb.database.async
Callback interface for asynchronous commands.
AT - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
attributeName - Variable in class com.arcadedb.query.sql.parser.AlterBucketStatement
 
attributes - Variable in class com.arcadedb.query.sql.parser.CreatePropertyStatement
 
attributeValue - Variable in class com.arcadedb.query.sql.parser.AlterBucketStatement
 
autoResizable - Variable in class com.arcadedb.database.Binary
 
autoTransaction - Variable in class com.arcadedb.database.LocalDatabase
 
AVAILABLE - com.arcadedb.index.IndexInternal.INDEX_STATUS
 

B

BACKGROUND_BLACK - com.arcadedb.utility.AnsiCode
 
BACKGROUND_BLUE - com.arcadedb.utility.AnsiCode
 
BACKGROUND_CYAN - com.arcadedb.utility.AnsiCode
 
BACKGROUND_GREEN - com.arcadedb.utility.AnsiCode
 
BACKGROUND_MAGENTA - com.arcadedb.utility.AnsiCode
 
BACKGROUND_RED - com.arcadedb.utility.AnsiCode
 
BACKGROUND_WHITE - com.arcadedb.utility.AnsiCode
 
BACKGROUND_YELLOW - com.arcadedb.utility.AnsiCode
 
BACKTICK - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
backup(int) - Method in interface com.arcadedb.query.sql.parser.CharStream
Backs up the input stream by amount steps.
backup(int) - Method in class com.arcadedb.query.sql.parser.JavaCharStream
Retreat.
backup(int) - Method in class com.arcadedb.query.sql.parser.SimpleCharStream
Backup a number of characters.
BACKUP - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
BackupDatabaseStatement - Class in com.arcadedb.query.sql.parser
 
BackupDatabaseStatement(int) - Constructor for class com.arcadedb.query.sql.parser.BackupDatabaseStatement
 
BackupDatabaseStatement() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
BANG - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
base - Variable in class com.arcadedb.query.sql.parser.TraverseProjectionItem
 
BaseDocument - Class in com.arcadedb.database
 
BaseDocument(Database, DocumentType, RID, Binary) - Constructor for class com.arcadedb.database.BaseDocument
 
baseExpression - Variable in class com.arcadedb.query.sql.parser.WhereClause
 
BaseExpression - Class in com.arcadedb.query.sql.parser
 
BaseExpression(int) - Constructor for class com.arcadedb.query.sql.parser.BaseExpression
 
BaseExpression(Identifier) - Constructor for class com.arcadedb.query.sql.parser.BaseExpression
 
BaseExpression(Identifier, Modifier) - Constructor for class com.arcadedb.query.sql.parser.BaseExpression
 
BaseExpression(RecordAttribute, Modifier) - Constructor for class com.arcadedb.query.sql.parser.BaseExpression
 
BaseExpression(String) - Constructor for class com.arcadedb.query.sql.parser.BaseExpression
 
BaseExpression() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
BaseIdentifier - Class in com.arcadedb.query.sql.parser
 
BaseIdentifier(int) - Constructor for class com.arcadedb.query.sql.parser.BaseIdentifier
 
BaseIdentifier(Identifier) - Constructor for class com.arcadedb.query.sql.parser.BaseIdentifier
 
BaseIdentifier(RecordAttribute) - Constructor for class com.arcadedb.query.sql.parser.BaseIdentifier
 
BaseIdentifier() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
BasePage - Class in com.arcadedb.engine
Low level base page implementation of (default) 65536 bytes (2 exp 16 = 65Kb).
BasePage(PageManager, PageId, int, byte[], int, int) - Constructor for class com.arcadedb.engine.BasePage
 
BaseRecord - Class in com.arcadedb.database
 
BaseRecord(Database, RID, Binary) - Constructor for class com.arcadedb.database.BaseRecord
 
BasicCommandContext - Class in com.arcadedb.query.sql.executor
Basic implementation of OCommandContext interface that stores variables in a map.
BasicCommandContext() - Constructor for class com.arcadedb.query.sql.executor.BasicCommandContext
 
BasicDatabase - Interface in com.arcadedb.database
 
BasicDatabase.TransactionScope - Interface in com.arcadedb.database
 
BEFORE - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
beforeExecution() - Method in class com.arcadedb.utility.SoftThread
 
BeforeRecordCreateListener - Interface in com.arcadedb.event
Listener to receive events before a new record (documents, vertices and edges) is created.
BeforeRecordDeleteListener - Interface in com.arcadedb.event
Listener to receive events before a record (documents, vertices and edges) is deleted.
BeforeRecordReadListener - Interface in com.arcadedb.event
Listener to receive events before reading records (documents, vertices and edges).
BeforeRecordUpdateListener - Interface in com.arcadedb.event
Listener to receive events before updating records (documents, vertices and edges).
begin() - Method in interface com.arcadedb.database.BasicDatabase
Begins a new transaction.
begin() - Method in class com.arcadedb.database.LocalDatabase
 
begin(Database.TRANSACTION_ISOLATION_LEVEL) - Method in interface com.arcadedb.database.BasicDatabase
Begins a new transaction specifying the isolation level.
begin(Database.TRANSACTION_ISOLATION_LEVEL) - Method in class com.arcadedb.database.LocalDatabase
 
begin(Database.TRANSACTION_ISOLATION_LEVEL) - Method in interface com.arcadedb.database.Transaction
 
begin(Database.TRANSACTION_ISOLATION_LEVEL) - Method in class com.arcadedb.database.TransactionContext
 
BEGIN - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
beginColumn - Variable in class com.arcadedb.query.sql.parser.Token
The column number of the first character of this Token.
beginLine - Variable in class com.arcadedb.query.sql.parser.Token
The line number of the first character of this Token.
BeginStatement - Class in com.arcadedb.query.sql.parser
 
BeginStatement(int) - Constructor for class com.arcadedb.query.sql.parser.BeginStatement
 
BeginStatement() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
BeginToken() - Method in interface com.arcadedb.query.sql.parser.CharStream
Returns the next character that marks the beginning of the next token.
BeginToken() - Method in class com.arcadedb.query.sql.parser.JavaCharStream
 
BeginToken() - Method in class com.arcadedb.query.sql.parser.SimpleCharStream
Start.
BEGUN - com.arcadedb.database.TransactionContext.STATUS
 
BEST_COMPARATOR - Static variable in class com.arcadedb.serializer.UnsignedBytesComparator
 
between - Variable in class com.arcadedb.query.sql.parser.IndexMatchCondition
 
BETWEEN - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
BetweenCondition - Class in com.arcadedb.query.sql.parser
 
BetweenCondition(int) - Constructor for class com.arcadedb.query.sql.parser.BetweenCondition
 
BetweenCondition() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
bidirectional - Variable in class com.arcadedb.database.async.CreateEdgeAsyncTask
 
Binary - Class in com.arcadedb.database
Binary data type.
Binary() - Constructor for class com.arcadedb.database.Binary
 
Binary(byte[]) - Constructor for class com.arcadedb.database.Binary
 
Binary(byte[], int) - Constructor for class com.arcadedb.database.Binary
 
Binary(int) - Constructor for class com.arcadedb.database.Binary
 
Binary(int, boolean) - Constructor for class com.arcadedb.database.Binary
 
Binary(ByteBuffer) - Constructor for class com.arcadedb.database.Binary
 
BINARY - com.arcadedb.schema.Type
 
Binary.FetchCallback - Interface in com.arcadedb.database
 
BinaryComparator - Class in com.arcadedb.serializer
 
BinaryComparator() - Constructor for class com.arcadedb.serializer.BinaryComparator
 
BinaryCompareOperator - Interface in com.arcadedb.query.sql.parser
Created by luigidellaquila on 12/11/14.
BinaryCondition - Class in com.arcadedb.query.sql.parser
 
BinaryCondition(int) - Constructor for class com.arcadedb.query.sql.parser.BinaryCondition
 
BinaryCondition() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
binaryKeyTypes - Variable in class com.arcadedb.index.lsm.LSMTreeIndexAbstract
 
BinarySerializer - Class in com.arcadedb.serializer
Default serializer implementation.
BinarySerializer(ContextConfiguration) - Constructor for class com.arcadedb.serializer.BinarySerializer
 
BinaryStructure - Interface in com.arcadedb.database
 
binaryType - Variable in enum com.arcadedb.schema.Type
 
BinaryTypes - Class in com.arcadedb.serializer
 
BinaryTypes() - Constructor for class com.arcadedb.serializer.BinaryTypes
 
bindFromInputParams(Map<String, Object>) - Method in class com.arcadedb.query.sql.parser.InputParameter
 
bindFromInputParams(Map<String, Object>) - Method in class com.arcadedb.query.sql.parser.NamedParameter
 
bindFromInputParams(Map<String, Object>) - Method in class com.arcadedb.query.sql.parser.PositionalParameter
 
BIT_AND - com.arcadedb.query.sql.parser.MathExpression.Operator
 
BIT_AND - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
BIT_OR - com.arcadedb.query.sql.parser.MathExpression.Operator
 
BIT_OR - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
BLACK - com.arcadedb.utility.AnsiCode
 
BLINK - com.arcadedb.utility.AnsiCode
 
blob - Variable in class com.arcadedb.query.sql.parser.CreateBucketStatement
 
BLUE - com.arcadedb.utility.AnsiCode
 
body - Variable in class com.arcadedb.query.sql.executor.CreateEdgeExecutionPlanner
 
body - Variable in class com.arcadedb.query.sql.executor.ForEachStep
 
body - Variable in class com.arcadedb.query.sql.executor.RetryStep
 
body - Variable in class com.arcadedb.query.sql.parser.CreateEdgeStatement
 
BOOLEAN - com.arcadedb.schema.Type
 
BooleanExpression - Class in com.arcadedb.query.sql.parser
Created by luigidellaquila on 07/11/14.
BooleanExpression(int) - Constructor for class com.arcadedb.query.sql.parser.BooleanExpression
 
booleanOrDefault(Object, boolean) - Method in class com.arcadedb.query.sql.function.graph.SQLFunctionHeuristicPathFinderAbstract
 
booleanValue - Variable in class com.arcadedb.query.sql.parser.AlterTypeStatement
 
booleanValue - Variable in class com.arcadedb.query.sql.parser.Expression
 
BOTH - com.arcadedb.graph.Vertex.DIRECTION
 
BothPathItem - Class in com.arcadedb.query.sql.parser
 
BothPathItem(int) - Constructor for class com.arcadedb.query.sql.parser.BothPathItem
 
BothPathItem() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
BothPathItemOpt - Class in com.arcadedb.query.sql.parser
 
BothPathItemOpt(int) - Constructor for class com.arcadedb.query.sql.parser.BothPathItemOpt
 
BothPathItemOpt() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
BREADTH_FIRST - com.arcadedb.query.sql.parser.TraverseStatement.Strategy
 
BREADTH_FIRST - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
BreadthFirstTraverseStep - Class in com.arcadedb.query.sql.executor
Created by luigidellaquila on 26/10/16.
BreadthFirstTraverseStep(List<TraverseProjectionItem>, WhereClause, PInteger, CommandContext, boolean) - Constructor for class com.arcadedb.query.sql.executor.BreadthFirstTraverseStep
 
browsed - Variable in class com.arcadedb.graph.ResettableIteratorBase
 
bucket - Variable in class com.arcadedb.database.async.DatabaseAsyncCreateRecord
 
bucket - Variable in class com.arcadedb.database.async.DatabaseAsyncScanBucket
 
bucket - Variable in class com.arcadedb.query.sql.parser.FromItem
 
bucket - Variable in class com.arcadedb.query.sql.parser.Rid
 
Bucket - Class in com.arcadedb.query.sql.parser
 
Bucket - Interface in com.arcadedb.engine
Bucket interface.
Bucket(int) - Constructor for class com.arcadedb.query.sql.parser.Bucket
 
Bucket(String) - Constructor for class com.arcadedb.query.sql.parser.Bucket
 
Bucket() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
BUCKET - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
BUCKET_DEFAULT_PAGE_SIZE - com.arcadedb.GlobalConfiguration
 
BUCKET_EXT - Static variable in class com.arcadedb.engine.LocalBucket
 
BUCKET_IDENTIFIER - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
BUCKET_NUMBER_IDENTIFIER - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
bucketId - Variable in class com.arcadedb.database.RID
 
bucketId - Variable in class com.arcadedb.query.sql.parser.BucketIdentifier
 
bucketId - Variable in class com.arcadedb.query.sql.parser.MatchFilterItem
 
BucketIdentifier - Class in com.arcadedb.query.sql.parser
 
BucketIdentifier(int) - Constructor for class com.arcadedb.query.sql.parser.BucketIdentifier
 
BucketIdentifier() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
bucketIds - Variable in class com.arcadedb.schema.LocalDocumentType
 
BucketIndexBuilder - Class in com.arcadedb.schema
Builder class for bucket indexes.
BucketIndexBuilder(DatabaseInternal, String, String, String[]) - Constructor for class com.arcadedb.schema.BucketIndexBuilder
 
bucketIndexesByBucket - Variable in class com.arcadedb.schema.LocalDocumentType
 
BucketIterator - Class in com.arcadedb.engine
 
bucketList - Variable in class com.arcadedb.query.sql.parser.FromItem
 
BucketList - Class in com.arcadedb.query.sql.parser
 
BucketList(int) - Constructor for class com.arcadedb.query.sql.parser.BucketList
 
BucketList() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
bucketName - Variable in class com.arcadedb.query.sql.parser.Bucket
 
bucketName - Variable in class com.arcadedb.query.sql.parser.BucketIdentifier
 
bucketName - Variable in class com.arcadedb.query.sql.parser.MatchFilterItem
 
bucketName - Variable in class com.arcadedb.query.sql.parser.TruncateBucketStatement
 
bucketNumber - Variable in class com.arcadedb.query.sql.parser.Bucket
 
bucketNumber - Variable in class com.arcadedb.query.sql.parser.TruncateBucketStatement
 
buckets - Variable in class com.arcadedb.query.sql.parser.BucketList
 
buckets - Variable in class com.arcadedb.query.sql.parser.CheckDatabaseStatement
 
buckets - Variable in class com.arcadedb.query.sql.parser.CreateTypeAbstractStatement
Cluster IDs for this class
buckets - Variable in class com.arcadedb.schema.LocalDocumentType
 
BUCKETS - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
bucketSelectionStrategy - Variable in class com.arcadedb.schema.LocalDocumentType
 
BucketSelectionStrategy - Interface in com.arcadedb.database.bucketselectionstrategy
Interface to delegate the assignment of the bucket based on document or keys.
BUCKETSELECTIONSTRATEGY - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
bufcolumn - Variable in class com.arcadedb.query.sql.parser.JavaCharStream
 
bufcolumn - Variable in class com.arcadedb.query.sql.parser.SimpleCharStream
 
buffer - Variable in class com.arcadedb.database.BaseRecord
 
buffer - Variable in class com.arcadedb.database.Binary
 
buffer - Variable in class com.arcadedb.index.lsm.LSMTreeIndexUnderlyingPageCursor
 
buffer - Variable in class com.arcadedb.query.sql.parser.JavaCharStream
 
buffer - Variable in class com.arcadedb.query.sql.parser.SimpleCharStream
 
BufferBloomFilter - Class in com.arcadedb.engine
 
BufferBloomFilter(Binary, int, int) - Constructor for class com.arcadedb.engine.BufferBloomFilter
 
bufline - Variable in class com.arcadedb.query.sql.parser.JavaCharStream
 
bufline - Variable in class com.arcadedb.query.sql.parser.SimpleCharStream
 
bufpos - Variable in class com.arcadedb.query.sql.parser.JavaCharStream
Position in buffer.
bufpos - Variable in class com.arcadedb.query.sql.parser.SimpleCharStream
Position in buffer.
build() - Method in class com.arcadedb.index.vector.HnswVectorIndexRAM.Builder
Build the index.
build() - Method in class com.arcadedb.query.polyglot.GraalPolyglotEngine.Builder
 
build(int, Index.BuildIndexCallback) - Method in interface com.arcadedb.index.IndexInternal
 
build(int, Index.BuildIndexCallback) - Method in class com.arcadedb.index.lsm.LSMTreeFullTextIndex
 
build(int, Index.BuildIndexCallback) - Method in class com.arcadedb.index.lsm.LSMTreeIndex
 
build(int, Index.BuildIndexCallback) - Method in class com.arcadedb.index.TypeIndex
 
build(int, Index.BuildIndexCallback) - Method in class com.arcadedb.index.vector.HnswVectorIndex
 
build(HnswVectorIndexRAM, int, HnswVectorIndex.BuildVectorIndexCallback, Index.BuildIndexCallback) - Method in class com.arcadedb.index.vector.HnswVectorIndex
 
BUILD_BATCH_SIZE - Static variable in class com.arcadedb.schema.IndexBuilder
 
BUILD_TX_BATCH_SIZE - Static variable in class com.arcadedb.schema.LocalSchema
 
buildBucketIndex(String, String, String[]) - Method in class com.arcadedb.schema.LocalSchema
 
buildBucketIndex(String, String, String[]) - Method in interface com.arcadedb.schema.Schema
 
buildDocumentType() - Method in class com.arcadedb.schema.LocalSchema
 
buildDocumentType() - Method in interface com.arcadedb.schema.Schema
 
buildEdgeType() - Method in class com.arcadedb.schema.LocalSchema
 
buildEdgeType() - Method in interface com.arcadedb.schema.Schema
 
Builder(Database, Engine) - Constructor for class com.arcadedb.query.polyglot.GraalPolyglotEngine.Builder
 
buildManualIndex(String, Type[]) - Method in class com.arcadedb.schema.LocalSchema
 
buildManualIndex(String, Type[]) - Method in interface com.arcadedb.schema.Schema
 
buildPatterns() - Method in class com.arcadedb.query.sql.parser.MatchStatement
 
buildTypeIndex(String, String[]) - Method in class com.arcadedb.schema.LocalSchema
 
buildTypeIndex(String, String[]) - Method in interface com.arcadedb.schema.Schema
 
buildVectorIndex() - Method in class com.arcadedb.schema.LocalSchema
 
buildVectorIndex() - Method in interface com.arcadedb.schema.Schema
 
buildVertexType() - Method in class com.arcadedb.schema.LocalSchema
 
buildVertexType() - Method in interface com.arcadedb.schema.Schema
 
BY - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
byKey - Variable in class com.arcadedb.query.sql.parser.CreateIndexStatement.Property
 
byName(String) - Static method in enum com.arcadedb.query.select.SelectOperator
 
BYTE - com.arcadedb.schema.Type
 
BYTE_SERIALIZED_SIZE - Static variable in class com.arcadedb.database.Binary
 
ByteArrayComparator - Interface in com.arcadedb.serializer
 
byteArrayToHexStr(byte[]) - Static method in class com.arcadedb.query.sql.method.misc.SQLMethodHash
 
byValue - Variable in class com.arcadedb.query.sql.parser.CreateIndexStatement.Property
 

C

CACHED_COUNT_FILE_NAME - Static variable in class com.arcadedb.schema.LocalSchema
 
CachedPage - Class in com.arcadedb.engine
Contains the page content to be shared across threads.
CachedPage(MutablePage, boolean) - Constructor for class com.arcadedb.engine.CachedPage
 
CachedPage(PageManager, PageId, int) - Constructor for class com.arcadedb.engine.CachedPage
 
cachedPolymorphicBucketIds - Variable in class com.arcadedb.schema.LocalDocumentType
 
cachedPolymorphicBuckets - Variable in class com.arcadedb.schema.LocalDocumentType
 
cachedStringForm - Variable in class com.arcadedb.query.sql.parser.SimpleNode
 
cacheHits - Variable in class com.arcadedb.engine.PageManager.PPageManagerStats
 
cacheMiss - Variable in class com.arcadedb.engine.PageManager.PPageManagerStats
 
calculateChecksum() - Method in class com.arcadedb.engine.ComponentFile
 
calculateChecksum() - Method in class com.arcadedb.engine.PaginatedComponentFile
 
calculateSingle(CommandContext, Result) - Method in class com.arcadedb.query.sql.parser.Projection
 
call() - Method in interface com.arcadedb.database.async.OkCallback
 
call() - Method in interface com.arcadedb.utility.CallableNoReturn
 
call(Record) - Method in interface com.arcadedb.database.async.DeletedRecordCallback
 
call(Record) - Method in interface com.arcadedb.database.async.NewRecordCallback
 
call(Record) - Method in interface com.arcadedb.database.async.UpdatedRecordCallback
 
call(Edge, boolean, boolean) - Method in interface com.arcadedb.database.async.NewEdgeCallback
 
call(Throwable) - Method in interface com.arcadedb.database.async.ErrorCallback
 
call(List<Edge>) - Method in interface com.arcadedb.database.async.NewEdgesCallback
 
call(PAR) - Method in interface com.arcadedb.utility.Callable
 
call(PAR) - Method in interface com.arcadedb.utility.CallableParameterNoReturn
 
Callable<RET,​PAR> - Interface in com.arcadedb.utility
Generic callable interface that accepts a parameter.
CallableNoReturn - Interface in com.arcadedb.utility
Generic callable interface.
CallableParameterNoReturn<PAR> - Interface in com.arcadedb.utility
Generic callable interface.
callback - Variable in class com.arcadedb.database.async.CreateEdgeAsyncTask
 
callback - Variable in class com.arcadedb.database.async.CreateIncomingEdgeAsyncTask
 
callback - Variable in class com.arcadedb.database.async.DatabaseAsyncBrowseIterator
 
cameFrom - Variable in class com.arcadedb.query.sql.function.graph.SQLFunctionAstar
 
canAccessToDatabase(String) - Method in interface com.arcadedb.security.SecurityUser
Returns true if the user can access to a particular database
canBeCached() - Method in class com.arcadedb.query.sql.executor.AccumulatingTimeoutStep
 
canBeCached() - Method in class com.arcadedb.query.sql.executor.CreateEdgesStep
 
canBeCached() - Method in class com.arcadedb.query.sql.executor.DDLExecutionPlan
 
canBeCached() - Method in class com.arcadedb.query.sql.executor.DeleteExecutionPlan
 
canBeCached() - Method in class com.arcadedb.query.sql.executor.EmptyStep
 
canBeCached() - Method in interface com.arcadedb.query.sql.executor.ExecutionStepInternal
 
canBeCached() - Method in class com.arcadedb.query.sql.executor.FetchFromClusterExecutionStep
 
canBeCached() - Method in class com.arcadedb.query.sql.executor.FetchFromIndexStep
 
canBeCached() - Method in class com.arcadedb.query.sql.executor.FetchFromIndexValuesStep
 
canBeCached() - Method in class com.arcadedb.query.sql.executor.FetchFromTypeExecutionStep
 
canBeCached() - Method in class com.arcadedb.query.sql.executor.FilterByTypeStep
 
canBeCached() - Method in class com.arcadedb.query.sql.executor.FilterStep
 
canBeCached() - Method in class com.arcadedb.query.sql.executor.GetValueFromIndexEntryStep
 
canBeCached() - Method in class com.arcadedb.query.sql.executor.GuaranteeEmptyCountStep
 
canBeCached() - Method in class com.arcadedb.query.sql.executor.IfExecutionPlan
 
canBeCached() - Method in class com.arcadedb.query.sql.executor.InsertExecutionPlan
 
canBeCached() - Method in interface com.arcadedb.query.sql.executor.InternalExecutionPlan
 
canBeCached() - Method in class com.arcadedb.query.sql.executor.ParallelExecStep
 
canBeCached() - Method in class com.arcadedb.query.sql.executor.ProjectionCalculationStep
 
canBeCached() - Method in class com.arcadedb.query.sql.executor.ScriptExecutionPlan
 
canBeCached() - Method in class com.arcadedb.query.sql.executor.SelectExecutionPlan
 
canBeCached() - Method in class com.arcadedb.query.sql.executor.SingleOpExecutionPlan
 
canBeCached() - Method in class com.arcadedb.query.sql.executor.SubQueryStep
 
canBeCached() - Method in class com.arcadedb.query.sql.executor.UpdateExecutionPlan
 
canExecuteIndexedFunctionWithoutIndex(FromClause, CommandContext) - Method in class com.arcadedb.query.sql.parser.BinaryCondition
tests if current expression involves an indexed function AND that function can also be executed without using the index
canExecuteIndexedFunctionWithoutIndex(FromClause, CommandContext, BinaryCompareOperator, Object) - Method in class com.arcadedb.query.sql.parser.BaseExpression
tests if current expression is an indexed function AND that function can also be executed without using the index
canExecuteIndexedFunctionWithoutIndex(FromClause, CommandContext, BinaryCompareOperator, Object) - Method in class com.arcadedb.query.sql.parser.BaseIdentifier
tests if current expression is an indexed function AND that function can also be executed without using the index
canExecuteIndexedFunctionWithoutIndex(FromClause, CommandContext, BinaryCompareOperator, Object) - Method in class com.arcadedb.query.sql.parser.Expression
tests if current expression is an indexed function AND that function can also be executed without using the index
canExecuteIndexedFunctionWithoutIndex(FromClause, CommandContext, BinaryCompareOperator, Object) - Method in class com.arcadedb.query.sql.parser.FunctionCall
tests if current function is an indexed function AND that function can also be executed without using the index
canExecuteIndexedFunctionWithoutIndex(FromClause, CommandContext, BinaryCompareOperator, Object) - Method in class com.arcadedb.query.sql.parser.LevelZeroIdentifier
tests if current expression is an indexed function AND that function can also be executed without using the index
canExecuteIndexedFunctionWithoutIndex(FromClause, CommandContext, BinaryCompareOperator, Object) - Method in class com.arcadedb.query.sql.parser.MathExpression
tests if current expression is an indexed function AND that function can also be executed without using the index
canExecuteIndexedFunctionWithoutIndex(FromClause, CommandContext, BinaryCompareOperator, Object) - Method in class com.arcadedb.query.sql.parser.ValueExpression
 
canExecuteInline(FromClause, BinaryCompareOperator, Object, CommandContext, Expression[]) - Method in interface com.arcadedb.query.sql.executor.IndexableSQLFunction
 
capacity() - Method in class com.arcadedb.database.Binary
 
CartesianProductStep - Class in com.arcadedb.query.sql.executor
Created by luigidellaquila on 11/10/16.
CartesianProductStep(CommandContext, boolean) - Constructor for class com.arcadedb.query.sql.executor.CartesianProductStep
 
castable - Variable in enum com.arcadedb.schema.Type
 
castComparableNumber(Number, Number) - Static method in enum com.arcadedb.schema.Type
 
CastToEdgeStep - Class in com.arcadedb.query.sql.executor
Created by luigidellaquila on 20/02/17.
CastToEdgeStep(CommandContext, boolean) - Constructor for class com.arcadedb.query.sql.executor.CastToEdgeStep
 
CastToStepAbstract - Class in com.arcadedb.query.sql.executor
Created by luigidellaquila on 20/02/17.
CastToStepAbstract(Class, String, CommandContext, boolean) - Constructor for class com.arcadedb.query.sql.executor.CastToStepAbstract
 
CENTER - com.arcadedb.utility.TableFormatter.ALIGNMENT
 
centrality - Variable in class com.arcadedb.query.sql.executor.PatternNode
 
chain(ExecutionStepInternal) - Method in class com.arcadedb.query.sql.executor.SelectExecutionPlan
 
chain(IfStep) - Method in class com.arcadedb.query.sql.executor.IfExecutionPlan
 
chain(InternalExecutionPlan, boolean) - Method in class com.arcadedb.query.sql.executor.ScriptExecutionPlan
 
changesFrom - Variable in class com.arcadedb.engine.WALFile.WALPage
 
changesTo - Variable in class com.arcadedb.engine.WALFile.WALPage
 
CHARACTER_LITERAL - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
characteristics() - Method in interface com.arcadedb.query.sql.executor.ResultSet
 
CharStream - Interface in com.arcadedb.query.sql.parser
This interface describes a character stream that maintains line and column number positions of the characters.
ChebyshevDistance - Class in com.arcadedb.index.vector.distance
Implementation of DistanceFunction that calculates the chebyshev distance.
ChebyshevDistance() - Constructor for class com.arcadedb.index.vector.distance.ChebyshevDistance
 
ChebyshevDistance.DoubleChebyshevDistance - Class in com.arcadedb.index.vector.distance
 
ChebyshevDistance.FloatChebyshevDistance - Class in com.arcadedb.index.vector.distance
 
check() - Method in class com.arcadedb.engine.DatabaseChecker
 
check(int, boolean) - Method in class com.arcadedb.engine.LocalBucket
 
CHECK - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
CheckClusterTypeStep - Class in com.arcadedb.query.sql.executor
This step is used just as a gate check to verify that a bucket belongs to a class.
CheckClusterTypeStep(String, String, CommandContext, boolean) - Constructor for class com.arcadedb.query.sql.executor.CheckClusterTypeStep
 
checkDatabaseIsOpen() - Method in class com.arcadedb.database.LocalDatabase
 
CheckDatabaseStatement - Class in com.arcadedb.query.sql.parser
 
CheckDatabaseStatement(int) - Constructor for class com.arcadedb.query.sql.parser.CheckDatabaseStatement
 
CheckDatabaseStatement() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
checkEdges(String, boolean, int) - Method in class com.arcadedb.graph.GraphEngine
 
checkForAllocation(int, int) - Method in class com.arcadedb.database.Binary
Allocates enough space (max 1 page) and update the size according to the bytes to write.
checkForAllocation(int, int) - Method in class com.arcadedb.database.TrackableBinary
 
checkForLazyLoading() - Method in class com.arcadedb.database.ImmutableDocument
 
checkForLazyLoading() - Method in class com.arcadedb.graph.ImmutableEdge
 
checkForLazyLoading() - Method in class com.arcadedb.graph.ImmutableLightEdge
 
checkForLazyLoading() - Method in class com.arcadedb.graph.ImmutableVertex
 
checkForLazyLoadingProperties() - Method in class com.arcadedb.database.MutableDocument
 
checkForNulls(Object[]) - Method in class com.arcadedb.index.lsm.LSMTreeIndexAbstract
 
checkForPrevious() - Method in class com.arcadedb.query.sql.executor.AbstractExecutionStep
 
checkForPrevious(String) - Method in class com.arcadedb.query.sql.executor.AbstractExecutionStep
 
checkForTimeout() - Method in class com.arcadedb.utility.MultiIterator
 
checkForUpgradeLightWeight() - Method in class com.arcadedb.graph.MutableEdge
 
checkIntegrity() - Method in class com.arcadedb.engine.TransactionManager
 
CheckIsEdgeTypeStep - Class in com.arcadedb.query.sql.executor
This step is used just as a gate check for classes (eg.
CheckIsEdgeTypeStep(String, CommandContext, boolean) - Constructor for class com.arcadedb.query.sql.executor.CheckIsEdgeTypeStep
 
CheckIsVertexTypeStep - Class in com.arcadedb.query.sql.executor
This step is used just as a gate check for classes (eg.
CheckIsVertexTypeStep(String, CommandContext, boolean) - Constructor for class com.arcadedb.query.sql.executor.CheckIsVertexTypeStep
 
checkPageVersion(MutablePage, boolean) - Method in class com.arcadedb.engine.PageManager
 
checkPermissionsOnDatabase(SecurityDatabaseUser.DATABASE_ACCESS) - Method in interface com.arcadedb.database.DatabaseInternal
 
checkPermissionsOnDatabase(SecurityDatabaseUser.DATABASE_ACCESS) - Method in class com.arcadedb.database.LocalDatabase
 
checkPermissionsOnFile(int, SecurityDatabaseUser.ACCESS) - Method in interface com.arcadedb.database.DatabaseInternal
 
checkPermissionsOnFile(int, SecurityDatabaseUser.ACCESS) - Method in class com.arcadedb.database.LocalDatabase
 
CheckRecordTypeStep - Class in com.arcadedb.query.sql.executor
Checks that all the records from the upstream are of a particular type (or subTypes).
CheckRecordTypeStep(CommandContext, String, boolean) - Constructor for class com.arcadedb.query.sql.executor.CheckRecordTypeStep
 
CheckSafeDeleteStep - Class in com.arcadedb.query.sql.executor
Checks if a record can be safely deleted (throws PCommandExecutionException in case).
CheckSafeDeleteStep(CommandContext, boolean) - Constructor for class com.arcadedb.query.sql.executor.CheckSafeDeleteStep
 
checkSuperTypes(Schema, CommandContext) - Method in class com.arcadedb.query.sql.parser.CreateTypeAbstractStatement
 
checkTransactionIsActive(boolean) - Method in interface com.arcadedb.database.DatabaseInternal
 
checkTransactionIsActive(boolean) - Method in class com.arcadedb.database.LocalDatabase
 
CheckTypeTypeStep - Class in com.arcadedb.query.sql.executor
This step is used just as a gate check for classes (eg.
CheckTypeTypeStep(String, String, CommandContext, boolean) - Constructor for class com.arcadedb.query.sql.executor.CheckTypeTypeStep
 
checkValidName(String) - Static method in class com.arcadedb.utility.FileUtils
 
checkVertices(String, boolean, int) - Method in class com.arcadedb.graph.GraphEngine
 
child - Variable in class com.arcadedb.query.sql.executor.BasicCommandContext
 
childExpressions - Variable in class com.arcadedb.query.sql.parser.MathExpression
 
children - Variable in class com.arcadedb.query.sql.parser.SimpleNode
 
chunk - Variable in class com.arcadedb.index.CompressedRID2RIDIndex
 
chunk - Variable in class com.arcadedb.index.CompressedRID2RIDsIndex
 
className - Variable in class com.arcadedb.query.sql.executor.DeleteEdgeExecutionPlanner
 
CLASSPATH_URL - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
clear() - Method in class com.arcadedb.database.Binary
 
clear() - Method in class com.arcadedb.database.DatabaseContext
Clear any database context in the thread local.
clear() - Method in class com.arcadedb.engine.PageManager
 
clear() - Method in class com.arcadedb.query.sql.executor.RidSet
 
clear() - Method in class com.arcadedb.query.sql.parser.StatementCache
 
clear() - Method in class com.arcadedb.serializer.json.JSONObject
 
clearContent() - Method in class com.arcadedb.engine.MutablePage
 
clearNodeScope(Node) - Method in class com.arcadedb.query.sql.parser.JJTSqlParserState
 
close() - Method in class com.arcadedb.database.async.DatabaseAsyncExecutorImpl
 
close() - Method in interface com.arcadedb.database.BasicDatabase
 
close() - Method in class com.arcadedb.database.DatabaseFactory
 
close() - Method in class com.arcadedb.database.LocalDatabase
 
close() - Method in class com.arcadedb.engine.Component
 
close() - Method in class com.arcadedb.engine.ComponentFile
 
close() - Method in class com.arcadedb.engine.FileManager
 
close() - Method in class com.arcadedb.engine.PageManager
 
close() - Method in class com.arcadedb.engine.PaginatedComponent
 
close() - Method in class com.arcadedb.engine.PaginatedComponentFile
 
close() - Method in class com.arcadedb.engine.WALFile
 
close() - Method in interface com.arcadedb.index.IndexCursor
 
close() - Method in interface com.arcadedb.index.IndexInternal
 
close() - Method in class com.arcadedb.index.lsm.LSMTreeFullTextIndex
 
close() - Method in class com.arcadedb.index.lsm.LSMTreeIndex
 
close() - Method in class com.arcadedb.index.lsm.LSMTreeIndexCursor
 
close() - Method in class com.arcadedb.index.lsm.LSMTreeIndexMutable
 
close() - Method in class com.arcadedb.index.lsm.LSMTreeIndexUnderlyingAbstractCursor
 
close() - Method in class com.arcadedb.index.MultiIndexCursor
 
close() - Method in class com.arcadedb.index.TypeIndex
 
close() - Method in class com.arcadedb.index.vector.HnswVectorIndex
 
close() - Method in class com.arcadedb.query.java.JavaQueryEngine
 
close() - Method in class com.arcadedb.query.polyglot.GraalPolyglotEngine
 
close() - Method in class com.arcadedb.query.polyglot.PolyglotQueryEngine
 
close() - Method in interface com.arcadedb.query.QueryEngine
 
close() - Method in class com.arcadedb.query.sql.executor.AbstractExecutionStep
 
close() - Method in class com.arcadedb.query.sql.executor.DistinctExecutionStep
 
close() - Method in interface com.arcadedb.query.sql.executor.ExecutionStepInternal
 
close() - Method in class com.arcadedb.query.sql.executor.FetchFromClustersExecutionStep
 
close() - Method in class com.arcadedb.query.sql.executor.FetchFromTypeExecutionStep
 
close() - Method in class com.arcadedb.query.sql.executor.IfExecutionPlan
 
close() - Method in interface com.arcadedb.query.sql.executor.InternalExecutionPlan
 
close() - Method in class com.arcadedb.query.sql.executor.InternalResultSet
 
close() - Method in interface com.arcadedb.query.sql.executor.ResultSet
 
close() - Method in class com.arcadedb.query.sql.executor.ScriptExecutionPlan
 
close() - Method in class com.arcadedb.query.sql.executor.SelectExecutionPlan
 
close() - Method in class com.arcadedb.query.sql.executor.SkipExecutionStep
 
close() - Method in class com.arcadedb.query.sql.parser.LocalResultSet
 
close() - Method in class com.arcadedb.schema.LocalSchema
 
close() - Method in class com.arcadedb.utility.LockManager
 
close(boolean) - Method in class com.arcadedb.engine.TransactionManager
 
closeAndJoin() - Method in class com.arcadedb.engine.PageManagerFlushThread
 
closedSet - Variable in class com.arcadedb.query.sql.function.graph.SQLFunctionAstar
 
closeNodeScope(Node, boolean) - Method in class com.arcadedb.query.sql.parser.JJTSqlParserState
 
code - Variable in class com.arcadedb.query.sql.parser.DefineFunctionStatement
 
codeQuoted - Variable in class com.arcadedb.query.sql.parser.DefineFunctionStatement
 
CodeUtils - Class in com.arcadedb.utility
Utility class for common practices with Java code.
CodeUtils() - Constructor for class com.arcadedb.utility.CodeUtils
 
collate - Variable in class com.arcadedb.query.sql.parser.CreateIndexStatement.Property
 
collection - Variable in class com.arcadedb.query.sql.parser.LevelZeroIdentifier
 
CollectionUtils - Class in com.arcadedb.utility
 
CollectionUtils() - Constructor for class com.arcadedb.utility.CollectionUtils
 
COLON - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
column - Variable in class com.arcadedb.query.sql.parser.JavaCharStream
 
column - Variable in class com.arcadedb.query.sql.parser.SimpleCharStream
 
columnAlignment - Variable in class com.arcadedb.utility.TableFormatter
 
columnHidden - Variable in class com.arcadedb.utility.TableFormatter
 
columnMetadata - Variable in class com.arcadedb.utility.TableFormatter
 
columnSorting - Variable in class com.arcadedb.utility.TableFormatter
 
com.arcadedb - package com.arcadedb
 
com.arcadedb.compression - package com.arcadedb.compression
 
com.arcadedb.database - package com.arcadedb.database
 
com.arcadedb.database.async - package com.arcadedb.database.async
 
com.arcadedb.database.bucketselectionstrategy - package com.arcadedb.database.bucketselectionstrategy
 
com.arcadedb.engine - package com.arcadedb.engine
 
com.arcadedb.event - package com.arcadedb.event
 
com.arcadedb.exception - package com.arcadedb.exception
 
com.arcadedb.function - package com.arcadedb.function
 
com.arcadedb.function.java - package com.arcadedb.function.java
 
com.arcadedb.function.polyglot - package com.arcadedb.function.polyglot
 
com.arcadedb.function.sql - package com.arcadedb.function.sql
 
com.arcadedb.graph - package com.arcadedb.graph
 
com.arcadedb.index - package com.arcadedb.index
 
com.arcadedb.index.lsm - package com.arcadedb.index.lsm
 
com.arcadedb.index.vector - package com.arcadedb.index.vector
 
com.arcadedb.index.vector.distance - package com.arcadedb.index.vector.distance
 
com.arcadedb.log - package com.arcadedb.log
 
com.arcadedb.query - package com.arcadedb.query
 
com.arcadedb.query.java - package com.arcadedb.query.java
 
com.arcadedb.query.polyglot - package com.arcadedb.query.polyglot
 
com.arcadedb.query.select - package com.arcadedb.query.select
 
com.arcadedb.query.sql - package com.arcadedb.query.sql
 
com.arcadedb.query.sql.executor - package com.arcadedb.query.sql.executor
 
com.arcadedb.query.sql.function - package com.arcadedb.query.sql.function
 
com.arcadedb.query.sql.function.coll - package com.arcadedb.query.sql.function.coll
 
com.arcadedb.query.sql.function.geo - package com.arcadedb.query.sql.function.geo
 
com.arcadedb.query.sql.function.graph - package com.arcadedb.query.sql.function.graph
 
com.arcadedb.query.sql.function.math - package com.arcadedb.query.sql.function.math
 
com.arcadedb.query.sql.function.misc - package com.arcadedb.query.sql.function.misc
 
com.arcadedb.query.sql.function.text - package com.arcadedb.query.sql.function.text
 
com.arcadedb.query.sql.function.time - package com.arcadedb.query.sql.function.time
 
com.arcadedb.query.sql.function.vector - package com.arcadedb.query.sql.function.vector
 
com.arcadedb.query.sql.method - package com.arcadedb.query.sql.method
 
com.arcadedb.query.sql.method.collection - package com.arcadedb.query.sql.method.collection
 
com.arcadedb.query.sql.method.conversion - package com.arcadedb.query.sql.method.conversion
 
com.arcadedb.query.sql.method.geo - package com.arcadedb.query.sql.method.geo
 
com.arcadedb.query.sql.method.misc - package com.arcadedb.query.sql.method.misc
 
com.arcadedb.query.sql.method.string - package com.arcadedb.query.sql.method.string
 
com.arcadedb.query.sql.parser - package com.arcadedb.query.sql.parser
 
com.arcadedb.schema - package com.arcadedb.schema
 
com.arcadedb.security - package com.arcadedb.security
 
com.arcadedb.serializer - package com.arcadedb.serializer
 
com.arcadedb.serializer.json - package com.arcadedb.serializer.json
 
com.arcadedb.utility - package com.arcadedb.utility
 
COMMA - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
command - Variable in class com.arcadedb.database.async.DatabaseAsyncCommand
 
command(String, ContextConfiguration, Object...) - Method in class com.arcadedb.query.java.JavaQueryEngine
 
command(String, ContextConfiguration, Object...) - Method in class com.arcadedb.query.polyglot.PolyglotQueryEngine
 
command(String, ContextConfiguration, Object...) - Method in interface com.arcadedb.query.QueryEngine
 
command(String, ContextConfiguration, Object...) - Method in class com.arcadedb.query.sql.SQLQueryEngine
 
command(String, ContextConfiguration, Object...) - Method in class com.arcadedb.query.sql.SQLScriptQueryEngine
 
command(String, ContextConfiguration, Map<String, Object>) - Method in class com.arcadedb.query.java.JavaQueryEngine
 
command(String, ContextConfiguration, Map<String, Object>) - Method in class com.arcadedb.query.polyglot.PolyglotQueryEngine
 
command(String, ContextConfiguration, Map<String, Object>) - Method in interface com.arcadedb.query.QueryEngine
 
command(String, ContextConfiguration, Map<String, Object>) - Method in class com.arcadedb.query.sql.SQLQueryEngine
 
command(String, ContextConfiguration, Map<String, Object>) - Method in class com.arcadedb.query.sql.SQLScriptQueryEngine
 
command(String, String, ContextConfiguration, Object...) - Method in interface com.arcadedb.database.BasicDatabase
Executes a command by specifying the language and an optional variable array of arguments.
command(String, String, ContextConfiguration, Object...) - Method in class com.arcadedb.database.LocalDatabase
 
command(String, String, ContextConfiguration, Map<String, Object>) - Method in interface com.arcadedb.database.BasicDatabase
Executes a command by specifying the language and an optional variable array of arguments.
command(String, String, ContextConfiguration, Map<String, Object>) - Method in interface com.arcadedb.database.Database
Executes a command by specifying the language and arguments in a map.
command(String, String, ContextConfiguration, Map<String, Object>) - Method in class com.arcadedb.database.LocalDatabase
 
command(String, String, AsyncResultsetCallback, Object...) - Method in interface com.arcadedb.database.async.DatabaseAsyncExecutor
Schedules the execution of a command by specifying the language and an optional variable array of arguments.
command(String, String, AsyncResultsetCallback, Object...) - Method in class com.arcadedb.database.async.DatabaseAsyncExecutorImpl
 
command(String, String, AsyncResultsetCallback, Map<String, Object>) - Method in interface com.arcadedb.database.async.DatabaseAsyncExecutor
Schedules the execution of a command by specifying the language and arguments in a map.
command(String, String, AsyncResultsetCallback, Map<String, Object>) - Method in class com.arcadedb.database.async.DatabaseAsyncExecutorImpl
 
command(String, String, Object...) - Method in interface com.arcadedb.database.BasicDatabase
Executes a command by specifying the language and an optional variable array of arguments.
command(String, String, Object...) - Method in class com.arcadedb.database.LocalDatabase
 
command(String, String, Map<String, Object>) - Method in interface com.arcadedb.database.BasicDatabase
Executes a command by specifying the language and arguments in a map.
command(String, String, Map<String, Object>) - Method in class com.arcadedb.database.LocalDatabase
 
COMMAND_TIMEOUT - com.arcadedb.GlobalConfiguration
 
COMMAND_WARNINGS_EVERY - com.arcadedb.GlobalConfiguration
 
CommandContext - Interface in com.arcadedb.query.sql.executor
Basic interface for commands.
CommandExecutionException - Exception in com.arcadedb.exception
 
CommandExecutionException(String) - Constructor for exception com.arcadedb.exception.CommandExecutionException
 
CommandExecutionException(String, Throwable) - Constructor for exception com.arcadedb.exception.CommandExecutionException
 
CommandExecutionException(Throwable) - Constructor for exception com.arcadedb.exception.CommandExecutionException
 
CommandParsingException - Exception in com.arcadedb.exception
 
CommandParsingException(String) - Constructor for exception com.arcadedb.exception.CommandParsingException
 
CommandParsingException(String, Throwable) - Constructor for exception com.arcadedb.exception.CommandParsingException
 
CommandParsingException(Throwable) - Constructor for exception com.arcadedb.exception.CommandParsingException
 
commands - Variable in class com.arcadedb.database.DatabaseStats
 
CommandSQLParsingException - Exception in com.arcadedb.exception
 
CommandSQLParsingException(String) - Constructor for exception com.arcadedb.exception.CommandSQLParsingException
 
CommandSQLParsingException(String, Throwable) - Constructor for exception com.arcadedb.exception.CommandSQLParsingException
 
CommandSQLParsingException(Throwable) - Constructor for exception com.arcadedb.exception.CommandSQLParsingException
 
commandType() - Method in class com.arcadedb.query.sql.parser.CreateDocumentTypeStatement
 
commandType() - Method in class com.arcadedb.query.sql.parser.CreateEdgeTypeStatement
 
commandType() - Method in class com.arcadedb.query.sql.parser.CreateTypeAbstractStatement
 
commandType() - Method in class com.arcadedb.query.sql.parser.CreateVertexTypeStatement
 
commit() - Method in interface com.arcadedb.database.BasicDatabase
Commits the current transaction.
commit() - Method in class com.arcadedb.database.LocalDatabase
 
commit() - Method in interface com.arcadedb.database.Transaction
 
commit() - Method in class com.arcadedb.database.TransactionContext
 
commit() - Method in class com.arcadedb.database.TransactionIndexContext
 
COMMIT - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
COMMIT_1ST_PHASE - com.arcadedb.database.TransactionContext.STATUS
 
COMMIT_2ND_PHASE - com.arcadedb.database.TransactionContext.STATUS
 
COMMIT_LOCK_TIMEOUT - com.arcadedb.GlobalConfiguration
 
commit1stPhase(boolean) - Method in class com.arcadedb.database.TransactionContext
Locks the files in order, then checks all the pre-conditions.
commit2ndPhase(TransactionContext.TransactionPhase1) - Method in class com.arcadedb.database.TransactionContext
 
commitFromReplica(WALFile.WALTransaction, Map<String, TreeMap<TransactionIndexContext.ComparableKey, Map<TransactionIndexContext.IndexKey, TransactionIndexContext.IndexKey>>>, Map<Integer, Integer>) - Method in class com.arcadedb.database.TransactionContext
Executes 1st phase from a replica.
CommitStatement - Class in com.arcadedb.query.sql.parser
 
CommitStatement(int) - Constructor for class com.arcadedb.query.sql.parser.CommitStatement
 
CommitStatement() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
compact() - Method in interface com.arcadedb.index.IndexInternal
 
compact() - Method in class com.arcadedb.index.lsm.LSMTreeFullTextIndex
 
compact() - Method in class com.arcadedb.index.lsm.LSMTreeIndex
 
compact() - Method in class com.arcadedb.index.TypeIndex
 
compact() - Method in class com.arcadedb.index.vector.HnswVectorIndex
 
compact(IndexInternal) - Method in class com.arcadedb.database.async.DatabaseAsyncExecutorImpl
 
compact(LSMTreeIndex) - Method in class com.arcadedb.index.lsm.LSMTreeIndexCompactor
 
COMPACTION_IN_PROGRESS - com.arcadedb.index.IndexInternal.INDEX_STATUS
 
COMPACTION_SCHEDULED - com.arcadedb.index.IndexInternal.INDEX_STATUS
 
ComparableKey(Object[]) - Constructor for class com.arcadedb.database.TransactionIndexContext.ComparableKey
 
comparator - Variable in class com.arcadedb.index.lsm.LSMTreeIndexAbstract
 
compare(byte[], byte[]) - Method in class com.arcadedb.serializer.UnsignedBytesComparator.PureJavaComparator
 
compare(byte[], byte[]) - Method in class com.arcadedb.serializer.UnsignedBytesComparator.UnsafeComparator
 
compare(byte, byte) - Static method in class com.arcadedb.serializer.UnsignedBytesComparator
 
compare(Database, Database) - Method in class com.arcadedb.database.DatabaseComparator
 
compare(Result, Result, CommandContext) - Method in class com.arcadedb.query.sql.parser.OrderBy
 
compare(Result, Result, CommandContext) - Method in class com.arcadedb.query.sql.parser.OrderByItem
 
compare(Object, byte, Object, byte) - Method in class com.arcadedb.serializer.BinaryComparator
 
compare(Object, Object) - Static method in class com.arcadedb.utility.CodeUtils
Compares two objects managing the case objects are NULL.
compare(List, List) - Static method in class com.arcadedb.utility.CollectionUtils
 
compare(Map<?, Comparable>, Map<?, Comparable>) - Static method in class com.arcadedb.utility.CollectionUtils
 
compareBuckets(DatabaseInternal, DatabaseInternal) - Method in class com.arcadedb.database.DatabaseComparator
 
compareBytes(byte[], byte[]) - Static method in class com.arcadedb.serializer.BinaryComparator
 
compareBytes(byte[], Binary) - Method in class com.arcadedb.serializer.BinaryComparator
 
compareIndexes(Database, Database) - Method in class com.arcadedb.database.DatabaseComparator
 
compareKey(Binary, int, Object[], int, int) - Method in class com.arcadedb.index.lsm.LSMTreeIndexAbstract
 
compareKey(Binary, int, Object[], int, int, int) - Method in class com.arcadedb.index.lsm.LSMTreeIndexAbstract
 
compareKey(Binary, int, Object[], int, int, int) - Method in class com.arcadedb.index.lsm.LSMTreeIndexCompacted
 
compareKey(Binary, int, Object[], int, int, int) - Method in class com.arcadedb.index.lsm.LSMTreeIndexMutable
 
compareKeys(BinaryComparator, byte[], Object[], Object[]) - Static method in class com.arcadedb.index.lsm.LSMTreeIndexAbstract
 
CompareOperator - Class in com.arcadedb.query.sql.parser
 
CompareOperator(int) - Constructor for class com.arcadedb.query.sql.parser.CompareOperator
 
CompareOperator() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
comparesValues(Object, Identifiable, boolean) - Static method in class com.arcadedb.query.sql.executor.QueryOperatorEquals
 
comparesValues(Object, Result, boolean) - Static method in class com.arcadedb.query.sql.executor.QueryOperatorEquals
 
compareTo(Binary) - Method in class com.arcadedb.database.Binary
 
compareTo(TransactionIndexContext.ComparableKey) - Method in class com.arcadedb.database.TransactionIndexContext.ComparableKey
 
compareTo(PageId) - Method in class com.arcadedb.engine.PageId
 
compareTo(SQLMethod) - Method in class com.arcadedb.query.sql.method.AbstractSQLMethod
 
compareTo(Pair<V1, V2>) - Method in class com.arcadedb.utility.Pair
 
compareTo(Object) - Method in class com.arcadedb.database.RID
 
compareTo(Object, Object) - Static method in class com.arcadedb.serializer.BinaryComparator
Compare 2 values.
compareTypes(Database, Database) - Method in class com.arcadedb.database.DatabaseComparator
 
compile() - Method in class com.arcadedb.query.select.Select
 
compile() - Method in class com.arcadedb.query.select.SelectWhereAfterBlock
 
completed() - Method in class com.arcadedb.database.async.DatabaseAsyncAbstractCallbackTask
 
completed() - Method in interface com.arcadedb.database.async.DatabaseAsyncTask
 
Component - Class in com.arcadedb.engine
Basic abstract File Component.
Component(DatabaseInternal, String, int, int, String) - Constructor for class com.arcadedb.engine.Component
 
ComponentFactory - Class in com.arcadedb.engine
 
ComponentFactory(DatabaseInternal) - Constructor for class com.arcadedb.engine.ComponentFactory
 
ComponentFactory.PaginatedComponentFactoryHandler - Interface in com.arcadedb.engine
 
ComponentFile - Class in com.arcadedb.engine
 
ComponentFile() - Constructor for class com.arcadedb.engine.ComponentFile
 
ComponentFile(String, ComponentFile.MODE) - Constructor for class com.arcadedb.engine.ComponentFile
 
ComponentFile.MODE - Enum in com.arcadedb.engine
 
componentName - Variable in class com.arcadedb.engine.Component
 
componentName - Variable in class com.arcadedb.engine.ComponentFile
 
compress(Binary) - Method in interface com.arcadedb.compression.Compression
 
compress(Binary) - Method in class com.arcadedb.compression.LZ4Compression
 
CompressedAny2RIDIndex<K> - Class in com.arcadedb.index
Map like optimized to avoid stressing the GC by using mechanical sympathy technique + compression of key and values.
CompressedAny2RIDIndex(Database, Type, int) - Constructor for class com.arcadedb.index.CompressedAny2RIDIndex
 
CompressedAny2RIDIndex.EntryIterator - Class in com.arcadedb.index
 
CompressedRID2RIDIndex - Class in com.arcadedb.index
Map like optimized to avoid stressing the GC by using mechanical sympathy technique + compression of key and values.
CompressedRID2RIDIndex(Database, int, int) - Constructor for class com.arcadedb.index.CompressedRID2RIDIndex
 
CompressedRID2RIDIndex(Database, Binary) - Constructor for class com.arcadedb.index.CompressedRID2RIDIndex
 
CompressedRID2RIDIndex.EntryIterator - Class in com.arcadedb.index
 
CompressedRID2RIDsIndex - Class in com.arcadedb.index
Map like optimized to avoid stressing the GC by using mechanical sympathy technique + compression of key and values.
CompressedRID2RIDsIndex(Database, int, int) - Constructor for class com.arcadedb.index.CompressedRID2RIDsIndex
 
CompressedRID2RIDsIndex(Database, Binary) - Constructor for class com.arcadedb.index.CompressedRID2RIDsIndex
 
CompressedRID2RIDsIndex.EntryIterator - Class in com.arcadedb.index
 
Compression - Interface in com.arcadedb.compression
Base interface for compression.
CompressionFactory - Class in com.arcadedb.compression
Compression factory.
CompressionFactory() - Constructor for class com.arcadedb.compression.CompressionFactory
 
ConcurrentModificationException - Exception in com.arcadedb.exception
 
ConcurrentModificationException(String) - Constructor for exception com.arcadedb.exception.ConcurrentModificationException
 
concurrentModificationExceptions - Variable in class com.arcadedb.engine.PageManager.PPageManagerStats
 
condition - Variable in class com.arcadedb.query.sql.executor.FetchFromIndexStep
 
condition - Variable in class com.arcadedb.query.sql.parser.ContainsCondition
 
condition - Variable in class com.arcadedb.query.sql.parser.ContainsValueCondition
 
condition - Variable in class com.arcadedb.query.sql.parser.WhileBlock
 
ConditionBlock - Class in com.arcadedb.query.sql.parser
 
ConditionBlock(int) - Constructor for class com.arcadedb.query.sql.parser.ConditionBlock
 
ConditionBlock() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
config(Object[]) - Method in interface com.arcadedb.query.sql.executor.SQLFunction
Configure the function.
config(Object[]) - Method in class com.arcadedb.query.sql.function.SQLFunctionAbstract
 
config(Object[]) - Method in class com.arcadedb.query.sql.function.SQLFunctionConfigurableAbstract
 
configuration - Variable in class com.arcadedb.database.LocalDatabase
 
configuration - Variable in class com.arcadedb.query.sql.executor.BasicCommandContext
 
ConfigurationException - Exception in com.arcadedb.exception
 
ConfigurationException(String) - Constructor for exception com.arcadedb.exception.ConfigurationException
 
ConfigurationException(String, Exception) - Constructor for exception com.arcadedb.exception.ConfigurationException
 
configuredParameters - Variable in class com.arcadedb.query.sql.function.SQLFunctionConfigurableAbstract
 
connectEdge(VertexInternal, Identifiable, Edge, boolean) - Method in class com.arcadedb.graph.GraphEngine
 
connectIncomingEdge(Identifiable, RID, RID) - Method in class com.arcadedb.graph.GraphEngine
 
connections() - Method in class com.arcadedb.index.vector.HnswVectorIndexRAM.Node
 
CONSOLE - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
ConsoleStatement - Class in com.arcadedb.query.sql.parser
 
ConsoleStatement(int) - Constructor for class com.arcadedb.query.sql.parser.ConsoleStatement
 
ConsoleStatement() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
Constants - Class in com.arcadedb
 
Constants() - Constructor for class com.arcadedb.Constants
 
contains(Object) - Method in class com.arcadedb.query.sql.executor.RidSet
 
contains(Object) - Method in class com.arcadedb.utility.MultiIterator
 
contains(Object, Object) - Static method in class com.arcadedb.query.sql.executor.MultiValue
 
contains(String) - Method in class com.arcadedb.query.sql.parser.ExecutionPlanCache
 
contains(String) - Method in class com.arcadedb.query.sql.parser.StatementCache
 
CONTAINS - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
containsAll(Collection<?>) - Method in class com.arcadedb.query.sql.executor.RidSet
 
CONTAINSALL - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
ContainsAllCondition - Class in com.arcadedb.query.sql.parser
 
ContainsAllCondition(int) - Constructor for class com.arcadedb.query.sql.parser.ContainsAllCondition
 
ContainsAllCondition() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
CONTAINSANY - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
ContainsAnyCondition - Class in com.arcadedb.query.sql.parser
 
ContainsAnyCondition(int) - Constructor for class com.arcadedb.query.sql.parser.ContainsAnyCondition
 
ContainsAnyCondition() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
ContainsCondition - Class in com.arcadedb.query.sql.parser
 
ContainsCondition(int) - Constructor for class com.arcadedb.query.sql.parser.ContainsCondition
 
ContainsCondition() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
containsEdge(RID) - Method in class com.arcadedb.graph.EdgeLinkedList
 
containsEdge(RID) - Method in interface com.arcadedb.graph.EdgeSegment
 
containsEdge(RID) - Method in class com.arcadedb.graph.MutableEdgeSegment
 
containsKey(RID) - Method in class com.arcadedb.index.CompressedRID2RIDIndex
 
containsKey(RID) - Method in class com.arcadedb.index.CompressedRID2RIDsIndex
 
containsKey(Object) - Method in class com.arcadedb.index.CompressedAny2RIDIndex
 
CONTAINSKEY - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
ContainsKeyOperator - Class in com.arcadedb.query.sql.parser
 
ContainsKeyOperator(int) - Constructor for class com.arcadedb.query.sql.parser.ContainsKeyOperator
 
ContainsKeyOperator() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
containsReturn() - Method in class com.arcadedb.query.sql.executor.ForEachExecutionPlan
 
containsReturn() - Method in class com.arcadedb.query.sql.executor.ForEachStep
 
containsReturn() - Method in class com.arcadedb.query.sql.executor.ScriptExecutionPlan
 
containsReturn() - Method in class com.arcadedb.query.sql.executor.ScriptLineStep
 
containsReturn() - Method in class com.arcadedb.query.sql.parser.ForEachBlock
 
containsReturn() - Method in class com.arcadedb.query.sql.parser.IfStatement
 
containsReturn() - Method in class com.arcadedb.query.sql.parser.WhileBlock
 
containsReturn() - Method in class com.arcadedb.query.sql.parser.WhileStep
 
CONTAINSTEXT - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
ContainsTextCondition - Class in com.arcadedb.query.sql.parser
 
ContainsTextCondition(int) - Constructor for class com.arcadedb.query.sql.parser.ContainsTextCondition
 
ContainsTextCondition() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
CONTAINSVALUE - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
ContainsValueCondition - Class in com.arcadedb.query.sql.parser
 
ContainsValueCondition(int) - Constructor for class com.arcadedb.query.sql.parser.ContainsValueCondition
 
ContainsValueCondition() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
ContainsValueOperator - Class in com.arcadedb.query.sql.parser
 
ContainsValueOperator(int) - Constructor for class com.arcadedb.query.sql.parser.ContainsValueOperator
 
ContainsValueOperator() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
containsVertex(RID, int[]) - Method in class com.arcadedb.graph.EdgeLinkedList
 
containsVertex(RID, int[]) - Method in interface com.arcadedb.graph.EdgeSegment
 
containsVertex(RID, int[]) - Method in class com.arcadedb.graph.MutableEdgeSegment
 
content - Variable in class com.arcadedb.database.Binary
 
content - Variable in class com.arcadedb.engine.BasePage
 
content - Variable in class com.arcadedb.query.sql.executor.ResultInternal
 
content - Variable in class com.arcadedb.query.sql.executor.RidSet
 
CONTENT - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
CONTENT_START_POSITION - Static variable in class com.arcadedb.graph.MutableEdgeSegment
 
contentArray - Variable in class com.arcadedb.query.sql.parser.InsertBody
 
contentHeaderSize - Variable in class com.arcadedb.engine.LocalBucket
 
contentInputParam - Variable in class com.arcadedb.query.sql.parser.InsertBody
 
contentJson - Variable in class com.arcadedb.query.sql.parser.InsertBody
 
context - Variable in class com.arcadedb.query.polyglot.GraalPolyglotEngine
 
context - Variable in class com.arcadedb.query.sql.executor.AbstractExecutionStep
 
context - Variable in class com.arcadedb.query.sql.function.coll.SQLFunctionMultiValueAbstract
 
context - Variable in class com.arcadedb.query.sql.function.graph.SQLFunctionHeuristicPathFinderAbstract
 
context - Variable in class com.arcadedb.query.sql.function.graph.SQLFunctionPathFinder
 
ContextConfiguration - Class in com.arcadedb
Represents a context configuration where custom setting could be defined for the context only.
ContextConfiguration() - Constructor for class com.arcadedb.ContextConfiguration
Empty constructor to create just a proxy for the OGlobalConfiguration.
ContextConfiguration(ContextConfiguration) - Constructor for class com.arcadedb.ContextConfiguration
 
ContextConfiguration(Map<String, Object>) - Constructor for class com.arcadedb.ContextConfiguration
Initializes the context with custom parameters.
CONTINUE - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
continueTraversing() - Method in class com.arcadedb.query.sql.function.graph.SQLFunctionPathFinder
 
convert(Database, Object, Class<?>) - Static method in enum com.arcadedb.schema.Type
Convert types based on the iTargetClass parameter.
convert(Database, Object, Class<?>, Property) - Static method in enum com.arcadedb.schema.Type
 
convert(Object) - Method in class com.arcadedb.query.sql.parser.ProjectionItem
 
convert(Object, Type) - Static method in class com.arcadedb.query.sql.parser.WhereClause
 
convert(Object, Callable<Object, Object>) - Static method in class com.arcadedb.query.sql.executor.MultiValue
 
convertForRegExp(String) - Static method in class com.arcadedb.query.sql.executor.QueryHelper
 
convertKeys(Object[], byte[]) - Method in class com.arcadedb.index.lsm.LSMTreeIndexAbstract
 
convertTimestamp(long, ChronoUnit, ChronoUnit) - Static method in class com.arcadedb.utility.DateUtils
 
ConvertToResultInternalStep - Class in com.arcadedb.query.sql.executor
takes a result set made of OUpdatableRecord instances and transforms it in another result set made of normal OResultInternal instances.
ConvertToResultInternalStep(CommandContext, boolean) - Constructor for class com.arcadedb.query.sql.executor.ConvertToResultInternalStep
 
ConvertToUpdatableResultStep - Class in com.arcadedb.query.sql.executor
takes a normal result set and transforms it in another result set made of OUpdatableRecord instances.
ConvertToUpdatableResultStep(CommandContext, boolean) - Constructor for class com.arcadedb.query.sql.executor.ConvertToUpdatableResultStep
 
convertValueToSchemaType(String, Object, DocumentType) - Method in class com.arcadedb.database.MutableDocument
 
copy() - Method in class com.arcadedb.database.Binary
Copy the Binary object without copying the underlying buffer.
copy() - Method in interface com.arcadedb.database.bucketselectionstrategy.BucketSelectionStrategy
 
copy() - Method in class com.arcadedb.database.bucketselectionstrategy.PartitionedBucketSelectionStrategy
 
copy() - Method in class com.arcadedb.database.bucketselectionstrategy.RoundRobinBucketSelectionStrategy
 
copy() - Method in class com.arcadedb.database.bucketselectionstrategy.ThreadBucketSelectionStrategy
 
copy() - Method in class com.arcadedb.query.sql.executor.BasicCommandContext
 
copy() - Method in interface com.arcadedb.query.sql.executor.CommandContext
Creates a copy of execution context.
copy() - Method in class com.arcadedb.query.sql.executor.InternalResultSet
 
copy() - Method in class com.arcadedb.query.sql.executor.QueryPlanningInfo
 
copy() - Method in interface com.arcadedb.query.sql.executor.ResultSet
Creates a copy of the resultset.
copy() - Method in class com.arcadedb.query.sql.parser.AlterBucketStatement
 
copy() - Method in class com.arcadedb.query.sql.parser.AlterDatabaseStatement
 
copy() - Method in class com.arcadedb.query.sql.parser.AlterPropertyStatement
 
copy() - Method in class com.arcadedb.query.sql.parser.AlterTypeStatement
 
copy() - Method in class com.arcadedb.query.sql.parser.AndBlock
 
copy() - Method in class com.arcadedb.query.sql.parser.ArrayConcatExpression
 
copy() - Method in class com.arcadedb.query.sql.parser.ArrayConcatExpressionElement
 
copy() - Method in class com.arcadedb.query.sql.parser.ArrayNumberSelector
 
copy() - Method in class com.arcadedb.query.sql.parser.ArrayRangeSelector
 
copy() - Method in class com.arcadedb.query.sql.parser.ArraySelector
 
copy() - Method in class com.arcadedb.query.sql.parser.ArraySingleValuesSelector
 
copy() - Method in class com.arcadedb.query.sql.parser.BackupDatabaseStatement
 
copy() - Method in class com.arcadedb.query.sql.parser.BaseExpression
 
copy() - Method in class com.arcadedb.query.sql.parser.BaseIdentifier
 
copy() - Method in class com.arcadedb.query.sql.parser.BeginStatement
 
copy() - Method in class com.arcadedb.query.sql.parser.BetweenCondition
 
copy() - Method in interface com.arcadedb.query.sql.parser.BinaryCompareOperator
 
copy() - Method in class com.arcadedb.query.sql.parser.BinaryCondition
 
copy() - Method in class com.arcadedb.query.sql.parser.BooleanExpression
 
copy() - Method in class com.arcadedb.query.sql.parser.Bucket
 
copy() - Method in class com.arcadedb.query.sql.parser.BucketIdentifier
 
copy() - Method in class com.arcadedb.query.sql.parser.BucketList
 
copy() - Method in class com.arcadedb.query.sql.parser.CommitStatement
 
copy() - Method in class com.arcadedb.query.sql.parser.ConsoleStatement
 
copy() - Method in class com.arcadedb.query.sql.parser.ContainsAllCondition
 
copy() - Method in class com.arcadedb.query.sql.parser.ContainsAnyCondition
 
copy() - Method in class com.arcadedb.query.sql.parser.ContainsCondition
 
copy() - Method in class com.arcadedb.query.sql.parser.ContainsKeyOperator
 
copy() - Method in class com.arcadedb.query.sql.parser.ContainsTextCondition
 
copy() - Method in class com.arcadedb.query.sql.parser.ContainsValueCondition
 
copy() - Method in class com.arcadedb.query.sql.parser.ContainsValueOperator
 
copy() - Method in class com.arcadedb.query.sql.parser.CreateBucketStatement
 
copy() - Method in class com.arcadedb.query.sql.parser.CreateDocumentTypeStatement
 
copy() - Method in class com.arcadedb.query.sql.parser.CreateEdgeStatement
 
copy() - Method in class com.arcadedb.query.sql.parser.CreateEdgeTypeStatement
 
copy() - Method in class com.arcadedb.query.sql.parser.CreateIndexStatement
 
copy() - Method in class com.arcadedb.query.sql.parser.CreateIndexStatement.Property
 
copy() - Method in class com.arcadedb.query.sql.parser.CreatePropertyAttributeStatement
 
copy() - Method in class com.arcadedb.query.sql.parser.CreatePropertyStatement
 
copy() - Method in class com.arcadedb.query.sql.parser.CreateVertexStatement
 
copy() - Method in class com.arcadedb.query.sql.parser.CreateVertexTypeStatement
 
copy() - Method in class com.arcadedb.query.sql.parser.DefineFunctionStatement
 
copy() - Method in class com.arcadedb.query.sql.parser.DeleteEdgeStatement
 
copy() - Method in class com.arcadedb.query.sql.parser.DeleteFunctionStatement
 
copy() - Method in class com.arcadedb.query.sql.parser.DeleteStatement
 
copy() - Method in class com.arcadedb.query.sql.parser.DropBucketStatement
 
copy() - Method in class com.arcadedb.query.sql.parser.DropIndexStatement
 
copy() - Method in class com.arcadedb.query.sql.parser.DropPropertyStatement
 
copy() - Method in class com.arcadedb.query.sql.parser.DropTypeStatement
 
copy() - Method in class com.arcadedb.query.sql.parser.EqualsCompareOperator
 
copy() - Method in class com.arcadedb.query.sql.parser.ExplainStatement
 
copy() - Method in class com.arcadedb.query.sql.parser.ExportDatabaseStatement
 
copy() - Method in class com.arcadedb.query.sql.parser.Expression
 
copy() - Method in class com.arcadedb.query.sql.parser.ExpressionStatement
 
copy() - Method in class com.arcadedb.query.sql.parser.FieldMatchPathItem
 
copy() - Method in class com.arcadedb.query.sql.parser.FloatingPoint
 
copy() - Method in class com.arcadedb.query.sql.parser.ForEachBlock
 
copy() - Method in class com.arcadedb.query.sql.parser.FromClause
 
copy() - Method in class com.arcadedb.query.sql.parser.FromItem
 
copy() - Method in class com.arcadedb.query.sql.parser.FunctionCall
 
copy() - Method in class com.arcadedb.query.sql.parser.GeOperator
 
copy() - Method in class com.arcadedb.query.sql.parser.GroupBy
 
copy() - Method in class com.arcadedb.query.sql.parser.GtOperator
 
copy() - Method in class com.arcadedb.query.sql.parser.Identifier
 
copy() - Method in class com.arcadedb.query.sql.parser.IfStatement
 
copy() - Method in class com.arcadedb.query.sql.parser.ILikeOperator
 
copy() - Method in class com.arcadedb.query.sql.parser.ImportDatabaseStatement
 
copy() - Method in class com.arcadedb.query.sql.parser.InCondition
 
copy() - Method in class com.arcadedb.query.sql.parser.IndexIdentifier
 
copy() - Method in class com.arcadedb.query.sql.parser.IndexMatchCondition
 
copy() - Method in class com.arcadedb.query.sql.parser.InOperator
 
copy() - Method in class com.arcadedb.query.sql.parser.InputParameter
 
copy() - Method in class com.arcadedb.query.sql.parser.InsertBody
 
copy() - Method in class com.arcadedb.query.sql.parser.InsertSetExpression
 
copy() - Method in class com.arcadedb.query.sql.parser.InsertStatement
 
copy() - Method in class com.arcadedb.query.sql.parser.InstanceofCondition
 
copy() - Method in class com.arcadedb.query.sql.parser.IsDefinedCondition
 
copy() - Method in class com.arcadedb.query.sql.parser.IsNotDefinedCondition
 
copy() - Method in class com.arcadedb.query.sql.parser.IsNotNullCondition
 
copy() - Method in class com.arcadedb.query.sql.parser.IsNullCondition
 
copy() - Method in class com.arcadedb.query.sql.parser.Json
 
copy() - Method in class com.arcadedb.query.sql.parser.JsonArray
 
copy() - Method in class com.arcadedb.query.sql.parser.JsonItem
 
copy() - Method in class com.arcadedb.query.sql.parser.LeOperator
 
copy() - Method in class com.arcadedb.query.sql.parser.LetClause
 
copy() - Method in class com.arcadedb.query.sql.parser.LetItem
 
copy() - Method in class com.arcadedb.query.sql.parser.LetStatement
 
copy() - Method in class com.arcadedb.query.sql.parser.LevelZeroIdentifier
 
copy() - Method in class com.arcadedb.query.sql.parser.LikeOperator
 
copy() - Method in class com.arcadedb.query.sql.parser.Limit
 
copy() - Method in class com.arcadedb.query.sql.parser.LtOperator
 
copy() - Method in class com.arcadedb.query.sql.parser.MatchesCondition
 
copy() - Method in class com.arcadedb.query.sql.parser.MatchExpression
 
copy() - Method in class com.arcadedb.query.sql.parser.MatchFilter
 
copy() - Method in class com.arcadedb.query.sql.parser.MatchFilterItem
 
copy() - Method in class com.arcadedb.query.sql.parser.MatchPathItem
 
copy() - Method in class com.arcadedb.query.sql.parser.MatchPathItemFirst
 
copy() - Method in class com.arcadedb.query.sql.parser.MatchStatement
 
copy() - Method in class com.arcadedb.query.sql.parser.MathExpression
 
copy() - Method in class com.arcadedb.query.sql.parser.MethodCall
 
copy() - Method in class com.arcadedb.query.sql.parser.Modifier
 
copy() - Method in class com.arcadedb.query.sql.parser.MultiMatchPathItem
 
copy() - Method in class com.arcadedb.query.sql.parser.NamedParameter
 
copy() - Method in class com.arcadedb.query.sql.parser.NearOperator
 
copy() - Method in class com.arcadedb.query.sql.parser.NeOperator
 
copy() - Method in class com.arcadedb.query.sql.parser.NeqOperator
 
copy() - Method in class com.arcadedb.query.sql.parser.NestedProjection
 
copy() - Method in class com.arcadedb.query.sql.parser.NestedProjectionItem
 
copy() - Method in class com.arcadedb.query.sql.parser.NotBlock
 
copy() - Method in class com.arcadedb.query.sql.parser.NotInCondition
 
copy() - Method in class com.arcadedb.query.sql.parser.NullSafeEqualsCompareOperator
 
copy() - Method in class com.arcadedb.query.sql.parser.OrBlock
 
copy() - Method in class com.arcadedb.query.sql.parser.OrderBy
 
copy() - Method in class com.arcadedb.query.sql.parser.OrderByItem
 
copy() - Method in class com.arcadedb.query.sql.parser.ParenthesisBlock
 
copy() - Method in class com.arcadedb.query.sql.parser.ParenthesisExpression
 
copy() - Method in class com.arcadedb.query.sql.parser.PCollection
 
copy() - Method in class com.arcadedb.query.sql.parser.PInteger
 
copy() - Method in class com.arcadedb.query.sql.parser.PNumber
 
copy() - Method in class com.arcadedb.query.sql.parser.PositionalParameter
 
copy() - Method in class com.arcadedb.query.sql.parser.ProfileStatement
 
copy() - Method in class com.arcadedb.query.sql.parser.Projection
 
copy() - Method in class com.arcadedb.query.sql.parser.ProjectionItem
 
copy() - Method in class com.arcadedb.query.sql.parser.PString
 
copy() - Method in class com.arcadedb.query.sql.parser.RebuildIndexStatement
 
copy() - Method in class com.arcadedb.query.sql.parser.RecordAttribute
 
copy() - Method in class com.arcadedb.query.sql.parser.ResourcePathItem
 
copy() - Method in class com.arcadedb.query.sql.parser.ReturnStatement
 
copy() - Method in class com.arcadedb.query.sql.parser.Rid
 
copy() - Method in class com.arcadedb.query.sql.parser.RightBinaryCondition
 
copy() - Method in class com.arcadedb.query.sql.parser.RollbackStatement
 
copy() - Method in class com.arcadedb.query.sql.parser.SchemaIdentifier
 
copy() - Method in class com.arcadedb.query.sql.parser.SelectStatement
 
copy() - Method in class com.arcadedb.query.sql.parser.SimpleNode
 
copy() - Method in class com.arcadedb.query.sql.parser.Skip
 
copy() - Method in class com.arcadedb.query.sql.parser.SleepStatement
 
copy() - Method in class com.arcadedb.query.sql.parser.Statement
 
copy() - Method in class com.arcadedb.query.sql.parser.SuffixIdentifier
 
copy() - Method in class com.arcadedb.query.sql.parser.Timeout
 
copy() - Method in class com.arcadedb.query.sql.parser.TraverseProjectionItem
 
copy() - Method in class com.arcadedb.query.sql.parser.TraverseStatement
 
copy() - Method in class com.arcadedb.query.sql.parser.TruncateBucketStatement
 
copy() - Method in class com.arcadedb.query.sql.parser.TruncateRecordStatement
 
copy() - Method in class com.arcadedb.query.sql.parser.TruncateTypeStatement
 
copy() - Method in class com.arcadedb.query.sql.parser.Unwind
 
copy() - Method in class com.arcadedb.query.sql.parser.UpdateEdgeStatement
 
copy() - Method in class com.arcadedb.query.sql.parser.UpdateIncrementItem
 
copy() - Method in class com.arcadedb.query.sql.parser.UpdateItem
 
copy() - Method in class com.arcadedb.query.sql.parser.UpdateOperations
 
copy() - Method in class com.arcadedb.query.sql.parser.UpdatePutItem
 
copy() - Method in class com.arcadedb.query.sql.parser.UpdateRemoveItem
 
copy() - Method in class com.arcadedb.query.sql.parser.UpdateStatement
 
copy() - Method in class com.arcadedb.query.sql.parser.Url
 
copy() - Method in class com.arcadedb.query.sql.parser.ValueExpression
 
copy() - Method in class com.arcadedb.query.sql.parser.WhereClause
 
copy() - Method in class com.arcadedb.query.sql.parser.WhileBlock
 
copy() - Method in class com.arcadedb.query.sql.parser.WithinOperator
 
copy(CommandContext) - Method in class com.arcadedb.query.sql.executor.AccumulatingTimeoutStep
 
copy(CommandContext) - Method in class com.arcadedb.query.sql.executor.CountStep
 
copy(CommandContext) - Method in class com.arcadedb.query.sql.executor.CreateEdgesStep
 
copy(CommandContext) - Method in interface com.arcadedb.query.sql.executor.ExecutionStepInternal
 
copy(CommandContext) - Method in class com.arcadedb.query.sql.executor.FetchEdgesFromToVerticesStep
 
copy(CommandContext) - Method in class com.arcadedb.query.sql.executor.FetchFromClusterExecutionStep
 
copy(CommandContext) - Method in class com.arcadedb.query.sql.executor.FetchFromIndexStep
 
copy(CommandContext) - Method in class com.arcadedb.query.sql.executor.FetchFromTypeExecutionStep
 
copy(CommandContext) - Method in class com.arcadedb.query.sql.executor.FilterByTypeStep
 
copy(CommandContext) - Method in class com.arcadedb.query.sql.executor.FilterStep
 
copy(CommandContext) - Method in class com.arcadedb.query.sql.executor.GetValueFromIndexEntryStep
 
copy(CommandContext) - Method in class com.arcadedb.query.sql.executor.GuaranteeEmptyCountStep
 
copy(CommandContext) - Method in interface com.arcadedb.query.sql.executor.InternalExecutionPlan
 
copy(CommandContext) - Method in class com.arcadedb.query.sql.executor.ParallelExecStep
 
copy(CommandContext) - Method in class com.arcadedb.query.sql.executor.ProjectionCalculationStep
 
copy(CommandContext) - Method in class com.arcadedb.query.sql.executor.SaveElementStep
 
copy(CommandContext) - Method in class com.arcadedb.query.sql.executor.SelectExecutionPlan
 
copy(CommandContext) - Method in class com.arcadedb.query.sql.executor.SubQueryStep
 
copy(CommandContext) - Method in class com.arcadedb.query.sql.executor.TimeoutStep
 
copy(CreateTypeAbstractStatement) - Method in class com.arcadedb.query.sql.parser.CreateTypeAbstractStatement
 
copy(String, Identifiable) - Method in class com.arcadedb.query.sql.parser.MatchStatement.MatchContext
 
copyDirectory(File, File) - Static method in class com.arcadedb.utility.FileUtils
 
CopyDocumentStep - Class in com.arcadedb.query.sql.executor
Reads an upstream result set and returns a new result set that contains copies of the original OResult instances
CopyDocumentStep(CommandContext, String, boolean) - Constructor for class com.arcadedb.query.sql.executor.CopyDocumentStep
 
copyFile(File, File) - Static method in class com.arcadedb.utility.FileUtils
 
copyOfContent() - Method in class com.arcadedb.database.Binary
 
CopyRecordContentBeforeUpdateStep - Class in com.arcadedb.query.sql.executor
Reads an upstream result set and returns a new result set that contains copies of the original OResult instances
CopyRecordContentBeforeUpdateStep(CommandContext, boolean) - Constructor for class com.arcadedb.query.sql.executor.CopyRecordContentBeforeUpdateStep
 
COPYRIGHT - Static variable in class com.arcadedb.Constants
 
copyType(String, String, Class<? extends DocumentType>, int, int, int) - Method in class com.arcadedb.schema.LocalSchema
 
copyType(String, String, Class<? extends DocumentType>, int, int, int) - Method in interface com.arcadedb.schema.Schema
 
cost - Variable in class com.arcadedb.query.sql.executor.AbstractExecutionStep
 
cost(CommandContext) - Method in class com.arcadedb.query.sql.executor.IndexSearchDescriptor
 
count - Variable in class com.arcadedb.database.async.DatabaseAsyncExecutorImpl.AsyncThread
 
count() - Method in interface com.arcadedb.engine.Bucket
 
count() - Method in class com.arcadedb.engine.LocalBucket
 
count(String) - Method in class com.arcadedb.graph.EdgeLinkedList
Counts the items in the linked list.
count(Set<Integer>) - Method in interface com.arcadedb.graph.EdgeSegment
 
count(Set<Integer>) - Method in class com.arcadedb.graph.MutableEdgeSegment
 
COUNT - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
countBucket - Variable in class com.arcadedb.database.DatabaseStats
 
countBucket(String) - Method in interface com.arcadedb.database.BasicDatabase
Returns the number of record contained in a bucket.
countBucket(String) - Method in class com.arcadedb.database.LocalDatabase
 
countEdges(Vertex.DIRECTION, String) - Method in class com.arcadedb.graph.ImmutableVertex
 
countEdges(Vertex.DIRECTION, String) - Method in class com.arcadedb.graph.MutableVertex
 
countEdges(Vertex.DIRECTION, String) - Method in interface com.arcadedb.graph.Vertex
 
countEdges(VertexInternal, Vertex.DIRECTION, String) - Method in class com.arcadedb.graph.GraphEngine
 
countEntries() - Method in class com.arcadedb.graph.EdgeToVertexIterator
 
countEntries() - Method in class com.arcadedb.graph.ResettableIteratorBase
 
countEntries() - Method in interface com.arcadedb.index.Index
 
countEntries() - Method in class com.arcadedb.index.lsm.LSMTreeFullTextIndex
 
countEntries() - Method in class com.arcadedb.index.lsm.LSMTreeIndex
 
countEntries() - Method in class com.arcadedb.index.TypeIndex
 
countEntries() - Method in class com.arcadedb.index.vector.HnswVectorIndex
 
countEntries() - Method in class com.arcadedb.query.sql.executor.InternalResultSet
 
countEntries() - Method in class com.arcadedb.utility.MultiIterator
 
countEntries() - Method in interface com.arcadedb.utility.ResettableIterator
 
countEntries(Iterator) - Static method in class com.arcadedb.utility.CollectionUtils
Returns the count of the remaining items that have not been iterated yet.
NOTE: the default implementation consumes the iterator.
CountFromIndexStep - Class in com.arcadedb.query.sql.executor
Returns the number of records contained in an index
CountFromIndexStep(IndexIdentifier, String, CommandContext, boolean) - Constructor for class com.arcadedb.query.sql.executor.CountFromIndexStep
 
CountFromTypeStep - Class in com.arcadedb.query.sql.executor
Returns the number of records contained in a class (including subTypes) Executes a count(*) on a class and returns a single record that contains that value (with a specific alias).
CountFromTypeStep(String, String, CommandContext, boolean) - Constructor for class com.arcadedb.query.sql.executor.CountFromTypeStep
 
CountStep - Class in com.arcadedb.query.sql.executor
Counts the records from the previous steps.
CountStep(CommandContext, boolean) - Constructor for class com.arcadedb.query.sql.executor.CountStep
 
countType - Variable in class com.arcadedb.database.DatabaseStats
 
countType(String, boolean) - Method in interface com.arcadedb.database.BasicDatabase
Returns the number of record contained in all the buckets defined by a type.
countType(String, boolean) - Method in class com.arcadedb.database.LocalDatabase
 
create - Variable in class com.arcadedb.engine.FileManager.FileChange
 
create() - Method in class com.arcadedb.database.DatabaseFactory
 
create() - Method in class com.arcadedb.database.LocalDatabase
 
create() - Method in class com.arcadedb.schema.BucketIndexBuilder
 
create() - Method in class com.arcadedb.schema.IndexBuilder
 
create() - Method in class com.arcadedb.schema.ManualIndexBuilder
 
create() - Method in class com.arcadedb.schema.TypeBuilder
 
create() - Method in class com.arcadedb.schema.TypeIndexBuilder
 
create() - Method in class com.arcadedb.schema.VectorIndexBuilder
 
create(ComponentFile.MODE) - Method in class com.arcadedb.schema.LocalSchema
 
create(IndexBuilder) - Method in interface com.arcadedb.index.IndexFactoryHandler
 
create(IndexBuilder) - Method in class com.arcadedb.index.lsm.LSMTreeFullTextIndex.IndexFactoryHandler
 
create(IndexBuilder) - Method in class com.arcadedb.index.lsm.LSMTreeIndex.IndexFactoryHandler
 
create(IndexBuilder) - Method in class com.arcadedb.index.vector.HnswVectorIndex.IndexFactoryHandler
 
CREATE - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
CREATE_RECORD - com.arcadedb.security.SecurityDatabaseUser.ACCESS
 
CreateBothVerticesAndEdgeAsyncTask - Class in com.arcadedb.database.async
Asynchronous Task that creates both vertices and the edge that connects them.
CreateBothVerticesAndEdgeAsyncTask(String, String[], Object[], String, String[], Object[], String, Object[], boolean, boolean, NewEdgeCallback) - Constructor for class com.arcadedb.database.async.CreateBothVerticesAndEdgeAsyncTask
 
createBucket(String) - Method in class com.arcadedb.schema.LocalSchema
 
createBucket(String) - Method in interface com.arcadedb.schema.Schema
 
createBucket(String, int) - Method in class com.arcadedb.schema.LocalSchema
 
createBucketIndex(LocalDocumentType, Type[], Bucket, String, Schema.INDEX_TYPE, boolean, int, LSMTreeIndexAbstract.NULL_STRATEGY, Index.BuildIndexCallback, String[], TypeIndex, int) - Method in class com.arcadedb.schema.LocalSchema
 
createBucketIndex(Schema.INDEX_TYPE, boolean, String, String, String[], int, LSMTreeIndexAbstract.NULL_STRATEGY, Index.BuildIndexCallback) - Method in class com.arcadedb.schema.LocalSchema
Deprecated.
createBucketIndex(Schema.INDEX_TYPE, boolean, String, String, String[], int, LSMTreeIndexAbstract.NULL_STRATEGY, Index.BuildIndexCallback) - Method in interface com.arcadedb.schema.Schema
Deprecated.
CreateBucketStatement - Class in com.arcadedb.query.sql.parser
 
CreateBucketStatement(int) - Constructor for class com.arcadedb.query.sql.parser.CreateBucketStatement
 
CreateBucketStatement() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
createComponent(ComponentFile, ComponentFile.MODE) - Method in class com.arcadedb.engine.ComponentFactory
 
CreateDestinationVertexAndEdgeAsyncTask - Class in com.arcadedb.database.async
Asynchronous Task that creates the destination vertex and the edge that connects it to the existent source vertex.
CreateDestinationVertexAndEdgeAsyncTask(RID, String, String[], Object[], String, Object[], boolean, boolean, NewEdgeCallback) - Constructor for class com.arcadedb.database.async.CreateDestinationVertexAndEdgeAsyncTask
 
createDocument(Document, DocumentType, LocalBucket) - Method in class com.arcadedb.database.DocumentIndexer
 
createDocumentType(String) - Method in class com.arcadedb.schema.LocalSchema
 
createDocumentType(String) - Method in interface com.arcadedb.schema.Schema
Creates a new document type with the default settings of buckets.
createDocumentType(String, int) - Method in class com.arcadedb.schema.LocalSchema
 
createDocumentType(String, int) - Method in interface com.arcadedb.schema.Schema
Deprecated.
createDocumentType(String, int, int) - Method in class com.arcadedb.schema.LocalSchema
 
createDocumentType(String, int, int) - Method in interface com.arcadedb.schema.Schema
Deprecated.
createDocumentType(String, List<Bucket>) - Method in class com.arcadedb.schema.LocalSchema
 
createDocumentType(String, List<Bucket>) - Method in interface com.arcadedb.schema.Schema
Deprecated.
createDocumentType(String, List<Bucket>, int) - Method in class com.arcadedb.schema.LocalSchema
 
createDocumentType(String, List<Bucket>, int) - Method in interface com.arcadedb.schema.Schema
Deprecated.
CreateDocumentTypeStatement - Class in com.arcadedb.query.sql.parser
 
CreateDocumentTypeStatement(int) - Constructor for class com.arcadedb.query.sql.parser.CreateDocumentTypeStatement
 
CreateDocumentTypeStatement() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
createEdge(DatabaseInternal, Identifiable, Identifiable, boolean, boolean) - Method in class com.arcadedb.database.async.CreateEdgeAsyncTask
 
CreateEdgeAsyncTask - Class in com.arcadedb.database.async
Asynchronous Task that creates the edge that connects 2 vertices.
CreateEdgeAsyncTask(Identifiable, Identifiable, String, Object[], boolean, boolean, NewEdgeCallback) - Constructor for class com.arcadedb.database.async.CreateEdgeAsyncTask
 
CreateEdgeExecutionPlanner - Class in com.arcadedb.query.sql.executor
Created by luigidellaquila on 08/08/16.
CreateEdgeExecutionPlanner(CreateEdgeStatement) - Constructor for class com.arcadedb.query.sql.executor.CreateEdgeExecutionPlanner
 
CreateEdgeOperation(String, Identifiable, Object[]) - Constructor for class com.arcadedb.graph.GraphEngine.CreateEdgeOperation
 
CreateEdgesStep - Class in com.arcadedb.query.sql.executor
Created by luigidellaquila on 28/11/16.
CreateEdgesStep(Identifier, Identifier, String, Identifier, Identifier, boolean, boolean, CommandContext, boolean) - Constructor for class com.arcadedb.query.sql.executor.CreateEdgesStep
 
CreateEdgeStatement - Class in com.arcadedb.query.sql.parser
 
CreateEdgeStatement(int) - Constructor for class com.arcadedb.query.sql.parser.CreateEdgeStatement
 
CreateEdgeStatement() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
createEdgeType(String) - Method in class com.arcadedb.schema.LocalSchema
 
createEdgeType(String) - Method in interface com.arcadedb.schema.Schema
Creates a new edge type with the default settings of buckets.
createEdgeType(String, int) - Method in class com.arcadedb.schema.LocalSchema
 
createEdgeType(String, int) - Method in interface com.arcadedb.schema.Schema
Deprecated.
createEdgeType(String, int, int) - Method in class com.arcadedb.schema.LocalSchema
 
createEdgeType(String, int, int) - Method in interface com.arcadedb.schema.Schema
Deprecated.
createEdgeType(String, List<Bucket>) - Method in class com.arcadedb.schema.LocalSchema
 
createEdgeType(String, List<Bucket>) - Method in interface com.arcadedb.schema.Schema
Deprecated.
createEdgeType(String, List<Bucket>, int) - Method in class com.arcadedb.schema.LocalSchema
 
createEdgeType(String, List<Bucket>, int) - Method in interface com.arcadedb.schema.Schema
Deprecated.
CreateEdgeTypeStatement - Class in com.arcadedb.query.sql.parser
 
CreateEdgeTypeStatement(int) - Constructor for class com.arcadedb.query.sql.parser.CreateEdgeTypeStatement
 
CreateEdgeTypeStatement() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
createExecutionPlan(CommandContext) - Method in class com.arcadedb.query.sql.parser.Statement
creates an execution plan for current statement, with profiling disabled
createExecutionPlan(CommandContext, boolean) - Method in class com.arcadedb.query.sql.executor.CreateEdgeExecutionPlanner
 
createExecutionPlan(CommandContext, boolean) - Method in class com.arcadedb.query.sql.executor.CreateVertexExecutionPlanner
 
createExecutionPlan(CommandContext, boolean) - Method in class com.arcadedb.query.sql.executor.DeleteEdgeExecutionPlanner
 
createExecutionPlan(CommandContext, boolean) - Method in class com.arcadedb.query.sql.executor.DeleteExecutionPlanner
 
createExecutionPlan(CommandContext, boolean) - Method in class com.arcadedb.query.sql.executor.InsertExecutionPlanner
 
createExecutionPlan(CommandContext, boolean) - Method in class com.arcadedb.query.sql.executor.MatchExecutionPlanner
 
createExecutionPlan(CommandContext, boolean) - Method in class com.arcadedb.query.sql.executor.SelectExecutionPlanner
 
createExecutionPlan(CommandContext, boolean) - Method in class com.arcadedb.query.sql.executor.TraverseExecutionPlanner
 
createExecutionPlan(CommandContext, boolean) - Method in class com.arcadedb.query.sql.executor.UpdateExecutionPlanner
 
createExecutionPlan(CommandContext, boolean) - Method in class com.arcadedb.query.sql.parser.CreateEdgeStatement
 
createExecutionPlan(CommandContext, boolean) - Method in class com.arcadedb.query.sql.parser.CreateVertexStatement
 
createExecutionPlan(CommandContext, boolean) - Method in class com.arcadedb.query.sql.parser.DDLStatement
 
createExecutionPlan(CommandContext, boolean) - Method in class com.arcadedb.query.sql.parser.DeleteEdgeStatement
 
createExecutionPlan(CommandContext, boolean) - Method in class com.arcadedb.query.sql.parser.DeleteStatement
 
createExecutionPlan(CommandContext, boolean) - Method in class com.arcadedb.query.sql.parser.ExplainStatement
 
createExecutionPlan(CommandContext, boolean) - Method in class com.arcadedb.query.sql.parser.ForEachBlock
 
createExecutionPlan(CommandContext, boolean) - Method in class com.arcadedb.query.sql.parser.IfStatement
 
createExecutionPlan(CommandContext, boolean) - Method in class com.arcadedb.query.sql.parser.InsertStatement
 
createExecutionPlan(CommandContext, boolean) - Method in class com.arcadedb.query.sql.parser.MatchStatement
 
createExecutionPlan(CommandContext, boolean) - Method in class com.arcadedb.query.sql.parser.ProfileStatement
 
createExecutionPlan(CommandContext, boolean) - Method in class com.arcadedb.query.sql.parser.SelectStatement
 
createExecutionPlan(CommandContext, boolean) - Method in class com.arcadedb.query.sql.parser.SimpleExecStatement
 
createExecutionPlan(CommandContext, boolean) - Method in class com.arcadedb.query.sql.parser.Statement
creates an execution plan for current statement
createExecutionPlan(CommandContext, boolean) - Method in class com.arcadedb.query.sql.parser.TraverseStatement
 
createExecutionPlan(CommandContext, boolean) - Method in class com.arcadedb.query.sql.parser.UpdateEdgeStatement
 
createExecutionPlan(CommandContext, boolean) - Method in class com.arcadedb.query.sql.parser.UpdateStatement
 
createExecutionPlan(CommandContext, boolean) - Method in class com.arcadedb.query.sql.parser.WhileBlock
 
createExecutionPlanNoCache(CommandContext, boolean) - Method in class com.arcadedb.query.sql.parser.Statement
 
createHash(String, String) - Static method in class com.arcadedb.query.sql.method.misc.SQLMethodHash
 
CreateIncomingEdgeAsyncTask - Class in com.arcadedb.database.async
Asynchronous Task that creates the relationship between the destinationVertex and the sourceVertex as incoming.
CreateIncomingEdgeAsyncTask(RID, Identifiable, Identifiable, NewEdgeCallback) - Constructor for class com.arcadedb.database.async.CreateIncomingEdgeAsyncTask
 
createIndex(IndexBuilder) - Method in class com.arcadedb.index.IndexFactory
 
createIndex(Schema.INDEX_TYPE, boolean) - Method in class com.arcadedb.schema.AbstractProperty
Creates an index on this property.
createIndex(Schema.INDEX_TYPE, boolean) - Method in interface com.arcadedb.schema.Property
 
CreateIndexStatement - Class in com.arcadedb.query.sql.parser
 
CreateIndexStatement(int) - Constructor for class com.arcadedb.query.sql.parser.CreateIndexStatement
 
CreateIndexStatement() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
CreateIndexStatement.Property - Class in com.arcadedb.query.sql.parser
 
createInEdgeChunk(MutableVertex) - Method in class com.arcadedb.graph.GraphEngine
 
createManualIndex(Schema.INDEX_TYPE, boolean, String, Type[], int, LSMTreeIndexAbstract.NULL_STRATEGY) - Method in class com.arcadedb.schema.LocalSchema
Deprecated.
createManualIndex(Schema.INDEX_TYPE, boolean, String, Type[], int, LSMTreeIndexAbstract.NULL_STRATEGY) - Method in interface com.arcadedb.schema.Schema
Deprecated.
createMethod(String) - Method in class com.arcadedb.query.sql.method.DefaultSQLMethodFactory
 
createMethod(String) - Method in interface com.arcadedb.query.sql.method.SQLMethodFactory
Create method for the given name.
createNewForCompaction() - Method in class com.arcadedb.index.lsm.LSMTreeIndexMutable
 
createNewPage() - Method in class com.arcadedb.index.lsm.LSMTreeIndexMutable
 
createNewPage(int) - Method in class com.arcadedb.index.lsm.LSMTreeIndexCompacted
 
createOnLoad(DatabaseInternal, String, String, int, ComponentFile.MODE, int, int) - Method in interface com.arcadedb.engine.ComponentFactory.PaginatedComponentFactoryHandler
 
createOnLoad(DatabaseInternal, String, String, int, ComponentFile.MODE, int, int) - Method in class com.arcadedb.engine.Dictionary.PaginatedComponentFactoryHandler
 
createOnLoad(DatabaseInternal, String, String, int, ComponentFile.MODE, int, int) - Method in class com.arcadedb.engine.LocalBucket.PaginatedComponentFactoryHandler
 
createOnLoad(DatabaseInternal, String, String, int, ComponentFile.MODE, int, int) - Method in class com.arcadedb.index.lsm.LSMTreeIndex.PaginatedComponentFactoryHandlerNotUnique
 
createOnLoad(DatabaseInternal, String, String, int, ComponentFile.MODE, int, int) - Method in class com.arcadedb.index.lsm.LSMTreeIndex.PaginatedComponentFactoryHandlerUnique
 
createOnLoad(DatabaseInternal, String, String, int, ComponentFile.MODE, int, int) - Method in class com.arcadedb.index.vector.HnswVectorIndex.PaginatedComponentFactoryHandlerUnique
 
createOutEdgeChunk(MutableVertex) - Method in class com.arcadedb.graph.GraphEngine
 
CreateOutgoingEdgesAsyncTask - Class in com.arcadedb.database.async
Asynchronous Task that creates the relationship between the sourceVertex and the destinationVertex as outgoing.
CreateOutgoingEdgesAsyncTask(VertexInternal, List<GraphEngine.CreateEdgeOperation>, boolean, NewEdgesCallback) - Constructor for class com.arcadedb.database.async.CreateOutgoingEdgesAsyncTask
 
createPersistentIndex(Database) - Method in class com.arcadedb.index.vector.HnswVectorIndexRAM
 
createProperty(String, Type) - Method in interface com.arcadedb.schema.DocumentType
 
createProperty(String, Type) - Method in class com.arcadedb.schema.LocalDocumentType
Creates a new property with type `propertyType`.
createProperty(String, Type, String) - Method in interface com.arcadedb.schema.DocumentType
 
createProperty(String, Type, String) - Method in class com.arcadedb.schema.LocalDocumentType
Creates a new property with type `propertyType`.
createProperty(String, JSONObject) - Method in interface com.arcadedb.schema.DocumentType
 
createProperty(String, JSONObject) - Method in class com.arcadedb.schema.LocalDocumentType
 
createProperty(String, Class<?>) - Method in interface com.arcadedb.schema.DocumentType
 
createProperty(String, Class<?>) - Method in class com.arcadedb.schema.LocalDocumentType
Creates a new property with type `propertyType`.
createProperty(String, String) - Method in interface com.arcadedb.schema.DocumentType
 
createProperty(String, String) - Method in class com.arcadedb.schema.LocalDocumentType
Creates a new property with type `propertyType`.
CreatePropertyAttributeStatement - Class in com.arcadedb.query.sql.parser
 
CreatePropertyAttributeStatement(int) - Constructor for class com.arcadedb.query.sql.parser.CreatePropertyAttributeStatement
 
CreatePropertyAttributeStatement() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
CreatePropertyStatement - Class in com.arcadedb.query.sql.parser
 
CreatePropertyStatement(int) - Constructor for class com.arcadedb.query.sql.parser.CreatePropertyStatement
 
CreatePropertyStatement() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
createRangeWith(BooleanExpression) - Method in class com.arcadedb.query.sql.parser.BinaryCondition
 
createRangeWith(BooleanExpression) - Method in class com.arcadedb.query.sql.parser.BooleanExpression
 
createRecord - Variable in class com.arcadedb.database.DatabaseStats
 
createRecord(MutableDocument) - Method in interface com.arcadedb.database.DatabaseInternal
 
createRecord(MutableDocument) - Method in class com.arcadedb.database.LocalDatabase
 
createRecord(MutableDocument, NewRecordCallback) - Method in interface com.arcadedb.database.async.DatabaseAsyncExecutor
Schedules the request to create a record.
createRecord(MutableDocument, NewRecordCallback) - Method in class com.arcadedb.database.async.DatabaseAsyncExecutorImpl
 
createRecord(MutableDocument, NewRecordCallback, ErrorCallback) - Method in interface com.arcadedb.database.async.DatabaseAsyncExecutor
Schedules the request to create a record.
createRecord(MutableDocument, NewRecordCallback, ErrorCallback) - Method in class com.arcadedb.database.async.DatabaseAsyncExecutorImpl
 
createRecord(Record, boolean) - Method in interface com.arcadedb.engine.Bucket
 
createRecord(Record, boolean) - Method in class com.arcadedb.engine.LocalBucket
 
createRecord(Record, String) - Method in interface com.arcadedb.database.DatabaseInternal
 
createRecord(Record, String) - Method in class com.arcadedb.database.LocalDatabase
 
createRecord(Record, String, NewRecordCallback) - Method in interface com.arcadedb.database.async.DatabaseAsyncExecutor
Schedules the request to create a record in a specific bucket.
createRecord(Record, String, NewRecordCallback) - Method in class com.arcadedb.database.async.DatabaseAsyncExecutorImpl
 
createRecord(Record, String, NewRecordCallback, ErrorCallback) - Method in interface com.arcadedb.database.async.DatabaseAsyncExecutor
Schedules the request to create a record in a specific bucket.
createRecord(Record, String, NewRecordCallback, ErrorCallback) - Method in class com.arcadedb.database.async.DatabaseAsyncExecutorImpl
 
createRecordNoLock(Record, String, boolean) - Method in interface com.arcadedb.database.DatabaseInternal
 
createRecordNoLock(Record, String, boolean) - Method in class com.arcadedb.database.LocalDatabase
 
CreateRecordResultSet - Interface in com.arcadedb.query.sql.executor
Extends the default ResultSet to support passage of parameters with the next
CreateRecordStep - Class in com.arcadedb.query.sql.executor
 
CreateRecordStep(String, CommandContext, int, boolean) - Constructor for class com.arcadedb.query.sql.executor.CreateRecordStep
 
CreateSourceVertexAndEdgeAsyncTask - Class in com.arcadedb.database.async
Asynchronous Task that creates the source vertex and the edge that connects it to the existent destination vertex.
CreateSourceVertexAndEdgeAsyncTask(String, String[], Object[], RID, String, Object[], boolean, boolean, NewEdgeCallback) - Constructor for class com.arcadedb.database.async.CreateSourceVertexAndEdgeAsyncTask
 
createTransactionBuffer(long, List<MutablePage>) - Method in class com.arcadedb.engine.TransactionManager
 
createTraverser(Result) - Method in class com.arcadedb.query.sql.executor.MatchStep
 
createTraverser(Result) - Method in class com.arcadedb.query.sql.executor.OptionalMatchStep
 
createType(Schema) - Method in class com.arcadedb.query.sql.parser.CreateDocumentTypeStatement
 
createType(Schema) - Method in class com.arcadedb.query.sql.parser.CreateEdgeTypeStatement
 
createType(Schema) - Method in class com.arcadedb.query.sql.parser.CreateTypeAbstractStatement
 
createType(Schema) - Method in class com.arcadedb.query.sql.parser.CreateVertexTypeStatement
 
CreateTypeAbstractStatement - Class in com.arcadedb.query.sql.parser
 
CreateTypeAbstractStatement(int) - Constructor for class com.arcadedb.query.sql.parser.CreateTypeAbstractStatement
 
createTypeIndex(Schema.INDEX_TYPE, boolean, String...) - Method in interface com.arcadedb.schema.DocumentType
 
createTypeIndex(Schema.INDEX_TYPE, boolean, String...) - Method in class com.arcadedb.schema.LocalDocumentType
 
createTypeIndex(Schema.INDEX_TYPE, boolean, String[], int) - Method in interface com.arcadedb.schema.DocumentType
 
createTypeIndex(Schema.INDEX_TYPE, boolean, String[], int) - Method in class com.arcadedb.schema.LocalDocumentType
 
createTypeIndex(Schema.INDEX_TYPE, boolean, String[], int, Index.BuildIndexCallback) - Method in interface com.arcadedb.schema.DocumentType
 
createTypeIndex(Schema.INDEX_TYPE, boolean, String[], int, Index.BuildIndexCallback) - Method in class com.arcadedb.schema.LocalDocumentType
 
createTypeIndex(Schema.INDEX_TYPE, boolean, String[], int, LSMTreeIndexAbstract.NULL_STRATEGY, Index.BuildIndexCallback) - Method in interface com.arcadedb.schema.DocumentType
 
createTypeIndex(Schema.INDEX_TYPE, boolean, String[], int, LSMTreeIndexAbstract.NULL_STRATEGY, Index.BuildIndexCallback) - Method in class com.arcadedb.schema.LocalDocumentType
 
createTypeIndex(Schema.INDEX_TYPE, boolean, String, String...) - Method in class com.arcadedb.schema.LocalSchema
 
createTypeIndex(Schema.INDEX_TYPE, boolean, String, String...) - Method in interface com.arcadedb.schema.Schema
 
createTypeIndex(Schema.INDEX_TYPE, boolean, String, String[], int) - Method in class com.arcadedb.schema.LocalSchema
Deprecated.
createTypeIndex(Schema.INDEX_TYPE, boolean, String, String[], int) - Method in interface com.arcadedb.schema.Schema
Deprecated.
createTypeIndex(Schema.INDEX_TYPE, boolean, String, String[], int, Index.BuildIndexCallback) - Method in class com.arcadedb.schema.LocalSchema
Deprecated.
createTypeIndex(Schema.INDEX_TYPE, boolean, String, String[], int, Index.BuildIndexCallback) - Method in interface com.arcadedb.schema.Schema
Deprecated.
createTypeIndex(Schema.INDEX_TYPE, boolean, String, String[], int, LSMTreeIndexAbstract.NULL_STRATEGY, Index.BuildIndexCallback) - Method in class com.arcadedb.schema.LocalSchema
Deprecated.
createTypeIndex(Schema.INDEX_TYPE, boolean, String, String[], int, LSMTreeIndexAbstract.NULL_STRATEGY, Index.BuildIndexCallback) - Method in interface com.arcadedb.schema.Schema
Deprecated.
createVertexAdditionalBuckets(LocalBucket) - Method in class com.arcadedb.graph.GraphEngine
 
CreateVertexExecutionPlanner - Class in com.arcadedb.query.sql.executor
 
CreateVertexExecutionPlanner(CreateVertexStatement) - Constructor for class com.arcadedb.query.sql.executor.CreateVertexExecutionPlanner
 
CreateVertexStatement - Class in com.arcadedb.query.sql.parser
 
CreateVertexStatement(int) - Constructor for class com.arcadedb.query.sql.parser.CreateVertexStatement
 
CreateVertexStatement() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
CreateVertexStatementEmpty - Class in com.arcadedb.query.sql.parser
 
CreateVertexStatementEmpty(int) - Constructor for class com.arcadedb.query.sql.parser.CreateVertexStatementEmpty
 
CreateVertexStatementEmpty() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
CreateVertexStatementEmptyNoTarget - Class in com.arcadedb.query.sql.parser
 
CreateVertexStatementEmptyNoTarget(int) - Constructor for class com.arcadedb.query.sql.parser.CreateVertexStatementEmptyNoTarget
 
CreateVertexStatementEmptyNoTarget() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
CreateVertexStatementNoTarget - Class in com.arcadedb.query.sql.parser
 
CreateVertexStatementNoTarget(int) - Constructor for class com.arcadedb.query.sql.parser.CreateVertexStatementNoTarget
 
CreateVertexStatementNoTarget() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
createVertexType(String) - Method in class com.arcadedb.schema.LocalSchema
 
createVertexType(String) - Method in interface com.arcadedb.schema.Schema
Creates a new vertex type with the default settings of buckets.
createVertexType(String, int) - Method in class com.arcadedb.schema.LocalSchema
 
createVertexType(String, int) - Method in interface com.arcadedb.schema.Schema
Deprecated.
createVertexType(String, int, int) - Method in class com.arcadedb.schema.LocalSchema
 
createVertexType(String, int, int) - Method in interface com.arcadedb.schema.Schema
Deprecated.
createVertexType(String, List<Bucket>) - Method in class com.arcadedb.schema.LocalSchema
 
createVertexType(String, List<Bucket>) - Method in interface com.arcadedb.schema.Schema
Deprecated.
createVertexType(String, List<Bucket>, int) - Method in class com.arcadedb.schema.LocalSchema
 
createVertexType(String, List<Bucket>, int) - Method in interface com.arcadedb.schema.Schema
Deprecated.
CreateVertexTypeStatement - Class in com.arcadedb.query.sql.parser
 
CreateVertexTypeStatement(int) - Constructor for class com.arcadedb.query.sql.parser.CreateVertexTypeStatement
 
CreateVertexTypeStatement() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
curChar - Variable in class com.arcadedb.query.sql.parser.SqlParserTokenManager
 
CURRENT_VERSION - Static variable in class com.arcadedb.engine.LocalBucket
 
CURRENT_VERSION - Static variable in class com.arcadedb.index.lsm.LSMTreeIndexMutable
 
CURRENT_VERSION - Static variable in class com.arcadedb.index.vector.HnswVectorIndex
 
currentContainer - Variable in class com.arcadedb.graph.ResettableIteratorBase
 
currentContent - Variable in class com.arcadedb.engine.WALFile.WALPage
 
currentEntryIndex - Variable in class com.arcadedb.index.lsm.LSMTreeIndexUnderlyingPageCursor
 
currentPageSize - Variable in class com.arcadedb.engine.WALFile.WALPage
 
currentPageVersion - Variable in class com.arcadedb.engine.WALFile.WALPage
 
currentPosition - Variable in class com.arcadedb.graph.ResettableIteratorBase
 
currentToken - Variable in exception com.arcadedb.query.sql.parser.ParseException
This is the last token that has been consumed successfully.
Cursor - Interface in com.arcadedb.database
Cursor to browse a result set.
custom - Variable in class com.arcadedb.schema.AbstractProperty
 
custom - Variable in class com.arcadedb.schema.LocalDocumentType
 
CUSTOM - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
CUSTOM_STRICT_SQL - Static variable in class com.arcadedb.query.sql.parser.Statement
 
customFormatMessage(LogRecord) - Method in class com.arcadedb.log.LogFormatter
 
customFormatMessage(LogRecord) - Method in class com.arcadedb.utility.AnsiLogFormatter
 
customKey - Variable in class com.arcadedb.query.sql.parser.AlterTypeStatement
 
customValue - Variable in class com.arcadedb.query.sql.parser.AlterTypeStatement
 
CYAN - com.arcadedb.utility.AnsiCode
 
CYPHER_STATEMENT_CACHE - com.arcadedb.GlobalConfiguration
 

D

database - Variable in class com.arcadedb.database.async.DatabaseAsyncExecutorImpl.AsyncThread
 
database - Variable in class com.arcadedb.database.BaseRecord
 
database - Variable in class com.arcadedb.engine.Component
 
database - Variable in class com.arcadedb.function.polyglot.PolyglotFunctionLibraryDefinition
 
database - Variable in class com.arcadedb.function.sql.SQLFunctionLibraryDefinition
 
database - Variable in class com.arcadedb.graph.ResettableIteratorBase
 
database - Variable in class com.arcadedb.index.CompressedRID2RIDIndex
 
database - Variable in class com.arcadedb.index.CompressedRID2RIDsIndex
 
database - Variable in class com.arcadedb.query.polyglot.GraalPolyglotEngine
 
database - Variable in class com.arcadedb.query.sql.executor.BasicCommandContext
 
database - Variable in class com.arcadedb.query.sql.SQLQueryEngine
 
Database - Interface in com.arcadedb.database
 
DATABASE - com.arcadedb.GlobalConfiguration.SCOPE
 
DATABASE - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
Database.TRANSACTION_ISOLATION_LEVEL - Enum in com.arcadedb.database
 
DatabaseAreNotIdentical(String, Object...) - Constructor for exception com.arcadedb.database.DatabaseComparator.DatabaseAreNotIdentical
 
DatabaseAsyncAbstractCallbackTask - Class in com.arcadedb.database.async
 
DatabaseAsyncAbstractCallbackTask() - Constructor for class com.arcadedb.database.async.DatabaseAsyncAbstractCallbackTask
 
DatabaseAsyncBrowseIterator - Class in com.arcadedb.database.async
 
DatabaseAsyncBrowseIterator(CountDownLatch, DocumentCallback, Iterator<? extends Identifiable>) - Constructor for class com.arcadedb.database.async.DatabaseAsyncBrowseIterator
 
DatabaseAsyncCommand - Class in com.arcadedb.database.async
 
DatabaseAsyncCommand(boolean, String, String, Object[], AsyncResultsetCallback) - Constructor for class com.arcadedb.database.async.DatabaseAsyncCommand
 
DatabaseAsyncCommand(boolean, String, String, Map<String, Object>, AsyncResultsetCallback) - Constructor for class com.arcadedb.database.async.DatabaseAsyncCommand
 
DatabaseAsyncCompletion - Class in com.arcadedb.database.async
 
DatabaseAsyncCompletion() - Constructor for class com.arcadedb.database.async.DatabaseAsyncCompletion
 
DatabaseAsyncCreateRecord - Class in com.arcadedb.database.async
 
DatabaseAsyncCreateRecord(Record, Bucket, NewRecordCallback, ErrorCallback) - Constructor for class com.arcadedb.database.async.DatabaseAsyncCreateRecord
 
DatabaseAsyncDeleteRecord - Class in com.arcadedb.database.async
 
DatabaseAsyncDeleteRecord(Record, DeletedRecordCallback, ErrorCallback) - Constructor for class com.arcadedb.database.async.DatabaseAsyncDeleteRecord
 
DatabaseAsyncExecutor - Interface in com.arcadedb.database.async
Asynchronous executor returned by Database.async().
DatabaseAsyncExecutorImpl - Class in com.arcadedb.database.async
 
DatabaseAsyncExecutorImpl(DatabaseInternal) - Constructor for class com.arcadedb.database.async.DatabaseAsyncExecutorImpl
 
DatabaseAsyncExecutorImpl.AsyncThread - Class in com.arcadedb.database.async
 
DatabaseAsyncExecutorImpl.DBAsyncStats - Class in com.arcadedb.database.async
 
DatabaseAsyncIndexCompaction - Class in com.arcadedb.database.async
 
DatabaseAsyncIndexCompaction(IndexInternal) - Constructor for class com.arcadedb.database.async.DatabaseAsyncIndexCompaction
 
DatabaseAsyncScanBucket - Class in com.arcadedb.database.async
 
DatabaseAsyncScanBucket(CountDownLatch, DocumentCallback, ErrorRecordCallback, Bucket) - Constructor for class com.arcadedb.database.async.DatabaseAsyncScanBucket
 
DatabaseAsyncTask - Interface in com.arcadedb.database.async
Interface for asynchronous tasks.
DatabaseAsyncTransaction - Class in com.arcadedb.database.async
 
DatabaseAsyncTransaction(BasicDatabase.TransactionScope, int, OkCallback, ErrorCallback) - Constructor for class com.arcadedb.database.async.DatabaseAsyncTransaction
 
DatabaseAsyncUpdateRecord - Class in com.arcadedb.database.async
 
DatabaseAsyncUpdateRecord(Record, UpdatedRecordCallback, ErrorCallback) - Constructor for class com.arcadedb.database.async.DatabaseAsyncUpdateRecord
 
DatabaseChecker - Class in com.arcadedb.engine
 
DatabaseChecker(Database) - Constructor for class com.arcadedb.engine.DatabaseChecker
 
DatabaseComparator - Class in com.arcadedb.database
Compares 2 databases if are identical.
DatabaseComparator() - Constructor for class com.arcadedb.database.DatabaseComparator
 
DatabaseComparator.DatabaseAreNotIdentical - Exception in com.arcadedb.database
 
DatabaseContext - Class in com.arcadedb.database
Thread local to store transaction data.
DatabaseContext() - Constructor for class com.arcadedb.database.DatabaseContext
 
DatabaseContext.DatabaseContextTL - Class in com.arcadedb.database
 
DatabaseContextTL() - Constructor for class com.arcadedb.database.DatabaseContext.DatabaseContextTL
 
DatabaseEvents - Interface in com.arcadedb.database
 
DatabaseFactory - Class in com.arcadedb.database
 
DatabaseFactory(String) - Constructor for class com.arcadedb.database.DatabaseFactory
 
DatabaseInternal - Interface in com.arcadedb.database
Internal API, do not use as an end user.
DatabaseInternal.CALLBACK_EVENT - Enum in com.arcadedb.database
 
DatabaseIsClosedException - Exception in com.arcadedb.exception
 
DatabaseIsClosedException(String) - Constructor for exception com.arcadedb.exception.DatabaseIsClosedException
 
DatabaseIsClosedException(String, IOException) - Constructor for exception com.arcadedb.exception.DatabaseIsClosedException
 
DatabaseIsReadOnlyException - Exception in com.arcadedb.exception
 
DatabaseIsReadOnlyException(String) - Constructor for exception com.arcadedb.exception.DatabaseIsReadOnlyException
 
DatabaseIsReadOnlyException(String, IOException) - Constructor for exception com.arcadedb.exception.DatabaseIsReadOnlyException
 
DatabaseMetadataException - Exception in com.arcadedb.exception
 
DatabaseMetadataException(String) - Constructor for exception com.arcadedb.exception.DatabaseMetadataException
 
DatabaseMetadataException(String, Exception) - Constructor for exception com.arcadedb.exception.DatabaseMetadataException
 
DatabaseOperationException - Exception in com.arcadedb.exception
 
DatabaseOperationException(String) - Constructor for exception com.arcadedb.exception.DatabaseOperationException
 
DatabaseOperationException(String, Throwable) - Constructor for exception com.arcadedb.exception.DatabaseOperationException
 
databasePath - Variable in class com.arcadedb.database.LocalDatabase
 
DatabaseStats - Class in com.arcadedb.database
 
DatabaseStats() - Constructor for class com.arcadedb.database.DatabaseStats
 
date(Database, long, Class) - Static method in class com.arcadedb.utility.DateUtils
 
DATE - com.arcadedb.schema.Type
 
DATE_FORMAT - com.arcadedb.GlobalConfiguration
 
DATE_IMPLEMENTATION - com.arcadedb.GlobalConfiguration
 
DATE_TIME_FORMAT - com.arcadedb.GlobalConfiguration
 
DATE_TIME_IMPLEMENTATION - com.arcadedb.GlobalConfiguration
 
DATE_TIME_ISO_8601_FORMAT - Static variable in class com.arcadedb.utility.DateUtils
 
dateFormat - Static variable in class com.arcadedb.log.LogFormatter
 
dateFormatString - Static variable in class com.arcadedb.query.sql.parser.InputParameter
 
dateTime(Database, long, ChronoUnit, Class, ChronoUnit) - Static method in class com.arcadedb.utility.DateUtils
 
DATETIME - com.arcadedb.schema.Type
 
DATETIME_MICROS - com.arcadedb.schema.Type
 
DATETIME_NANOS - com.arcadedb.schema.Type
 
DATETIME_SECOND - com.arcadedb.schema.Type
 
dateTimeToTimestamp(Object, ChronoUnit) - Static method in class com.arcadedb.utility.DateUtils
 
DateUtils - Class in com.arcadedb.utility
 
DateUtils() - Constructor for class com.arcadedb.utility.DateUtils
 
DB_NOT_CLOSED - com.arcadedb.database.DatabaseInternal.CALLBACK_EVENT
 
DBAsyncStats() - Constructor for class com.arcadedb.database.async.DatabaseAsyncExecutorImpl.DBAsyncStats
 
DDLExecutionPlan - Class in com.arcadedb.query.sql.executor
 
DDLExecutionPlan(CommandContext, DDLStatement) - Constructor for class com.arcadedb.query.sql.executor.DDLExecutionPlan
 
DDLStatement - Class in com.arcadedb.query.sql.parser
Created by luigidellaquila on 12/08/16.
DDLStatement(int) - Constructor for class com.arcadedb.query.sql.parser.DDLStatement
 
debugStream - Variable in class com.arcadedb.query.sql.parser.SqlParserTokenManager
Debug output.
DECIMAL - com.arcadedb.schema.Type
 
DECIMAL_EXPONENT - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
DECIMAL_FLOATING_POINT_LITERAL - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
DECIMAL_LITERAL - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
declaredScriptVariables - Variable in class com.arcadedb.query.sql.executor.BasicCommandContext
 
declareScriptVariable(String) - Method in class com.arcadedb.query.sql.executor.BasicCommandContext
 
declareScriptVariable(String) - Method in interface com.arcadedb.query.sql.executor.CommandContext
 
decode(String) - Static method in class com.arcadedb.query.sql.parser.BaseExpression
Transforms, only if needed, the source string un-escaping the characters \ and ".
decodeFromFile(String) - Static method in class com.arcadedb.utility.FileUtils
 
decompress(Binary, int) - Method in interface com.arcadedb.compression.Compression
 
decompress(Binary, int) - Method in class com.arcadedb.compression.LZ4Compression
 
DECR - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
decrement(Number, Number) - Static method in enum com.arcadedb.schema.Type
 
DEF_DATEFORMAT - Static variable in class com.arcadedb.utility.TableFormatter
 
DEF_PAGE_SIZE - Static variable in class com.arcadedb.engine.Dictionary
 
DEF_PAGE_SIZE - Static variable in class com.arcadedb.index.lsm.LSMTreeIndexAbstract
 
DEFAULT - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
Lexical state.
DEFAULT_EF - Static variable in class com.arcadedb.index.vector.HnswVectorIndexRAM.Builder
 
DEFAULT_EF - Static variable in class com.arcadedb.schema.VectorIndexBuilder
 
DEFAULT_EF_CONSTRUCTION - Static variable in class com.arcadedb.index.vector.HnswVectorIndexRAM.Builder
 
DEFAULT_EF_CONSTRUCTION - Static variable in class com.arcadedb.schema.VectorIndexBuilder
 
DEFAULT_ENCODING - Static variable in class com.arcadedb.schema.LocalSchema
 
DEFAULT_FETCH_RECORDS_PER_PULL - Static variable in class com.arcadedb.query.sql.executor.AbstractExecutionStep
 
DEFAULT_M - Static variable in class com.arcadedb.index.vector.HnswVectorIndexRAM.Builder
 
DEFAULT_M - Static variable in class com.arcadedb.schema.VectorIndexBuilder
 
DEFAULT_MAX_WIDTH - Static variable in class com.arcadedb.utility.TableFormatter
 
DEFAULT_NOT_SET - Static variable in class com.arcadedb.schema.AbstractProperty
 
DEFAULT_REMOVE_ENABLED - Static variable in class com.arcadedb.index.vector.HnswVectorIndexRAM.Builder
 
DefaultLogger - Class in com.arcadedb.log
Default Logger implementation that writes to the Java Logging Framework.
DefaultLogger() - Constructor for class com.arcadedb.log.DefaultLogger
 
DefaultSQLFunctionFactory - Class in com.arcadedb.query.sql.function
Default set of SQL function.
DefaultSQLFunctionFactory() - Constructor for class com.arcadedb.query.sql.function.DefaultSQLFunctionFactory
 
DefaultSQLMethodFactory - Class in com.arcadedb.query.sql.method
Default method factory.
DefaultSQLMethodFactory() - Constructor for class com.arcadedb.query.sql.method.DefaultSQLMethodFactory
 
defaultValue - Variable in class com.arcadedb.schema.AbstractProperty
 
DEFINE - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
DEFINED - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
DefineFunctionStatement - Class in com.arcadedb.query.sql.parser
 
DefineFunctionStatement(int) - Constructor for class com.arcadedb.query.sql.parser.DefineFunctionStatement
 
DefineFunctionStatement() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
delete() - Method in class com.arcadedb.database.BaseRecord
 
delete() - Method in interface com.arcadedb.database.Record
 
DELETE - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
DELETE_RECORD - com.arcadedb.security.SecurityDatabaseUser.ACCESS
 
deleteDocument(Document) - Method in class com.arcadedb.database.DocumentIndexer
 
DeletedRecordCallback - Interface in com.arcadedb.database.async
Interface used in `async().deleteRecord()` API.
deleteEdge(Edge) - Method in class com.arcadedb.graph.GraphEngine
 
DeleteEdgeByRidStatement - Class in com.arcadedb.query.sql.parser
 
DeleteEdgeByRidStatement(int) - Constructor for class com.arcadedb.query.sql.parser.DeleteEdgeByRidStatement
 
DeleteEdgeByRidStatement() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
DeleteEdgeExecutionPlanner - Class in com.arcadedb.query.sql.executor
Created by luigidellaquila on 08/08/16.
DeleteEdgeExecutionPlanner(DeleteEdgeStatement) - Constructor for class com.arcadedb.query.sql.executor.DeleteEdgeExecutionPlanner
 
DeleteEdgeFromToStatement - Class in com.arcadedb.query.sql.parser
 
DeleteEdgeFromToStatement(int) - Constructor for class com.arcadedb.query.sql.parser.DeleteEdgeFromToStatement
 
DeleteEdgeFromToStatement() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
DeleteEdgeStatement - Class in com.arcadedb.query.sql.parser
 
DeleteEdgeStatement(int) - Constructor for class com.arcadedb.query.sql.parser.DeleteEdgeStatement
 
DeleteEdgeStatement() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
DeleteEdgeToStatement - Class in com.arcadedb.query.sql.parser
 
DeleteEdgeToStatement(int) - Constructor for class com.arcadedb.query.sql.parser.DeleteEdgeToStatement
 
DeleteEdgeToStatement() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
DeleteEdgeVToStatement - Class in com.arcadedb.query.sql.parser
 
DeleteEdgeVToStatement(int) - Constructor for class com.arcadedb.query.sql.parser.DeleteEdgeVToStatement
 
DeleteEdgeVToStatement() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
DeleteEdgeWhereStatement - Class in com.arcadedb.query.sql.parser
 
DeleteEdgeWhereStatement(int) - Constructor for class com.arcadedb.query.sql.parser.DeleteEdgeWhereStatement
 
DeleteEdgeWhereStatement() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
DeleteExecutionPlan - Class in com.arcadedb.query.sql.executor
 
DeleteExecutionPlan(CommandContext) - Constructor for class com.arcadedb.query.sql.executor.DeleteExecutionPlan
 
DeleteExecutionPlanner - Class in com.arcadedb.query.sql.executor
Created by luigidellaquila on 08/08/16.
DeleteExecutionPlanner(DeleteStatement) - Constructor for class com.arcadedb.query.sql.executor.DeleteExecutionPlanner
 
deleteFile(int) - Method in class com.arcadedb.engine.PageManager
 
deleteFile(File) - Static method in class com.arcadedb.utility.FileUtils
 
deleteFolderIfEmpty(File) - Static method in class com.arcadedb.utility.FileUtils
 
DeleteFromIndexStep - Class in com.arcadedb.query.sql.executor
Created by luigidellaquila on 11/08/16.
DeleteFromIndexStep(RangeIndex, BooleanExpression, BinaryCondition, BooleanExpression, boolean, CommandContext, boolean) - Constructor for class com.arcadedb.query.sql.executor.DeleteFromIndexStep
 
DeleteFromIndexStep(RangeIndex, BooleanExpression, BinaryCondition, BooleanExpression, CommandContext, boolean) - Constructor for class com.arcadedb.query.sql.executor.DeleteFromIndexStep
 
DeleteFunctionStatement - Class in com.arcadedb.query.sql.parser
 
DeleteFunctionStatement(int) - Constructor for class com.arcadedb.query.sql.parser.DeleteFunctionStatement
 
DeleteFunctionStatement() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
deleteRecord - Variable in class com.arcadedb.database.DatabaseStats
 
deleteRecord(Record) - Method in interface com.arcadedb.database.BasicDatabase
Deletes a record.
deleteRecord(Record) - Method in class com.arcadedb.database.LocalDatabase
 
deleteRecord(Record, DeletedRecordCallback) - Method in interface com.arcadedb.database.async.DatabaseAsyncExecutor
Schedules the request to delete a record.
deleteRecord(Record, DeletedRecordCallback) - Method in class com.arcadedb.database.async.DatabaseAsyncExecutorImpl
 
deleteRecord(Record, DeletedRecordCallback, ErrorCallback) - Method in interface com.arcadedb.database.async.DatabaseAsyncExecutor
Schedules the request to delete a record.
deleteRecord(Record, DeletedRecordCallback, ErrorCallback) - Method in class com.arcadedb.database.async.DatabaseAsyncExecutorImpl
 
deleteRecord(RID) - Method in interface com.arcadedb.engine.Bucket
 
deleteRecord(RID) - Method in class com.arcadedb.engine.LocalBucket
 
deleteRecordNoLock(Record) - Method in interface com.arcadedb.database.DatabaseInternal
 
deleteRecordNoLock(Record) - Method in class com.arcadedb.database.LocalDatabase
 
deleteRecursively(File) - Static method in class com.arcadedb.utility.FileUtils
 
DeleteStatement - Class in com.arcadedb.query.sql.parser
 
DeleteStatement(int) - Constructor for class com.arcadedb.query.sql.parser.DeleteStatement
 
DeleteStatement() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
DeleteStep - Class in com.arcadedb.query.sql.executor
Deletes records coming from upstream steps
DeleteStep(CommandContext, boolean) - Constructor for class com.arcadedb.query.sql.executor.DeleteStep
 
deleteVertex(VertexInternal) - Method in class com.arcadedb.graph.GraphEngine
 
depth - Variable in class com.arcadedb.query.sql.executor.TraverseResult
 
depth - Variable in class com.arcadedb.query.sql.parser.MatchFilterItem
 
DEPTH_ALIAS - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
DEPTH_FIRST - com.arcadedb.query.sql.parser.TraverseStatement.Strategy
 
DEPTH_FIRST - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
depthAlias - Variable in class com.arcadedb.query.sql.parser.MatchFilterItem
 
DepthFirstTraverseStep - Class in com.arcadedb.query.sql.executor
Created by luigidellaquila on 26/10/16.
DepthFirstTraverseStep(List<TraverseProjectionItem>, WhereClause, PInteger, CommandContext, boolean) - Constructor for class com.arcadedb.query.sql.executor.DepthFirstTraverseStep
 
DESC - Static variable in class com.arcadedb.query.sql.parser.OrderByItem
 
DESC - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
deserializeProperties(Database, Binary, EmbeddedModifier, DocumentType, String...) - Method in class com.arcadedb.serializer.BinarySerializer
 
deserializeProperty(Database, Binary, EmbeddedModifier, String, DocumentType) - Method in class com.arcadedb.serializer.BinarySerializer
 
deserializeValue(Database, Binary, byte, EmbeddedModifier) - Method in class com.arcadedb.serializer.BinarySerializer
 
destinationVertex - Variable in class com.arcadedb.database.async.CreateEdgeAsyncTask
 
destinationVertex - Variable in class com.arcadedb.database.async.CreateIncomingEdgeAsyncTask
 
detach() - Method in class com.arcadedb.database.BaseDocument
 
detach() - Method in interface com.arcadedb.database.Document
 
DetachedDocument - Class in com.arcadedb.database
 
DetachedDocument(BaseDocument) - Constructor for class com.arcadedb.database.DetachedDocument
 
DIAGONAL - com.arcadedb.query.sql.function.graph.SQLHeuristicFormula
 
DICT_EXT - Static variable in class com.arcadedb.engine.Dictionary
 
Dictionary - Class in com.arcadedb.engine
HEADER = [itemCount(int:4),pageSize(int:4)] CONTENT-PAGES = [propertyName(string)]
Dictionary(DatabaseInternal, String, String, int, ComponentFile.MODE, int, int) - Constructor for class com.arcadedb.engine.Dictionary
Called at load time.
Dictionary(DatabaseInternal, String, String, ComponentFile.MODE, int) - Constructor for class com.arcadedb.engine.Dictionary
Called at creation time.
Dictionary.PaginatedComponentFactoryHandler - Class in com.arcadedb.engine
 
dirty - Variable in class com.arcadedb.database.MutableDocument
 
disable_tracing() - Method in class com.arcadedb.query.sql.parser.SqlParser
Disable tracing.
distance - Variable in class com.arcadedb.query.sql.function.graph.SQLFunctionPathFinder
 
distance(double[], double[]) - Method in class com.arcadedb.index.vector.distance.ChebyshevDistance.DoubleChebyshevDistance
Calculates the chebyshev distance.
distance(float[], float[]) - Method in class com.arcadedb.index.vector.distance.ChebyshevDistance.FloatChebyshevDistance
Calculates the chebyshev distance.
DistanceFunctionFactory - Class in com.arcadedb.index.vector.distance
Factory for distance functions.
DistanceFunctionFactory() - Constructor for class com.arcadedb.index.vector.distance.DistanceFunctionFactory
 
distinct - Variable in class com.arcadedb.query.sql.parser.Projection
 
DISTINCT - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
DistinctExecutionStep - Class in com.arcadedb.query.sql.executor
Created by luigidellaquila on 08/07/16.
DistinctExecutionStep(CommandContext, boolean) - Constructor for class com.arcadedb.query.sql.executor.DistinctExecutionStep
 
Document - Interface in com.arcadedb.database
Document interface.
DOCUMENT - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
DocumentCallback - Interface in com.arcadedb.database
 
DocumentIndexer - Class in com.arcadedb.database
 
DocumentIndexer(LocalDatabase) - Constructor for class com.arcadedb.database.DocumentIndexer
 
documents() - Method in class com.arcadedb.query.select.Select
 
documents() - Method in class com.arcadedb.query.select.SelectCompiled
 
documents() - Method in class com.arcadedb.query.select.SelectWhereAfterBlock
 
DocumentType - Interface in com.arcadedb.schema
Schema Document Type.
DocumentValidator - Class in com.arcadedb.database
Validates documents against constraints defined in the schema.
DocumentValidator() - Constructor for class com.arcadedb.database.DocumentValidator
 
DOLLAR - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
Done() - Method in interface com.arcadedb.query.sql.parser.CharStream
The lexer calls this function to indicate that it is done with the stream and hence implementations can free any resources held by this class.
Done() - Method in class com.arcadedb.query.sql.parser.JavaCharStream
Set buffers back to null when finished.
Done() - Method in class com.arcadedb.query.sql.parser.SimpleCharStream
Reset buffer when finished.
DOT - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
DOUBLE - com.arcadedb.schema.Type
 
DOUBLE_SERIALIZED_SIZE - Static variable in class com.arcadedb.database.Binary
 
DoubleChebyshevDistance() - Constructor for class com.arcadedb.index.vector.distance.ChebyshevDistance.DoubleChebyshevDistance
 
doubleOrDefault(Object, double) - Method in class com.arcadedb.query.sql.function.graph.SQLFunctionHeuristicPathFinderAbstract
 
doubleQuotes - Variable in class com.arcadedb.query.sql.parser.Expression
 
drop() - Method in interface com.arcadedb.database.BasicDatabase
 
drop() - Method in class com.arcadedb.database.LocalDatabase
 
drop() - Method in class com.arcadedb.engine.ComponentFile
 
drop() - Method in class com.arcadedb.engine.WALFile
 
drop() - Method in interface com.arcadedb.index.IndexInternal
 
drop() - Method in class com.arcadedb.index.lsm.LSMTreeFullTextIndex
 
drop() - Method in class com.arcadedb.index.lsm.LSMTreeIndex
 
drop() - Method in class com.arcadedb.index.lsm.LSMTreeIndexAbstract
 
drop() - Method in class com.arcadedb.index.TypeIndex
 
drop() - Method in class com.arcadedb.index.vector.HnswVectorIndex
 
DROP - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
dropBucket(String) - Method in class com.arcadedb.schema.LocalSchema
 
dropBucket(String) - Method in interface com.arcadedb.schema.Schema
 
DropBucketStatement - Class in com.arcadedb.query.sql.parser
 
DropBucketStatement(int) - Constructor for class com.arcadedb.query.sql.parser.DropBucketStatement
 
DropBucketStatement() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
dropFile(int) - Method in class com.arcadedb.engine.FileManager
 
dropIndex(String) - Method in class com.arcadedb.schema.LocalSchema
 
dropIndex(String) - Method in interface com.arcadedb.schema.Schema
 
DropIndexStatement - Class in com.arcadedb.query.sql.parser
 
DropIndexStatement(int) - Constructor for class com.arcadedb.query.sql.parser.DropIndexStatement
 
DropIndexStatement() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
dropProperty(String) - Method in interface com.arcadedb.schema.DocumentType
 
dropProperty(String) - Method in class com.arcadedb.schema.LocalDocumentType
Drops a property from the type.
DropPropertyStatement - Class in com.arcadedb.query.sql.parser
 
DropPropertyStatement(int) - Constructor for class com.arcadedb.query.sql.parser.DropPropertyStatement
 
DropPropertyStatement() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
dropType(String) - Method in class com.arcadedb.schema.LocalSchema
 
dropType(String) - Method in interface com.arcadedb.schema.Schema
 
DropTypeStatement - Class in com.arcadedb.query.sql.parser
 
DropTypeStatement(int) - Constructor for class com.arcadedb.query.sql.parser.DropTypeStatement
 
DropTypeStatement() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
dropVertexType(VertexType) - Method in class com.arcadedb.graph.GraphEngine
 
DUMP_CONFIG_AT_STARTUP - com.arcadedb.GlobalConfiguration
 
DUMP_METRICS_EVERY - com.arcadedb.GlobalConfiguration
 
dumpConfiguration(PrintStream) - Static method in enum com.arcadedb.GlobalConfiguration
 
dumpHeap(boolean) - Static method in class com.arcadedb.utility.JVMUtils
 
dumpMetrics(PrintStream) - Method in class com.arcadedb.Profiler
 
dumpRecordInTable(int, TableFormatter.TableRow, Map<String, Integer>) - Method in class com.arcadedb.utility.TableFormatter
 
dumpStats() - Method in interface com.arcadedb.index.IndexCursor
 
dumpStats() - Method in class com.arcadedb.index.lsm.LSMTreeIndexCursor
 
DuplicatedKeyException - Exception in com.arcadedb.exception
 
DuplicatedKeyException(String, String, RID) - Constructor for exception com.arcadedb.exception.DuplicatedKeyException
 

E

e2v(Database, Identifiable, Vertex.DIRECTION, String[]) - Method in class com.arcadedb.query.sql.function.graph.SQLFunctionMove
 
edge - Variable in class com.arcadedb.database.async.CreateIncomingEdgeAsyncTask
 
edge - Variable in class com.arcadedb.query.sql.executor.EdgeTraversal
 
edge - Variable in class com.arcadedb.query.sql.executor.MatchEdgeTraverser
 
edge - Variable in class com.arcadedb.query.sql.executor.MatchStep
 
Edge - Interface in com.arcadedb.graph
An Edge represents the connection between two vertices in a Property Graph.
EDGE - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
EDGE_LIST_INITIAL_CHUNK_SIZE - Static variable in class com.arcadedb.database.LocalDatabase
 
edgeAttributes - Variable in class com.arcadedb.database.async.CreateEdgeAsyncTask
 
edgeIterator(String...) - Method in class com.arcadedb.graph.EdgeLinkedList
 
EdgeIterator - Class in com.arcadedb.graph
 
EdgeIterator(EdgeSegment, RID, Vertex.DIRECTION) - Constructor for class com.arcadedb.graph.EdgeIterator
 
EdgeIteratorFilter - Class in com.arcadedb.graph
 
EdgeIteratorFilter(DatabaseInternal, Vertex, Vertex.DIRECTION, EdgeSegment, String[]) - Constructor for class com.arcadedb.graph.EdgeIteratorFilter
 
EdgeLinkedList - Class in com.arcadedb.graph
Linked list uses to manage edges in vertex.
EdgeLinkedList(Vertex, Vertex.DIRECTION, EdgeSegment) - Constructor for class com.arcadedb.graph.EdgeLinkedList
 
edges() - Method in class com.arcadedb.query.select.Select
 
edges() - Method in class com.arcadedb.query.select.SelectCompiled
 
edges() - Method in class com.arcadedb.query.select.SelectWhereAfterBlock
 
EdgeSegment - Interface in com.arcadedb.graph
 
edgeStream() - Method in interface com.arcadedb.query.sql.executor.ResultSet
Returns the result set as a stream of vertices (filters only the results that are edges - where the isEdge() method returns true).
EdgeToVertexIterable - Class in com.arcadedb.graph
Created by luigidellaquila on 02/07/16.
EdgeToVertexIterable(Iterable<Edge>, Vertex.DIRECTION) - Constructor for class com.arcadedb.graph.EdgeToVertexIterable
 
EdgeToVertexIterator - Class in com.arcadedb.graph
Created by luigidellaquila on 02/07/16.
EdgeToVertexIterator(EdgeIterator, Vertex.DIRECTION) - Constructor for class com.arcadedb.graph.EdgeToVertexIterator
 
EdgeTraversal - Class in com.arcadedb.query.sql.executor
Created by luigidellaquila on 20/09/16.
EdgeTraversal(PatternEdge, boolean) - Constructor for class com.arcadedb.query.sql.executor.EdgeTraversal
 
EdgeTraversal(PatternEdge, boolean) - Constructor for class com.arcadedb.query.sql.parser.MatchStatement.EdgeTraversal
 
edgeType - Variable in class com.arcadedb.database.async.CreateEdgeAsyncTask
 
EdgeType - Interface in com.arcadedb.schema
Schema Edge Type.
EdgeVertexIterator - Class in com.arcadedb.graph
 
EdgeVertexIterator(EdgeSegment, RID, Vertex.DIRECTION) - Constructor for class com.arcadedb.graph.EdgeVertexIterator
 
EdgeVertexIteratorFilter - Class in com.arcadedb.graph
 
EdgeVertexIteratorFilter(DatabaseInternal, EdgeSegment, String[]) - Constructor for class com.arcadedb.graph.EdgeVertexIteratorFilter
 
element - Variable in class com.arcadedb.query.sql.executor.ResultInternal
 
elementStream() - Method in interface com.arcadedb.query.sql.executor.ResultSet
Returns the result set as a stream of elements (filters only the results that are elements - where the isElement() method returns true).
elementToObject(JsonElement) - Static method in class com.arcadedb.serializer.json.JSONObject
 
ELLIPSIS - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
ELLIPSIS_INTEGER_RANGE - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
ELSE - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
elseBody - Variable in class com.arcadedb.query.sql.executor.RetryStep
 
elseFail - Variable in class com.arcadedb.query.sql.executor.RetryStep
 
elseFail - Variable in class com.arcadedb.query.sql.parser.CommitStatement
 
elseStatements - Variable in class com.arcadedb.query.sql.parser.CommitStatement
 
elseStatements - Variable in class com.arcadedb.query.sql.parser.IfStatement
 
EMBEDDED - com.arcadedb.schema.Type
 
EmbeddedDocument - Interface in com.arcadedb.database
 
EmbeddedModifier - Interface in com.arcadedb.database
Allows to get the document owner.
EmbeddedModifierObject - Class in com.arcadedb.database
Stores the owner document.
EmbeddedModifierObject(Document) - Constructor for class com.arcadedb.database.EmbeddedModifierObject
 
EmbeddedModifierProperty - Class in com.arcadedb.database
Allows to get the document owner from a property in the parent object.
EmbeddedModifierProperty(Document, String) - Constructor for class com.arcadedb.database.EmbeddedModifierProperty
 
EMPTY_OPTIONAL - Static variable in class com.arcadedb.query.sql.executor.OptionalMatchEdgeTraverser
 
EMPTY_RESULT - Static variable in interface com.arcadedb.query.sql.executor.ResultSet
 
EmptyDataGeneratorStep - Class in com.arcadedb.query.sql.executor
Created by luigidellaquila on 08/07/16.
EmptyDataGeneratorStep(int, CommandContext, boolean) - Constructor for class com.arcadedb.query.sql.executor.EmptyDataGeneratorStep
 
EmptyIndexCursor - Class in com.arcadedb.index
 
EmptyIndexCursor() - Constructor for class com.arcadedb.index.EmptyIndexCursor
 
EmptyResult - Class in com.arcadedb.query.sql.executor
Empty Result.
EmptyResult() - Constructor for class com.arcadedb.query.sql.executor.EmptyResult
 
EmptyStep - Class in com.arcadedb.query.sql.executor
Created by luigidellaquila on 08/07/16.
EmptyStep(CommandContext, boolean) - Constructor for class com.arcadedb.query.sql.executor.EmptyStep
 
enable_tracing() - Method in class com.arcadedb.query.sql.parser.SqlParser
Enable tracing.
encapsulateInAndBlock(BooleanExpression) - Method in class com.arcadedb.query.sql.parser.AndBlock
 
encapsulateInAndBlock(BooleanExpression) - Method in class com.arcadedb.query.sql.parser.BooleanExpression
 
encode(String) - Method in interface com.arcadedb.query.sql.executor.Result
 
encode(String) - Static method in class com.arcadedb.query.sql.parser.BaseExpression
Transforms, only if needed, the source string escaping the characters \ and ".
encode(String) - Static method in class com.arcadedb.query.sql.parser.Expression
 
encode(String, String) - Static method in class com.arcadedb.utility.FileUtils
 
encodeSingle(String) - Static method in class com.arcadedb.query.sql.parser.Expression
 
endColumn - Variable in class com.arcadedb.query.sql.parser.Token
The column number of the last character of this Token.
endLine - Variable in class com.arcadedb.query.sql.parser.Token
The line number of the last character of this Token.
endPositionInLog - Variable in class com.arcadedb.engine.WALFile.WALTransaction
 
endUserMessage(Throwable, boolean) - Static method in class com.arcadedb.query.polyglot.GraalPolyglotEngine
 
engine - Variable in class com.arcadedb.query.sql.parser.CreateIndexStatement
 
ENGINE - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
ENGINE_NAME - Static variable in class com.arcadedb.query.java.JavaQueryEngine
 
ENGINE_NAME - Static variable in class com.arcadedb.query.sql.SQLQueryEngine
 
ENGINE_NAME - Static variable in class com.arcadedb.query.sql.SQLScriptQueryEngine
 
entryIterator() - Method in class com.arcadedb.index.CompressedRID2RIDIndex
 
entryIterator() - Method in class com.arcadedb.index.CompressedRID2RIDsIndex
 
entryIterator(String...) - Method in class com.arcadedb.graph.EdgeLinkedList
 
EntryIterator() - Constructor for class com.arcadedb.index.CompressedAny2RIDIndex.EntryIterator
 
EntryIterator() - Constructor for class com.arcadedb.index.CompressedRID2RIDIndex.EntryIterator
 
EntryIterator() - Constructor for class com.arcadedb.index.CompressedRID2RIDsIndex.EntryIterator
 
entryPoint - Variable in class com.arcadedb.index.vector.HnswVectorIndex
 
entryPoint - Variable in class com.arcadedb.index.vector.HnswVectorIndexRAM
 
entryPointRIDToLoad - Variable in class com.arcadedb.index.vector.HnswVectorIndex
 
entryPoints - Variable in class com.arcadedb.query.sql.executor.AbstractTraverseStep
 
EOF - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
End of File.
EOL - Static variable in class com.arcadedb.log.LogFormatter
The end-of-line character for this platform.
eq - com.arcadedb.query.select.SelectOperator
 
eq() - Method in class com.arcadedb.query.select.SelectWhereOperatorBlock
 
EQ - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
EQEQ - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
equals(byte[], byte[], int) - Method in interface com.arcadedb.serializer.ByteArrayComparator
 
equals(byte[], byte[], int) - Method in class com.arcadedb.serializer.UnsignedBytesComparator.PureJavaComparator
 
equals(byte[], byte[], int) - Method in class com.arcadedb.serializer.UnsignedBytesComparator.UnsafeComparator
 
equals(Object) - Method in class com.arcadedb.database.BaseRecord
 
equals(Object) - Method in class com.arcadedb.database.Binary
 
equals(Object) - Method in class com.arcadedb.database.ImmutableEmbeddedDocument
 
equals(Object) - Method in class com.arcadedb.database.LocalDatabase
Returns true if two databases are the same.
equals(Object) - Method in class com.arcadedb.database.MutableEmbeddedDocument
 
equals(Object) - Method in class com.arcadedb.database.RID
 
equals(Object) - Method in class com.arcadedb.database.TransactionIndexContext.ComparableKey
 
equals(Object) - Method in class com.arcadedb.database.TransactionIndexContext.IndexKey
 
equals(Object) - Method in class com.arcadedb.engine.BasePage
 
equals(Object) - Method in class com.arcadedb.engine.CachedPage
 
equals(Object) - Method in class com.arcadedb.engine.FileManager.FileChange
 
equals(Object) - Method in class com.arcadedb.engine.LocalBucket
 
equals(Object) - Method in class com.arcadedb.engine.PageId
 
equals(Object) - Method in class com.arcadedb.index.IndexCursorEntry
 
equals(Object) - Method in class com.arcadedb.index.lsm.LSMTreeIndex
 
equals(Object) - Method in class com.arcadedb.index.TypeIndex
 
equals(Object) - Method in class com.arcadedb.index.vector.HnswVectorIndex
 
equals(Object) - Method in class com.arcadedb.query.sql.executor.ResultInternal
 
equals(Object) - Method in class com.arcadedb.query.sql.parser.ContainsKeyOperator
 
equals(Object) - Method in class com.arcadedb.query.sql.parser.ContainsValueOperator
 
equals(Object) - Method in class com.arcadedb.query.sql.parser.CreateIndexStatement.Property
 
equals(Object) - Method in class com.arcadedb.query.sql.parser.CreatePropertyAttributeStatement
 
equals(Object) - Method in class com.arcadedb.query.sql.parser.CreatePropertyStatement
 
equals(Object) - Method in class com.arcadedb.query.sql.parser.CreateTypeAbstractStatement
 
equals(Object) - Method in class com.arcadedb.query.sql.parser.CreateVertexStatement
 
equals(Object) - Method in class com.arcadedb.query.sql.parser.DefineFunctionStatement
 
equals(Object) - Method in class com.arcadedb.query.sql.parser.DeleteEdgeStatement
 
equals(Object) - Method in class com.arcadedb.query.sql.parser.DeleteFunctionStatement
 
equals(Object) - Method in class com.arcadedb.query.sql.parser.DropBucketStatement
 
equals(Object) - Method in class com.arcadedb.query.sql.parser.DropIndexStatement
 
equals(Object) - Method in class com.arcadedb.query.sql.parser.DropPropertyStatement
 
equals(Object) - Method in class com.arcadedb.query.sql.parser.EqualsCompareOperator
 
equals(Object) - Method in class com.arcadedb.query.sql.parser.ExplainStatement
 
equals(Object) - Method in class com.arcadedb.query.sql.parser.ExpressionStatement
 
equals(Object) - Method in class com.arcadedb.query.sql.parser.FieldMatchPathItem
 
equals(Object) - Method in class com.arcadedb.query.sql.parser.ForEachBlock
 
equals(Object) - Method in class com.arcadedb.query.sql.parser.FromItem
 
equals(Object) - Method in class com.arcadedb.query.sql.parser.GeOperator
 
equals(Object) - Method in class com.arcadedb.query.sql.parser.GtOperator
 
equals(Object) - Method in class com.arcadedb.query.sql.parser.Identifier
 
equals(Object) - Method in class com.arcadedb.query.sql.parser.ILikeOperator
 
equals(Object) - Method in class com.arcadedb.query.sql.parser.ImportDatabaseStatement
 
equals(Object) - Method in class com.arcadedb.query.sql.parser.IndexIdentifier
 
equals(Object) - Method in class com.arcadedb.query.sql.parser.InOperator
 
equals(Object) - Method in class com.arcadedb.query.sql.parser.InsertBody
 
equals(Object) - Method in class com.arcadedb.query.sql.parser.InsertStatement
 
equals(Object) - Method in class com.arcadedb.query.sql.parser.JsonItem
 
equals(Object) - Method in class com.arcadedb.query.sql.parser.LeOperator
 
equals(Object) - Method in class com.arcadedb.query.sql.parser.LetStatement
 
equals(Object) - Method in class com.arcadedb.query.sql.parser.LikeOperator
 
equals(Object) - Method in class com.arcadedb.query.sql.parser.Limit
 
equals(Object) - Method in class com.arcadedb.query.sql.parser.LtOperator
 
equals(Object) - Method in class com.arcadedb.query.sql.parser.MatchExpression
 
equals(Object) - Method in class com.arcadedb.query.sql.parser.MatchFilter
 
equals(Object) - Method in class com.arcadedb.query.sql.parser.MatchFilterItem
 
equals(Object) - Method in class com.arcadedb.query.sql.parser.MatchPathItem
 
equals(Object) - Method in class com.arcadedb.query.sql.parser.MatchPathItemFirst
 
equals(Object) - Method in class com.arcadedb.query.sql.parser.MatchStatement
 
equals(Object) - Method in class com.arcadedb.query.sql.parser.MultiMatchPathItem
 
equals(Object) - Method in class com.arcadedb.query.sql.parser.NamedParameter
 
equals(Object) - Method in class com.arcadedb.query.sql.parser.NearOperator
 
equals(Object) - Method in class com.arcadedb.query.sql.parser.NeOperator
 
equals(Object) - Method in class com.arcadedb.query.sql.parser.NeqOperator
 
equals(Object) - Method in class com.arcadedb.query.sql.parser.NestedProjection
 
equals(Object) - Method in class com.arcadedb.query.sql.parser.NestedProjectionItem
 
equals(Object) - Method in class com.arcadedb.query.sql.parser.NullSafeEqualsCompareOperator
 
equals(Object) - Method in class com.arcadedb.query.sql.parser.ParenthesisExpression
 
equals(Object) - Method in class com.arcadedb.query.sql.parser.PositionalParameter
 
equals(Object) - Method in class com.arcadedb.query.sql.parser.ProfileStatement
 
equals(Object) - Method in class com.arcadedb.query.sql.parser.Projection
 
equals(Object) - Method in class com.arcadedb.query.sql.parser.ProjectionItem
 
equals(Object) - Method in class com.arcadedb.query.sql.parser.RebuildIndexStatement
 
equals(Object) - Method in class com.arcadedb.query.sql.parser.RecordAttribute
 
equals(Object) - Method in class com.arcadedb.query.sql.parser.ResourcePathItem
 
equals(Object) - Method in class com.arcadedb.query.sql.parser.Retry
 
equals(Object) - Method in class com.arcadedb.query.sql.parser.ReturnStatement
 
equals(Object) - Method in class com.arcadedb.query.sql.parser.Rid
 
equals(Object) - Method in class com.arcadedb.query.sql.parser.RollbackStatement
 
equals(Object) - Method in class com.arcadedb.query.sql.parser.SchemaIdentifier
 
equals(Object) - Method in class com.arcadedb.query.sql.parser.SimpleNode
 
equals(Object) - Method in class com.arcadedb.query.sql.parser.SleepStatement
 
equals(Object) - Method in class com.arcadedb.query.sql.parser.Timeout
 
equals(Object) - Method in class com.arcadedb.query.sql.parser.TraverseProjectionItem
 
equals(Object) - Method in class com.arcadedb.query.sql.parser.TraverseStatement
 
equals(Object) - Method in class com.arcadedb.query.sql.parser.TruncateBucketStatement
 
equals(Object) - Method in class com.arcadedb.query.sql.parser.TruncateRecordStatement
 
equals(Object) - Method in class com.arcadedb.query.sql.parser.TruncateTypeStatement
 
equals(Object) - Method in class com.arcadedb.query.sql.parser.Unwind
 
equals(Object) - Method in class com.arcadedb.query.sql.parser.UpdateAddItem
 
equals(Object) - Method in class com.arcadedb.query.sql.parser.UpdateIncrementItem
 
equals(Object) - Method in class com.arcadedb.query.sql.parser.UpdateItem
 
equals(Object) - Method in class com.arcadedb.query.sql.parser.UpdateOperations
 
equals(Object) - Method in class com.arcadedb.query.sql.parser.UpdatePutItem
 
equals(Object) - Method in class com.arcadedb.query.sql.parser.UpdateRemoveItem
 
equals(Object) - Method in class com.arcadedb.query.sql.parser.UpdateStatement
 
equals(Object) - Method in class com.arcadedb.query.sql.parser.Url
 
equals(Object) - Method in class com.arcadedb.query.sql.parser.ValueExpression
 
equals(Object) - Method in class com.arcadedb.query.sql.parser.WhileBlock
 
equals(Object) - Method in class com.arcadedb.query.sql.parser.WithinOperator
 
equals(Object) - Method in class com.arcadedb.schema.AbstractProperty
 
equals(Object) - Method in class com.arcadedb.schema.LocalDocumentType
 
equals(Object) - Method in class com.arcadedb.serializer.json.JSONObject
 
equals(Object) - Method in class com.arcadedb.utility.Pair
 
equals(Object, Identifiable) - Method in class com.arcadedb.query.sql.executor.MatchEdgeTraverser
 
equals(Object, Object) - Static method in class com.arcadedb.query.sql.executor.QueryOperatorEquals
 
equals(Object, Object) - Static method in class com.arcadedb.serializer.BinaryComparator
 
equals(Collection<Object>, Collection<Object>) - Static method in class com.arcadedb.query.sql.executor.MultiValue
 
equalsBinary(Binary, Binary) - Static method in class com.arcadedb.serializer.BinaryComparator
 
equalsBytes(byte[], byte[]) - Static method in class com.arcadedb.serializer.BinaryComparator
 
equalsBytes(byte[], byte[], int) - Static method in class com.arcadedb.serializer.BinaryComparator
 
EqualsCompareOperator - Class in com.arcadedb.query.sql.parser
 
EqualsCompareOperator(int) - Constructor for class com.arcadedb.query.sql.parser.EqualsCompareOperator
 
EqualsCompareOperator() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
equalsString(String, String) - Static method in class com.arcadedb.serializer.BinaryComparator
 
ERROR - com.arcadedb.index.lsm.LSMTreeIndexAbstract.NULL_STRATEGY
 
ERROR2 - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
ErrorCallback - Interface in com.arcadedb.database.async
 
errorRecordCallback - Variable in class com.arcadedb.database.async.DatabaseAsyncScanBucket
 
ErrorRecordCallback - Interface in com.arcadedb.engine
 
escapeHTML(String) - Static method in class com.arcadedb.utility.FileUtils
 
estimate(FromClause, BinaryCompareOperator, Object, CommandContext, Expression[]) - Method in interface com.arcadedb.query.sql.executor.IndexableSQLFunction
 
estimate(DocumentType, long, CommandContext) - Method in class com.arcadedb.query.sql.parser.WhereClause
estimates how many items of this class will be returned applying this filter
estimateIndexed(FromClause, CommandContext) - Method in class com.arcadedb.query.sql.parser.BinaryCondition
 
estimateIndexedFunction(FromClause, CommandContext, BinaryCompareOperator, Object) - Method in class com.arcadedb.query.sql.parser.BaseExpression
 
estimateIndexedFunction(FromClause, CommandContext, BinaryCompareOperator, Object) - Method in class com.arcadedb.query.sql.parser.BaseIdentifier
 
estimateIndexedFunction(FromClause, CommandContext, BinaryCompareOperator, Object) - Method in class com.arcadedb.query.sql.parser.Expression
 
estimateIndexedFunction(FromClause, CommandContext, BinaryCompareOperator, Object) - Method in class com.arcadedb.query.sql.parser.FunctionCall
 
estimateIndexedFunction(FromClause, CommandContext, BinaryCompareOperator, Object) - Method in class com.arcadedb.query.sql.parser.LevelZeroIdentifier
 
estimateIndexedFunction(FromClause, CommandContext, BinaryCompareOperator, Object) - Method in class com.arcadedb.query.sql.parser.MathExpression
 
estimateSize() - Method in interface com.arcadedb.database.Cursor
 
estimateSize() - Method in class com.arcadedb.database.IndexCursorCollection
 
estimateSize() - Method in class com.arcadedb.index.EmptyIndexCursor
 
estimateSize() - Method in class com.arcadedb.index.lsm.LSMTreeIndexCursor
 
estimateSize() - Method in class com.arcadedb.index.MultiIndexCursor
 
estimateSize() - Method in class com.arcadedb.index.TempIndexCursor
 
estimateSize() - Method in class com.arcadedb.query.sql.executor.InternalResultSet
 
estimateSize() - Method in interface com.arcadedb.query.sql.executor.ResultSet
 
EUCLIDEAN - com.arcadedb.query.sql.function.graph.SQLHeuristicFormula
 
EUCLIDEANNOSQR - com.arcadedb.query.sql.function.graph.SQLHeuristicFormula
 
eval(Document) - Method in class com.arcadedb.query.select.SelectParameterValue
 
eval(Document) - Method in class com.arcadedb.query.select.SelectPropertyValue
 
eval(Document) - Method in interface com.arcadedb.query.select.SelectRuntimeValue
 
eval(Document) - Method in class com.arcadedb.query.select.SelectTreeNode
 
eval(String) - Method in class com.arcadedb.query.polyglot.GraalPolyglotEngine
 
evaluate(Identifiable, CommandContext) - Method in class com.arcadedb.query.sql.parser.AndBlock
 
evaluate(Identifiable, CommandContext) - Method in class com.arcadedb.query.sql.parser.BetweenCondition
 
evaluate(Identifiable, CommandContext) - Method in class com.arcadedb.query.sql.parser.BinaryCondition
 
evaluate(Identifiable, CommandContext) - Method in class com.arcadedb.query.sql.parser.BooleanExpression
 
evaluate(Identifiable, CommandContext) - Method in class com.arcadedb.query.sql.parser.ContainsAllCondition
 
evaluate(Identifiable, CommandContext) - Method in class com.arcadedb.query.sql.parser.ContainsAnyCondition
 
evaluate(Identifiable, CommandContext) - Method in class com.arcadedb.query.sql.parser.ContainsCondition
 
evaluate(Identifiable, CommandContext) - Method in class com.arcadedb.query.sql.parser.ContainsTextCondition
 
evaluate(Identifiable, CommandContext) - Method in class com.arcadedb.query.sql.parser.ContainsValueCondition
 
evaluate(Identifiable, CommandContext) - Method in class com.arcadedb.query.sql.parser.InCondition
 
evaluate(Identifiable, CommandContext) - Method in class com.arcadedb.query.sql.parser.IndexMatchCondition
 
evaluate(Identifiable, CommandContext) - Method in class com.arcadedb.query.sql.parser.InstanceofCondition
 
evaluate(Identifiable, CommandContext) - Method in class com.arcadedb.query.sql.parser.IsDefinedCondition
 
evaluate(Identifiable, CommandContext) - Method in class com.arcadedb.query.sql.parser.IsNotDefinedCondition
 
evaluate(Identifiable, CommandContext) - Method in class com.arcadedb.query.sql.parser.IsNotNullCondition
 
evaluate(Identifiable, CommandContext) - Method in class com.arcadedb.query.sql.parser.IsNullCondition
 
evaluate(Identifiable, CommandContext) - Method in class com.arcadedb.query.sql.parser.MatchesCondition
 
evaluate(Identifiable, CommandContext) - Method in class com.arcadedb.query.sql.parser.NotBlock
 
evaluate(Identifiable, CommandContext) - Method in class com.arcadedb.query.sql.parser.NotInCondition
 
evaluate(Identifiable, CommandContext) - Method in class com.arcadedb.query.sql.parser.OrBlock
 
evaluate(Identifiable, CommandContext) - Method in class com.arcadedb.query.sql.parser.ParenthesisBlock
 
evaluate(CommandContext) - Method in class com.arcadedb.query.sql.executor.IfStep
 
evaluate(Result, CommandContext) - Method in class com.arcadedb.query.sql.parser.AndBlock
 
evaluate(Result, CommandContext) - Method in class com.arcadedb.query.sql.parser.BetweenCondition
 
evaluate(Result, CommandContext) - Method in class com.arcadedb.query.sql.parser.BinaryCondition
 
evaluate(Result, CommandContext) - Method in class com.arcadedb.query.sql.parser.BooleanExpression
 
evaluate(Result, CommandContext) - Method in class com.arcadedb.query.sql.parser.ContainsAllCondition
 
evaluate(Result, CommandContext) - Method in class com.arcadedb.query.sql.parser.ContainsAnyCondition
 
evaluate(Result, CommandContext) - Method in class com.arcadedb.query.sql.parser.ContainsCondition
 
evaluate(Result, CommandContext) - Method in class com.arcadedb.query.sql.parser.ContainsTextCondition
 
evaluate(Result, CommandContext) - Method in class com.arcadedb.query.sql.parser.ContainsValueCondition
 
evaluate(Result, CommandContext) - Method in class com.arcadedb.query.sql.parser.InCondition
 
evaluate(Result, CommandContext) - Method in class com.arcadedb.query.sql.parser.IndexMatchCondition
 
evaluate(Result, CommandContext) - Method in class com.arcadedb.query.sql.parser.InstanceofCondition
 
evaluate(Result, CommandContext) - Method in class com.arcadedb.query.sql.parser.IsDefinedCondition
 
evaluate(Result, CommandContext) - Method in class com.arcadedb.query.sql.parser.IsNotDefinedCondition
 
evaluate(Result, CommandContext) - Method in class com.arcadedb.query.sql.parser.IsNotNullCondition
 
evaluate(Result, CommandContext) - Method in class com.arcadedb.query.sql.parser.IsNullCondition
 
evaluate(Result, CommandContext) - Method in class com.arcadedb.query.sql.parser.MatchesCondition
 
evaluate(Result, CommandContext) - Method in class com.arcadedb.query.sql.parser.NotBlock
 
evaluate(Result, CommandContext) - Method in class com.arcadedb.query.sql.parser.NotInCondition
 
evaluate(Result, CommandContext) - Method in class com.arcadedb.query.sql.parser.OrBlock
 
evaluate(Result, CommandContext) - Method in class com.arcadedb.query.sql.parser.ParenthesisBlock
 
evaluate(Result, CommandContext) - Method in class com.arcadedb.query.sql.parser.RecordAttribute
 
evaluate(Object, CommandContext) - Method in class com.arcadedb.query.sql.parser.OrBlock
 
evaluateExpression(Object, Object) - Static method in class com.arcadedb.query.sql.parser.InCondition
 
evaluateLeft(Identifiable, CommandContext) - Method in class com.arcadedb.query.sql.parser.InCondition
 
evaluateLeft(Result, CommandContext) - Method in class com.arcadedb.query.sql.parser.InCondition
 
evaluateParameters() - Method in interface com.arcadedb.query.sql.executor.SQLMethod
 
evaluateParameters() - Method in class com.arcadedb.query.sql.method.AbstractSQLMethod
 
evaluateParameters() - Method in class com.arcadedb.query.sql.method.collection.SQLMethodField
 
evaluateRight(Identifiable, CommandContext) - Method in class com.arcadedb.query.sql.parser.InCondition
 
evaluateRight(Identifiable, CommandContext) - Method in class com.arcadedb.query.sql.parser.RightBinaryCondition
 
evaluateRight(Result, CommandContext) - Method in class com.arcadedb.query.sql.parser.InCondition
 
evaluateRight(Result, CommandContext) - Method in class com.arcadedb.query.sql.parser.RightBinaryCondition
 
evaluateValue(Document, Object) - Static method in class com.arcadedb.query.select.SelectExecutor
 
events - Variable in class com.arcadedb.schema.LocalDocumentType
 
evictionRuns - Variable in class com.arcadedb.engine.PageManager.PPageManagerStats
 
EXCEPTION - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
EXCEPTION - Static variable in class com.arcadedb.query.sql.parser.Timeout
 
exclude - Variable in class com.arcadedb.query.sql.parser.NestedProjectionItem
 
exclude - Variable in class com.arcadedb.query.sql.parser.ProjectionItem
 
excludeItems - Variable in class com.arcadedb.query.sql.parser.NestedProjection
 
execute() - Method in interface com.arcadedb.database.BasicDatabase.TransactionScope
Callback executed inside a transaction.
execute() - Method in class com.arcadedb.utility.SoftThread
 
execute(DatabaseAsyncExecutorImpl.AsyncThread, DatabaseInternal) - Method in class com.arcadedb.database.async.CreateBothVerticesAndEdgeAsyncTask
 
execute(DatabaseAsyncExecutorImpl.AsyncThread, DatabaseInternal) - Method in class com.arcadedb.database.async.CreateDestinationVertexAndEdgeAsyncTask
 
execute(DatabaseAsyncExecutorImpl.AsyncThread, DatabaseInternal) - Method in class com.arcadedb.database.async.CreateEdgeAsyncTask
 
execute(DatabaseAsyncExecutorImpl.AsyncThread, DatabaseInternal) - Method in class com.arcadedb.database.async.CreateIncomingEdgeAsyncTask
 
execute(DatabaseAsyncExecutorImpl.AsyncThread, DatabaseInternal) - Method in class com.arcadedb.database.async.CreateOutgoingEdgesAsyncTask
 
execute(DatabaseAsyncExecutorImpl.AsyncThread, DatabaseInternal) - Method in class com.arcadedb.database.async.CreateSourceVertexAndEdgeAsyncTask
 
execute(DatabaseAsyncExecutorImpl.AsyncThread, DatabaseInternal) - Method in class com.arcadedb.database.async.DatabaseAsyncBrowseIterator
 
execute(DatabaseAsyncExecutorImpl.AsyncThread, DatabaseInternal) - Method in class com.arcadedb.database.async.DatabaseAsyncCommand
 
execute(DatabaseAsyncExecutorImpl.AsyncThread, DatabaseInternal) - Method in class com.arcadedb.database.async.DatabaseAsyncCompletion
 
execute(DatabaseAsyncExecutorImpl.AsyncThread, DatabaseInternal) - Method in class com.arcadedb.database.async.DatabaseAsyncCreateRecord
 
execute(DatabaseAsyncExecutorImpl.AsyncThread, DatabaseInternal) - Method in class com.arcadedb.database.async.DatabaseAsyncDeleteRecord
 
execute(DatabaseAsyncExecutorImpl.AsyncThread, DatabaseInternal) - Method in class com.arcadedb.database.async.DatabaseAsyncIndexCompaction
 
execute(DatabaseAsyncExecutorImpl.AsyncThread, DatabaseInternal) - Method in class com.arcadedb.database.async.DatabaseAsyncScanBucket
 
execute(DatabaseAsyncExecutorImpl.AsyncThread, DatabaseInternal) - Method in interface com.arcadedb.database.async.DatabaseAsyncTask
 
execute(DatabaseAsyncExecutorImpl.AsyncThread, DatabaseInternal) - Method in class com.arcadedb.database.async.DatabaseAsyncTransaction
 
execute(DatabaseAsyncExecutorImpl.AsyncThread, DatabaseInternal) - Method in class com.arcadedb.database.async.DatabaseAsyncUpdateRecord
 
execute(DatabaseInternal, Object, Object) - Method in interface com.arcadedb.query.sql.parser.BinaryCompareOperator
 
execute(DatabaseInternal, Object, Object) - Method in class com.arcadedb.query.sql.parser.ContainsKeyOperator
 
execute(DatabaseInternal, Object, Object) - Method in class com.arcadedb.query.sql.parser.ContainsValueOperator
 
execute(DatabaseInternal, Object, Object) - Method in class com.arcadedb.query.sql.parser.EqualsCompareOperator
 
execute(DatabaseInternal, Object, Object) - Method in class com.arcadedb.query.sql.parser.GeOperator
 
execute(DatabaseInternal, Object, Object) - Method in class com.arcadedb.query.sql.parser.GtOperator
 
execute(DatabaseInternal, Object, Object) - Method in class com.arcadedb.query.sql.parser.ILikeOperator
 
execute(DatabaseInternal, Object, Object) - Method in class com.arcadedb.query.sql.parser.InOperator
 
execute(DatabaseInternal, Object, Object) - Method in class com.arcadedb.query.sql.parser.LeOperator
 
execute(DatabaseInternal, Object, Object) - Method in class com.arcadedb.query.sql.parser.LikeOperator
 
execute(DatabaseInternal, Object, Object) - Method in class com.arcadedb.query.sql.parser.LtOperator
 
execute(DatabaseInternal, Object, Object) - Method in class com.arcadedb.query.sql.parser.NearOperator
 
execute(DatabaseInternal, Object, Object) - Method in class com.arcadedb.query.sql.parser.NeOperator
 
execute(DatabaseInternal, Object, Object) - Method in class com.arcadedb.query.sql.parser.NeqOperator
 
execute(DatabaseInternal, Object, Object) - Method in class com.arcadedb.query.sql.parser.NullSafeEqualsCompareOperator
 
execute(DatabaseInternal, Object, Object) - Method in class com.arcadedb.query.sql.parser.WithinOperator
 
execute(Database, Object[]) - Method in class com.arcadedb.query.sql.parser.Statement
 
execute(Database, Object[], boolean) - Method in class com.arcadedb.query.sql.parser.Statement
 
execute(Database, Object[], CommandContext) - Method in class com.arcadedb.query.sql.parser.Statement
 
execute(Database, Object[], CommandContext, boolean) - Method in class com.arcadedb.query.sql.parser.CreateEdgeStatement
 
execute(Database, Object[], CommandContext, boolean) - Method in class com.arcadedb.query.sql.parser.CreateVertexStatement
 
execute(Database, Object[], CommandContext, boolean) - Method in class com.arcadedb.query.sql.parser.DDLStatement
 
execute(Database, Object[], CommandContext, boolean) - Method in class com.arcadedb.query.sql.parser.DeleteEdgeStatement
 
execute(Database, Object[], CommandContext, boolean) - Method in class com.arcadedb.query.sql.parser.DeleteStatement
 
execute(Database, Object[], CommandContext, boolean) - Method in class com.arcadedb.query.sql.parser.ExplainStatement
 
execute(Database, Object[], CommandContext, boolean) - Method in class com.arcadedb.query.sql.parser.ForEachBlock
 
execute(Database, Object[], CommandContext, boolean) - Method in class com.arcadedb.query.sql.parser.IfStatement
 
execute(Database, Object[], CommandContext, boolean) - Method in class com.arcadedb.query.sql.parser.InsertStatement
 
execute(Database, Object[], CommandContext, boolean) - Method in class com.arcadedb.query.sql.parser.MatchStatement
 
execute(Database, Object[], CommandContext, boolean) - Method in class com.arcadedb.query.sql.parser.ProfileStatement
 
execute(Database, Object[], CommandContext, boolean) - Method in class com.arcadedb.query.sql.parser.SelectStatement
 
execute(Database, Object[], CommandContext, boolean) - Method in class com.arcadedb.query.sql.parser.SimpleExecStatement
 
execute(Database, Object[], CommandContext, boolean) - Method in class com.arcadedb.query.sql.parser.Statement
 
execute(Database, Object[], CommandContext, boolean) - Method in class com.arcadedb.query.sql.parser.TraverseStatement
 
execute(Database, Object[], CommandContext, boolean) - Method in class com.arcadedb.query.sql.parser.UpdateStatement
 
execute(Database, Object[], CommandContext, boolean) - Method in class com.arcadedb.query.sql.parser.WhileBlock
 
execute(Database, Map<String, Object>) - Method in class com.arcadedb.query.sql.parser.Statement
 
execute(Database, Map<String, Object>, boolean) - Method in class com.arcadedb.query.sql.parser.Statement
 
execute(Database, Map<String, Object>, CommandContext) - Method in class com.arcadedb.query.sql.parser.Statement
 
execute(Database, Map<String, Object>, CommandContext, boolean) - Method in class com.arcadedb.query.sql.parser.SelectStatement
 
execute(Database, Map<String, Object>, CommandContext, boolean) - Method in class com.arcadedb.query.sql.parser.SimpleExecStatement
 
execute(Database, Map<String, Object>, CommandContext, boolean) - Method in class com.arcadedb.query.sql.parser.Statement
 
execute(Database, Map<String, Object>, CommandContext, boolean) - Method in class com.arcadedb.query.sql.parser.TraverseStatement
 
execute(Database, Map, CommandContext, boolean) - Method in class com.arcadedb.query.sql.parser.CreateEdgeStatement
 
execute(Database, Map, CommandContext, boolean) - Method in class com.arcadedb.query.sql.parser.CreateVertexStatement
 
execute(Database, Map, CommandContext, boolean) - Method in class com.arcadedb.query.sql.parser.DDLStatement
 
execute(Database, Map, CommandContext, boolean) - Method in class com.arcadedb.query.sql.parser.DeleteEdgeStatement
 
execute(Database, Map, CommandContext, boolean) - Method in class com.arcadedb.query.sql.parser.DeleteStatement
 
execute(Database, Map, CommandContext, boolean) - Method in class com.arcadedb.query.sql.parser.ExplainStatement
 
execute(Database, Map, CommandContext, boolean) - Method in class com.arcadedb.query.sql.parser.ForEachBlock
 
execute(Database, Map, CommandContext, boolean) - Method in class com.arcadedb.query.sql.parser.IfStatement
 
execute(Database, Map, CommandContext, boolean) - Method in class com.arcadedb.query.sql.parser.InsertStatement
 
execute(Database, Map, CommandContext, boolean) - Method in class com.arcadedb.query.sql.parser.MatchStatement
 
execute(Database, Map, CommandContext, boolean) - Method in class com.arcadedb.query.sql.parser.ProfileStatement
 
execute(Database, Map, CommandContext, boolean) - Method in class com.arcadedb.query.sql.parser.UpdateStatement
 
execute(Database, Map, CommandContext, boolean) - Method in class com.arcadedb.query.sql.parser.WhileBlock
 
execute(Identifiable, CommandContext) - Method in class com.arcadedb.query.sql.parser.ArrayConcatExpression
 
execute(Identifiable, CommandContext) - Method in class com.arcadedb.query.sql.parser.BaseExpression
 
execute(Identifiable, CommandContext) - Method in class com.arcadedb.query.sql.parser.Expression
 
execute(Identifiable, CommandContext) - Method in class com.arcadedb.query.sql.parser.MathExpression
 
execute(Identifiable, CommandContext) - Method in class com.arcadedb.query.sql.parser.ParenthesisExpression
 
execute(Identifiable, CommandContext) - Method in class com.arcadedb.query.sql.parser.SuffixIdentifier
 
execute(Identifiable, CommandContext) - Method in class com.arcadedb.query.sql.parser.ValueExpression
 
execute(Identifiable, Object, CommandContext) - Method in class com.arcadedb.query.sql.parser.ArrayRangeSelector
 
execute(Identifiable, Object, CommandContext) - Method in class com.arcadedb.query.sql.parser.ArraySingleValuesSelector
 
execute(Identifiable, Object, CommandContext) - Method in class com.arcadedb.query.sql.parser.Modifier
 
execute(Identifiable, Object, CommandContext) - Method in class com.arcadedb.query.sql.parser.RightBinaryCondition
 
execute(Record, CommandContext) - Method in class com.arcadedb.query.sql.parser.BaseIdentifier
 
execute(Record, CommandContext) - Method in class com.arcadedb.query.sql.parser.LevelZeroIdentifier
 
execute(Record, CommandContext) - Method in class com.arcadedb.query.sql.parser.PCollection
 
execute(Record, CommandContext) - Method in class com.arcadedb.query.sql.parser.ProjectionItem
 
execute(PolyglotFunctionLibraryDefinition.Callback) - Method in class com.arcadedb.function.polyglot.PolyglotFunctionLibraryDefinition
 
execute(GraalPolyglotEngine) - Method in interface com.arcadedb.function.polyglot.PolyglotFunctionLibraryDefinition.Callback
 
execute(CommandContext) - Method in class com.arcadedb.query.sql.function.graph.SQLFunctionPathFinder
 
execute(CommandContext) - Method in class com.arcadedb.query.sql.parser.SuffixIdentifier
 
execute(Result, CommandContext) - Method in class com.arcadedb.query.sql.parser.ArrayConcatExpression
 
execute(Result, CommandContext) - Method in class com.arcadedb.query.sql.parser.BaseExpression
 
execute(Result, CommandContext) - Method in class com.arcadedb.query.sql.parser.BaseIdentifier
 
execute(Result, CommandContext) - Method in class com.arcadedb.query.sql.parser.Expression
 
execute(Result, CommandContext) - Method in class com.arcadedb.query.sql.parser.LevelZeroIdentifier
 
execute(Result, CommandContext) - Method in class com.arcadedb.query.sql.parser.MathExpression
 
execute(Result, CommandContext) - Method in class com.arcadedb.query.sql.parser.ParenthesisExpression
 
execute(Result, CommandContext) - Method in class com.arcadedb.query.sql.parser.PCollection
 
execute(Result, CommandContext) - Method in class com.arcadedb.query.sql.parser.ProjectionItem
 
execute(Result, CommandContext) - Method in class com.arcadedb.query.sql.parser.SuffixIdentifier
 
execute(Result, CommandContext) - Method in class com.arcadedb.query.sql.parser.TraverseProjectionItem
 
execute(Result, CommandContext) - Method in class com.arcadedb.query.sql.parser.ValueExpression
 
execute(Result, Object, CommandContext) - Method in class com.arcadedb.query.sql.parser.ArrayRangeSelector
 
execute(Result, Object, CommandContext) - Method in class com.arcadedb.query.sql.parser.ArraySingleValuesSelector
 
execute(Result, Object, CommandContext) - Method in class com.arcadedb.query.sql.parser.Modifier
 
execute(Result, Object, CommandContext) - Method in class com.arcadedb.query.sql.parser.RightBinaryCondition
 
execute(Iterable, CommandContext) - Method in class com.arcadedb.query.sql.parser.SuffixIdentifier
 
execute(Object...) - Method in interface com.arcadedb.function.FunctionDefinition
Executes the function passing optional parameters.
execute(Object...) - Method in class com.arcadedb.function.java.JavaMethodFunctionDefinition
 
execute(Object...) - Method in class com.arcadedb.function.polyglot.JavascriptFunctionDefinition
 
execute(Object...) - Method in class com.arcadedb.function.sql.SQLFunctionDefinition
 
execute(Object, Identifiable, CommandContext, Object, Object[]) - Method in interface com.arcadedb.query.sql.executor.SQLMethod
Process a record.
execute(Object, Identifiable, CommandContext, Object, Object[]) - Method in class com.arcadedb.query.sql.method.collection.SQLMethodField
 
execute(Object, Identifiable, CommandContext, Object, Object[]) - Method in class com.arcadedb.query.sql.method.collection.SQLMethodKeys
 
execute(Object, Identifiable, CommandContext, Object, Object[]) - Method in class com.arcadedb.query.sql.method.collection.SQLMethodRemove
 
execute(Object, Identifiable, CommandContext, Object, Object[]) - Method in class com.arcadedb.query.sql.method.collection.SQLMethodRemoveAll
 
execute(Object, Identifiable, CommandContext, Object, Object[]) - Method in class com.arcadedb.query.sql.method.collection.SQLMethodSize
 
execute(Object, Identifiable, CommandContext, Object, Object[]) - Method in class com.arcadedb.query.sql.method.collection.SQLMethodTransform
 
execute(Object, Identifiable, CommandContext, Object, Object[]) - Method in class com.arcadedb.query.sql.method.collection.SQLMethodValues
 
execute(Object, Identifiable, CommandContext, Object, Object[]) - Method in class com.arcadedb.query.sql.method.conversion.SQLMethodAsBoolean
 
execute(Object, Identifiable, CommandContext, Object, Object[]) - Method in class com.arcadedb.query.sql.method.conversion.SQLMethodAsByte
 
execute(Object, Identifiable, CommandContext, Object, Object[]) - Method in class com.arcadedb.query.sql.method.conversion.SQLMethodAsDate
 
execute(Object, Identifiable, CommandContext, Object, Object[]) - Method in class com.arcadedb.query.sql.method.conversion.SQLMethodAsDateTime
 
execute(Object, Identifiable, CommandContext, Object, Object[]) - Method in class com.arcadedb.query.sql.method.conversion.SQLMethodAsDecimal
 
execute(Object, Identifiable, CommandContext, Object, Object[]) - Method in class com.arcadedb.query.sql.method.conversion.SQLMethodAsDouble
 
execute(Object, Identifiable, CommandContext, Object, Object[]) - Method in class com.arcadedb.query.sql.method.conversion.SQLMethodAsFloat
 
execute(Object, Identifiable, CommandContext, Object, Object[]) - Method in class com.arcadedb.query.sql.method.conversion.SQLMethodAsInteger
 
execute(Object, Identifiable, CommandContext, Object, Object[]) - Method in class com.arcadedb.query.sql.method.conversion.SQLMethodAsList
 
execute(Object, Identifiable, CommandContext, Object, Object[]) - Method in class com.arcadedb.query.sql.method.conversion.SQLMethodAsLong
 
execute(Object, Identifiable, CommandContext, Object, Object[]) - Method in class com.arcadedb.query.sql.method.conversion.SQLMethodAsMap
 
execute(Object, Identifiable, CommandContext, Object, Object[]) - Method in class com.arcadedb.query.sql.method.conversion.SQLMethodAsRecord
 
execute(Object, Identifiable, CommandContext, Object, Object[]) - Method in class com.arcadedb.query.sql.method.conversion.SQLMethodAsRID
 
execute(Object, Identifiable, CommandContext, Object, Object[]) - Method in class com.arcadedb.query.sql.method.conversion.SQLMethodAsSet
 
execute(Object, Identifiable, CommandContext, Object, Object[]) - Method in class com.arcadedb.query.sql.method.conversion.SQLMethodAsShort
 
execute(Object, Identifiable, CommandContext, Object, Object[]) - Method in class com.arcadedb.query.sql.method.conversion.SQLMethodAsString
 
execute(Object, Identifiable, CommandContext, Object, Object[]) - Method in class com.arcadedb.query.sql.method.conversion.SQLMethodConvert
 
execute(Object, Identifiable, CommandContext, Object, Object[]) - Method in class com.arcadedb.query.sql.method.geo.SQLMethodIntersectsWith
 
execute(Object, Identifiable, CommandContext, Object, Object[]) - Method in class com.arcadedb.query.sql.method.geo.SQLMethodIsWithin
 
execute(Object, Identifiable, CommandContext, Object, Object[]) - Method in class com.arcadedb.query.sql.method.misc.SQLMethodExclude
 
execute(Object, Identifiable, CommandContext, Object, Object[]) - Method in class com.arcadedb.query.sql.method.misc.SQLMethodHash
 
execute(Object, Identifiable, CommandContext, Object, Object[]) - Method in class com.arcadedb.query.sql.method.misc.SQLMethodIfNull
 
execute(Object, Identifiable, CommandContext, Object, Object[]) - Method in class com.arcadedb.query.sql.method.misc.SQLMethodInclude
 
execute(Object, Identifiable, CommandContext, Object, Object[]) - Method in class com.arcadedb.query.sql.method.misc.SQLMethodJavaType
 
execute(Object, Identifiable, CommandContext, Object, Object[]) - Method in class com.arcadedb.query.sql.method.misc.SQLMethodPrecision
 
execute(Object, Identifiable, CommandContext, Object, Object[]) - Method in class com.arcadedb.query.sql.method.misc.SQLMethodToJSON
 
execute(Object, Identifiable, CommandContext, Object, Object[]) - Method in class com.arcadedb.query.sql.method.misc.SQLMethodType
 
execute(Object, Identifiable, CommandContext, Object, Object[]) - Method in class com.arcadedb.query.sql.method.string.SQLMethodAppend
 
execute(Object, Identifiable, CommandContext, Object, Object[]) - Method in class com.arcadedb.query.sql.method.string.SQLMethodCapitalize
 
execute(Object, Identifiable, CommandContext, Object, Object[]) - Method in class com.arcadedb.query.sql.method.string.SQLMethodCharAt
 
execute(Object, Identifiable, CommandContext, Object, Object[]) - Method in class com.arcadedb.query.sql.method.string.SQLMethodFormat
 
execute(Object, Identifiable, CommandContext, Object, Object[]) - Method in class com.arcadedb.query.sql.method.string.SQLMethodIndexOf
 
execute(Object, Identifiable, CommandContext, Object, Object[]) - Method in class com.arcadedb.query.sql.method.string.SQLMethodLastIndexOf
 
execute(Object, Identifiable, CommandContext, Object, Object[]) - Method in class com.arcadedb.query.sql.method.string.SQLMethodLeft
 
execute(Object, Identifiable, CommandContext, Object, Object[]) - Method in class com.arcadedb.query.sql.method.string.SQLMethodLength
 
execute(Object, Identifiable, CommandContext, Object, Object[]) - Method in class com.arcadedb.query.sql.method.string.SQLMethodNormalize
 
execute(Object, Identifiable, CommandContext, Object, Object[]) - Method in class com.arcadedb.query.sql.method.string.SQLMethodPrefix
 
execute(Object, Identifiable, CommandContext, Object, Object[]) - Method in class com.arcadedb.query.sql.method.string.SQLMethodReplace
 
execute(Object, Identifiable, CommandContext, Object, Object[]) - Method in class com.arcadedb.query.sql.method.string.SQLMethodRight
 
execute(Object, Identifiable, CommandContext, Object, Object[]) - Method in class com.arcadedb.query.sql.method.string.SQLMethodSplit
 
execute(Object, Identifiable, CommandContext, Object, Object[]) - Method in class com.arcadedb.query.sql.method.string.SQLMethodSubString
 
execute(Object, Identifiable, CommandContext, Object, Object[]) - Method in class com.arcadedb.query.sql.method.string.SQLMethodToLowerCase
 
execute(Object, Identifiable, CommandContext, Object, Object[]) - Method in class com.arcadedb.query.sql.method.string.SQLMethodToUpperCase
 
execute(Object, Identifiable, CommandContext, Object, Object[]) - Method in class com.arcadedb.query.sql.method.string.SQLMethodTrim
 
execute(Object, Identifiable, Object, Object[], CommandContext) - Method in interface com.arcadedb.query.sql.executor.SQLFunction
Process a record.
execute(Object, Identifiable, Object, Object[], CommandContext) - Method in class com.arcadedb.query.sql.function.coll.SQLFunctionDifference
 
execute(Object, Identifiable, Object, Object[], CommandContext) - Method in class com.arcadedb.query.sql.function.coll.SQLFunctionFirst
 
execute(Object, Identifiable, Object, Object[], CommandContext) - Method in class com.arcadedb.query.sql.function.coll.SQLFunctionIntersect
 
execute(Object, Identifiable, Object, Object[], CommandContext) - Method in class com.arcadedb.query.sql.function.coll.SQLFunctionLast
 
execute(Object, Identifiable, Object, Object[], CommandContext) - Method in class com.arcadedb.query.sql.function.coll.SQLFunctionList
 
execute(Object, Identifiable, Object, Object[], CommandContext) - Method in class com.arcadedb.query.sql.function.coll.SQLFunctionMap
 
execute(Object, Identifiable, Object, Object[], CommandContext) - Method in class com.arcadedb.query.sql.function.coll.SQLFunctionSet
 
execute(Object, Identifiable, Object, Object[], CommandContext) - Method in class com.arcadedb.query.sql.function.coll.SQLFunctionSymmetricDifference
 
execute(Object, Identifiable, Object, Object[], CommandContext) - Method in class com.arcadedb.query.sql.function.coll.SQLFunctionUnionAll
 
execute(Object, Identifiable, Object, Object[], CommandContext) - Method in class com.arcadedb.query.sql.function.geo.SQLFunctionCircle
 
execute(Object, Identifiable, Object, Object[], CommandContext) - Method in class com.arcadedb.query.sql.function.geo.SQLFunctionDistance
 
execute(Object, Identifiable, Object, Object[], CommandContext) - Method in class com.arcadedb.query.sql.function.geo.SQLFunctionLineString
 
execute(Object, Identifiable, Object, Object[], CommandContext) - Method in class com.arcadedb.query.sql.function.geo.SQLFunctionPoint
 
execute(Object, Identifiable, Object, Object[], CommandContext) - Method in class com.arcadedb.query.sql.function.geo.SQLFunctionPolygon
 
execute(Object, Identifiable, Object, Object[], CommandContext) - Method in class com.arcadedb.query.sql.function.geo.SQLFunctionRectangle
 
execute(Object, Identifiable, Object, Object[], CommandContext) - Method in class com.arcadedb.query.sql.function.graph.SQLFunctionAstar
 
execute(Object, Identifiable, Object, Object[], CommandContext) - Method in class com.arcadedb.query.sql.function.graph.SQLFunctionDijkstra
 
execute(Object, Identifiable, Object, Object[], CommandContext) - Method in class com.arcadedb.query.sql.function.graph.SQLFunctionMove
 
execute(Object, Identifiable, Object, Object[], CommandContext) - Method in class com.arcadedb.query.sql.function.graph.SQLFunctionShortestPath
 
execute(Object, Identifiable, Object, Object[], CommandContext) - Method in class com.arcadedb.query.sql.function.math.SQLFunctionAbsoluteValue
 
execute(Object, Identifiable, Object, Object[], CommandContext) - Method in class com.arcadedb.query.sql.function.math.SQLFunctionAverage
 
execute(Object, Identifiable, Object, Object[], CommandContext) - Method in class com.arcadedb.query.sql.function.math.SQLFunctionCount
 
execute(Object, Identifiable, Object, Object[], CommandContext) - Method in class com.arcadedb.query.sql.function.math.SQLFunctionEval
 
execute(Object, Identifiable, Object, Object[], CommandContext) - Method in class com.arcadedb.query.sql.function.math.SQLFunctionMax
 
execute(Object, Identifiable, Object, Object[], CommandContext) - Method in class com.arcadedb.query.sql.function.math.SQLFunctionMin
 
execute(Object, Identifiable, Object, Object[], CommandContext) - Method in class com.arcadedb.query.sql.function.math.SQLFunctionMode
 
execute(Object, Identifiable, Object, Object[], CommandContext) - Method in class com.arcadedb.query.sql.function.math.SQLFunctionPercentile
 
execute(Object, Identifiable, Object, Object[], CommandContext) - Method in class com.arcadedb.query.sql.function.math.SQLFunctionRandomInt
 
execute(Object, Identifiable, Object, Object[], CommandContext) - Method in class com.arcadedb.query.sql.function.math.SQLFunctionSquareRoot
 
execute(Object, Identifiable, Object, Object[], CommandContext) - Method in class com.arcadedb.query.sql.function.math.SQLFunctionSum
 
execute(Object, Identifiable, Object, Object[], CommandContext) - Method in class com.arcadedb.query.sql.function.math.SQLFunctionVariance
 
execute(Object, Identifiable, Object, Object[], CommandContext) - Method in class com.arcadedb.query.sql.function.misc.SQLFunctionBoolAnd
 
execute(Object, Identifiable, Object, Object[], CommandContext) - Method in class com.arcadedb.query.sql.function.misc.SQLFunctionBoolOr
 
execute(Object, Identifiable, Object, Object[], CommandContext) - Method in class com.arcadedb.query.sql.function.misc.SQLFunctionCoalesce
 
execute(Object, Identifiable, Object, Object[], CommandContext) - Method in class com.arcadedb.query.sql.function.misc.SQLFunctionDecode
 
execute(Object, Identifiable, Object, Object[], CommandContext) - Method in class com.arcadedb.query.sql.function.misc.SQLFunctionEncode
 
execute(Object, Identifiable, Object, Object[], CommandContext) - Method in class com.arcadedb.query.sql.function.misc.SQLFunctionIf
 
execute(Object, Identifiable, Object, Object[], CommandContext) - Method in class com.arcadedb.query.sql.function.misc.SQLFunctionIfNull
 
execute(Object, Identifiable, Object, Object[], CommandContext) - Method in class com.arcadedb.query.sql.function.misc.SQLFunctionUUID
 
execute(Object, Identifiable, Object, Object[], CommandContext) - Method in class com.arcadedb.query.sql.function.misc.SQLStaticReflectiveFunction
 
execute(Object, Identifiable, Object, Object[], CommandContext) - Method in class com.arcadedb.query.sql.function.text.SQLFunctionConcat
 
execute(Object, Identifiable, Object, Object[], CommandContext) - Method in class com.arcadedb.query.sql.function.text.SQLFunctionFormat
 
execute(Object, Identifiable, Object, Object[], CommandContext) - Method in class com.arcadedb.query.sql.function.text.SQLFunctionStrcmpci
 
execute(Object, Identifiable, Object, Object[], CommandContext) - Method in class com.arcadedb.query.sql.function.time.SQLFunctionDate
 
execute(Object, Identifiable, Object, Object[], CommandContext) - Method in class com.arcadedb.query.sql.function.time.SQLFunctionDuration
 
execute(Object, Identifiable, Object, Object[], CommandContext) - Method in class com.arcadedb.query.sql.function.time.SQLFunctionSysdate
 
execute(Object, Identifiable, Object, Object[], CommandContext) - Method in class com.arcadedb.query.sql.function.vector.SQLFunctionVectorNeighbors
 
execute(Object, Identifiable, Object, Object[], Iterable<Identifiable>, CommandContext) - Method in interface com.arcadedb.query.sql.executor.SQLFunctionFiltered
 
execute(Object, Identifiable, Object, Object[], Iterable<Identifiable>, CommandContext) - Method in class com.arcadedb.query.sql.function.graph.SQLFunctionMoveFiltered
 
execute(Object, CommandContext) - Method in class com.arcadedb.query.sql.parser.FunctionCall
 
execute(Object, CommandContext) - Method in class com.arcadedb.query.sql.parser.MethodCall
 
execute(Object, CommandContext) - Method in class com.arcadedb.query.sql.parser.SuffixIdentifier
 
execute(Object, Iterable<Identifiable>, CommandContext) - Method in class com.arcadedb.query.sql.parser.MethodCall
 
execute(Object, Object) - Method in class com.arcadedb.query.sql.parser.ContainsAllCondition
 
execute(Object, Object) - Method in class com.arcadedb.query.sql.parser.ContainsAnyCondition
 
execute(Object, Object) - Method in class com.arcadedb.query.sql.parser.ContainsCondition
 
execute(String, String, Object...) - Method in interface com.arcadedb.database.BasicDatabase
Deprecated.
execute(String, String, Object...) - Method in class com.arcadedb.database.LocalDatabase
Deprecated.
execute(String, String, Map<String, Object>) - Method in interface com.arcadedb.database.Database
Deprecated.
execute(String, String, Map<String, Object>) - Method in class com.arcadedb.database.LocalDatabase
Deprecated.
execute(Iterator, CommandContext) - Method in class com.arcadedb.query.sql.parser.SuffixIdentifier
 
execute(Map, CommandContext) - Method in class com.arcadedb.query.sql.parser.SuffixIdentifier
 
EXECUTE - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
executeCallbacks(DatabaseInternal.CALLBACK_EVENT) - Method in interface com.arcadedb.database.DatabaseInternal
 
executeCallbacks(DatabaseInternal.CALLBACK_EVENT) - Method in class com.arcadedb.database.LocalDatabase
 
executeDDL(CommandContext) - Method in class com.arcadedb.query.sql.parser.AlterBucketStatement
 
executeDDL(CommandContext) - Method in class com.arcadedb.query.sql.parser.AlterDatabaseStatement
 
executeDDL(CommandContext) - Method in class com.arcadedb.query.sql.parser.AlterPropertyStatement
 
executeDDL(CommandContext) - Method in class com.arcadedb.query.sql.parser.AlterTypeStatement
 
executeDDL(CommandContext) - Method in class com.arcadedb.query.sql.parser.CreateBucketStatement
 
executeDDL(CommandContext) - Method in class com.arcadedb.query.sql.parser.CreateIndexStatement
 
executeDDL(CommandContext) - Method in class com.arcadedb.query.sql.parser.CreatePropertyStatement
 
executeDDL(CommandContext) - Method in class com.arcadedb.query.sql.parser.CreateTypeAbstractStatement
 
executeDDL(CommandContext) - Method in class com.arcadedb.query.sql.parser.DDLStatement
 
executeDDL(CommandContext) - Method in class com.arcadedb.query.sql.parser.DropBucketStatement
 
executeDDL(CommandContext) - Method in class com.arcadedb.query.sql.parser.DropIndexStatement
 
executeDDL(CommandContext) - Method in class com.arcadedb.query.sql.parser.DropPropertyStatement
 
executeDDL(CommandContext) - Method in class com.arcadedb.query.sql.parser.DropTypeStatement
 
executeDDL(CommandContext) - Method in class com.arcadedb.query.sql.parser.RebuildIndexStatement
 
executeDDL(CommandContext) - Method in class com.arcadedb.query.sql.parser.TruncateBucketStatement
 
executeDDL(CommandContext) - Method in class com.arcadedb.query.sql.parser.TruncateTypeStatement
 
executeFull() - Method in class com.arcadedb.query.sql.executor.ScriptExecutionPlan
executes the whole script and returns last statement ONLY if it's a RETURN, otherwise it returns null;
executeIgnoringExceptions(CallableNoReturn) - Static method in class com.arcadedb.utility.CodeUtils
 
executeIgnoringExceptions(CallableNoReturn, String, boolean) - Static method in class com.arcadedb.utility.CodeUtils
 
executeIndexedFunction(FromClause, CommandContext) - Method in class com.arcadedb.query.sql.parser.BinaryCondition
 
executeIndexedFunction(FromClause, CommandContext, BinaryCompareOperator, Object) - Method in class com.arcadedb.query.sql.parser.BaseExpression
 
executeIndexedFunction(FromClause, CommandContext, BinaryCompareOperator, Object) - Method in class com.arcadedb.query.sql.parser.BaseIdentifier
 
executeIndexedFunction(FromClause, CommandContext, BinaryCompareOperator, Object) - Method in class com.arcadedb.query.sql.parser.Expression
 
executeIndexedFunction(FromClause, CommandContext, BinaryCompareOperator, Object) - Method in class com.arcadedb.query.sql.parser.FunctionCall
see OIndexableSQLFunction.searchFromTarget()
executeIndexedFunction(FromClause, CommandContext, BinaryCompareOperator, Object) - Method in class com.arcadedb.query.sql.parser.LevelZeroIdentifier
 
executeIndexedFunction(FromClause, CommandContext, BinaryCompareOperator, Object) - Method in class com.arcadedb.query.sql.parser.MathExpression
 
executeIndexedFunctionAfterIndexSearch(FromClause, CommandContext) - Method in class com.arcadedb.query.sql.parser.BinaryCondition
tests if current expression involves an indexed function AND the function has also to be executed after the index search.
executeIndexedFunctionAfterIndexSearch(FromClause, CommandContext, BinaryCompareOperator, Object) - Method in class com.arcadedb.query.sql.parser.BaseExpression
tests if current expression is an indexed function AND the function has also to be executed after the index search.
executeIndexedFunctionAfterIndexSearch(FromClause, CommandContext, BinaryCompareOperator, Object) - Method in class com.arcadedb.query.sql.parser.BaseIdentifier
tests if current expression is an indexed function AND the function has also to be executed after the index search.
executeIndexedFunctionAfterIndexSearch(FromClause, CommandContext, BinaryCompareOperator, Object) - Method in class com.arcadedb.query.sql.parser.Expression
tests if current expression is an indexed function AND the function has also to be executed after the index search.
executeIndexedFunctionAfterIndexSearch(FromClause, CommandContext, BinaryCompareOperator, Object) - Method in class com.arcadedb.query.sql.parser.FunctionCall
tests if current expression is an indexed function AND the function has also to be executed after the index search.
executeIndexedFunctionAfterIndexSearch(FromClause, CommandContext, BinaryCompareOperator, Object) - Method in class com.arcadedb.query.sql.parser.LevelZeroIdentifier
tests if current expression is an indexed function AND the function has also to be executed after the index search.
executeIndexedFunctionAfterIndexSearch(FromClause, CommandContext, BinaryCompareOperator, Object) - Method in class com.arcadedb.query.sql.parser.MathExpression
tests if current expression is an indexed function AND the function has also to be executed after the index search.
executeIndexedFunctionAfterIndexSearch(FromClause, CommandContext, BinaryCompareOperator, Object) - Method in class com.arcadedb.query.sql.parser.ValueExpression
 
executeInLock(Callable<Object>) - Method in class com.arcadedb.utility.LockContext
 
executeInReadLock(Callable<RET>) - Method in interface com.arcadedb.database.Database
Executes an operation in database read (shared) lock.
executeInReadLock(Callable<RET>) - Method in class com.arcadedb.database.LocalDatabase
Executes a callback in a shared lock.
executeInReadLock(Callable<RET>) - Method in class com.arcadedb.utility.RWLockContext
Executes a callback in an shared lock.
executeInternal() - Method in class com.arcadedb.query.sql.executor.DDLExecutionPlan
 
executeInternal() - Method in class com.arcadedb.query.sql.executor.InsertExecutionPlan
 
executeInternal() - Method in class com.arcadedb.query.sql.executor.SingleOpExecutionPlan
 
executeInternal() - Method in class com.arcadedb.query.sql.executor.UpdateExecutionPlan
 
executeInWriteLock(Callable<RET>) - Method in interface com.arcadedb.database.Database
Executes an operation in database write (exclusive) lock.
executeInWriteLock(Callable<RET>) - Method in class com.arcadedb.database.LocalDatabase
Executes a callback in an exclusive lock.
executeInWriteLock(Callable<RET>) - Method in class com.arcadedb.utility.RWLockContext
Executes a callback in an exclusive lock.
executeLockingFiles(Collection<Integer>, Callable<RET>) - Method in interface com.arcadedb.database.DatabaseInternal
Executes an operation after having locked files.
executeLockingFiles(Collection<Integer>, Callable<RET>) - Method in class com.arcadedb.database.LocalDatabase
 
executeQuery(SelectStatement, CommandContext) - Static method in class com.arcadedb.query.sql.parser.InCondition
 
executeReverse(Object, CommandContext) - Method in class com.arcadedb.query.sql.parser.MethodCall
 
executeSimple(CommandContext) - Method in class com.arcadedb.query.sql.parser.AlignDatabaseStatement
 
executeSimple(CommandContext) - Method in class com.arcadedb.query.sql.parser.BackupDatabaseStatement
 
executeSimple(CommandContext) - Method in class com.arcadedb.query.sql.parser.BeginStatement
 
executeSimple(CommandContext) - Method in class com.arcadedb.query.sql.parser.CheckDatabaseStatement
 
executeSimple(CommandContext) - Method in class com.arcadedb.query.sql.parser.CommitStatement
 
executeSimple(CommandContext) - Method in class com.arcadedb.query.sql.parser.ConsoleStatement
 
executeSimple(CommandContext) - Method in class com.arcadedb.query.sql.parser.DefineFunctionStatement
 
executeSimple(CommandContext) - Method in class com.arcadedb.query.sql.parser.DeleteFunctionStatement
 
executeSimple(CommandContext) - Method in class com.arcadedb.query.sql.parser.ExportDatabaseStatement
 
executeSimple(CommandContext) - Method in class com.arcadedb.query.sql.parser.ExpressionStatement
 
executeSimple(CommandContext) - Method in class com.arcadedb.query.sql.parser.ImportDatabaseStatement
 
executeSimple(CommandContext) - Method in class com.arcadedb.query.sql.parser.LetStatement
 
executeSimple(CommandContext) - Method in class com.arcadedb.query.sql.parser.ReturnStatement
 
executeSimple(CommandContext) - Method in class com.arcadedb.query.sql.parser.RollbackStatement
 
executeSimple(CommandContext) - Method in class com.arcadedb.query.sql.parser.SimpleExecStatement
 
executeSimple(CommandContext) - Method in class com.arcadedb.query.sql.parser.SleepStatement
 
executeSimple(CommandContext) - Method in class com.arcadedb.query.sql.parser.TruncateRecordStatement
 
executeTraversal(CommandContext, MatchPathItem, Identifiable, int, List<Identifiable>) - Method in class com.arcadedb.query.sql.executor.MatchEdgeTraverser
 
executeTraversal(MatchStatement.MatchContext, CommandContext, Identifiable, int) - Method in class com.arcadedb.query.sql.executor.PatternEdge
 
executeTraversal(MatchStatement.MatchContext, CommandContext, Identifiable, int) - Method in class com.arcadedb.query.sql.parser.MatchPathItem
 
executeUntilReturn() - Method in class com.arcadedb.query.sql.executor.IfExecutionPlan
 
executeUntilReturn() - Method in class com.arcadedb.query.sql.executor.ScriptExecutionPlan
executes all the script and returns last statement execution step, so that it can be executed from outside
executeUntilReturn(CommandContext) - Method in class com.arcadedb.query.sql.executor.ScriptLineStep
 
executingTask - Variable in class com.arcadedb.database.async.DatabaseAsyncExecutorImpl.AsyncThread
 
ExecutionPlan - Interface in com.arcadedb.query.sql.executor
Created by luigidellaquila on 06/07/16.
ExecutionPlanCache - Class in com.arcadedb.query.sql.parser
This class is an LRU cache for already prepared SQL execution plans.
ExecutionPlanCache(DatabaseInternal, int) - Constructor for class com.arcadedb.query.sql.parser.ExecutionPlanCache
 
executionPlanCanBeCached() - Method in class com.arcadedb.query.sql.parser.ExpressionStatement
 
executionPlanCanBeCached() - Method in class com.arcadedb.query.sql.parser.SelectStatement
 
executionPlanCanBeCached() - Method in class com.arcadedb.query.sql.parser.Statement
 
ExecutionStep - Interface in com.arcadedb.query.sql.executor
Created by luigidellaquila on 20/07/16.
ExecutionStepInternal - Interface in com.arcadedb.query.sql.executor
Execution Steps are the building blocks of a query execution plan
executor - Variable in class com.arcadedb.query.select.SelectIterator
 
exists() - Method in class com.arcadedb.database.DatabaseFactory
 
EXISTS - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
existsBucket(String) - Method in class com.arcadedb.schema.LocalSchema
 
existsBucket(String) - Method in interface com.arcadedb.schema.Schema
 
existsFile(int) - Method in class com.arcadedb.engine.FileManager
 
existsIndex(String) - Method in class com.arcadedb.schema.LocalSchema
 
existsIndex(String) - Method in interface com.arcadedb.schema.Schema
 
existsPolymorphicProperty(String) - Method in interface com.arcadedb.schema.DocumentType
 
existsPolymorphicProperty(String) - Method in class com.arcadedb.schema.LocalDocumentType
 
existsProperty(String) - Method in interface com.arcadedb.schema.DocumentType
 
existsProperty(String) - Method in class com.arcadedb.schema.LocalDocumentType
 
existsRecord - Variable in class com.arcadedb.database.DatabaseStats
 
existsRecord(RID) - Method in interface com.arcadedb.database.BasicDatabase
Checks if the record exists.
existsRecord(RID) - Method in class com.arcadedb.database.LocalDatabase
 
existsRecord(RID) - Method in interface com.arcadedb.engine.Bucket
 
existsRecord(RID) - Method in class com.arcadedb.engine.LocalBucket
 
existsType(String) - Method in class com.arcadedb.schema.LocalSchema
 
existsType(String) - Method in interface com.arcadedb.schema.Schema
 
expand(Expression, String, Object, CommandContext, int) - Method in class com.arcadedb.query.sql.parser.NestedProjectionItem
 
ExpandBuff(boolean) - Method in class com.arcadedb.query.sql.parser.JavaCharStream
 
ExpandBuff(boolean) - Method in class com.arcadedb.query.sql.parser.SimpleCharStream
 
ExpandStep - Class in com.arcadedb.query.sql.executor
Expands a result-set.
ExpandStep(CommandContext, boolean) - Constructor for class com.arcadedb.query.sql.executor.ExpandStep
 
expansion - Variable in class com.arcadedb.query.sql.parser.NestedProjectionItem
 
expectedTokenSequences - Variable in exception com.arcadedb.query.sql.parser.ParseException
Each entry in this array is an array of integers.
EXPLAIN - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
ExplainResultSet - Class in com.arcadedb.query.sql.parser
Created by luigidellaquila on 08/07/16.
ExplainResultSet(ExecutionPlan) - Constructor for class com.arcadedb.query.sql.parser.ExplainResultSet
 
ExplainStatement - Class in com.arcadedb.query.sql.parser
 
ExplainStatement(int) - Constructor for class com.arcadedb.query.sql.parser.ExplainStatement
 
ExplainStatement() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
EXPORT - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
ExportDatabaseStatement - Class in com.arcadedb.query.sql.parser
 
ExportDatabaseStatement(int) - Constructor for class com.arcadedb.query.sql.parser.ExportDatabaseStatement
 
ExportDatabaseStatement() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
expression - Variable in class com.arcadedb.query.sql.parser.ArraySelector
 
expression - Variable in class com.arcadedb.query.sql.parser.ContainsValueCondition
 
expression - Variable in class com.arcadedb.query.sql.parser.ExpressionStatement
 
expression - Variable in class com.arcadedb.query.sql.parser.IfStatement
 
expression - Variable in class com.arcadedb.query.sql.parser.IsDefinedCondition
 
expression - Variable in class com.arcadedb.query.sql.parser.IsNotDefinedCondition
 
expression - Variable in class com.arcadedb.query.sql.parser.IsNotNullCondition
 
expression - Variable in class com.arcadedb.query.sql.parser.IsNullCondition
 
expression - Variable in class com.arcadedb.query.sql.parser.LetStatement
 
expression - Variable in class com.arcadedb.query.sql.parser.MatchesCondition
 
expression - Variable in class com.arcadedb.query.sql.parser.NestedProjectionItem
 
expression - Variable in class com.arcadedb.query.sql.parser.ParenthesisExpression
 
expression - Variable in class com.arcadedb.query.sql.parser.ProjectionItem
 
expression - Variable in class com.arcadedb.query.sql.parser.ReturnStatement
 
expression - Variable in class com.arcadedb.query.sql.parser.Rid
 
expression - Variable in class com.arcadedb.query.sql.parser.SleepStatement
 
Expression - Class in com.arcadedb.query.sql.parser
 
Expression(int) - Constructor for class com.arcadedb.query.sql.parser.Expression
 
Expression(Identifier) - Constructor for class com.arcadedb.query.sql.parser.Expression
 
Expression(Identifier, Modifier) - Constructor for class com.arcadedb.query.sql.parser.Expression
 
Expression(RecordAttribute, Modifier) - Constructor for class com.arcadedb.query.sql.parser.Expression
 
Expression() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
expressions - Variable in class com.arcadedb.query.sql.parser.PCollection
 
ExpressionStatement - Class in com.arcadedb.query.sql.parser
 
ExpressionStatement(int) - Constructor for class com.arcadedb.query.sql.parser.ExpressionStatement
 
ExpressionStatement() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
EXTENDS - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
extractSubQueries(Identifier, SubQueryCollector) - Method in class com.arcadedb.query.sql.parser.BaseExpression
 
extractSubQueries(Identifier, SubQueryCollector) - Method in class com.arcadedb.query.sql.parser.BaseIdentifier
 
extractSubQueries(Identifier, SubQueryCollector) - Method in class com.arcadedb.query.sql.parser.Expression
 
extractSubQueries(Identifier, SubQueryCollector) - Method in class com.arcadedb.query.sql.parser.FunctionCall
 
extractSubQueries(Identifier, SubQueryCollector) - Method in class com.arcadedb.query.sql.parser.LevelZeroIdentifier
 
extractSubQueries(Identifier, SubQueryCollector) - Method in class com.arcadedb.query.sql.parser.MathExpression
 
extractSubQueries(Identifier, SubQueryCollector) - Method in class com.arcadedb.query.sql.parser.ParenthesisExpression
 
extractSubQueries(Identifier, SubQueryCollector) - Method in class com.arcadedb.query.sql.parser.ValueExpression
 
extractSubQueries(SubQueryCollector) - Method in class com.arcadedb.query.sql.parser.AndBlock
 
extractSubQueries(SubQueryCollector) - Method in class com.arcadedb.query.sql.parser.ArrayConcatExpression
 
extractSubQueries(SubQueryCollector) - Method in class com.arcadedb.query.sql.parser.ArrayNumberSelector
 
extractSubQueries(SubQueryCollector) - Method in class com.arcadedb.query.sql.parser.ArrayRangeSelector
 
extractSubQueries(SubQueryCollector) - Method in class com.arcadedb.query.sql.parser.ArraySelector
 
extractSubQueries(SubQueryCollector) - Method in class com.arcadedb.query.sql.parser.ArraySingleValuesSelector
 
extractSubQueries(SubQueryCollector) - Method in class com.arcadedb.query.sql.parser.BaseExpression
 
extractSubQueries(SubQueryCollector) - Method in class com.arcadedb.query.sql.parser.BaseIdentifier
 
extractSubQueries(SubQueryCollector) - Method in class com.arcadedb.query.sql.parser.BetweenCondition
 
extractSubQueries(SubQueryCollector) - Method in class com.arcadedb.query.sql.parser.BinaryCondition
 
extractSubQueries(SubQueryCollector) - Method in class com.arcadedb.query.sql.parser.BooleanExpression
 
extractSubQueries(SubQueryCollector) - Method in class com.arcadedb.query.sql.parser.ContainsAllCondition
 
extractSubQueries(SubQueryCollector) - Method in class com.arcadedb.query.sql.parser.ContainsAnyCondition
 
extractSubQueries(SubQueryCollector) - Method in class com.arcadedb.query.sql.parser.ContainsCondition
 
extractSubQueries(SubQueryCollector) - Method in class com.arcadedb.query.sql.parser.ContainsTextCondition
 
extractSubQueries(SubQueryCollector) - Method in class com.arcadedb.query.sql.parser.ContainsValueCondition
 
extractSubQueries(SubQueryCollector) - Method in class com.arcadedb.query.sql.parser.Expression
 
extractSubQueries(SubQueryCollector) - Method in class com.arcadedb.query.sql.parser.FunctionCall
 
extractSubQueries(SubQueryCollector) - Method in class com.arcadedb.query.sql.parser.GroupBy
 
extractSubQueries(SubQueryCollector) - Method in class com.arcadedb.query.sql.parser.InCondition
 
extractSubQueries(SubQueryCollector) - Method in class com.arcadedb.query.sql.parser.IndexMatchCondition
 
extractSubQueries(SubQueryCollector) - Method in class com.arcadedb.query.sql.parser.InstanceofCondition
 
extractSubQueries(SubQueryCollector) - Method in class com.arcadedb.query.sql.parser.IsDefinedCondition
 
extractSubQueries(SubQueryCollector) - Method in class com.arcadedb.query.sql.parser.IsNotDefinedCondition
 
extractSubQueries(SubQueryCollector) - Method in class com.arcadedb.query.sql.parser.IsNotNullCondition
 
extractSubQueries(SubQueryCollector) - Method in class com.arcadedb.query.sql.parser.IsNullCondition
 
extractSubQueries(SubQueryCollector) - Method in class com.arcadedb.query.sql.parser.Json
 
extractSubQueries(SubQueryCollector) - Method in class com.arcadedb.query.sql.parser.JsonItem
 
extractSubQueries(SubQueryCollector) - Method in class com.arcadedb.query.sql.parser.LetClause
 
extractSubQueries(SubQueryCollector) - Method in class com.arcadedb.query.sql.parser.LetItem
 
extractSubQueries(SubQueryCollector) - Method in class com.arcadedb.query.sql.parser.LevelZeroIdentifier
 
extractSubQueries(SubQueryCollector) - Method in class com.arcadedb.query.sql.parser.MatchesCondition
 
extractSubQueries(SubQueryCollector) - Method in class com.arcadedb.query.sql.parser.MathExpression
 
extractSubQueries(SubQueryCollector) - Method in class com.arcadedb.query.sql.parser.MethodCall
 
extractSubQueries(SubQueryCollector) - Method in class com.arcadedb.query.sql.parser.Modifier
 
extractSubQueries(SubQueryCollector) - Method in class com.arcadedb.query.sql.parser.NotBlock
 
extractSubQueries(SubQueryCollector) - Method in class com.arcadedb.query.sql.parser.NotInCondition
 
extractSubQueries(SubQueryCollector) - Method in class com.arcadedb.query.sql.parser.OrBlock
 
extractSubQueries(SubQueryCollector) - Method in class com.arcadedb.query.sql.parser.OrderBy
 
extractSubQueries(SubQueryCollector) - Method in class com.arcadedb.query.sql.parser.OrderByItem
 
extractSubQueries(SubQueryCollector) - Method in class com.arcadedb.query.sql.parser.ParenthesisBlock
 
extractSubQueries(SubQueryCollector) - Method in class com.arcadedb.query.sql.parser.ParenthesisExpression
 
extractSubQueries(SubQueryCollector) - Method in class com.arcadedb.query.sql.parser.Projection
 
extractSubQueries(SubQueryCollector) - Method in class com.arcadedb.query.sql.parser.ProjectionItem
 
extractSubQueries(SubQueryCollector) - Method in class com.arcadedb.query.sql.parser.RightBinaryCondition
 
extractSubQueries(SubQueryCollector) - Method in class com.arcadedb.query.sql.parser.SuffixIdentifier
 
extractSubQueries(SubQueryCollector) - Method in class com.arcadedb.query.sql.parser.ValueExpression
 
extractSubQueries(SubQueryCollector) - Method in class com.arcadedb.query.sql.parser.WhereClause
 

F

FAIL - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
failureStrategy - Variable in class com.arcadedb.query.sql.parser.Timeout
 
FALSE - Static variable in class com.arcadedb.query.sql.parser.BooleanExpression
 
FALSE - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
fetch(Binary) - Method in interface com.arcadedb.database.Binary.FetchCallback
 
fetch(Binary.FetchCallback) - Method in class com.arcadedb.database.Binary
 
fetchCallback - Variable in class com.arcadedb.database.Binary
 
FetchEdgesFromToVerticesStep - Class in com.arcadedb.query.sql.executor
Created by luigidellaquila on 21/02/17.
FetchEdgesFromToVerticesStep(String, String, Identifier, Identifier, CommandContext, boolean) - Constructor for class com.arcadedb.query.sql.executor.FetchEdgesFromToVerticesStep
 
FetchEdgesToVerticesStep - Class in com.arcadedb.query.sql.executor
Created by luigidellaquila on 21/02/17.
FetchEdgesToVerticesStep(String, Identifier, Identifier, CommandContext, boolean) - Constructor for class com.arcadedb.query.sql.executor.FetchEdgesToVerticesStep
 
FetchFromClusterExecutionStep - Class in com.arcadedb.query.sql.executor
 
FetchFromClusterExecutionStep(int, CommandContext, boolean) - Constructor for class com.arcadedb.query.sql.executor.FetchFromClusterExecutionStep
 
FetchFromClusterExecutionStep(int, QueryPlanningInfo, CommandContext, boolean) - Constructor for class com.arcadedb.query.sql.executor.FetchFromClusterExecutionStep
 
FetchFromClustersExecutionStep - Class in com.arcadedb.query.sql.executor
Created by luigidellaquila on 21/07/16.
FetchFromClustersExecutionStep(int[], CommandContext, Boolean, boolean) - Constructor for class com.arcadedb.query.sql.executor.FetchFromClustersExecutionStep
iterates over a class and its subTypes
FetchFromIndexedFunctionStep - Class in com.arcadedb.query.sql.executor
Created by luigidellaquila on 06/08/16.
FetchFromIndexedFunctionStep(BinaryCondition, FromClause, CommandContext, boolean) - Constructor for class com.arcadedb.query.sql.executor.FetchFromIndexedFunctionStep
 
FetchFromIndexStep - Class in com.arcadedb.query.sql.executor
Created by luigidellaquila on 23/07/16.
FetchFromIndexStep(RangeIndex, BooleanExpression, BinaryCondition, boolean, CommandContext, boolean) - Constructor for class com.arcadedb.query.sql.executor.FetchFromIndexStep
 
FetchFromIndexStep(RangeIndex, BooleanExpression, BinaryCondition, CommandContext, boolean) - Constructor for class com.arcadedb.query.sql.executor.FetchFromIndexStep
 
FetchFromIndexValuesStep - Class in com.arcadedb.query.sql.executor
Created by luigidellaquila on 02/08/16.
FetchFromIndexValuesStep(RangeIndex, boolean, CommandContext, boolean) - Constructor for class com.arcadedb.query.sql.executor.FetchFromIndexValuesStep
 
FetchFromResultsetStep - Class in com.arcadedb.query.sql.executor
 
FetchFromResultsetStep(ResultSet, CommandContext, boolean) - Constructor for class com.arcadedb.query.sql.executor.FetchFromResultsetStep
 
FetchFromRidsStep - Class in com.arcadedb.query.sql.executor
Created by luigidellaquila on 22/07/16.
FetchFromRidsStep(Iterable<RID>, CommandContext, boolean) - Constructor for class com.arcadedb.query.sql.executor.FetchFromRidsStep
 
FetchFromSchemaBucketsStep - Class in com.arcadedb.query.sql.executor
Returns a Result containing metadata regarding the available buckets in the database.
FetchFromSchemaBucketsStep(CommandContext, boolean) - Constructor for class com.arcadedb.query.sql.executor.FetchFromSchemaBucketsStep
 
FetchFromSchemaDatabaseStep - Class in com.arcadedb.query.sql.executor
Returns an OResult containing metadata regarding the database
FetchFromSchemaDatabaseStep(CommandContext, boolean) - Constructor for class com.arcadedb.query.sql.executor.FetchFromSchemaDatabaseStep
 
FetchFromSchemaIndexesStep - Class in com.arcadedb.query.sql.executor
Returns an OResult containing metadata regarding the schema indexes.
FetchFromSchemaIndexesStep(CommandContext, boolean) - Constructor for class com.arcadedb.query.sql.executor.FetchFromSchemaIndexesStep
 
FetchFromSchemaTypesStep - Class in com.arcadedb.query.sql.executor
Returns an Result containing metadata regarding the schema types.
FetchFromSchemaTypesStep(CommandContext, boolean) - Constructor for class com.arcadedb.query.sql.executor.FetchFromSchemaTypesStep
 
FetchFromTypeExecutionStep - Class in com.arcadedb.query.sql.executor
Created by luigidellaquila on 08/07/16.
FetchFromTypeExecutionStep(CommandContext, boolean) - Constructor for class com.arcadedb.query.sql.executor.FetchFromTypeExecutionStep
 
FetchFromTypeExecutionStep(String, Set<String>, CommandContext, Boolean, boolean) - Constructor for class com.arcadedb.query.sql.executor.FetchFromTypeExecutionStep
 
FetchFromTypeExecutionStep(String, Set<String>, QueryPlanningInfo, CommandContext, Boolean, boolean) - Constructor for class com.arcadedb.query.sql.executor.FetchFromTypeExecutionStep
iterates over a class and its subTypes
fetchNext() - Method in class com.arcadedb.query.select.SelectIterator
 
fetchNext() - Method in class com.arcadedb.query.select.SelectParallelIterator
 
fetchNext(int) - Method in class com.arcadedb.query.sql.executor.DDLExecutionPlan
 
fetchNext(int) - Method in class com.arcadedb.query.sql.executor.IfExecutionPlan
 
fetchNext(int) - Method in class com.arcadedb.query.sql.executor.InsertExecutionPlan
 
fetchNext(int) - Method in interface com.arcadedb.query.sql.executor.InternalExecutionPlan
if the execution can still return N elements, then the result will contain them all.
fetchNext(int) - Method in class com.arcadedb.query.sql.executor.ScriptExecutionPlan
 
fetchNext(int) - Method in class com.arcadedb.query.sql.executor.SelectExecutionPlan
 
fetchNext(int) - Method in class com.arcadedb.query.sql.executor.SingleOpExecutionPlan
 
fetchNext(int) - Method in class com.arcadedb.query.sql.executor.UpdateExecutionPlan
 
fetchNextEntryPoints(CommandContext, int) - Method in class com.arcadedb.query.sql.executor.AbstractTraverseStep
 
fetchNextEntryPoints(CommandContext, int) - Method in class com.arcadedb.query.sql.executor.BreadthFirstTraverseStep
 
fetchNextEntryPoints(CommandContext, int) - Method in class com.arcadedb.query.sql.executor.DepthFirstTraverseStep
 
fetchNextResults(CommandContext, int) - Method in class com.arcadedb.query.sql.executor.AbstractTraverseStep
 
fetchNextResults(CommandContext, int) - Method in class com.arcadedb.query.sql.executor.BreadthFirstTraverseStep
 
fetchNextResults(CommandContext, int) - Method in class com.arcadedb.query.sql.executor.DepthFirstTraverseStep
 
fetchPageInTransaction(RID) - Method in class com.arcadedb.engine.LocalBucket
 
field - Variable in class com.arcadedb.query.sql.parser.FieldMatchPathItem
 
FieldMatchPathItem - Class in com.arcadedb.query.sql.parser
 
FieldMatchPathItem(int) - Constructor for class com.arcadedb.query.sql.parser.FieldMatchPathItem
 
FieldMatchPathItem() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
FIELDS_ATTR - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
file - Variable in class com.arcadedb.engine.PaginatedComponent
 
FILE_EXT - Static variable in class com.arcadedb.index.vector.HnswVectorIndex
 
FILE_URL - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
FileChange(boolean, int, String) - Constructor for class com.arcadedb.engine.FileManager.FileChange
 
fileExtension - Variable in class com.arcadedb.engine.ComponentFile
 
fileId - Variable in class com.arcadedb.engine.Component
 
fileId - Variable in class com.arcadedb.engine.ComponentFile
 
fileId - Variable in class com.arcadedb.engine.FileManager.FileChange
 
fileId - Variable in class com.arcadedb.engine.WALFile.WALPage
 
fileManager - Variable in class com.arcadedb.database.LocalDatabase
 
FileManager - Class in com.arcadedb.engine
 
FileManager(String, ComponentFile.MODE, Set<String>) - Constructor for class com.arcadedb.engine.FileManager
 
FileManager.FileChange - Class in com.arcadedb.engine
 
FileManager.FileManagerStats - Class in com.arcadedb.engine
 
FileManagerStats() - Constructor for class com.arcadedb.engine.FileManager.FileManagerStats
 
fileName - Variable in class com.arcadedb.engine.ComponentFile
 
fileName - Variable in class com.arcadedb.engine.FileManager.FileChange
 
filePath - Variable in class com.arcadedb.engine.Component
 
filePath - Variable in class com.arcadedb.engine.ComponentFile
 
FileUtils - Class in com.arcadedb.utility
 
FileUtils() - Constructor for class com.arcadedb.utility.FileUtils
 
fill(byte, int) - Method in class com.arcadedb.database.Binary
 
FillBuff() - Method in class com.arcadedb.query.sql.parser.JavaCharStream
 
FillBuff() - Method in class com.arcadedb.query.sql.parser.SimpleCharStream
 
filter - Variable in class com.arcadedb.query.sql.parser.MatchFilterItem
 
filter - Variable in class com.arcadedb.query.sql.parser.MatchPathItem
 
FilterByClustersStep - Class in com.arcadedb.query.sql.executor
Created by luigidellaquila on 01/03/17.
FilterByClustersStep(Set<String>, CommandContext, boolean) - Constructor for class com.arcadedb.query.sql.executor.FilterByClustersStep
 
FilterByTypeStep - Class in com.arcadedb.query.sql.executor
Created by luigidellaquila on 01/03/17.
FilterByTypeStep(Identifier, CommandContext, boolean) - Constructor for class com.arcadedb.query.sql.executor.FilterByTypeStep
 
FilterNotMatchPatternStep - Class in com.arcadedb.query.sql.executor
 
FilterNotMatchPatternStep(List<AbstractExecutionStep>, CommandContext, boolean) - Constructor for class com.arcadedb.query.sql.executor.FilterNotMatchPatternStep
 
filterOutRecords - Variable in class com.arcadedb.query.select.SelectIterator
 
FilterStep - Class in com.arcadedb.query.sql.executor
Created by luigidellaquila on 12/07/16.
FilterStep(WhereClause, CommandContext, boolean) - Constructor for class com.arcadedb.query.sql.executor.FilterStep
 
FIND - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
findByKey(String) - Static method in enum com.arcadedb.GlobalConfiguration
Find the OGlobalConfiguration instance by the key.
findMinimalDistances(Vertex) - Method in class com.arcadedb.query.sql.function.graph.SQLFunctionPathFinder
 
findNearest(TVector, int) - Method in class com.arcadedb.index.vector.HnswVectorIndexRAM
findNearest(TVector, int, HnswVectorIndex.IgnoreVertexCallback) - Method in class com.arcadedb.index.vector.HnswVectorIndex
 
findNeighborsFromId(TId, int) - Method in class com.arcadedb.index.vector.HnswVectorIndex
 
findNeighborsFromId(TId, int, HnswVectorIndex.IgnoreVertexCallback) - Method in class com.arcadedb.index.vector.HnswVectorIndex
 
findNeighborsFromVector(TVector, int) - Method in class com.arcadedb.index.vector.HnswVectorIndex
 
findNeighborsFromVector(TVector, int, HnswVectorIndex.IgnoreVertexCallback) - Method in class com.arcadedb.index.vector.HnswVectorIndex
 
findNeighborsFromVertex(Vertex, int, HnswVectorIndex.IgnoreVertexCallback) - Method in class com.arcadedb.index.vector.HnswVectorIndex
 
first - Variable in class com.arcadedb.query.sql.parser.BetweenCondition
 
FIRST_CHUNK - Static variable in class com.arcadedb.engine.LocalBucket
 
FirstLevelExpression - Class in com.arcadedb.query.sql.parser
 
FirstLevelExpression(int) - Constructor for class com.arcadedb.query.sql.parser.FirstLevelExpression
 
FirstLevelExpression() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
fix - Variable in class com.arcadedb.query.sql.parser.CheckDatabaseStatement
 
FIX - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
flatten() - Method in class com.arcadedb.query.sql.parser.AndBlock
 
flatten() - Method in class com.arcadedb.query.sql.parser.BooleanExpression
 
flatten() - Method in class com.arcadedb.query.sql.parser.NotBlock
 
flatten() - Method in class com.arcadedb.query.sql.parser.OrBlock
 
flatten() - Method in class com.arcadedb.query.sql.parser.ParenthesisBlock
 
flatten() - Method in class com.arcadedb.query.sql.parser.WhereClause
 
flattened - Variable in class com.arcadedb.query.sql.parser.WhereClause
 
flip() - Method in class com.arcadedb.database.Binary
 
FLOAT - com.arcadedb.schema.Type
 
FLOAT_SERIALIZED_SIZE - Static variable in class com.arcadedb.database.Binary
 
FloatChebyshevDistance() - Constructor for class com.arcadedb.index.vector.distance.ChebyshevDistance.FloatChebyshevDistance
 
FLOATING_POINT_LITERAL - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
FloatingPoint - Class in com.arcadedb.query.sql.parser
 
FloatingPoint(int) - Constructor for class com.arcadedb.query.sql.parser.FloatingPoint
 
FloatingPoint() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
flush() - Method in class com.arcadedb.log.DefaultLogger
 
flush() - Method in interface com.arcadedb.log.Logger
 
flush() - Method in class com.arcadedb.log.LogManager
 
flushPage(MutablePage) - Method in class com.arcadedb.engine.PageManager
 
flushPagesFromQueueToDisk(long) - Method in class com.arcadedb.engine.PageManagerFlushThread
 
footer - Variable in class com.arcadedb.utility.TableFormatter
 
force - Variable in class com.arcadedb.query.sql.parser.DropPropertyStatement
 
FORCE - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
FORCE_EXIT - Static variable in class com.arcadedb.database.async.DatabaseAsyncExecutorImpl
 
forceShutdown - Variable in class com.arcadedb.database.async.DatabaseAsyncExecutorImpl.AsyncThread
 
FOREACH - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
FOREACH_VARIABLE_PROGR - Static variable in class com.arcadedb.query.sql.parser.ForEachBlock
 
ForEachBlock - Class in com.arcadedb.query.sql.parser
 
ForEachBlock(int) - Constructor for class com.arcadedb.query.sql.parser.ForEachBlock
 
ForEachBlock() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
ForEachExecutionPlan - Class in com.arcadedb.query.sql.executor
 
ForEachExecutionPlan(CommandContext) - Constructor for class com.arcadedb.query.sql.executor.ForEachExecutionPlan
 
foreachRecord(Callable<Object, Identifiable>, Object, CommandContext) - Static method in class com.arcadedb.query.sql.SQLQueryEngine
 
forEachRemaining(Consumer<? super Result>) - Method in interface com.arcadedb.query.sql.executor.ResultSet
 
ForEachStep - Class in com.arcadedb.query.sql.executor
Created by luigidellaquila on 19/09/16.
ForEachStep(Identifier, Expression, List<Statement>, CommandContext, boolean) - Constructor for class com.arcadedb.query.sql.executor.ForEachStep
 
FORMAL_COMMENT - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
format - Variable in class com.arcadedb.query.sql.parser.ExportDatabaseStatement
 
format(Object, String) - Static method in class com.arcadedb.utility.DateUtils
 
format(String) - Static method in enum com.arcadedb.utility.AnsiCode
 
format(String, boolean) - Static method in enum com.arcadedb.utility.AnsiCode
 
format(LogRecord) - Method in class com.arcadedb.log.LogFormatter
 
FORMAT - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
FORMAT_BASE64 - Static variable in class com.arcadedb.query.sql.function.misc.SQLFunctionEncode
 
FORMAT_BASE64URL - Static variable in class com.arcadedb.query.sql.function.misc.SQLFunctionEncode
 
formatCell(String, int, String, String) - Method in class com.arcadedb.utility.TableFormatter
 
formatElapsed(long) - Static method in class com.arcadedb.utility.DateUtils
 
found - Variable in class com.arcadedb.index.lsm.LSMTreeIndexAbstract.LookupResult
 
FREE_PAGE_RAM - com.arcadedb.GlobalConfiguration
 
from - Variable in class com.arcadedb.query.sql.parser.ArrayRangeSelector
 
FROM - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
fromBuckets(Integer...) - Method in class com.arcadedb.query.select.Select
 
fromBuckets(String...) - Method in class com.arcadedb.query.select.Select
 
fromClause - Variable in class com.arcadedb.query.sql.parser.DeleteStatement
 
FromClause - Class in com.arcadedb.query.sql.parser
 
FromClause(int) - Constructor for class com.arcadedb.query.sql.parser.FromClause
 
FromClause() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
FromItem - Class in com.arcadedb.query.sql.parser
 
FromItem(int) - Constructor for class com.arcadedb.query.sql.parser.FromItem
 
FromItem() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
fromJSON(JSONObject) - Method in class com.arcadedb.database.MutableDocument
 
fromJSON(JSONObject) - Method in class com.arcadedb.graph.MutableEdge
 
fromJSON(JSONObject) - Method in class com.arcadedb.graph.MutableVertex
 
fromJSON(String) - Method in class com.arcadedb.ContextConfiguration
 
fromJSON(String) - Static method in enum com.arcadedb.GlobalConfiguration
 
fromMap(Map<String, Object>) - Method in class com.arcadedb.database.MutableDocument
 
fromMap(Map<String, Object>) - Method in class com.arcadedb.graph.MutableEdge
 
fromMap(Map<String, Object>) - Method in class com.arcadedb.graph.MutableVertex
 
fromSelector - Variable in class com.arcadedb.query.sql.parser.ArrayRangeSelector
 
fromType(String) - Method in class com.arcadedb.query.select.Select
 
fScore - Variable in class com.arcadedb.query.sql.function.graph.SQLFunctionAstar
 
FULL_TEXT - com.arcadedb.schema.Schema.INDEX_TYPE
 
fullName - Variable in enum com.arcadedb.security.SecurityDatabaseUser.ACCESS
 
fullName - Variable in enum com.arcadedb.security.SecurityDatabaseUser.DATABASE_ACCESS
 
function - Variable in class com.arcadedb.query.sql.parser.MatchPathItemFirst
 
FUNCTION - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
FunctionAggregationContext - Class in com.arcadedb.query.sql.executor
Delegates to an aggregate function for aggregation calculation
FunctionAggregationContext(SQLFunction, List<Expression>) - Constructor for class com.arcadedb.query.sql.executor.FunctionAggregationContext
 
functionCall - Variable in class com.arcadedb.query.sql.parser.FromItem
 
functionCall - Variable in class com.arcadedb.query.sql.parser.LevelZeroIdentifier
 
FunctionCall - Class in com.arcadedb.query.sql.parser
 
FunctionCall(int) - Constructor for class com.arcadedb.query.sql.parser.FunctionCall
 
FunctionCall() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
FunctionDefinition - Interface in com.arcadedb.function
Defines a function with a name and an entrypoint for execution.
FunctionExecutionException - Exception in com.arcadedb.function
Thrown when functions raise exceptions.
FunctionExecutionException(String) - Constructor for exception com.arcadedb.function.FunctionExecutionException
 
FunctionExecutionException(String, Throwable) - Constructor for exception com.arcadedb.function.FunctionExecutionException
 
FunctionExecutionException(Throwable) - Constructor for exception com.arcadedb.function.FunctionExecutionException
 
FunctionLibraryDefinition<T extends FunctionDefinition> - Interface in com.arcadedb.function
A function library manages executable functions.
functionName - Variable in class com.arcadedb.query.sql.parser.DefineFunctionStatement
 
functionName - Variable in class com.arcadedb.query.sql.parser.DeleteFunctionStatement
 
functions - Variable in class com.arcadedb.function.polyglot.PolyglotFunctionLibraryDefinition
 
functions - Variable in class com.arcadedb.function.sql.SQLFunctionLibraryDefinition
 
functions - Variable in class com.arcadedb.query.sql.SQLQueryEngine
 

G

gcdist(double, double, double, double) - Method in class com.arcadedb.query.sql.function.graph.SQLFunctionHeuristicPathFinderAbstract
 
ge - com.arcadedb.query.select.SelectOperator
 
ge() - Method in class com.arcadedb.query.select.SelectWhereOperatorBlock
 
GE - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
GENERATED_ALIAS_PREFIX - Static variable in class com.arcadedb.query.sql.parser.AggregateProjectionSplit
 
GENERATED_ALIAS_PREFIX - Static variable in class com.arcadedb.query.sql.parser.SubQueryCollector
 
generateKey(String...) - Method in class com.arcadedb.query.sql.executor.QueryStats
 
generateParseException() - Method in class com.arcadedb.query.sql.parser.SqlParser
Generate ParseException.
generateThreadDump(String, String) - Static method in class com.arcadedb.utility.JVMUtils
 
GeOperator - Class in com.arcadedb.query.sql.parser
 
GeOperator(int) - Constructor for class com.arcadedb.query.sql.parser.GeOperator
 
GeOperator() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
GeoUtils - Class in com.arcadedb.query.sql.function.geo
Geospatial utility class.
GeoUtils() - Constructor for class com.arcadedb.query.sql.function.geo.GeoUtils
 
get(int) - Method in class com.arcadedb.serializer.json.JSONArray
 
get(Binary, Object) - Method in class com.arcadedb.index.CompressedAny2RIDIndex
 
get(Database) - Static method in class com.arcadedb.query.sql.executor.QueryStats
 
get(RID) - Method in class com.arcadedb.index.CompressedRID2RIDIndex
 
get(RID) - Method in class com.arcadedb.index.CompressedRID2RIDsIndex
 
get(Object) - Method in class com.arcadedb.index.CompressedAny2RIDIndex
 
get(Object[]) - Method in interface com.arcadedb.index.Index
Retrieves the set of RIDs associated to a key.
get(Object[]) - Method in class com.arcadedb.index.lsm.LSMTreeFullTextIndex
 
get(Object[]) - Method in class com.arcadedb.index.lsm.LSMTreeIndex
 
get(Object[]) - Method in class com.arcadedb.index.TypeIndex
 
get(Object[]) - Method in class com.arcadedb.index.vector.HnswVectorIndex
 
get(Object[], int) - Method in interface com.arcadedb.index.Index
Retrieves the set of RIDs associated to a key with a limit for the result.
get(Object[], int) - Method in class com.arcadedb.index.lsm.LSMTreeFullTextIndex
 
get(Object[], int) - Method in class com.arcadedb.index.lsm.LSMTreeIndex
 
get(Object[], int) - Method in class com.arcadedb.index.lsm.LSMTreeIndexCompacted
 
get(Object[], int) - Method in class com.arcadedb.index.lsm.LSMTreeIndexMutable
 
get(Object[], int) - Method in class com.arcadedb.index.TypeIndex
 
get(Object[], int) - Method in class com.arcadedb.index.vector.HnswVectorIndex
 
get(String) - Method in class com.arcadedb.database.DetachedDocument
 
get(String) - Method in interface com.arcadedb.database.Document
 
get(String) - Method in class com.arcadedb.database.ImmutableDocument
 
get(String) - Method in class com.arcadedb.database.MutableDocument
 
get(String) - Method in class com.arcadedb.graph.ImmutableEdge
 
get(String) - Method in class com.arcadedb.graph.ImmutableLightEdge
 
get(String) - Method in class com.arcadedb.graph.MutableEdge
 
get(String) - Method in class com.arcadedb.query.sql.parser.Pattern
 
get(String) - Method in class com.arcadedb.query.sql.parser.StatementCache
 
get(String) - Method in class com.arcadedb.serializer.json.JSONObject
 
get(String, CommandContext) - Method in class com.arcadedb.query.sql.parser.ExecutionPlanCache
returns an already prepared SQL execution plan, taking it from the cache if it exists or creating a new one if it doesn't
get(TId) - Method in class com.arcadedb.index.vector.HnswVectorIndexRAM
getActiveDatabase() - Method in class com.arcadedb.database.DatabaseContext
This method is used by Gremlin for IO only.
getActiveDatabaseInstance(String) - Static method in class com.arcadedb.database.DatabaseFactory
 
getActiveDatabaseInstances() - Static method in class com.arcadedb.database.DatabaseFactory
 
getAggregate() - Method in class com.arcadedb.query.sql.parser.AggregateProjectionSplit
 
getAggregationContext(CommandContext) - Method in class com.arcadedb.query.sql.parser.ArrayConcatExpression
 
getAggregationContext(CommandContext) - Method in class com.arcadedb.query.sql.parser.BaseExpression
 
getAggregationContext(CommandContext) - Method in class com.arcadedb.query.sql.parser.BaseIdentifier
 
getAggregationContext(CommandContext) - Method in class com.arcadedb.query.sql.parser.Expression
 
getAggregationContext(CommandContext) - Method in class com.arcadedb.query.sql.parser.FunctionCall
 
getAggregationContext(CommandContext) - Method in class com.arcadedb.query.sql.parser.LevelZeroIdentifier
 
getAggregationContext(CommandContext) - Method in class com.arcadedb.query.sql.parser.MathExpression
 
getAggregationContext(CommandContext) - Method in class com.arcadedb.query.sql.parser.ProjectionItem
 
getAggregationContext(CommandContext) - Method in class com.arcadedb.query.sql.parser.SuffixIdentifier
 
getAggregationContext(CommandContext) - Method in class com.arcadedb.query.sql.parser.ValueExpression
 
getAlias() - Method in class com.arcadedb.query.sql.parser.MatchFilter
 
getAlias() - Method in class com.arcadedb.query.sql.parser.OrderByItem
 
getAlias() - Method in class com.arcadedb.query.sql.parser.ProjectionItem
 
getAliasToNode() - Method in class com.arcadedb.query.sql.parser.Pattern
 
getAllAliases() - Method in class com.arcadedb.query.sql.parser.Projection
 
getAllIndexes(boolean) - Method in interface com.arcadedb.schema.DocumentType
 
getAllIndexes(boolean) - Method in class com.arcadedb.schema.LocalDocumentType
 
getAllocationChunkSize() - Method in class com.arcadedb.database.Binary
 
getAnalyzer() - Method in class com.arcadedb.index.lsm.LSMTreeFullTextIndex
 
getArrayConcatExpression() - Method in class com.arcadedb.query.sql.parser.Expression
 
getAssociatedBucketId() - Method in interface com.arcadedb.index.Index
 
getAssociatedBucketId() - Method in class com.arcadedb.index.lsm.LSMTreeFullTextIndex
 
getAssociatedBucketId() - Method in class com.arcadedb.index.lsm.LSMTreeIndex
 
getAssociatedBucketId() - Method in class com.arcadedb.index.TypeIndex
 
getAssociatedBucketId() - Method in class com.arcadedb.index.vector.HnswVectorIndex
 
getAssociatedIndex() - Method in interface com.arcadedb.index.IndexInternal
 
getAssociatedIndex() - Method in class com.arcadedb.index.lsm.LSMTreeFullTextIndex
 
getAssociatedIndex() - Method in class com.arcadedb.index.lsm.LSMTreeIndex
 
getAssociatedIndex() - Method in class com.arcadedb.index.TypeIndex
 
getAssociatedIndex() - Method in class com.arcadedb.index.vector.HnswVectorIndex
 
getAuthorizedDatabases() - Method in interface com.arcadedb.security.SecurityUser
Returns the set of databases the user has access to.
getAvailableContentSize() - Method in class com.arcadedb.engine.BasePage
 
getAvailableContentSize() - Method in class com.arcadedb.engine.MutablePage
 
getAvailableLanguages() - Method in class com.arcadedb.query.QueryEngineManager
 
getAverageBothEdgeSpan(String, String) - Method in class com.arcadedb.query.sql.executor.QueryStats
 
getAverageInEdgeSpan(String, String) - Method in class com.arcadedb.query.sql.executor.QueryStats
 
getAverageOutEdgeSpan(String, String) - Method in class com.arcadedb.query.sql.executor.QueryStats
 
getBackPressure() - Method in interface com.arcadedb.database.async.DatabaseAsyncExecutor
Returns the current settings for backpressure in terms of percentage from 0 (disabled) to 100 of how much the queue is full to activate backpressure.
getBackPressure() - Method in class com.arcadedb.database.async.DatabaseAsyncExecutorImpl
 
getBaseExpression() - Method in class com.arcadedb.query.sql.parser.WhereClause
 
getBeginColumn() - Method in interface com.arcadedb.query.sql.parser.CharStream
Returns the column number of the first character for current token (being matched after the last call to BeginTOken).
getBeginColumn() - Method in class com.arcadedb.query.sql.parser.JavaCharStream
 
getBeginColumn() - Method in class com.arcadedb.query.sql.parser.SimpleCharStream
Get token beginning column number.
getBeginLine() - Method in interface com.arcadedb.query.sql.parser.CharStream
Returns the line number of the first character for current token (being matched after the last call to BeginTOken).
getBeginLine() - Method in class com.arcadedb.query.sql.parser.JavaCharStream
 
getBeginLine() - Method in class com.arcadedb.query.sql.parser.SimpleCharStream
Get token beginning line number.
getBestBinaryTypeForPrecision(ChronoUnit) - Static method in class com.arcadedb.utility.DateUtils
 
getBigDecimal(String) - Method in class com.arcadedb.serializer.json.JSONObject
 
getBinary(String) - Method in class com.arcadedb.database.BaseDocument
 
getBinary(String) - Method in interface com.arcadedb.database.Document
 
getBinaryKeyTypes() - Method in class com.arcadedb.database.IndexCursorCollection
 
getBinaryKeyTypes() - Method in class com.arcadedb.index.EmptyIndexCursor
 
getBinaryKeyTypes() - Method in interface com.arcadedb.index.IndexCursor
 
getBinaryKeyTypes() - Method in interface com.arcadedb.index.IndexInternal
 
getBinaryKeyTypes() - Method in class com.arcadedb.index.lsm.LSMTreeFullTextIndex
 
getBinaryKeyTypes() - Method in class com.arcadedb.index.lsm.LSMTreeIndex
 
getBinaryKeyTypes() - Method in class com.arcadedb.index.lsm.LSMTreeIndexAbstract
 
getBinaryKeyTypes() - Method in class com.arcadedb.index.lsm.LSMTreeIndexCursor
 
getBinaryKeyTypes() - Method in class com.arcadedb.index.MultiIndexCursor
 
getBinaryKeyTypes() - Method in class com.arcadedb.index.TempIndexCursor
 
getBinaryKeyTypes() - Method in class com.arcadedb.index.TypeIndex
 
getBinaryKeyTypes() - Method in class com.arcadedb.index.vector.HnswVectorIndex
 
getBinaryType() - Method in enum com.arcadedb.schema.Type
 
getBody() - Method in class com.arcadedb.query.sql.parser.CreateEdgeStatement
 
getBoolean(String) - Method in class com.arcadedb.database.BaseDocument
 
getBoolean(String) - Method in interface com.arcadedb.database.Document
 
getBoolean(String) - Method in class com.arcadedb.serializer.json.JSONObject
 
getBranch() - Static method in class com.arcadedb.Constants
 
getBrowsed() - Method in class com.arcadedb.graph.EdgeToVertexIterator
 
getBrowsed() - Method in class com.arcadedb.graph.ResettableIteratorBase
 
getBrowsed() - Method in class com.arcadedb.query.sql.executor.InternalResultSet
 
getBrowsed() - Method in class com.arcadedb.utility.MultiIterator
 
getBrowsed() - Method in interface com.arcadedb.utility.ResettableIterator
 
getBucket() - Method in class com.arcadedb.query.sql.parser.FromItem
 
getBucket() - Method in class com.arcadedb.query.sql.parser.Rid
 
getBucketById(int) - Method in class com.arcadedb.schema.LocalSchema
 
getBucketById(int) - Method in interface com.arcadedb.schema.Schema
 
getBucketByName(String) - Method in class com.arcadedb.schema.LocalSchema
 
getBucketByName(String) - Method in interface com.arcadedb.schema.Schema
 
getBucketId() - Method in class com.arcadedb.database.RID
 
getBucketIdByKeys(Object[], boolean) - Method in interface com.arcadedb.database.bucketselectionstrategy.BucketSelectionStrategy
 
getBucketIdByKeys(Object[], boolean) - Method in class com.arcadedb.database.bucketselectionstrategy.PartitionedBucketSelectionStrategy
 
getBucketIdByKeys(Object[], boolean) - Method in class com.arcadedb.database.bucketselectionstrategy.ThreadBucketSelectionStrategy
 
getBucketIdByRecord(Document, boolean) - Method in interface com.arcadedb.database.bucketselectionstrategy.BucketSelectionStrategy
 
getBucketIdByRecord(Document, boolean) - Method in class com.arcadedb.database.bucketselectionstrategy.PartitionedBucketSelectionStrategy
 
getBucketIdByRecord(Document, boolean) - Method in class com.arcadedb.database.bucketselectionstrategy.RoundRobinBucketSelectionStrategy
 
getBucketIdByRecord(Document, boolean) - Method in class com.arcadedb.database.bucketselectionstrategy.ThreadBucketSelectionStrategy
 
getBucketIdByRecord(Document, boolean) - Method in interface com.arcadedb.schema.DocumentType
 
getBucketIdByRecord(Document, boolean) - Method in class com.arcadedb.schema.LocalDocumentType
 
getBucketIds(boolean) - Method in interface com.arcadedb.schema.DocumentType
 
getBucketIds(boolean) - Method in class com.arcadedb.schema.LocalDocumentType
 
getBucketIndexByKeys(Object[], boolean) - Method in interface com.arcadedb.schema.DocumentType
 
getBucketIndexByKeys(Object[], boolean) - Method in class com.arcadedb.schema.LocalDocumentType
 
getBucketList() - Method in class com.arcadedb.query.sql.parser.FromItem
 
getBucketName() - Method in class com.arcadedb.query.sql.parser.Bucket
 
getBucketName(CommandContext) - Method in class com.arcadedb.query.sql.parser.MatchFilter
 
getBucketNumber() - Method in class com.arcadedb.query.sql.parser.Bucket
 
getBucketRecordDelta() - Method in class com.arcadedb.database.TransactionContext
 
getBucketRecordDelta(int) - Method in class com.arcadedb.database.TransactionContext
Returns the delta of records considering the pending changes in transaction.
getBuckets() - Method in class com.arcadedb.schema.LocalSchema
 
getBuckets() - Method in interface com.arcadedb.schema.Schema
 
getBuckets(boolean) - Method in interface com.arcadedb.schema.DocumentType
 
getBuckets(boolean) - Method in class com.arcadedb.schema.LocalDocumentType
 
getBuckets(Schema) - Method in class com.arcadedb.query.sql.parser.CreateTypeAbstractStatement
 
getBucketSelectionStrategy() - Method in interface com.arcadedb.schema.DocumentType
 
getBucketSelectionStrategy() - Method in class com.arcadedb.schema.LocalDocumentType
 
getBuffer() - Method in class com.arcadedb.database.BaseRecord
 
getBuffer() - Method in interface com.arcadedb.database.RecordInternal
 
getBufferPosition() - Method in class com.arcadedb.engine.BasePage
 
getBuildNumber() - Static method in class com.arcadedb.Constants
 
getByBinaryType(byte) - Static method in enum com.arcadedb.schema.Type
Return the type by binary type as byte.
getById(byte) - Static method in enum com.arcadedb.schema.Type
Return the type by ID.
getByName(String) - Static method in enum com.arcadedb.security.SecurityDatabaseUser.DATABASE_ACCESS
 
getByte() - Method in class com.arcadedb.database.Binary
 
getByte() - Method in interface com.arcadedb.database.BinaryStructure
 
getByte(int) - Method in class com.arcadedb.database.Binary
 
getByte(int) - Method in interface com.arcadedb.database.BinaryStructure
 
getByte(String) - Method in class com.arcadedb.database.BaseDocument
 
getByte(String) - Method in interface com.arcadedb.database.Document
 
getByteArray(byte[]) - Method in class com.arcadedb.database.Binary
 
getByteArray(byte[]) - Method in interface com.arcadedb.database.BinaryStructure
 
getByteArray(int, byte[]) - Method in class com.arcadedb.database.Binary
 
getByteArray(int, byte[]) - Method in interface com.arcadedb.database.BinaryStructure
 
getByteArray(int, byte[], int, int) - Method in class com.arcadedb.database.Binary
 
getByteArray(int, byte[], int, int) - Method in interface com.arcadedb.database.BinaryStructure
 
getByteBuffer() - Method in class com.arcadedb.database.Binary
 
getByteBuffer() - Method in interface com.arcadedb.database.BinaryStructure
 
getByteBuffer() - Method in class com.arcadedb.engine.CachedPage
 
getBytes() - Method in class com.arcadedb.database.Binary
 
getBytes() - Method in interface com.arcadedb.database.BinaryStructure
 
getBytes(int) - Method in class com.arcadedb.database.Binary
 
getBytes(int) - Method in interface com.arcadedb.database.BinaryStructure
 
getCache() - Method in class com.arcadedb.schema.VectorIndexBuilder
 
getCacheableElements() - Method in class com.arcadedb.query.sql.parser.AndBlock
 
getCacheableElements() - Method in class com.arcadedb.query.sql.parser.ArrayConcatExpression
 
getCacheableElements() - Method in class com.arcadedb.query.sql.parser.ArrayNumberSelector
 
getCacheableElements() - Method in class com.arcadedb.query.sql.parser.ArrayRangeSelector
 
getCacheableElements() - Method in class com.arcadedb.query.sql.parser.ArraySelector
 
getCacheableElements() - Method in class com.arcadedb.query.sql.parser.ArraySingleValuesSelector
 
getCacheableElements() - Method in class com.arcadedb.query.sql.parser.BaseExpression
 
getCacheableElements() - Method in class com.arcadedb.query.sql.parser.BaseIdentifier
 
getCacheableElements() - Method in class com.arcadedb.query.sql.parser.BetweenCondition
 
getCacheableElements() - Method in class com.arcadedb.query.sql.parser.BinaryCondition
 
getCacheableElements() - Method in class com.arcadedb.query.sql.parser.ContainsAllCondition
 
getCacheableElements() - Method in class com.arcadedb.query.sql.parser.ContainsAnyCondition
 
getCacheableElements() - Method in class com.arcadedb.query.sql.parser.ContainsCondition
 
getCacheableElements() - Method in class com.arcadedb.query.sql.parser.ContainsTextCondition
 
getCacheableElements() - Method in class com.arcadedb.query.sql.parser.ContainsValueCondition
 
getCacheableElements() - Method in class com.arcadedb.query.sql.parser.ExportDatabaseStatement
 
getCacheableElements() - Method in class com.arcadedb.query.sql.parser.Expression
 
getCacheableElements() - Method in class com.arcadedb.query.sql.parser.FromClause
 
getCacheableElements() - Method in class com.arcadedb.query.sql.parser.GroupBy
 
getCacheableElements() - Method in class com.arcadedb.query.sql.parser.InCondition
 
getCacheableElements() - Method in class com.arcadedb.query.sql.parser.IndexMatchCondition
 
getCacheableElements() - Method in class com.arcadedb.query.sql.parser.InstanceofCondition
 
getCacheableElements() - Method in class com.arcadedb.query.sql.parser.IsDefinedCondition
 
getCacheableElements() - Method in class com.arcadedb.query.sql.parser.IsNotDefinedCondition
 
getCacheableElements() - Method in class com.arcadedb.query.sql.parser.IsNotNullCondition
 
getCacheableElements() - Method in class com.arcadedb.query.sql.parser.IsNullCondition
 
getCacheableElements() - Method in class com.arcadedb.query.sql.parser.LetClause
 
getCacheableElements() - Method in class com.arcadedb.query.sql.parser.LetItem
 
getCacheableElements() - Method in class com.arcadedb.query.sql.parser.LevelZeroIdentifier
 
getCacheableElements() - Method in class com.arcadedb.query.sql.parser.MatchesCondition
 
getCacheableElements() - Method in class com.arcadedb.query.sql.parser.MathExpression
 
getCacheableElements() - Method in class com.arcadedb.query.sql.parser.Modifier
 
getCacheableElements() - Method in class com.arcadedb.query.sql.parser.NotBlock
 
getCacheableElements() - Method in class com.arcadedb.query.sql.parser.NotInCondition
 
getCacheableElements() - Method in class com.arcadedb.query.sql.parser.OrBlock
 
getCacheableElements() - Method in class com.arcadedb.query.sql.parser.ParenthesisBlock
 
getCacheableElements() - Method in class com.arcadedb.query.sql.parser.ParenthesisExpression
 
getCacheableElements() - Method in class com.arcadedb.query.sql.parser.PCollection
 
getCacheableElements() - Method in class com.arcadedb.query.sql.parser.Projection
 
getCacheableElements() - Method in class com.arcadedb.query.sql.parser.ProjectionItem
 
getCacheableElements() - Method in class com.arcadedb.query.sql.parser.RightBinaryCondition
 
getCacheableElements() - Method in class com.arcadedb.query.sql.parser.SimpleNode
 
getCacheableElements() - Method in class com.arcadedb.query.sql.parser.WhereClause
 
getCachedPageFromMutablePageInQueue(PageId) - Method in class com.arcadedb.engine.PageManagerFlushThread
 
getCachedRecordCount() - Method in class com.arcadedb.engine.LocalBucket
 
getCalendar(String) - Method in class com.arcadedb.database.BaseDocument
 
getCalendar(String) - Method in interface com.arcadedb.database.Document
Returns a java.util.Calendar object from a datetime property.
getCallback() - Method in class com.arcadedb.schema.IndexBuilder
 
getCastable() - Method in enum com.arcadedb.schema.Type
 
getCheckForStalledQueuesMaxDelay() - Method in class com.arcadedb.database.async.DatabaseAsyncExecutorImpl
 
getChildExpressions() - Method in class com.arcadedb.query.sql.parser.ArrayConcatExpression
 
getChildExpressions() - Method in class com.arcadedb.query.sql.parser.MathExpression
 
getChunkAllocated() - Method in class com.arcadedb.index.CompressedAny2RIDIndex
 
getChunkAllocated() - Method in class com.arcadedb.index.CompressedRID2RIDIndex
 
getChunkAllocated() - Method in class com.arcadedb.index.CompressedRID2RIDsIndex
 
getChunkSize() - Method in class com.arcadedb.index.CompressedAny2RIDIndex
 
getChunkSize() - Method in class com.arcadedb.index.CompressedRID2RIDIndex
 
getChunkSize() - Method in class com.arcadedb.index.CompressedRID2RIDsIndex
 
getClassFromType(byte) - Static method in class com.arcadedb.serializer.BinaryTypes
 
getClassWithMorePrecision(Class<? extends Number>, Class<? extends Number>) - Method in class com.arcadedb.query.sql.function.math.SQLFunctionMathAbstract
 
getCollection() - Method in class com.arcadedb.query.sql.parser.LevelZeroIdentifier
 
getColumn() - Method in interface com.arcadedb.query.sql.parser.CharStream
Deprecated.
getColumn() - Method in class com.arcadedb.query.sql.parser.JavaCharStream
Deprecated.
getColumn() - Method in class com.arcadedb.query.sql.parser.SimpleCharStream
Deprecated.
getCommitEvery() - Method in interface com.arcadedb.database.async.DatabaseAsyncExecutor
Gets the current batch size in terms of number of operations.
getCommitEvery() - Method in class com.arcadedb.database.async.DatabaseAsyncExecutorImpl
 
getComparator() - Method in class com.arcadedb.database.IndexCursorCollection
 
getComparator() - Method in class com.arcadedb.index.EmptyIndexCursor
 
getComparator() - Method in interface com.arcadedb.index.IndexCursor
 
getComparator() - Method in class com.arcadedb.index.lsm.LSMTreeIndexCursor
 
getComparator() - Method in class com.arcadedb.index.MultiIndexCursor
 
getComparator() - Method in class com.arcadedb.index.TempIndexCursor
 
getComparator() - Method in class com.arcadedb.serializer.BinarySerializer
 
getCompleteKey() - Method in class com.arcadedb.query.sql.parser.CreateIndexStatement.Property
returns the complete key to index, eg.
getComponent() - Method in interface com.arcadedb.index.IndexInternal
 
getComponent() - Method in class com.arcadedb.index.lsm.LSMTreeFullTextIndex
 
getComponent() - Method in class com.arcadedb.index.lsm.LSMTreeIndex
 
getComponent() - Method in class com.arcadedb.index.TypeIndex
 
getComponent() - Method in class com.arcadedb.index.vector.HnswVectorIndex
 
getComponentFile() - Method in class com.arcadedb.engine.PaginatedComponent
 
getComponentName() - Method in class com.arcadedb.engine.ComponentFile
 
getConfiguration() - Method in interface com.arcadedb.database.Database
 
getConfiguration() - Method in class com.arcadedb.database.LocalDatabase
 
getConfiguration() - Method in class com.arcadedb.query.sql.executor.BasicCommandContext
 
getConfiguration() - Method in interface com.arcadedb.query.sql.executor.CommandContext
 
getConfigurationFile() - Method in class com.arcadedb.database.LocalDatabase
 
getConfigurationFile() - Method in class com.arcadedb.schema.LocalSchema
 
getContent() - Method in class com.arcadedb.database.Binary
 
getContent() - Method in class com.arcadedb.engine.BasePage
Returns the underlying ByteBuffer.
getContent() - Method in interface com.arcadedb.graph.EdgeSegment
 
getContent() - Method in class com.arcadedb.graph.MutableEdgeSegment
 
getContentBeginOffset() - Method in class com.arcadedb.database.Binary
 
getContentInputParam() - Method in class com.arcadedb.query.sql.parser.InsertBody
 
getContentSize() - Method in class com.arcadedb.database.Binary
 
getContentSize() - Method in class com.arcadedb.engine.BasePage
 
getContext() - Method in interface com.arcadedb.database.DatabaseInternal
 
getContext() - Method in class com.arcadedb.database.LocalDatabase
 
getContext() - Method in class com.arcadedb.log.LogManager
 
getContext() - Method in class com.arcadedb.query.sql.executor.AbstractExecutionStep
 
getContext() - Method in class com.arcadedb.query.sql.executor.IndexSearchInfo
 
getContext(String) - Method in class com.arcadedb.database.DatabaseContext
 
getContextConfiguration() - Method in class com.arcadedb.database.DatabaseFactory
 
getContextIfExists(String) - Method in class com.arcadedb.database.DatabaseContext
 
getContextKeys() - Method in class com.arcadedb.ContextConfiguration
 
getContextValue(Object, Class<? extends Number>) - Method in class com.arcadedb.query.sql.function.math.SQLFunctionMathAbstract
 
getCost() - Method in class com.arcadedb.query.sql.executor.AbstractExecutionStep
 
getCost() - Method in interface com.arcadedb.query.sql.executor.ExecutionStep
returns the absolute cost (in nanoseconds) of the execution of this step
getCost() - Method in class com.arcadedb.query.sql.executor.FetchFromClustersExecutionStep
 
getCost() - Method in class com.arcadedb.query.sql.executor.FetchFromTypeExecutionStep
 
getCost() - Method in class com.arcadedb.query.sql.executor.InfoExecutionPlan
 
getCost() - Method in class com.arcadedb.query.sql.executor.InfoExecutionStep
 
getCost() - Method in interface com.arcadedb.query.sql.executor.InternalExecutionPlan
 
getCostFormatted() - Method in class com.arcadedb.query.sql.executor.AbstractExecutionStep
 
getCount(BasePage) - Method in class com.arcadedb.index.lsm.LSMTreeIndexAbstract
 
getCurrentIndexedRID() - Method in exception com.arcadedb.exception.DuplicatedKeyException
 
getCurrentPageId() - Method in class com.arcadedb.index.lsm.LSMTreeIndexUnderlyingAbstractCursor
 
getCurrentPageId() - Method in class com.arcadedb.index.lsm.LSMTreeIndexUnderlyingCompactedSeriesCursor
 
getCurrentPageId() - Method in class com.arcadedb.index.lsm.LSMTreeIndexUnderlyingPageCursor
 
getCurrentPositionInPage() - Method in class com.arcadedb.index.lsm.LSMTreeIndexUnderlyingAbstractCursor
 
getCurrentPositionInPage() - Method in class com.arcadedb.index.lsm.LSMTreeIndexUnderlyingCompactedSeriesCursor
 
getCurrentPositionInPage() - Method in class com.arcadedb.index.lsm.LSMTreeIndexUnderlyingPageCursor
 
getCurrentUser() - Method in class com.arcadedb.database.DatabaseContext.DatabaseContextTL
 
getCurrentUserName() - Method in interface com.arcadedb.database.Database
Return the current username if the database supports security.
getCurrentUserName() - Method in class com.arcadedb.database.LocalDatabase
 
getCursors() - Method in class com.arcadedb.index.MultiIndexCursor
 
getCustomKeys() - Method in class com.arcadedb.schema.AbstractProperty
 
getCustomKeys() - Method in interface com.arcadedb.schema.DocumentType
 
getCustomKeys() - Method in class com.arcadedb.schema.LocalDocumentType
 
getCustomKeys() - Method in interface com.arcadedb.schema.Property
 
getCustomValue(String) - Method in class com.arcadedb.schema.AbstractProperty
 
getCustomValue(String) - Method in interface com.arcadedb.schema.DocumentType
 
getCustomValue(String) - Method in class com.arcadedb.schema.LocalDocumentType
 
getCustomValue(String) - Method in interface com.arcadedb.schema.Property
 
getDatabase() - Method in class com.arcadedb.database.BaseRecord
 
getDatabase() - Method in interface com.arcadedb.database.Record
 
getDatabase() - Method in class com.arcadedb.database.RID
 
getDatabase() - Method in class com.arcadedb.database.TransactionContext
 
getDatabase() - Method in class com.arcadedb.engine.Component
 
getDatabase() - Method in class com.arcadedb.query.sql.executor.BasicCommandContext
 
getDatabase() - Method in interface com.arcadedb.query.sql.executor.CommandContext
 
getDatabase() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
getDatabase() - Method in class com.arcadedb.schema.IndexBuilder
 
getDatabase() - Method in class com.arcadedb.schema.LocalSchema
 
getDatabasePath() - Method in interface com.arcadedb.database.BasicDatabase
 
getDatabasePath() - Method in class com.arcadedb.database.DatabaseFactory
 
getDatabasePath() - Method in class com.arcadedb.database.LocalDatabase
 
getDate(Object, Class) - Static method in class com.arcadedb.utility.DateUtils
 
getDate(String) - Method in class com.arcadedb.database.BaseDocument
 
getDate(String) - Method in interface com.arcadedb.database.Document
 
getDateFormat() - Method in class com.arcadedb.schema.LocalSchema
 
getDateFormat() - Method in interface com.arcadedb.schema.Schema
 
getDateImplementation() - Method in class com.arcadedb.serializer.BinarySerializer
 
getDateTimeFormat() - Method in class com.arcadedb.schema.LocalSchema
 
getDateTimeFormat() - Method in interface com.arcadedb.schema.Schema
 
getDateTimeImplementation() - Method in class com.arcadedb.serializer.BinarySerializer
 
getDecimal(String) - Method in class com.arcadedb.database.BaseDocument
 
getDecimal(String) - Method in interface com.arcadedb.database.Document
 
getDefault() - Static method in class com.arcadedb.compression.CompressionFactory
 
getDefaultAlias() - Method in class com.arcadedb.query.sql.parser.Expression
 
getDefaultAlias() - Method in class com.arcadedb.query.sql.parser.ValueExpression
 
getDefaultCharset() - Static method in class com.arcadedb.database.DatabaseFactory
 
getDefaultJavaType() - Method in enum com.arcadedb.schema.Type
 
getDefaultValue() - Method in class com.arcadedb.schema.AbstractProperty
 
getDefaultValue() - Method in interface com.arcadedb.schema.Property
 
getDefValue() - Method in enum com.arcadedb.GlobalConfiguration
 
getDeletedPropertyName() - Method in class com.arcadedb.schema.VectorIndexBuilder
 
getDepthAlias() - Method in class com.arcadedb.query.sql.parser.MatchFilter
 
getDescription() - Method in enum com.arcadedb.GlobalConfiguration
 
getDescription() - Method in interface com.arcadedb.query.sql.executor.ExecutionStep
 
getDescription() - Method in interface com.arcadedb.query.sql.executor.ExecutionStepInternal
 
getDescription() - Method in class com.arcadedb.query.sql.executor.InfoExecutionStep
 
getDiagonalHeuristicCost(double, double, double, double, double) - Method in class com.arcadedb.query.sql.function.graph.SQLFunctionHeuristicPathFinderAbstract
 
getDiagonalHeuristicCost(String[], Map<String, Double>, Map<String, Double>, Map<String, Double>, Map<String, Double>, long, double) - Method in class com.arcadedb.query.sql.function.graph.SQLFunctionHeuristicPathFinderAbstract
 
getDictionary() - Method in class com.arcadedb.schema.LocalSchema
 
getDictionary() - Method in interface com.arcadedb.schema.Schema
 
getDictionaryMap() - Method in class com.arcadedb.engine.Dictionary
 
getDimensionFromVertex(Vertex) - Method in class com.arcadedb.index.vector.HnswVectorIndex
 
getDimensions() - Method in class com.arcadedb.index.vector.HnswVectorIndex
Returns the dimensionality of the items stored in this index.
getDimensions() - Method in class com.arcadedb.index.vector.HnswVectorIndexRAM
Returns the dimensionality of the items stored in this index.
getDimensions() - Method in class com.arcadedb.schema.VectorIndexBuilder
 
getDisjointPatterns() - Method in class com.arcadedb.query.sql.parser.Pattern
splits this pattern into multiple
getDistance(Edge) - Method in class com.arcadedb.query.sql.function.graph.SQLFunctionAstar
 
getDistance(Vertex, Vertex) - Method in class com.arcadedb.query.sql.function.graph.SQLFunctionDijkstra
 
getDistance(Vertex, Vertex) - Method in class com.arcadedb.query.sql.function.graph.SQLFunctionPathFinder
 
getDistance(Vertex, Vertex, Vertex) - Method in class com.arcadedb.query.sql.function.graph.SQLFunctionAstar
 
getDistance(Vertex, Vertex, Vertex) - Method in class com.arcadedb.query.sql.function.graph.SQLFunctionHeuristicPathFinderAbstract
 
getDistanceComparator() - Method in class com.arcadedb.index.vector.HnswVectorIndex
Returns the comparator used to compare distances.
getDistanceComparator() - Method in class com.arcadedb.index.vector.HnswVectorIndexRAM
Returns the comparator used to compare distances.
getDistanceComparator() - Method in class com.arcadedb.schema.VectorIndexBuilder
 
getDistanceFunction() - Method in class com.arcadedb.index.vector.HnswVectorIndex
Returns the distance function.
getDistanceFunction() - Method in class com.arcadedb.index.vector.HnswVectorIndexRAM
Returns the distance function.
getDistanceFunction() - Method in class com.arcadedb.schema.VectorIndexBuilder
 
getDouble(int) - Method in class com.arcadedb.serializer.json.JSONArray
 
getDouble(String) - Method in class com.arcadedb.database.BaseDocument
 
getDouble(String) - Method in interface com.arcadedb.database.Document
 
getDouble(String) - Method in class com.arcadedb.serializer.json.JSONObject
 
getDoubleValue(Object) - Static method in class com.arcadedb.query.sql.function.geo.GeoUtils
 
getEdge() - Method in interface com.arcadedb.query.sql.executor.Result
 
getEdgeHeadChunk(VertexInternal, Vertex.DIRECTION) - Method in class com.arcadedb.graph.GraphEngine
 
getEdgeListSize() - Method in interface com.arcadedb.database.Database
Returns the current default edge list initial size to hold and store edges.
getEdgeListSize() - Method in class com.arcadedb.database.LocalDatabase
 
getEdgeRID() - Method in class com.arcadedb.index.CompressedRID2RIDsIndex.EntryIterator
 
getEdges() - Method in class com.arcadedb.graph.ImmutableVertex
 
getEdges() - Method in class com.arcadedb.graph.MutableVertex
 
getEdges() - Method in interface com.arcadedb.graph.Vertex
 
getEdges(Vertex.DIRECTION, String...) - Method in class com.arcadedb.graph.ImmutableVertex
 
getEdges(Vertex.DIRECTION, String...) - Method in class com.arcadedb.graph.MutableVertex
 
getEdges(Vertex.DIRECTION, String...) - Method in interface com.arcadedb.graph.Vertex
 
getEdges(VertexInternal) - Method in class com.arcadedb.graph.GraphEngine
 
getEdges(VertexInternal, Vertex.DIRECTION, String...) - Method in class com.arcadedb.graph.GraphEngine
 
getEdgesBucketName(int, Vertex.DIRECTION) - Method in class com.arcadedb.graph.GraphEngine
 
getEdgeType() - Method in class com.arcadedb.schema.VectorIndexBuilder
 
getEdgeType(int) - Method in class com.arcadedb.index.vector.HnswVectorIndex
 
getEf() - Method in class com.arcadedb.index.vector.HnswVectorIndex
The size of the dynamic list for the nearest neighbors (used during the search)
getEf() - Method in class com.arcadedb.index.vector.HnswVectorIndexRAM
The size of the dynamic list for the nearest neighbors (used during the search)
getEf() - Method in class com.arcadedb.schema.VectorIndexBuilder
 
getEfConstruction() - Method in class com.arcadedb.index.vector.HnswVectorIndex
Returns the parameter has the same meaning as ef, but controls the index time / index precision.
getEfConstruction() - Method in class com.arcadedb.index.vector.HnswVectorIndexRAM
Returns the parameter has the same meaning as ef, but controls the index time / index precision.
getEfConstruction() - Method in class com.arcadedb.schema.VectorIndexBuilder
 
getElement() - Method in class com.arcadedb.query.sql.executor.EmptyResult
 
getElement() - Method in interface com.arcadedb.query.sql.executor.Result
 
getElement() - Method in class com.arcadedb.query.sql.executor.ResultInternal
 
getElement() - Method in class com.arcadedb.query.sql.executor.UpdatableResult
 
getElementProperty(String) - Method in class com.arcadedb.query.sql.executor.EmptyResult
 
getElementProperty(String) - Method in interface com.arcadedb.query.sql.executor.Result
returns an OElement property from the result
getElementProperty(String) - Method in class com.arcadedb.query.sql.executor.ResultInternal
 
getElseFail() - Method in class com.arcadedb.query.sql.parser.CommitStatement
 
getElseStatements() - Method in class com.arcadedb.query.sql.parser.CommitStatement
 
getEmbedded() - Method in interface com.arcadedb.database.DatabaseInternal
 
getEmbedded() - Method in class com.arcadedb.database.LocalDatabase
 
getEmbedded() - Method in class com.arcadedb.schema.LocalSchema
 
getEmbedded() - Method in interface com.arcadedb.schema.Schema
 
getEmbedded(String) - Method in class com.arcadedb.database.BaseDocument
 
getEmbedded(String) - Method in interface com.arcadedb.database.Document
 
getEmbeddedDocument() - Method in interface com.arcadedb.database.EmbeddedModifier
 
getEmbeddedDocument() - Method in class com.arcadedb.database.EmbeddedModifierObject
 
getEmbeddedDocument() - Method in class com.arcadedb.database.EmbeddedModifierProperty
 
getEncoding() - Method in class com.arcadedb.schema.LocalSchema
 
getEncoding() - Method in interface com.arcadedb.schema.Schema
 
getEndColumn() - Method in interface com.arcadedb.query.sql.parser.CharStream
Returns the column number of the last character for current token (being matched after the last call to BeginTOken).
getEndColumn() - Method in class com.arcadedb.query.sql.parser.JavaCharStream
Get end column.
getEndColumn() - Method in class com.arcadedb.query.sql.parser.SimpleCharStream
Get token end column number.
getEndLine() - Method in interface com.arcadedb.query.sql.parser.CharStream
Returns the line number of the last character for current token (being matched after the last call to BeginTOken).
getEndLine() - Method in class com.arcadedb.query.sql.parser.JavaCharStream
Get end line.
getEndLine() - Method in class com.arcadedb.query.sql.parser.SimpleCharStream
Get token end line number.
getEndpointAlias() - Method in class com.arcadedb.query.sql.executor.MatchEdgeTraverser
 
getEndpointAlias() - Method in class com.arcadedb.query.sql.executor.MatchReverseEdgeTraverser
 
getEntryPoint() - Method in class com.arcadedb.index.vector.HnswVectorIndexRAM
 
getEuclideanHeuristicCost(double, double, double, double, double) - Method in class com.arcadedb.query.sql.function.graph.SQLFunctionHeuristicPathFinderAbstract
 
getEuclideanHeuristicCost(String[], Map<String, Double>, Map<String, Double>, Map<String, Double>, Map<String, Double>, long, double) - Method in class com.arcadedb.query.sql.function.graph.SQLFunctionHeuristicPathFinderAbstract
 
getEuclideanNoSQRHeuristicCost(double, double, double, double, double) - Method in class com.arcadedb.query.sql.function.graph.SQLFunctionHeuristicPathFinderAbstract
 
getEuclideanNoSQRHeuristicCost(String[], Map<String, Double>, Map<String, Double>, Map<String, Double>, Map<String, Double>, long, double) - Method in class com.arcadedb.query.sql.function.graph.SQLFunctionHeuristicPathFinderAbstract
 
getEvents() - Method in interface com.arcadedb.database.Database
Returns the record events listeners interface to manage listeners.
getEvents() - Method in class com.arcadedb.database.LocalDatabase
 
getEvents() - Method in interface com.arcadedb.schema.DocumentType
 
getEvents() - Method in class com.arcadedb.schema.LocalDocumentType
 
getExecutionPlan() - Method in class com.arcadedb.query.sql.executor.InternalResultSet
 
getExecutionPlan() - Method in interface com.arcadedb.query.sql.executor.ResultSet
 
getExecutionPlan() - Method in class com.arcadedb.query.sql.parser.ExplainResultSet
 
getExecutionPlan() - Method in class com.arcadedb.query.sql.parser.LocalResultSet
 
getExecutionPlanCache() - Method in interface com.arcadedb.database.DatabaseInternal
 
getExecutionPlanCache() - Method in class com.arcadedb.database.LocalDatabase
 
getExp() - Method in class com.arcadedb.query.sql.parser.FieldMatchPathItem
 
getExpandContent() - Method in class com.arcadedb.query.sql.parser.BaseExpression
 
getExpandContent() - Method in class com.arcadedb.query.sql.parser.BaseIdentifier
 
getExpandContent() - Method in class com.arcadedb.query.sql.parser.Expression
 
getExpandContent() - Method in class com.arcadedb.query.sql.parser.LevelZeroIdentifier
 
getExpandContent() - Method in class com.arcadedb.query.sql.parser.MathExpression
 
getExpandContent() - Method in class com.arcadedb.query.sql.parser.Projection
 
getExpandContent() - Method in class com.arcadedb.query.sql.parser.ProjectionItem
 
getExpandContent() - Method in class com.arcadedb.query.sql.parser.ValueExpression
 
getExpression() - Method in class com.arcadedb.query.sql.parser.IsNullCondition
 
getExpression() - Method in class com.arcadedb.query.sql.parser.LetItem
 
getExpression() - Method in class com.arcadedb.query.sql.parser.ProjectionItem
 
getExpressions() - Method in class com.arcadedb.query.sql.parser.PCollection
 
getFactory() - Static method in class com.arcadedb.query.sql.function.geo.GeoUtils
 
getFailureStrategy() - Method in class com.arcadedb.query.sql.parser.Timeout
 
getField() - Method in class com.arcadedb.query.sql.executor.IndexSearchInfo
 
getField() - Method in class com.arcadedb.query.sql.parser.FieldMatchPathItem
 
getField(String) - Method in class com.arcadedb.utility.RecordTableFormatter.TableRecordRow
 
getField(String) - Method in class com.arcadedb.utility.TableFormatter.TableMapRow
 
getField(String) - Method in interface com.arcadedb.utility.TableFormatter.TableRow
 
getFields() - Method in class com.arcadedb.utility.RecordTableFormatter.TableRecordRow
 
getFields() - Method in class com.arcadedb.utility.TableFormatter.TableMapRow
 
getFields() - Method in interface com.arcadedb.utility.TableFormatter.TableRow
 
getFieldValue(int, TableFormatter.TableRow, String) - Method in class com.arcadedb.utility.TableFormatter
 
getFile(int) - Method in class com.arcadedb.engine.FileManager
 
getFileById(int) - Method in class com.arcadedb.schema.LocalSchema
 
getFileById(int) - Method in interface com.arcadedb.schema.Schema
 
getFileByIdIfExists(int) - Method in class com.arcadedb.schema.LocalSchema
 
getFileByIdIfExists(int) - Method in interface com.arcadedb.schema.Schema
 
getFileExtension() - Method in class com.arcadedb.engine.ComponentFile
 
getFileId() - Method in interface com.arcadedb.engine.Bucket
 
getFileId() - Method in class com.arcadedb.engine.Component
 
getFileId() - Method in class com.arcadedb.engine.ComponentFile
 
getFileId() - Method in class com.arcadedb.engine.PageId
 
getFileId() - Method in interface com.arcadedb.index.IndexInternal
 
getFileId() - Method in class com.arcadedb.index.lsm.LSMTreeFullTextIndex
 
getFileId() - Method in class com.arcadedb.index.lsm.LSMTreeIndex
 
getFileId() - Method in class com.arcadedb.index.lsm.LSMTreeIndexAbstract
 
getFileId() - Method in class com.arcadedb.index.TypeIndex
 
getFileIds() - Method in interface com.arcadedb.index.IndexInternal
 
getFileIds() - Method in class com.arcadedb.index.lsm.LSMTreeFullTextIndex
 
getFileIds() - Method in class com.arcadedb.index.lsm.LSMTreeIndex
 
getFileIds() - Method in class com.arcadedb.index.TypeIndex
 
getFileIds() - Method in class com.arcadedb.index.vector.HnswVectorIndex
 
getFileManager() - Method in interface com.arcadedb.database.DatabaseInternal
 
getFileManager() - Method in class com.arcadedb.database.LocalDatabase
 
getFileName() - Method in class com.arcadedb.engine.ComponentFile
 
getFilePath() - Method in class com.arcadedb.engine.ComponentFile
 
getFilePath() - Method in class com.arcadedb.schema.IndexBuilder
 
getFiles() - Method in class com.arcadedb.engine.FileManager
 
getFileSize(int) - Method in class com.arcadedb.database.TransactionContext
 
getFilter() - Method in class com.arcadedb.query.sql.parser.MatchFilter
 
getFilter() - Method in class com.arcadedb.query.sql.parser.MatchPathItem
 
getFinalValue() - Method in interface com.arcadedb.query.sql.executor.AggregationContext
 
getFinalValue() - Method in class com.arcadedb.query.sql.executor.FunctionAggregationContext
 
getFirst() - Method in class com.arcadedb.query.sql.parser.BetweenCondition
 
getFirst() - Method in class com.arcadedb.utility.Pair
 
getFirstBucketId() - Method in interface com.arcadedb.schema.DocumentType
 
getFirstBucketId() - Method in class com.arcadedb.schema.LocalDocumentType
 
getFirstResultAsDocument(ResultSet) - Static method in class com.arcadedb.utility.CollectionUtils
 
getFirstResultValue(ResultSet, String) - Static method in class com.arcadedb.utility.CollectionUtils
 
getFirstTransaction() - Method in class com.arcadedb.engine.WALFile
 
getFirstValue(Object) - Static method in class com.arcadedb.query.sql.executor.MultiValue
Returns the first item of the Multi-value object (array, collection or map)
getFloat(int) - Method in class com.arcadedb.serializer.json.JSONArray
 
getFloat(String) - Method in class com.arcadedb.database.BaseDocument
 
getFloat(String) - Method in interface com.arcadedb.database.Document
 
getFloat(String) - Method in class com.arcadedb.serializer.json.JSONObject
 
getFormatter(String) - Static method in class com.arcadedb.utility.DateUtils
 
getFromClause() - Method in class com.arcadedb.query.sql.parser.DeleteStatement
 
getFunction() - Method in class com.arcadedb.query.sql.parser.MatchPathItemFirst
 
getFunction(String) - Method in interface com.arcadedb.function.FunctionLibraryDefinition
Returns a function by its name
getFunction(String) - Method in class com.arcadedb.function.java.JavaClassFunctionLibraryDefinition
 
getFunction(String) - Method in class com.arcadedb.function.java.JavaMethodFunctionLibraryDefinition
 
getFunction(String) - Method in class com.arcadedb.function.polyglot.PolyglotFunctionLibraryDefinition
 
getFunction(String) - Method in class com.arcadedb.function.sql.SQLFunctionLibraryDefinition
 
getFunction(String) - Method in class com.arcadedb.query.sql.SQLQueryEngine
 
getFunction(String, String) - Method in class com.arcadedb.schema.LocalSchema
 
getFunction(String, String) - Method in interface com.arcadedb.schema.Schema
Returns a function defined in a library.
getFunctionCall() - Method in class com.arcadedb.query.sql.parser.FromItem
 
getFunctionCall() - Method in class com.arcadedb.query.sql.parser.LevelZeroIdentifier
 
getFunctionFactory() - Method in class com.arcadedb.query.sql.SQLQueryEngine
 
getFunctionInstance(String) - Method in interface com.arcadedb.query.sql.function.SQLFunctionFactory
Create function for the given name.
getFunctionInstance(String) - Method in class com.arcadedb.query.sql.function.SQLFunctionFactoryTemplate
 
getFunctionLibraries() - Method in class com.arcadedb.schema.LocalSchema
 
getFunctionLibraries() - Method in interface com.arcadedb.schema.Schema
Returns all the registered function libraries.
getFunctionLibrary(String) - Method in class com.arcadedb.schema.LocalSchema
 
getFunctionLibrary(String) - Method in interface com.arcadedb.schema.Schema
Returns the requested function library if defined or IllegalArgumentException if not
getFunctionNames() - Method in interface com.arcadedb.query.sql.function.SQLFunctionFactory
 
getFunctionNames() - Method in class com.arcadedb.query.sql.function.SQLFunctionFactoryTemplate
 
getFunctions() - Method in interface com.arcadedb.function.FunctionLibraryDefinition
Returns an iterable of the defined functions.
getFunctions() - Method in class com.arcadedb.function.java.JavaClassFunctionLibraryDefinition
 
getFunctions() - Method in class com.arcadedb.function.java.JavaMethodFunctionLibraryDefinition
 
getFunctions() - Method in class com.arcadedb.function.polyglot.PolyglotFunctionLibraryDefinition
 
getFunctions() - Method in class com.arcadedb.function.sql.SQLFunctionLibraryDefinition
 
getFunctions() - Method in class com.arcadedb.query.sql.function.SQLFunctionFactoryTemplate
 
getGraphEngine() - Method in interface com.arcadedb.database.DatabaseInternal
 
getGraphEngine() - Method in class com.arcadedb.database.LocalDatabase
 
getGroupBy() - Method in class com.arcadedb.query.sql.parser.MatchStatement
 
getGroupBy() - Method in class com.arcadedb.query.sql.parser.SelectStatement
 
getGson() - Method in class com.arcadedb.serializer.json.JSONFactory
 
getGsonPrettyPrint() - Method in class com.arcadedb.serializer.json.JSONFactory
 
getHeaderSize(int) - Method in class com.arcadedb.index.lsm.LSMTreeIndexAbstract
 
getHeuristicCost(Vertex, Vertex, Vertex, CommandContext) - Method in class com.arcadedb.query.sql.function.graph.SQLFunctionAstar
 
getHeuristicCost(Vertex, Vertex, Vertex, CommandContext) - Method in class com.arcadedb.query.sql.function.graph.SQLFunctionHeuristicPathFinderAbstract
 
getHigherPrecision(Object...) - Static method in class com.arcadedb.utility.DateUtils
 
getId() - Method in class com.arcadedb.schema.AbstractProperty
 
getId() - Method in interface com.arcadedb.schema.Property
 
getId() - Method in enum com.arcadedb.schema.Type
Get the identifier of the type.
getIdByName(String, boolean) - Method in class com.arcadedb.engine.Dictionary
 
getIdentifier() - Method in class com.arcadedb.query.sql.parser.BaseExpression
 
getIdentifier() - Method in class com.arcadedb.query.sql.parser.FromItem
 
getIdentifierList() - Method in class com.arcadedb.query.sql.parser.InsertBody
 
getIdentity() - Method in class com.arcadedb.database.BaseRecord
 
getIdentity() - Method in interface com.arcadedb.database.Identifiable
Returns the RID (Record ID) for the current object.
getIdentity() - Method in interface com.arcadedb.database.Record
 
getIdentity() - Method in class com.arcadedb.database.RID
 
getIdentity() - Method in class com.arcadedb.query.sql.executor.EmptyResult
 
getIdentity() - Method in interface com.arcadedb.query.sql.executor.Result
 
getIdentity() - Method in class com.arcadedb.query.sql.executor.ResultInternal
 
getIdentityElements() - Method in class com.arcadedb.query.sql.parser.AlterBucketStatement
 
getIdentityElements() - Method in class com.arcadedb.query.sql.parser.AlterDatabaseStatement
 
getIdentityElements() - Method in class com.arcadedb.query.sql.parser.AlterPropertyStatement
 
getIdentityElements() - Method in class com.arcadedb.query.sql.parser.AlterTypeStatement
 
getIdentityElements() - Method in class com.arcadedb.query.sql.parser.AndBlock
 
getIdentityElements() - Method in class com.arcadedb.query.sql.parser.ArrayConcatExpression
 
getIdentityElements() - Method in class com.arcadedb.query.sql.parser.ArrayNumberSelector
 
getIdentityElements() - Method in class com.arcadedb.query.sql.parser.ArraySelector
 
getIdentityElements() - Method in class com.arcadedb.query.sql.parser.ArraySingleValuesSelector
 
getIdentityElements() - Method in class com.arcadedb.query.sql.parser.BackupDatabaseStatement
 
getIdentityElements() - Method in class com.arcadedb.query.sql.parser.BaseExpression
 
getIdentityElements() - Method in class com.arcadedb.query.sql.parser.BaseIdentifier
 
getIdentityElements() - Method in class com.arcadedb.query.sql.parser.BeginStatement
 
getIdentityElements() - Method in class com.arcadedb.query.sql.parser.BetweenCondition
 
getIdentityElements() - Method in class com.arcadedb.query.sql.parser.BinaryCondition
 
getIdentityElements() - Method in class com.arcadedb.query.sql.parser.Bucket
 
getIdentityElements() - Method in class com.arcadedb.query.sql.parser.BucketList
 
getIdentityElements() - Method in class com.arcadedb.query.sql.parser.CommitStatement
 
getIdentityElements() - Method in class com.arcadedb.query.sql.parser.ConsoleStatement
 
getIdentityElements() - Method in class com.arcadedb.query.sql.parser.ContainsAllCondition
 
getIdentityElements() - Method in class com.arcadedb.query.sql.parser.ContainsAnyCondition
 
getIdentityElements() - Method in class com.arcadedb.query.sql.parser.ContainsCondition
 
getIdentityElements() - Method in class com.arcadedb.query.sql.parser.ContainsTextCondition
 
getIdentityElements() - Method in class com.arcadedb.query.sql.parser.ContainsValueCondition
 
getIdentityElements() - Method in class com.arcadedb.query.sql.parser.CreateBucketStatement
 
getIdentityElements() - Method in class com.arcadedb.query.sql.parser.CreateEdgeStatement
 
getIdentityElements() - Method in class com.arcadedb.query.sql.parser.CreateIndexStatement
 
getIdentityElements() - Method in class com.arcadedb.query.sql.parser.DeleteStatement
 
getIdentityElements() - Method in class com.arcadedb.query.sql.parser.DropTypeStatement
 
getIdentityElements() - Method in class com.arcadedb.query.sql.parser.ExportDatabaseStatement
 
getIdentityElements() - Method in class com.arcadedb.query.sql.parser.Expression
 
getIdentityElements() - Method in class com.arcadedb.query.sql.parser.FloatingPoint
 
getIdentityElements() - Method in class com.arcadedb.query.sql.parser.FromClause
 
getIdentityElements() - Method in class com.arcadedb.query.sql.parser.FunctionCall
 
getIdentityElements() - Method in class com.arcadedb.query.sql.parser.GroupBy
 
getIdentityElements() - Method in class com.arcadedb.query.sql.parser.IfStatement
 
getIdentityElements() - Method in class com.arcadedb.query.sql.parser.InCondition
 
getIdentityElements() - Method in class com.arcadedb.query.sql.parser.IndexMatchCondition
 
getIdentityElements() - Method in class com.arcadedb.query.sql.parser.InstanceofCondition
 
getIdentityElements() - Method in class com.arcadedb.query.sql.parser.IsDefinedCondition
 
getIdentityElements() - Method in class com.arcadedb.query.sql.parser.IsNotDefinedCondition
 
getIdentityElements() - Method in class com.arcadedb.query.sql.parser.IsNotNullCondition
 
getIdentityElements() - Method in class com.arcadedb.query.sql.parser.IsNullCondition
 
getIdentityElements() - Method in class com.arcadedb.query.sql.parser.Json
 
getIdentityElements() - Method in class com.arcadedb.query.sql.parser.JsonArray
 
getIdentityElements() - Method in class com.arcadedb.query.sql.parser.LetClause
 
getIdentityElements() - Method in class com.arcadedb.query.sql.parser.LetItem
 
getIdentityElements() - Method in class com.arcadedb.query.sql.parser.LevelZeroIdentifier
 
getIdentityElements() - Method in class com.arcadedb.query.sql.parser.MatchesCondition
 
getIdentityElements() - Method in class com.arcadedb.query.sql.parser.MathExpression
 
getIdentityElements() - Method in class com.arcadedb.query.sql.parser.MethodCall
 
getIdentityElements() - Method in class com.arcadedb.query.sql.parser.Modifier
 
getIdentityElements() - Method in class com.arcadedb.query.sql.parser.NotBlock
 
getIdentityElements() - Method in class com.arcadedb.query.sql.parser.NotInCondition
 
getIdentityElements() - Method in class com.arcadedb.query.sql.parser.OrBlock
 
getIdentityElements() - Method in class com.arcadedb.query.sql.parser.OrderBy
 
getIdentityElements() - Method in class com.arcadedb.query.sql.parser.ParenthesisBlock
 
getIdentityElements() - Method in class com.arcadedb.query.sql.parser.PCollection
 
getIdentityElements() - Method in class com.arcadedb.query.sql.parser.PInteger
 
getIdentityElements() - Method in class com.arcadedb.query.sql.parser.RightBinaryCondition
 
getIdentityElements() - Method in class com.arcadedb.query.sql.parser.SelectStatement
 
getIdentityElements() - Method in class com.arcadedb.query.sql.parser.SimpleNode
 
getIdentityElements() - Method in class com.arcadedb.query.sql.parser.Skip
 
getIdentityElements() - Method in class com.arcadedb.query.sql.parser.SuffixIdentifier
 
getIdentityElements() - Method in class com.arcadedb.query.sql.parser.WhereClause
 
getIdFromVertex(Vertex) - Method in class com.arcadedb.index.vector.HnswVectorIndex
 
getIdPropertyName() - Method in class com.arcadedb.schema.VectorIndexBuilder
 
GetImage() - Method in interface com.arcadedb.query.sql.parser.CharStream
Returns a string made up of characters from the marked token beginning to the current buffer position.
GetImage() - Method in class com.arcadedb.query.sql.parser.JavaCharStream
 
GetImage() - Method in class com.arcadedb.query.sql.parser.SimpleCharStream
Get token literal value.
getImmutablePage(PageId, int, boolean, boolean) - Method in class com.arcadedb.engine.PageManager
 
getImmutableView(int, int) - Method in class com.arcadedb.engine.BasePage
Returns an immutable view of the underlying binary object.
getImmutableView(int, int) - Method in class com.arcadedb.engine.ImmutablePage
Creates a copy of the ByteBuffer without copying the array[].
getImmutableView(int, int) - Method in class com.arcadedb.engine.MutablePage
Returns a copy of the underlying buffer because it could change in the current thread.
getImplementationByClassName(String) - Static method in class com.arcadedb.index.vector.distance.DistanceFunctionFactory
 
getImplementationByName(String) - Static method in class com.arcadedb.index.vector.distance.DistanceFunctionFactory
 
getIn() - Method in interface com.arcadedb.graph.Edge
 
getIn() - Method in class com.arcadedb.graph.ImmutableEdge
 
getIn() - Method in class com.arcadedb.graph.ImmutableLightEdge
 
getIn() - Method in class com.arcadedb.graph.MutableEdge
 
getIndent(int, int) - Static method in interface com.arcadedb.query.sql.executor.ExecutionStepInternal
 
getIndex() - Method in class com.arcadedb.query.sql.parser.FromItem
 
getIndexByName(String) - Method in class com.arcadedb.schema.LocalSchema
 
getIndexByName(String) - Method in interface com.arcadedb.schema.Schema
 
getIndexChanges() - Method in class com.arcadedb.database.TransactionContext
 
getIndexedFunctionConditions(DocumentType, CommandContext) - Method in class com.arcadedb.query.sql.parser.AndBlock
 
getIndexedFunctionConditions(DocumentType, CommandContext) - Method in class com.arcadedb.query.sql.parser.BinaryCondition
 
getIndexedFunctionConditions(DocumentType, CommandContext) - Method in class com.arcadedb.query.sql.parser.BooleanExpression
 
getIndexedFunctionConditions(DocumentType, CommandContext) - Method in class com.arcadedb.query.sql.parser.NotBlock
 
getIndexedFunctionConditions(DocumentType, CommandContext) - Method in class com.arcadedb.query.sql.parser.OrBlock
 
getIndexer() - Method in interface com.arcadedb.database.DatabaseInternal
 
getIndexer() - Method in class com.arcadedb.database.LocalDatabase
 
getIndexes() - Method in class com.arcadedb.schema.LocalSchema
 
getIndexes() - Method in interface com.arcadedb.schema.Schema
 
getIndexesByKeys(Object[]) - Method in class com.arcadedb.index.TypeIndex
 
getIndexesByKeys(Object[]) - Method in class com.arcadedb.index.vector.HnswVectorIndex
 
getIndexesByProperties(String, String...) - Method in interface com.arcadedb.schema.DocumentType
 
getIndexesByProperties(String, String...) - Method in class com.arcadedb.schema.LocalDocumentType
 
getIndexesByProperties(Collection<String>) - Method in interface com.arcadedb.schema.DocumentType
 
getIndexesByProperties(Collection<String>) - Method in class com.arcadedb.schema.LocalDocumentType
 
getIndexesOnBuckets() - Method in class com.arcadedb.index.TypeIndex
 
getIndexesOnBuckets() - Method in class com.arcadedb.index.vector.HnswVectorIndex
 
getIndexImplementation() - Method in class com.arcadedb.schema.IndexBuilder
 
getIndexKeys(String) - Method in class com.arcadedb.database.TransactionIndexContext
 
getIndexName() - Method in exception com.arcadedb.exception.DuplicatedKeyException
 
getIndexName() - Method in class com.arcadedb.query.sql.parser.IndexIdentifier
 
getIndexName() - Method in class com.arcadedb.schema.IndexBuilder
 
getIndexStats(String, int, boolean, boolean) - Method in class com.arcadedb.query.sql.executor.QueryStats
 
getIndexType() - Method in class com.arcadedb.schema.IndexBuilder
 
getInEdgesHeadChunk() - Method in class com.arcadedb.graph.ImmutableVertex
 
getInEdgesHeadChunk() - Method in class com.arcadedb.graph.MutableVertex
 
getInEdgesHeadChunk() - Method in interface com.arcadedb.graph.VertexInternal
 
getInputParam() - Method in class com.arcadedb.query.sql.parser.FromItem
 
getInputParameters() - Method in class com.arcadedb.query.sql.executor.BasicCommandContext
 
getInputParameters() - Method in interface com.arcadedb.query.sql.executor.CommandContext
 
getInputParams() - Method in class com.arcadedb.query.sql.parser.FromItem
 
getInsertBody() - Method in class com.arcadedb.query.sql.parser.CreateVertexStatement
 
getInsertBody() - Method in class com.arcadedb.query.sql.parser.InsertStatement
 
getInstance() - Method in class com.arcadedb.function.java.JavaMethodFunctionDefinition
Returns the current java object instance to use for method calling.
getInstance(DatabaseInternal) - Method in class com.arcadedb.query.java.JavaQueryEngine.JavaQueryEngineFactory
 
getInstance(DatabaseInternal) - Method in class com.arcadedb.query.polyglot.PolyglotQueryEngine.PolyglotQueryEngineFactory
 
getInstance(DatabaseInternal) - Method in interface com.arcadedb.query.QueryEngine.QueryEngineFactory
 
getInstance(DatabaseInternal) - Method in class com.arcadedb.query.sql.SQLQueryEngine.SQLQueryEngineFactory
 
getInstance(DatabaseInternal) - Method in class com.arcadedb.query.sql.SQLScriptQueryEngine.SQLScriptQueryEngineFactory
 
getInstance(String, DatabaseInternal) - Method in class com.arcadedb.query.QueryEngineManager
 
getInstant(String) - Method in class com.arcadedb.database.BaseDocument
 
getInstant(String) - Method in interface com.arcadedb.database.Document
Returns a java.time.Instant object from a datetime property.
getInt() - Method in class com.arcadedb.database.Binary
 
getInt() - Method in interface com.arcadedb.database.BinaryStructure
 
getInt(int) - Method in class com.arcadedb.database.Binary
 
getInt(int) - Method in interface com.arcadedb.database.BinaryStructure
 
getInt(int) - Method in class com.arcadedb.serializer.json.JSONArray
 
getInt(String) - Method in class com.arcadedb.serializer.json.JSONObject
 
getInteger(String) - Method in class com.arcadedb.database.BaseDocument
 
getInteger(String) - Method in interface com.arcadedb.database.Document
 
getInternal() - Method in class com.arcadedb.serializer.json.JSONArray
 
getInternal() - Method in class com.arcadedb.serializer.json.JSONObject
 
getInternalBuffer() - Method in class com.arcadedb.index.CompressedAny2RIDIndex
 
getInVertex() - Method in interface com.arcadedb.graph.Edge
 
getInVertex() - Method in class com.arcadedb.graph.ImmutableEdge
 
getInVertex() - Method in class com.arcadedb.graph.ImmutableLightEdge
 
getInVertex() - Method in class com.arcadedb.graph.MutableEdge
 
getInvolvedBuckets() - Method in interface com.arcadedb.schema.DocumentType
 
getInvolvedBuckets() - Method in class com.arcadedb.schema.LocalDocumentType
 
getInvolvedBuckets() - Method in class com.arcadedb.schema.LocalVertexType
 
getInvolvedIndexes(Document) - Method in class com.arcadedb.database.DocumentIndexer
 
getInvolvedTypeByBucketId(int) - Method in class com.arcadedb.schema.LocalSchema
 
getInvolvedTypeByBucketId(int) - Method in interface com.arcadedb.schema.Schema
 
getIsolationLevel() - Method in class com.arcadedb.database.TransactionContext
 
getItem() - Method in class com.arcadedb.query.sql.parser.FromClause
 
getItems() - Method in class com.arcadedb.query.sql.parser.GroupBy
 
getItems() - Method in class com.arcadedb.query.sql.parser.LetClause
 
getItems() - Method in class com.arcadedb.query.sql.parser.MatchExpression
 
getItems() - Method in class com.arcadedb.query.sql.parser.MultiMatchPathItem
 
getItems() - Method in class com.arcadedb.query.sql.parser.OrderBy
 
getItems() - Method in class com.arcadedb.query.sql.parser.Projection
 
getItems() - Method in class com.arcadedb.query.sql.parser.Unwind
 
getJavaType() - Method in class com.arcadedb.query.sql.executor.InfoExecutionPlan
 
getJavaType() - Method in class com.arcadedb.query.sql.executor.InfoExecutionStep
 
getJavaTypes() - Method in enum com.arcadedb.schema.Type
Deprecated.
getJson() - Method in class com.arcadedb.query.sql.parser.UpdateOperations
 
getJSONArray(int) - Method in class com.arcadedb.serializer.json.JSONArray
 
getJSONArray(String) - Method in class com.arcadedb.serializer.json.JSONObject
 
getJsonArrayContent() - Method in class com.arcadedb.query.sql.parser.InsertBody
 
getJsonContent() - Method in class com.arcadedb.query.sql.parser.InsertBody
 
getJSONObject(int) - Method in class com.arcadedb.serializer.json.JSONArray
 
getJSONObject(String) - Method in class com.arcadedb.serializer.json.JSONObject
 
getKey() - Method in enum com.arcadedb.GlobalConfiguration
 
getKeyBinaryType() - Method in class com.arcadedb.index.CompressedAny2RIDIndex
 
getKeyInPagePosition(int, Binary, int) - Method in class com.arcadedb.index.lsm.LSMTreeIndexAbstract
 
getKeyRID() - Method in class com.arcadedb.index.CompressedRID2RIDIndex.EntryIterator
 
getKeyRID() - Method in class com.arcadedb.index.CompressedRID2RIDsIndex.EntryIterator
 
getKeys() - Method in class com.arcadedb.database.IndexCursorCollection
 
getKeys() - Method in exception com.arcadedb.exception.DuplicatedKeyException
 
getKeys() - Method in class com.arcadedb.index.CompressedRID2RIDIndex
 
getKeys() - Method in class com.arcadedb.index.CompressedRID2RIDsIndex
 
getKeys() - Method in class com.arcadedb.index.EmptyIndexCursor
 
getKeys() - Method in interface com.arcadedb.index.IndexCursor
 
getKeys() - Method in class com.arcadedb.index.lsm.LSMTreeIndexCursor
 
getKeys() - Method in class com.arcadedb.index.lsm.LSMTreeIndexUnderlyingAbstractCursor
 
getKeys() - Method in class com.arcadedb.index.lsm.LSMTreeIndexUnderlyingCompactedSeriesCursor
 
getKeys() - Method in class com.arcadedb.index.lsm.LSMTreeIndexUnderlyingPageCursor
 
getKeys() - Method in class com.arcadedb.index.MultiIndexCursor
 
getKeys() - Method in class com.arcadedb.index.TempIndexCursor
 
getKeyTypes() - Method in interface com.arcadedb.index.IndexInternal
 
getKeyTypes() - Method in class com.arcadedb.index.lsm.LSMTreeFullTextIndex
 
getKeyTypes() - Method in class com.arcadedb.index.lsm.LSMTreeIndex
 
getKeyTypes() - Method in class com.arcadedb.index.lsm.LSMTreeIndexAbstract
 
getKeyTypes() - Method in class com.arcadedb.index.TypeIndex
 
getKeyTypes() - Method in class com.arcadedb.index.vector.HnswVectorIndex
 
getKeyTypes() - Method in class com.arcadedb.schema.IndexBuilder
 
getLanguage() - Method in class com.arcadedb.query.java.JavaQueryEngine
 
getLanguage() - Method in class com.arcadedb.query.java.JavaQueryEngine.JavaQueryEngineFactory
 
getLanguage() - Method in class com.arcadedb.query.polyglot.PolyglotQueryEngine
 
getLanguage() - Method in class com.arcadedb.query.polyglot.PolyglotQueryEngine.PolyglotQueryEngineFactory
 
getLanguage() - Method in interface com.arcadedb.query.QueryEngine
 
getLanguage() - Method in interface com.arcadedb.query.QueryEngine.QueryEngineFactory
 
getLanguage() - Method in class com.arcadedb.query.sql.SQLQueryEngine
 
getLanguage() - Method in class com.arcadedb.query.sql.SQLQueryEngine.SQLQueryEngineFactory
 
getLanguage() - Method in class com.arcadedb.query.sql.SQLScriptQueryEngine
 
getLanguage() - Method in class com.arcadedb.query.sql.SQLScriptQueryEngine.SQLScriptQueryEngineFactory
 
getLastAccessed() - Method in class com.arcadedb.engine.CachedPage
 
getLastInvalidation() - Method in class com.arcadedb.query.sql.parser.ExecutionPlanCache
 
getLastTransaction() - Method in class com.arcadedb.database.DatabaseContext.DatabaseContextTL
 
getLastValue(Object) - Static method in class com.arcadedb.query.sql.executor.MultiValue
Returns the last item of the Multi-value object (array, collection or map)
getLeft() - Method in class com.arcadedb.query.sql.parser.BinaryCondition
 
getLeft() - Method in class com.arcadedb.query.sql.parser.ContainsAnyCondition
 
getLeft() - Method in class com.arcadedb.query.sql.parser.ContainsTextCondition
 
getLeft() - Method in class com.arcadedb.query.sql.parser.InCondition
 
getLeft() - Method in class com.arcadedb.query.sql.parser.InsertSetExpression
 
getLeft() - Method in class com.arcadedb.query.sql.parser.UpdateItem
 
getLeftClass() - Method in class com.arcadedb.query.sql.executor.EdgeTraversal
 
getLeftCluster() - Method in class com.arcadedb.query.sql.executor.EdgeTraversal
 
getLeftExpression() - Method in class com.arcadedb.query.sql.parser.CreateEdgeStatement
 
getLeftExpression() - Method in class com.arcadedb.query.sql.parser.DeleteEdgeStatement
 
getLeftFilter() - Method in class com.arcadedb.query.sql.executor.EdgeTraversal
 
getLeftModifier() - Method in class com.arcadedb.query.sql.parser.UpdateItem
 
getLeftRid() - Method in class com.arcadedb.query.sql.executor.EdgeTraversal
 
getLeftValue() - Method in class com.arcadedb.query.sql.parser.JsonItem
 
getLetClause() - Method in class com.arcadedb.query.sql.parser.SelectStatement
 
getLevelZero() - Method in class com.arcadedb.query.sql.parser.BaseIdentifier
 
getLimit() - Method in class com.arcadedb.query.sql.parser.Statement
 
getLimit() - Method in class com.arcadedb.utility.MultiIterator
 
getLine() - Method in interface com.arcadedb.query.sql.parser.CharStream
Deprecated.
getLine() - Method in class com.arcadedb.query.sql.parser.JavaCharStream
Deprecated.
getLine() - Method in class com.arcadedb.query.sql.parser.SimpleCharStream
Deprecated.
getList(String) - Method in class com.arcadedb.database.BaseDocument
 
getList(String) - Method in interface com.arcadedb.database.Document
 
getLocalDate(String) - Method in class com.arcadedb.database.BaseDocument
 
getLocalDate(String) - Method in interface com.arcadedb.database.Document
Returns a java.time.LocalDate object from a date property.
getLocalDateTime(String) - Method in class com.arcadedb.database.BaseDocument
 
getLocalDateTime(String) - Method in interface com.arcadedb.database.Document
Returns a java.time.LocalDateTime object from a datetime property.
getLock() - Method in class com.arcadedb.index.lsm.LSMTreeIndex
 
getLong() - Method in class com.arcadedb.database.Binary
 
getLong() - Method in interface com.arcadedb.database.BinaryStructure
 
getLong(int) - Method in class com.arcadedb.database.Binary
 
getLong(int) - Method in interface com.arcadedb.database.BinaryStructure
 
getLong(int) - Method in class com.arcadedb.serializer.json.JSONArray
 
getLong(String) - Method in class com.arcadedb.database.BaseDocument
 
getLong(String) - Method in interface com.arcadedb.database.Document
 
getLong(String) - Method in class com.arcadedb.serializer.json.JSONObject
 
getM() - Method in class com.arcadedb.index.vector.HnswVectorIndex
Returns the number of bi-directional links created for every new element during construction.
getM() - Method in class com.arcadedb.index.vector.HnswVectorIndexRAM
Returns the number of bi-directional links created for every new element during construction.
getM() - Method in class com.arcadedb.schema.VectorIndexBuilder
 
getMainComponent() - Method in class com.arcadedb.engine.Component
 
getMainComponent() - Method in class com.arcadedb.index.lsm.LSMTreeIndexAbstract
 
getManhattanHeuristicCost(double, double, double, double, double) - Method in class com.arcadedb.query.sql.function.graph.SQLFunctionHeuristicPathFinderAbstract
 
getManhattanHeuristicCost(String[], Map<String, Double>, Map<String, Double>, Map<String, Double>, Map<String, Double>, long, double) - Method in class com.arcadedb.query.sql.function.graph.SQLFunctionHeuristicPathFinderAbstract
 
getMap(String) - Method in class com.arcadedb.database.BaseDocument
 
getMap(String) - Method in interface com.arcadedb.database.Document
 
getMatchExpressions() - Method in class com.arcadedb.query.sql.parser.MatchStatement
 
getMatchPatternInvolvedAliases() - Method in class com.arcadedb.query.sql.parser.AndBlock
 
getMatchPatternInvolvedAliases() - Method in class com.arcadedb.query.sql.parser.ArrayConcatExpression
 
getMatchPatternInvolvedAliases() - Method in class com.arcadedb.query.sql.parser.BaseExpression
 
getMatchPatternInvolvedAliases() - Method in class com.arcadedb.query.sql.parser.BetweenCondition
 
getMatchPatternInvolvedAliases() - Method in class com.arcadedb.query.sql.parser.BinaryCondition
 
getMatchPatternInvolvedAliases() - Method in class com.arcadedb.query.sql.parser.BooleanExpression
 
getMatchPatternInvolvedAliases() - Method in class com.arcadedb.query.sql.parser.ContainsAllCondition
 
getMatchPatternInvolvedAliases() - Method in class com.arcadedb.query.sql.parser.ContainsAnyCondition
 
getMatchPatternInvolvedAliases() - Method in class com.arcadedb.query.sql.parser.ContainsCondition
 
getMatchPatternInvolvedAliases() - Method in class com.arcadedb.query.sql.parser.ContainsTextCondition
 
getMatchPatternInvolvedAliases() - Method in class com.arcadedb.query.sql.parser.ContainsValueCondition
 
getMatchPatternInvolvedAliases() - Method in class com.arcadedb.query.sql.parser.InCondition
 
getMatchPatternInvolvedAliases() - Method in class com.arcadedb.query.sql.parser.IndexMatchCondition
 
getMatchPatternInvolvedAliases() - Method in class com.arcadedb.query.sql.parser.InstanceofCondition
 
getMatchPatternInvolvedAliases() - Method in class com.arcadedb.query.sql.parser.IsDefinedCondition
 
getMatchPatternInvolvedAliases() - Method in class com.arcadedb.query.sql.parser.IsNotDefinedCondition
 
getMatchPatternInvolvedAliases() - Method in class com.arcadedb.query.sql.parser.IsNotNullCondition
 
getMatchPatternInvolvedAliases() - Method in class com.arcadedb.query.sql.parser.IsNullCondition
 
getMatchPatternInvolvedAliases() - Method in class com.arcadedb.query.sql.parser.MatchesCondition
 
getMatchPatternInvolvedAliases() - Method in class com.arcadedb.query.sql.parser.MathExpression
 
getMatchPatternInvolvedAliases() - Method in class com.arcadedb.query.sql.parser.NotBlock
 
getMatchPatternInvolvedAliases() - Method in class com.arcadedb.query.sql.parser.NotInCondition
 
getMatchPatternInvolvedAliases() - Method in class com.arcadedb.query.sql.parser.OrBlock
 
getMatchPatternInvolvedAliases() - Method in class com.arcadedb.query.sql.parser.ParenthesisBlock
 
getMatchPatternInvolvedAliases() - Method in class com.arcadedb.query.sql.parser.ParenthesisExpression
 
getMatchPatternInvolvedAliases() - Method in interface com.arcadedb.query.sql.parser.SimpleBooleanExpression
if the condition involved the current pattern (MATCH statement, eg.
getMathExpression() - Method in class com.arcadedb.query.sql.parser.Expression
 
getMax() - Method in class com.arcadedb.schema.AbstractProperty
 
getMax() - Method in interface com.arcadedb.schema.Property
 
getMaxAxisHeuristicCost(double, double, double, double, double) - Method in class com.arcadedb.query.sql.function.graph.SQLFunctionHeuristicPathFinderAbstract
 
getMaxAxisHeuristicCost(String[], Map<String, Double>, Map<String, Double>, Map<String, Double>, Map<String, Double>, long, double) - Method in class com.arcadedb.query.sql.function.graph.SQLFunctionHeuristicPathFinderAbstract
 
getMaxContentSize() - Method in class com.arcadedb.engine.BasePage
 
getMaxDepth() - Method in class com.arcadedb.query.sql.parser.MatchFilter
 
getMaxDepth() - Method in class com.arcadedb.query.sql.parser.TraverseStatement
 
getMaxItemCount() - Method in class com.arcadedb.index.vector.HnswVectorIndex
Returns the maximum number of items the index can hold.
getMaxItemCount() - Method in class com.arcadedb.index.vector.HnswVectorIndexRAM
Returns the maximum number of items the index can hold.
getMaxItemCount() - Method in class com.arcadedb.schema.VectorIndexBuilder
 
getMaxMultiValueEntries() - Method in class com.arcadedb.utility.TableFormatter
 
getMaxNested() - Method in class com.arcadedb.database.DatabaseContext.DatabaseContextTL
 
getMaxRecordsInPage() - Method in class com.arcadedb.engine.LocalBucket
 
getMaxWidthSize() - Method in class com.arcadedb.utility.TableFormatter
 
getMessage() - Method in error com.arcadedb.query.sql.parser.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMessage() - Method in exception com.arcadedb.query.sql.parser.TokenMgrException
You can also modify the body of this method to customize your error messages.
getMetadata(String) - Method in class com.arcadedb.query.sql.executor.EmptyResult
 
getMetadata(String) - Method in interface com.arcadedb.query.sql.executor.Result
return metadata related to current result given a key
getMetadata(String) - Method in class com.arcadedb.query.sql.executor.ResultInternal
 
getMetadataKeys() - Method in class com.arcadedb.query.sql.executor.EmptyResult
 
getMetadataKeys() - Method in interface com.arcadedb.query.sql.executor.Result
return all the metadata keys available
getMetadataKeys() - Method in class com.arcadedb.query.sql.executor.ResultInternal
 
getMethod() - Method in class com.arcadedb.query.sql.parser.MatchPathItem
 
getMethod() - Method in class com.arcadedb.query.sql.parser.MatchPathItemFirst
 
getMethod(String) - Method in class com.arcadedb.query.sql.SQLQueryEngine
 
getMethodFactory() - Method in class com.arcadedb.query.sql.SQLQueryEngine
 
getMetrics() - Method in class com.arcadedb.query.select.SelectIterator
 
getMin() - Method in class com.arcadedb.schema.AbstractProperty
 
getMin() - Method in interface com.arcadedb.schema.Property
 
getMinimum(Set<Vertex>) - Method in class com.arcadedb.query.sql.function.graph.SQLFunctionPathFinder
 
getMode() - Method in interface com.arcadedb.database.Database
 
getMode() - Method in class com.arcadedb.database.LocalDatabase
 
getModifiedPages() - Method in class com.arcadedb.database.TransactionContext
 
getModifiedRange() - Method in class com.arcadedb.database.TrackableBinary
 
getModifiedRange() - Method in class com.arcadedb.engine.MutablePage
 
getModifiedRange() - Method in interface com.arcadedb.engine.TrackableContent
 
getModifier() - Method in class com.arcadedb.query.sql.parser.BaseExpression
 
getModifier() - Method in class com.arcadedb.query.sql.parser.FromItem
 
getModifier() - Method in class com.arcadedb.query.sql.parser.OrderByItem
 
getMostRecentFileName() - Method in interface com.arcadedb.index.IndexInternal
 
getMostRecentFileName() - Method in class com.arcadedb.index.lsm.LSMTreeFullTextIndex
 
getMostRecentFileName() - Method in class com.arcadedb.index.lsm.LSMTreeIndex
 
getMostRecentFileName() - Method in class com.arcadedb.index.TypeIndex
 
getMostRecentFileName() - Method in class com.arcadedb.index.vector.HnswVectorIndex
 
getMultiValueIterable(Object) - Static method in class com.arcadedb.query.sql.executor.MultiValue
Returns an Iterable<Object> object to browse the multi-value instance (array, collection or map).
getMultiValueIterable(Object, boolean) - Static method in class com.arcadedb.query.sql.executor.MultiValue
Returns an Iterable<Object> object to browse the multi-value instance (array, collection or map).
getMultiValueIterator(Object) - Static method in class com.arcadedb.query.sql.executor.MultiValue
Returns an Iterator<Object> object to browse the multi-value instance (array, collection or map)
getMultiValueIterator(Object, boolean) - Static method in class com.arcadedb.query.sql.executor.MultiValue
Returns an Iterator<Object> object to browse the multi-value instance (array, collection or map)
getMutableIndex() - Method in class com.arcadedb.index.lsm.LSMTreeIndex
 
getMutablePage(PageId, int, boolean, boolean) - Method in class com.arcadedb.engine.PageManager
 
getName() - Method in interface com.arcadedb.database.BasicDatabase
 
getName() - Method in interface com.arcadedb.database.bucketselectionstrategy.BucketSelectionStrategy
 
getName() - Method in class com.arcadedb.database.bucketselectionstrategy.PartitionedBucketSelectionStrategy
 
getName() - Method in class com.arcadedb.database.bucketselectionstrategy.RoundRobinBucketSelectionStrategy
 
getName() - Method in class com.arcadedb.database.bucketselectionstrategy.ThreadBucketSelectionStrategy
 
getName() - Method in class com.arcadedb.database.LocalDatabase
 
getName() - Method in interface com.arcadedb.engine.Bucket
 
getName() - Method in class com.arcadedb.engine.Component
 
getName() - Method in interface com.arcadedb.function.FunctionDefinition
Returns the name of the function.
getName() - Method in interface com.arcadedb.function.FunctionLibraryDefinition
Returns the name of the library.
getName() - Method in class com.arcadedb.function.java.JavaClassFunctionLibraryDefinition
 
getName() - Method in class com.arcadedb.function.java.JavaMethodFunctionDefinition
 
getName() - Method in class com.arcadedb.function.java.JavaMethodFunctionLibraryDefinition
 
getName() - Method in class com.arcadedb.function.polyglot.JavascriptFunctionDefinition
 
getName() - Method in class com.arcadedb.function.polyglot.PolyglotFunctionLibraryDefinition
 
getName() - Method in class com.arcadedb.function.sql.SQLFunctionDefinition
 
getName() - Method in class com.arcadedb.function.sql.SQLFunctionLibraryDefinition
 
getName() - Method in interface com.arcadedb.index.Index
 
getName() - Method in class com.arcadedb.index.lsm.LSMTreeFullTextIndex
 
getName() - Method in class com.arcadedb.index.lsm.LSMTreeIndex
 
getName() - Method in class com.arcadedb.index.TypeIndex
 
getName() - Method in class com.arcadedb.index.vector.HnswVectorIndex
 
getName() - Method in interface com.arcadedb.query.sql.executor.ExecutionStep
 
getName() - Method in interface com.arcadedb.query.sql.executor.ExecutionStepInternal
 
getName() - Method in class com.arcadedb.query.sql.executor.InfoExecutionStep
 
getName() - Method in interface com.arcadedb.query.sql.executor.SQLFunction
Function name, the name is used by the sql parser to identify a call this function.
getName() - Method in interface com.arcadedb.query.sql.executor.SQLMethod
 
getName() - Method in class com.arcadedb.query.sql.function.SQLFunctionAbstract
 
getName() - Method in class com.arcadedb.query.sql.method.AbstractSQLMethod
 
getName() - Method in class com.arcadedb.query.sql.parser.FunctionCall
 
getName() - Method in class com.arcadedb.query.sql.parser.LetStatement
 
getName() - Method in class com.arcadedb.query.sql.parser.OrderByItem
 
getName() - Method in class com.arcadedb.query.sql.parser.RecordAttribute
 
getName() - Method in class com.arcadedb.query.sql.parser.SchemaIdentifier
 
getName() - Method in class com.arcadedb.schema.AbstractProperty
 
getName() - Method in interface com.arcadedb.schema.DocumentType
 
getName() - Method in class com.arcadedb.schema.LocalDocumentType
 
getName() - Method in interface com.arcadedb.schema.Property
 
getName() - Method in interface com.arcadedb.security.SecurityDatabaseUser
 
getName() - Method in interface com.arcadedb.security.SecurityUser
Returns the user's name.
getNameById(int) - Method in class com.arcadedb.engine.Dictionary
 
getNanos(Object) - Static method in class com.arcadedb.utility.DateUtils
 
getNegativePlan() - Method in class com.arcadedb.query.sql.executor.IfStep
 
getNeighborEdges(Vertex) - Method in class com.arcadedb.query.sql.function.graph.SQLFunctionAstar
 
getNeighbors(Vertex) - Method in class com.arcadedb.query.sql.function.graph.SQLFunctionHeuristicPathFinderAbstract
 
getNeighbors(Vertex) - Method in class com.arcadedb.query.sql.function.graph.SQLFunctionPathFinder
 
getNestedTransactions() - Method in interface com.arcadedb.database.BasicDatabase
Returns the amount of nested transactions.
getNestedTransactions() - Method in class com.arcadedb.database.LocalDatabase
 
getNewEdgeListSize(int) - Method in interface com.arcadedb.database.DatabaseInternal
 
getNewEdgeListSize(int) - Method in class com.arcadedb.database.LocalDatabase
 
getNextAlias() - Method in class com.arcadedb.query.sql.parser.AggregateProjectionSplit
 
getNextAlias() - Method in class com.arcadedb.query.sql.parser.SubQueryCollector
 
getNextPartial() - Method in class com.arcadedb.utility.MultiIterator
 
getNextToken() - Method in class com.arcadedb.query.sql.parser.SqlParser
Get the next Token.
getNextToken() - Method in class com.arcadedb.query.sql.parser.SqlParserTokenManager
Get the next Token.
getNextTransactionId() - Method in class com.arcadedb.engine.TransactionManager
 
getNextVertex() - Method in class com.arcadedb.graph.IteratorFilterBase
 
getNotMatchExpressions() - Method in class com.arcadedb.query.sql.parser.MatchStatement
 
getNotReusable() - Method in class com.arcadedb.database.Binary
Return a not reusable buffer.
getNullStrategy() - Method in interface com.arcadedb.index.Index
 
getNullStrategy() - Method in class com.arcadedb.index.lsm.LSMTreeFullTextIndex
 
getNullStrategy() - Method in class com.arcadedb.index.lsm.LSMTreeIndex
 
getNullStrategy() - Method in class com.arcadedb.index.lsm.LSMTreeIndexAbstract
 
getNullStrategy() - Method in class com.arcadedb.index.TypeIndex
 
getNullStrategy() - Method in class com.arcadedb.index.vector.HnswVectorIndex
 
getNullStrategy() - Method in class com.arcadedb.schema.IndexBuilder
 
getNumber() - Method in class com.arcadedb.database.Binary
 
getNumber() - Method in interface com.arcadedb.database.BinaryStructure
 
getNumber(int) - Method in class com.arcadedb.serializer.json.JSONArray
 
getNumberAndSize(int) - Method in class com.arcadedb.database.Binary
Reads a signed number.
getNumberAndSize(int) - Method in interface com.arcadedb.database.BinaryStructure
 
getNumberSpace(long) - Static method in class com.arcadedb.database.Binary
 
getNumOfEdges() - Method in class com.arcadedb.query.sql.parser.Pattern
 
getOfType() - Method in class com.arcadedb.schema.AbstractProperty
 
getOfType() - Method in interface com.arcadedb.schema.Property
 
getOperations() - Method in class com.arcadedb.query.sql.parser.UpdateStatement
 
getOperator() - Method in class com.arcadedb.query.sql.parser.BinaryCondition
 
getOperator() - Method in class com.arcadedb.query.sql.parser.UpdateItem
 
getOperators() - Method in class com.arcadedb.query.sql.parser.MathExpression
 
getOrCreateDocumentType(String) - Method in class com.arcadedb.schema.LocalSchema
 
getOrCreateDocumentType(String) - Method in interface com.arcadedb.schema.Schema
Returns a document type if already defined otherwise creates it in the schema.
getOrCreateDocumentType(String, int) - Method in class com.arcadedb.schema.LocalSchema
 
getOrCreateDocumentType(String, int) - Method in interface com.arcadedb.schema.Schema
Deprecated.
getOrCreateDocumentType(String, int, int) - Method in class com.arcadedb.schema.LocalSchema
 
getOrCreateDocumentType(String, int, int) - Method in interface com.arcadedb.schema.Schema
Deprecated.
getOrCreateEdgeType(String) - Method in class com.arcadedb.schema.LocalSchema
 
getOrCreateEdgeType(String) - Method in interface com.arcadedb.schema.Schema
Returns an edge type if already defined otherwise creates it in the schema.
getOrCreateEdgeType(String, int) - Method in class com.arcadedb.schema.LocalSchema
 
getOrCreateEdgeType(String, int) - Method in interface com.arcadedb.schema.Schema
Deprecated.
getOrCreateEdgeType(String, int, int) - Method in class com.arcadedb.schema.LocalSchema
 
getOrCreateEdgeType(String, int, int) - Method in interface com.arcadedb.schema.Schema
Deprecated.
getOrCreateFile(int, String) - Method in class com.arcadedb.engine.FileManager
 
getOrCreateFile(String, String, ComponentFile.MODE) - Method in class com.arcadedb.engine.FileManager
 
getOrCreateIndex(Schema.INDEX_TYPE, boolean) - Method in class com.arcadedb.schema.AbstractProperty
Returns an index on this property or creates it if does not exist.
getOrCreateIndex(Schema.INDEX_TYPE, boolean) - Method in interface com.arcadedb.schema.Property
 
getOrCreateProperty(String, Type) - Method in interface com.arcadedb.schema.DocumentType
 
getOrCreateProperty(String, Type) - Method in class com.arcadedb.schema.LocalDocumentType
Returns a property by its name.
getOrCreateProperty(String, Type, String) - Method in interface com.arcadedb.schema.DocumentType
 
getOrCreateProperty(String, Type, String) - Method in class com.arcadedb.schema.LocalDocumentType
Returns a property by its name.
getOrCreateProperty(String, Class<?>) - Method in interface com.arcadedb.schema.DocumentType
 
getOrCreateProperty(String, Class<?>) - Method in class com.arcadedb.schema.LocalDocumentType
Returns a property by its name.
getOrCreateProperty(String, String) - Method in interface com.arcadedb.schema.DocumentType
 
getOrCreateProperty(String, String) - Method in class com.arcadedb.schema.LocalDocumentType
Returns a property by its name.
getOrCreateProperty(String, String, String) - Method in interface com.arcadedb.schema.DocumentType
 
getOrCreateProperty(String, String, String) - Method in class com.arcadedb.schema.LocalDocumentType
Returns a property by its name.
getOrCreateTypeIndex(Schema.INDEX_TYPE, boolean, String...) - Method in interface com.arcadedb.schema.DocumentType
 
getOrCreateTypeIndex(Schema.INDEX_TYPE, boolean, String...) - Method in class com.arcadedb.schema.LocalDocumentType
 
getOrCreateTypeIndex(Schema.INDEX_TYPE, boolean, String[], int) - Method in interface com.arcadedb.schema.DocumentType
 
getOrCreateTypeIndex(Schema.INDEX_TYPE, boolean, String[], int) - Method in class com.arcadedb.schema.LocalDocumentType
 
getOrCreateTypeIndex(Schema.INDEX_TYPE, boolean, String[], int, Index.BuildIndexCallback) - Method in interface com.arcadedb.schema.DocumentType
 
getOrCreateTypeIndex(Schema.INDEX_TYPE, boolean, String[], int, Index.BuildIndexCallback) - Method in class com.arcadedb.schema.LocalDocumentType
 
getOrCreateTypeIndex(Schema.INDEX_TYPE, boolean, String[], int, LSMTreeIndexAbstract.NULL_STRATEGY, Index.BuildIndexCallback) - Method in interface com.arcadedb.schema.DocumentType
 
getOrCreateTypeIndex(Schema.INDEX_TYPE, boolean, String[], int, LSMTreeIndexAbstract.NULL_STRATEGY, Index.BuildIndexCallback) - Method in class com.arcadedb.schema.LocalDocumentType
 
getOrCreateTypeIndex(Schema.INDEX_TYPE, boolean, String, String...) - Method in class com.arcadedb.schema.LocalSchema
 
getOrCreateTypeIndex(Schema.INDEX_TYPE, boolean, String, String...) - Method in interface com.arcadedb.schema.Schema
 
getOrCreateTypeIndex(Schema.INDEX_TYPE, boolean, String, String[], int) - Method in class com.arcadedb.schema.LocalSchema
Deprecated.
getOrCreateTypeIndex(Schema.INDEX_TYPE, boolean, String, String[], int) - Method in interface com.arcadedb.schema.Schema
Deprecated.
getOrCreateTypeIndex(Schema.INDEX_TYPE, boolean, String, String[], int, Index.BuildIndexCallback) - Method in class com.arcadedb.schema.LocalSchema
Deprecated.
getOrCreateTypeIndex(Schema.INDEX_TYPE, boolean, String, String[], int, Index.BuildIndexCallback) - Method in interface com.arcadedb.schema.Schema
Deprecated.
getOrCreateTypeIndex(Schema.INDEX_TYPE, boolean, String, String[], int, LSMTreeIndexAbstract.NULL_STRATEGY, Index.BuildIndexCallback) - Method in class com.arcadedb.schema.LocalSchema
Deprecated.
getOrCreateTypeIndex(Schema.INDEX_TYPE, boolean, String, String[], int, LSMTreeIndexAbstract.NULL_STRATEGY, Index.BuildIndexCallback) - Method in interface com.arcadedb.schema.Schema
Deprecated.
getOrCreateVertexType(String) - Method in class com.arcadedb.schema.LocalSchema
 
getOrCreateVertexType(String) - Method in interface com.arcadedb.schema.Schema
Returns a vertex type if already defined otherwise creates it in the schema.
getOrCreateVertexType(String, int) - Method in class com.arcadedb.schema.LocalSchema
 
getOrCreateVertexType(String, int) - Method in interface com.arcadedb.schema.Schema
Deprecated.
getOrCreateVertexType(String, int, int) - Method in class com.arcadedb.schema.LocalSchema
 
getOrCreateVertexType(String, int, int) - Method in interface com.arcadedb.schema.Schema
Deprecated.
getOrderBy() - Method in class com.arcadedb.query.sql.parser.MatchStatement
 
getOrderBy() - Method in class com.arcadedb.query.sql.parser.SelectStatement
 
getOrigin() - Method in class com.arcadedb.query.sql.parser.MatchExpression
 
getOriginalDocument(Record) - Method in class com.arcadedb.database.LocalDatabase
 
getOriginalRID(RID) - Method in class com.arcadedb.index.lsm.LSMTreeIndexAbstract
 
getOriginalStatement() - Method in class com.arcadedb.query.sql.parser.Statement
 
getOSFile() - Method in class com.arcadedb.engine.ComponentFile
 
getOSFile() - Method in class com.arcadedb.engine.PaginatedComponent
 
getOut() - Method in interface com.arcadedb.graph.Edge
 
getOut() - Method in class com.arcadedb.graph.ImmutableEdge
 
getOut() - Method in class com.arcadedb.graph.ImmutableLightEdge
 
getOut() - Method in class com.arcadedb.graph.MutableEdge
 
getOutEdgesHeadChunk() - Method in class com.arcadedb.graph.ImmutableVertex
 
getOutEdgesHeadChunk() - Method in class com.arcadedb.graph.MutableVertex
 
getOutEdgesHeadChunk() - Method in interface com.arcadedb.graph.VertexInternal
 
getOutVertex() - Method in interface com.arcadedb.graph.Edge
 
getOutVertex() - Method in class com.arcadedb.graph.ImmutableEdge
 
getOutVertex() - Method in class com.arcadedb.graph.ImmutableLightEdge
 
getOutVertex() - Method in class com.arcadedb.graph.MutableEdge
 
getOwner() - Method in interface com.arcadedb.database.EmbeddedModifier
 
getOwner() - Method in class com.arcadedb.database.EmbeddedModifierObject
 
getOwner() - Method in class com.arcadedb.database.EmbeddedModifierProperty
 
getPage(PageId, int) - Method in class com.arcadedb.database.TransactionContext
Looks for the page in the TX context first, then delegates to the database.
getPageCounter(int) - Method in class com.arcadedb.database.TransactionContext
 
getPageId() - Method in class com.arcadedb.database.RID
 
getPageId() - Method in class com.arcadedb.engine.BasePage
 
getPageId() - Method in class com.arcadedb.engine.CachedPage
 
getPageKeyRange(BasePage) - Method in class com.arcadedb.index.lsm.LSMTreeIndexAbstract
 
getPageManager() - Method in interface com.arcadedb.database.DatabaseInternal
 
getPageManager() - Method in class com.arcadedb.database.LocalDatabase
 
getPageNumber() - Method in class com.arcadedb.engine.PageId
 
getPageSize() - Method in class com.arcadedb.engine.PaginatedComponent
 
getPageSize() - Method in class com.arcadedb.engine.PaginatedComponentFile
 
getPageSize() - Method in interface com.arcadedb.index.IndexInternal
 
getPageSize() - Method in class com.arcadedb.index.lsm.LSMTreeFullTextIndex
 
getPageSize() - Method in class com.arcadedb.index.lsm.LSMTreeIndex
 
getPageSize() - Method in class com.arcadedb.index.TypeIndex
 
getPageSize() - Method in class com.arcadedb.index.vector.HnswVectorIndex
 
getPageSize() - Method in class com.arcadedb.schema.IndexBuilder
 
getPageToModify(BasePage) - Method in class com.arcadedb.database.TransactionContext
Puts the page in the TX modified pages.
getPageToModify(PageId, int, boolean) - Method in class com.arcadedb.database.TransactionContext
If the page is not already in transaction tx, loads from the database and clone it locally.
getPaginatedComponent() - Method in class com.arcadedb.index.lsm.LSMTreeIndexAbstract
 
getParallelLevel() - Method in interface com.arcadedb.database.async.DatabaseAsyncExecutor
Returns the number of executor threads for asynchronous operations.
getParallelLevel() - Method in class com.arcadedb.database.async.DatabaseAsyncExecutorImpl
 
getParameterValue(Identifiable, String) - Method in class com.arcadedb.query.sql.method.AbstractSQLMethod
 
getParams() - Method in class com.arcadedb.query.sql.parser.FunctionCall
 
getParent() - Method in class com.arcadedb.query.select.SelectTreeNode
 
getParent() - Method in class com.arcadedb.query.sql.executor.BasicCommandContext
 
getParent() - Method in interface com.arcadedb.query.sql.executor.CommandContext
 
getPassword() - Method in interface com.arcadedb.security.SecurityUser
Returns the user's encoded password.
getPath() - Method in class com.arcadedb.query.sql.function.graph.SQLFunctionHeuristicPathFinderAbstract
 
getPath() - Method in class com.arcadedb.query.sql.function.graph.SQLFunctionPathFinder
 
getPathAlias() - Method in class com.arcadedb.query.sql.parser.MatchFilter
 
getPendingPagesToFlush() - Method in class com.arcadedb.engine.WALFile
 
getPhysicalSize() - Method in class com.arcadedb.engine.BasePage
 
getPhysicalSize() - Method in class com.arcadedb.engine.CachedPage
 
getPolymorphicBucketIndexByBucketId(int, List<String>) - Method in interface com.arcadedb.schema.DocumentType
 
getPolymorphicBucketIndexByBucketId(int, List<String>) - Method in class com.arcadedb.schema.LocalDocumentType
 
getPolymorphicIndexByProperties(String...) - Method in interface com.arcadedb.schema.DocumentType
 
getPolymorphicIndexByProperties(String...) - Method in class com.arcadedb.schema.LocalDocumentType
 
getPolymorphicIndexByProperties(List<String>) - Method in interface com.arcadedb.schema.DocumentType
 
getPolymorphicIndexByProperties(List<String>) - Method in class com.arcadedb.schema.LocalDocumentType
 
getPolymorphicProperties() - Method in interface com.arcadedb.schema.DocumentType
 
getPolymorphicProperties() - Method in class com.arcadedb.schema.LocalDocumentType
Returns all the properties defined in the type and subtypes.
getPolymorphicPropertiesWithDefaultDefined() - Method in interface com.arcadedb.schema.DocumentType
 
getPolymorphicPropertiesWithDefaultDefined() - Method in class com.arcadedb.schema.LocalDocumentType
 
getPolymorphicProperty(String) - Method in interface com.arcadedb.schema.DocumentType
 
getPolymorphicPropertyIfExists(String) - Method in interface com.arcadedb.schema.DocumentType
 
getPolymorphicPropertyNames() - Method in interface com.arcadedb.schema.DocumentType
 
getPolymorphicPropertyNames() - Method in class com.arcadedb.schema.LocalDocumentType
Returns all the properties defined in the type and subtypes.
getPosition() - Method in class com.arcadedb.database.RID
 
getPosition() - Method in class com.arcadedb.query.sql.parser.Rid
 
getPositivePlan() - Method in class com.arcadedb.query.sql.executor.IfStep
 
getPreAggregate() - Method in class com.arcadedb.query.sql.parser.AggregateProjectionSplit
 
getPrecision(int) - Static method in class com.arcadedb.utility.DateUtils
 
getPrecisionFromBinaryType(byte) - Static method in class com.arcadedb.utility.DateUtils
 
getPrecisionFromType(Type) - Static method in class com.arcadedb.utility.DateUtils
 
getPrefixedColumns() - Method in class com.arcadedb.utility.TableFormatter
 
getPrettyFieldMultiValue(Iterator<?>, int) - Static method in class com.arcadedb.utility.TableFormatter
 
getPrettyFieldValue(Object, int) - Static method in class com.arcadedb.utility.TableFormatter
 
getPrettyPrint() - Method in class com.arcadedb.query.sql.executor.InfoExecutionPlan
 
getPrev() - Method in class com.arcadedb.query.sql.executor.AbstractExecutionStep
 
getPrevious() - Method in interface com.arcadedb.graph.EdgeSegment
 
getPrevious() - Method in class com.arcadedb.graph.MutableEdgeSegment
 
getPriority() - Method in enum com.arcadedb.query.sql.parser.MathExpression.Operator
 
getProjection() - Method in class com.arcadedb.query.sql.parser.SelectStatement
 
getProjectionAlias() - Method in class com.arcadedb.query.sql.parser.ProjectionItem
 
getProjectionAliasAsString() - Method in class com.arcadedb.query.sql.parser.ProjectionItem
returns the final alias for this projection item (the explicit alias, if defined, or the default alias)
getProjections() - Method in class com.arcadedb.query.sql.parser.TraverseStatement
 
getProperties() - Method in class com.arcadedb.database.bucketselectionstrategy.PartitionedBucketSelectionStrategy
 
getProperties() - Method in interface com.arcadedb.schema.DocumentType
 
getProperties() - Method in class com.arcadedb.schema.LocalDocumentType
 
getProperty(String) - Method in class com.arcadedb.query.sql.executor.EmptyResult
 
getProperty(String) - Method in interface com.arcadedb.query.sql.executor.Result
Returns the value for the property.
getProperty(String) - Method in class com.arcadedb.query.sql.executor.ResultInternal
 
getProperty(String) - Method in class com.arcadedb.query.sql.executor.TraverseResult
 
getProperty(String) - Method in class com.arcadedb.query.sql.executor.UpdatableResult
 
getProperty(String) - Method in interface com.arcadedb.schema.DocumentType
 
getProperty(String, Object) - Method in class com.arcadedb.query.sql.executor.EmptyResult
 
getProperty(String, Object) - Method in interface com.arcadedb.query.sql.executor.Result
Returns the value for the property.
getProperty(String, Object) - Method in class com.arcadedb.query.sql.executor.ResultInternal
 
getPropertyIfExists(String) - Method in interface com.arcadedb.schema.DocumentType
 
getPropertyIfExists(String) - Method in class com.arcadedb.schema.LocalDocumentType
 
getPropertyNames() - Method in class com.arcadedb.database.DetachedDocument
 
getPropertyNames() - Method in interface com.arcadedb.database.Document
 
getPropertyNames() - Method in class com.arcadedb.database.ImmutableDocument
 
getPropertyNames() - Method in class com.arcadedb.database.MutableDocument
 
getPropertyNames() - Method in class com.arcadedb.graph.ImmutableLightEdge
 
getPropertyNames() - Method in interface com.arcadedb.index.Index
 
getPropertyNames() - Method in class com.arcadedb.index.lsm.LSMTreeFullTextIndex
 
getPropertyNames() - Method in class com.arcadedb.index.lsm.LSMTreeIndex
 
getPropertyNames() - Method in class com.arcadedb.index.TypeIndex
 
getPropertyNames() - Method in class com.arcadedb.index.vector.HnswVectorIndex
 
getPropertyNames() - Method in class com.arcadedb.query.sql.executor.EmptyResult
 
getPropertyNames() - Method in interface com.arcadedb.query.sql.executor.Result
 
getPropertyNames() - Method in class com.arcadedb.query.sql.executor.ResultInternal
 
getPropertyNames() - Method in class com.arcadedb.query.sql.executor.UpdatableResult
 
getPropertyNames() - Method in interface com.arcadedb.schema.DocumentType
 
getPropertyNames() - Method in class com.arcadedb.schema.LocalDocumentType
Returns all the properties defined in the type, not considering the ones inherited from subtypes.
getPropertyNames() - Method in class com.arcadedb.schema.TypeIndexBuilder
 
getPropertyNames(Database, Binary) - Method in class com.arcadedb.serializer.BinarySerializer
 
getQuery() - Method in class com.arcadedb.query.sql.parser.LetItem
 
getQueryEngine(String) - Method in interface com.arcadedb.database.Database
Returns the query engine by language name.
getQueryEngine(String) - Method in class com.arcadedb.database.LocalDatabase
 
getQueryEngineManager() - Method in class com.arcadedb.database.LocalDatabase
 
getRawVersion() - Static method in class com.arcadedb.Constants
 
getReadTimeout() - Method in interface com.arcadedb.database.DatabaseInternal
 
getReadTimeout() - Method in class com.arcadedb.database.LocalDatabase
 
getReadTimeout() - Method in interface com.arcadedb.security.SecurityDatabaseUser
 
getRecord() - Method in class com.arcadedb.database.BaseRecord
 
getRecord() - Method in interface com.arcadedb.database.Identifiable
Returns the generic record by pre-loading also its content.
getRecord() - Method in class com.arcadedb.database.IndexCursorCollection
 
getRecord() - Method in class com.arcadedb.database.RID
 
getRecord() - Method in class com.arcadedb.index.EmptyIndexCursor
 
getRecord() - Method in interface com.arcadedb.index.IndexCursor
 
getRecord() - Method in class com.arcadedb.index.lsm.LSMTreeIndexCursor
 
getRecord() - Method in class com.arcadedb.index.MultiIndexCursor
 
getRecord() - Method in class com.arcadedb.index.TempIndexCursor
 
getRecord() - Method in class com.arcadedb.query.sql.executor.EmptyResult
 
getRecord() - Method in interface com.arcadedb.query.sql.executor.Result
 
getRecord() - Method in class com.arcadedb.query.sql.executor.ResultInternal
 
getRecord(boolean) - Method in class com.arcadedb.database.BaseRecord
 
getRecord(boolean) - Method in interface com.arcadedb.database.Identifiable
Returns the generic record.
getRecord(boolean) - Method in class com.arcadedb.database.RID
 
getRecord(RID) - Method in interface com.arcadedb.engine.Bucket
 
getRecord(RID) - Method in class com.arcadedb.engine.LocalBucket
 
getRecordAttr() - Method in class com.arcadedb.query.sql.parser.OrderByItem
 
getRecordedChanges() - Method in class com.arcadedb.engine.FileManager
 
getRecordFactory() - Method in interface com.arcadedb.database.DatabaseInternal
 
getRecordFactory() - Method in class com.arcadedb.database.LocalDatabase
 
getRecordFromCache(RID) - Method in class com.arcadedb.database.TransactionContext
 
getRecordInternal(RID, boolean) - Method in class com.arcadedb.engine.LocalBucket
The caller should call @DatabaseInternal.invokeAfterReadEvents(Record) after created the record and manage the result correctly.
getRecordSize() - Method in interface com.arcadedb.graph.EdgeSegment
 
getRecordSize() - Method in class com.arcadedb.graph.MutableEdgeSegment
 
getRecordType() - Method in class com.arcadedb.database.BaseDocument
 
getRecordType() - Method in class com.arcadedb.database.ImmutableEmbeddedDocument
 
getRecordType() - Method in class com.arcadedb.database.MutableEmbeddedDocument
 
getRecordType() - Method in interface com.arcadedb.database.Record
 
getRecordType() - Method in class com.arcadedb.graph.ImmutableEdge
 
getRecordType() - Method in class com.arcadedb.graph.ImmutableLightEdge
 
getRecordType() - Method in class com.arcadedb.graph.ImmutableVertex
 
getRecordType() - Method in class com.arcadedb.graph.MutableEdge
 
getRecordType() - Method in class com.arcadedb.graph.MutableEdgeSegment
 
getRecordType() - Method in class com.arcadedb.graph.MutableVertex
 
getReflectionFactory() - Method in class com.arcadedb.query.sql.function.DefaultSQLFunctionFactory
 
getRegexp() - Method in class com.arcadedb.schema.AbstractProperty
 
getRegexp() - Method in interface com.arcadedb.schema.Property
 
getRemovedRID(Identifiable) - Method in class com.arcadedb.index.lsm.LSMTreeIndexMutable
 
getResult() - Method in interface com.arcadedb.query.sql.executor.SQLFunction
Only called when function aggregates results after all records have been passed to the function.
getResult() - Method in class com.arcadedb.query.sql.function.coll.SQLFunctionIntersect
 
getResult() - Method in class com.arcadedb.query.sql.function.coll.SQLFunctionMap
 
getResult() - Method in class com.arcadedb.query.sql.function.coll.SQLFunctionMultiValueAbstract
 
getResult() - Method in class com.arcadedb.query.sql.function.graph.SQLFunctionAstar
 
getResult() - Method in class com.arcadedb.query.sql.function.graph.SQLFunctionPathFinder
 
getResult() - Method in class com.arcadedb.query.sql.function.math.SQLFunctionAbsoluteValue
 
getResult() - Method in class com.arcadedb.query.sql.function.math.SQLFunctionAverage
 
getResult() - Method in class com.arcadedb.query.sql.function.math.SQLFunctionCount
 
getResult() - Method in class com.arcadedb.query.sql.function.math.SQLFunctionEval
 
getResult() - Method in class com.arcadedb.query.sql.function.math.SQLFunctionMax
 
getResult() - Method in class com.arcadedb.query.sql.function.math.SQLFunctionMin
 
getResult() - Method in class com.arcadedb.query.sql.function.math.SQLFunctionMode
 
getResult() - Method in class com.arcadedb.query.sql.function.math.SQLFunctionPercentile
 
getResult() - Method in class com.arcadedb.query.sql.function.math.SQLFunctionRandomInt
 
getResult() - Method in class com.arcadedb.query.sql.function.math.SQLFunctionSquareRoot
 
getResult() - Method in class com.arcadedb.query.sql.function.math.SQLFunctionStandardDeviation
 
getResult() - Method in class com.arcadedb.query.sql.function.math.SQLFunctionSum
 
getResult() - Method in class com.arcadedb.query.sql.function.math.SQLFunctionVariance
 
getResult() - Method in class com.arcadedb.query.sql.function.misc.SQLFunctionBoolAnd
 
getResult() - Method in class com.arcadedb.query.sql.function.misc.SQLFunctionBoolOr
 
getResult() - Method in class com.arcadedb.query.sql.function.misc.SQLFunctionUUID
 
getResult() - Method in class com.arcadedb.query.sql.function.SQLFunctionAbstract
 
getResult() - Method in class com.arcadedb.query.sql.function.text.SQLFunctionConcat
 
getResult() - Method in class com.arcadedb.query.sql.function.time.SQLFunctionSysdate
 
getResultSet() - Method in class com.arcadedb.query.sql.parser.FromItem
 
getResultSetLimit() - Method in interface com.arcadedb.database.DatabaseInternal
 
getResultSetLimit() - Method in class com.arcadedb.database.LocalDatabase
 
getResultSetLimit() - Method in interface com.arcadedb.security.SecurityDatabaseUser
 
getRetry() - Method in class com.arcadedb.query.sql.parser.CommitStatement
 
getReturnAliases() - Method in class com.arcadedb.query.sql.parser.MatchStatement
 
getReturnItems() - Method in class com.arcadedb.query.sql.parser.MatchStatement
 
getReturnNestedProjections() - Method in class com.arcadedb.query.sql.parser.MatchStatement
 
getReturnProjection() - Method in class com.arcadedb.query.sql.parser.UpdateStatement
 
getReturnStatement() - Method in class com.arcadedb.query.sql.parser.CreateVertexStatement
 
getReturnStatement() - Method in class com.arcadedb.query.sql.parser.InsertStatement
 
getRid() - Method in class com.arcadedb.query.sql.parser.DeleteEdgeStatement
 
getRid() - Method in class com.arcadedb.query.sql.parser.Expression
 
getRid(CommandContext) - Method in class com.arcadedb.query.sql.parser.MatchFilter
 
getRID() - Method in exception com.arcadedb.exception.RecordNotFoundException
 
getRID(AtomicInteger) - Method in interface com.arcadedb.graph.EdgeSegment
 
getRID(AtomicInteger) - Method in class com.arcadedb.graph.MutableEdgeSegment
 
getRids() - Method in class com.arcadedb.query.sql.parser.DeleteEdgeStatement
 
getRids() - Method in class com.arcadedb.query.sql.parser.FromItem
 
getRight() - Method in class com.arcadedb.query.sql.parser.BinaryCondition
 
getRight() - Method in class com.arcadedb.query.sql.parser.ContainsAnyCondition
 
getRight() - Method in class com.arcadedb.query.sql.parser.ContainsTextCondition
 
getRight() - Method in class com.arcadedb.query.sql.parser.InsertSetExpression
 
getRight() - Method in class com.arcadedb.query.sql.parser.UpdateItem
 
getRightExpression() - Method in class com.arcadedb.query.sql.parser.CreateEdgeStatement
 
getRightExpression() - Method in class com.arcadedb.query.sql.parser.DeleteEdgeStatement
 
getRightMathExpression() - Method in class com.arcadedb.query.sql.parser.InCondition
 
getRightParam() - Method in class com.arcadedb.query.sql.parser.InCondition
 
getRightStatement() - Method in class com.arcadedb.query.sql.parser.InCondition
 
getSchema() - Method in interface com.arcadedb.database.BasicDatabase
 
getSchema() - Method in interface com.arcadedb.database.Database
Returns the database schema.
getSchema() - Method in class com.arcadedb.database.LocalDatabase
 
getSchema() - Method in class com.arcadedb.query.sql.parser.FromItem
 
getSchema() - Method in interface com.arcadedb.schema.DocumentType
 
getSchema() - Method in class com.arcadedb.schema.LocalDocumentType
 
getScope() - Method in enum com.arcadedb.GlobalConfiguration
 
getSecond() - Method in class com.arcadedb.query.sql.parser.BetweenCondition
 
getSecond() - Method in class com.arcadedb.utility.Pair
 
getSecurity() - Method in class com.arcadedb.database.DatabaseFactory
 
getSecurity() - Method in class com.arcadedb.database.LocalDatabase
 
getSelectStatement() - Method in class com.arcadedb.query.sql.parser.InsertStatement
 
getSelf() - Method in class com.arcadedb.query.sql.parser.LevelZeroIdentifier
 
getSerializedKeySize(Binary, int) - Method in class com.arcadedb.index.lsm.LSMTreeIndexAbstract
Reads the keys and returns the serialized size.
getSerializer() - Method in interface com.arcadedb.database.DatabaseInternal
 
getSerializer() - Method in class com.arcadedb.database.LocalDatabase
 
getSetExpressions() - Method in class com.arcadedb.query.sql.parser.InsertBody
 
getShort() - Method in class com.arcadedb.database.Binary
 
getShort() - Method in interface com.arcadedb.database.BinaryStructure
 
getShort(int) - Method in class com.arcadedb.database.Binary
 
getShort(int) - Method in interface com.arcadedb.database.BinaryStructure
 
getShort(String) - Method in class com.arcadedb.database.BaseDocument
 
getShort(String) - Method in interface com.arcadedb.database.Document
 
getShortestDistance(Vertex) - Method in class com.arcadedb.query.sql.function.graph.SQLFunctionPathFinder
 
getSign() - Method in class com.arcadedb.query.sql.parser.FloatingPoint
 
getSimpleHeuristicCost(double, double, double) - Method in class com.arcadedb.query.sql.function.graph.SQLFunctionHeuristicPathFinderAbstract
 
getSingletonList(T) - Static method in class com.arcadedb.query.sql.executor.MultiValue
 
getSize() - Method in class com.arcadedb.engine.ComponentFile
 
getSize() - Method in class com.arcadedb.engine.PaginatedComponentFile
 
getSize() - Method in class com.arcadedb.engine.WALFile
 
getSize(Object) - Static method in class com.arcadedb.query.sql.executor.MultiValue
Returns the estimated size of the multi-value object.
getSizeAsNumber(Object) - Static method in class com.arcadedb.utility.FileUtils
 
getSizeAsString(long) - Static method in class com.arcadedb.utility.FileUtils
 
getSizeIfAvailable(Object) - Static method in class com.arcadedb.query.sql.executor.MultiValue
Returns the size of the multi-value object only if the size is available without computing.
getSkip() - Method in class com.arcadedb.query.sql.parser.MatchStatement
 
getSkip() - Method in class com.arcadedb.query.sql.parser.SelectStatement
 
getSkip() - Method in class com.arcadedb.query.sql.parser.TraverseStatement
 
getSkip() - Method in class com.arcadedb.utility.MultiIterator
 
getSlot(int) - Method in class com.arcadedb.database.async.DatabaseAsyncExecutorImpl
 
getSourceClassSimpleName(String) - Method in class com.arcadedb.log.LogFormatter
 
getSources() - Method in class com.arcadedb.utility.MultiIterator
 
getSpatialContext() - Static method in class com.arcadedb.query.sql.function.geo.GeoUtils
 
getStartingPointAlias() - Method in class com.arcadedb.query.sql.executor.MatchEdgeTraverser
 
getStartingPointAlias() - Method in class com.arcadedb.query.sql.executor.MatchReverseEdgeTraverser
 
getStatement() - Method in interface com.arcadedb.query.sql.executor.InternalExecutionPlan
 
getStatement() - Method in class com.arcadedb.query.sql.executor.ScriptExecutionPlan
 
getStatement() - Method in class com.arcadedb.query.sql.parser.FromItem
 
getStatementCache() - Method in interface com.arcadedb.database.DatabaseInternal
 
getStatementCache() - Method in class com.arcadedb.database.LocalDatabase
 
getStatements() - Method in class com.arcadedb.query.sql.parser.IfStatement
 
getStatementType() - Method in class com.arcadedb.query.sql.parser.UpdateEdgeStatement
 
getStatementType() - Method in class com.arcadedb.query.sql.parser.UpdateStatement
 
getStats() - Method in class com.arcadedb.database.async.DatabaseAsyncExecutorImpl
 
getStats() - Method in interface com.arcadedb.database.BasicDatabase
Returns statistics for the current database instance as a map.
getStats() - Method in class com.arcadedb.database.LocalDatabase
 
getStats() - Method in class com.arcadedb.database.TransactionContext
 
getStats() - Method in class com.arcadedb.engine.FileManager
 
getStats() - Method in class com.arcadedb.engine.PageManager
 
getStats() - Method in class com.arcadedb.engine.TransactionManager
 
getStats() - Method in class com.arcadedb.engine.WALFile
 
getStats() - Method in interface com.arcadedb.index.IndexInternal
 
getStats() - Method in class com.arcadedb.index.lsm.LSMTreeFullTextIndex
 
getStats() - Method in class com.arcadedb.index.lsm.LSMTreeIndex
 
getStats() - Method in class com.arcadedb.index.lsm.LSMTreeIndexAbstract
 
getStats() - Method in class com.arcadedb.index.lsm.LSMTreeIndexMutable
 
getStats() - Method in class com.arcadedb.index.TypeIndex
 
getStats() - Method in class com.arcadedb.index.vector.HnswVectorIndex
 
getStatus() - Method in class com.arcadedb.database.TransactionContext
 
getSteps() - Method in class com.arcadedb.query.sql.executor.DDLExecutionPlan
 
getSteps() - Method in interface com.arcadedb.query.sql.executor.ExecutionPlan
 
getSteps() - Method in class com.arcadedb.query.sql.executor.IfExecutionPlan
 
getSteps() - Method in class com.arcadedb.query.sql.executor.InfoExecutionPlan
 
getSteps() - Method in class com.arcadedb.query.sql.executor.ScriptExecutionPlan
 
getSteps() - Method in class com.arcadedb.query.sql.executor.SelectExecutionPlan
 
getSteps() - Method in class com.arcadedb.query.sql.executor.SingleOpExecutionPlan
 
getStmText() - Method in class com.arcadedb.query.sql.executor.InfoExecutionPlan
 
getStrategy() - Method in class com.arcadedb.query.sql.parser.TraverseStatement
 
getString() - Method in class com.arcadedb.database.Binary
 
getString() - Method in interface com.arcadedb.database.BinaryStructure
 
getString(int) - Method in class com.arcadedb.database.Binary
 
getString(int) - Method in interface com.arcadedb.database.BinaryStructure
 
getString(int) - Method in class com.arcadedb.serializer.json.JSONArray
 
getString(String) - Method in class com.arcadedb.database.BaseDocument
 
getString(String) - Method in interface com.arcadedb.database.Document
 
getString(String) - Method in class com.arcadedb.serializer.json.JSONObject
 
getStringContent(Object) - Static method in class com.arcadedb.utility.FileUtils
 
getStringValue() - Method in class com.arcadedb.query.sql.parser.FloatingPoint
 
getStringValue() - Method in class com.arcadedb.query.sql.parser.Identifier
returns the plain string representation of this identifier, with quoting removed from back-ticks
getSub() - Method in class com.arcadedb.query.sql.parser.NotBlock
 
getSubBlocks() - Method in class com.arcadedb.query.sql.parser.AndBlock
 
getSubBlocks() - Method in class com.arcadedb.query.sql.parser.OrBlock
 
getSubExecutionPlans() - Method in interface com.arcadedb.query.sql.executor.ExecutionStepInternal
 
getSubExecutionPlans() - Method in class com.arcadedb.query.sql.executor.GlobalLetQueryStep
 
getSubExecutionPlans() - Method in class com.arcadedb.query.sql.executor.ParallelExecStep
 
getSubExecutionPlans() - Method in class com.arcadedb.query.sql.executor.SubQueryStep
 
getSubIndex() - Method in class com.arcadedb.index.lsm.LSMTreeIndexMutable
 
getSubIndexes() - Method in class com.arcadedb.index.TypeIndex
Internal Only.
getSubIndexes() - Method in class com.arcadedb.index.vector.HnswVectorIndex
 
getSubQueries() - Method in class com.arcadedb.query.sql.parser.SubQueryCollector
 
getSubSteps() - Method in interface com.arcadedb.query.sql.executor.ExecutionStep
 
getSubSteps() - Method in interface com.arcadedb.query.sql.executor.ExecutionStepInternal
 
getSubSteps() - Method in class com.arcadedb.query.sql.executor.FetchFromClustersExecutionStep
 
getSubSteps() - Method in class com.arcadedb.query.sql.executor.FetchFromTypeExecutionStep
 
getSubSteps() - Method in class com.arcadedb.query.sql.executor.FilterNotMatchPatternStep
 
getSubSteps() - Method in class com.arcadedb.query.sql.executor.InfoExecutionStep
 
getSubTypes() - Method in interface com.arcadedb.schema.DocumentType
 
getSubTypes() - Method in class com.arcadedb.schema.LocalDocumentType
Returns the list of subtypes, in any, or an empty list in case the type has not subtypes defined.
getSuffix() - Method in class com.arcadedb.query.sql.parser.BaseIdentifier
 
GetSuffix(int) - Method in interface com.arcadedb.query.sql.parser.CharStream
Returns an array of characters that make up the suffix of length 'len' for the currently matched token.
GetSuffix(int) - Method in class com.arcadedb.query.sql.parser.JavaCharStream
 
GetSuffix(int) - Method in class com.arcadedb.query.sql.parser.SimpleCharStream
Get the suffix.
getSuperTypes() - Method in interface com.arcadedb.schema.DocumentType
 
getSuperTypes() - Method in class com.arcadedb.schema.LocalDocumentType
Returns the list of super types if any, otherwise an empty collection.
getSuperTypes(Schema) - Method in class com.arcadedb.query.sql.parser.CreateTypeAbstractStatement
 
getSupportedLanguages() - Static method in class com.arcadedb.query.polyglot.GraalPolyglotEngine
 
getSupportedLanguages() - Static method in class com.arcadedb.query.polyglot.PolyglotQueryEngine.PolyglotQueryEngineFactory
 
getSyntax() - Method in interface com.arcadedb.query.sql.executor.SQLFunction
Returns a convenient SQL String representation of the function.
getSyntax() - Method in interface com.arcadedb.query.sql.executor.SQLMethod
Returns a convenient SQL String representation of the method.
getSyntax() - Method in class com.arcadedb.query.sql.function.coll.SQLFunctionDifference
 
getSyntax() - Method in class com.arcadedb.query.sql.function.coll.SQLFunctionFirst
 
getSyntax() - Method in class com.arcadedb.query.sql.function.coll.SQLFunctionIntersect
 
getSyntax() - Method in class com.arcadedb.query.sql.function.coll.SQLFunctionLast
 
getSyntax() - Method in class com.arcadedb.query.sql.function.coll.SQLFunctionList
 
getSyntax() - Method in class com.arcadedb.query.sql.function.coll.SQLFunctionMap
 
getSyntax() - Method in class com.arcadedb.query.sql.function.coll.SQLFunctionSet
 
getSyntax() - Method in class com.arcadedb.query.sql.function.coll.SQLFunctionSymmetricDifference
 
getSyntax() - Method in class com.arcadedb.query.sql.function.coll.SQLFunctionUnionAll
 
getSyntax() - Method in class com.arcadedb.query.sql.function.geo.SQLFunctionCircle
 
getSyntax() - Method in class com.arcadedb.query.sql.function.geo.SQLFunctionDistance
 
getSyntax() - Method in class com.arcadedb.query.sql.function.geo.SQLFunctionLineString
 
getSyntax() - Method in class com.arcadedb.query.sql.function.geo.SQLFunctionPoint
 
getSyntax() - Method in class com.arcadedb.query.sql.function.geo.SQLFunctionPolygon
 
getSyntax() - Method in class com.arcadedb.query.sql.function.geo.SQLFunctionRectangle
 
getSyntax() - Method in class com.arcadedb.query.sql.function.graph.SQLFunctionAstar
 
getSyntax() - Method in class com.arcadedb.query.sql.function.graph.SQLFunctionDijkstra
 
getSyntax() - Method in class com.arcadedb.query.sql.function.graph.SQLFunctionMove
 
getSyntax() - Method in class com.arcadedb.query.sql.function.graph.SQLFunctionShortestPath
 
getSyntax() - Method in class com.arcadedb.query.sql.function.math.SQLFunctionAbsoluteValue
 
getSyntax() - Method in class com.arcadedb.query.sql.function.math.SQLFunctionAverage
 
getSyntax() - Method in class com.arcadedb.query.sql.function.math.SQLFunctionCount
 
getSyntax() - Method in class com.arcadedb.query.sql.function.math.SQLFunctionEval
 
getSyntax() - Method in class com.arcadedb.query.sql.function.math.SQLFunctionMax
 
getSyntax() - Method in class com.arcadedb.query.sql.function.math.SQLFunctionMedian
 
getSyntax() - Method in class com.arcadedb.query.sql.function.math.SQLFunctionMin
 
getSyntax() - Method in class com.arcadedb.query.sql.function.math.SQLFunctionMode
 
getSyntax() - Method in class com.arcadedb.query.sql.function.math.SQLFunctionPercentile
 
getSyntax() - Method in class com.arcadedb.query.sql.function.math.SQLFunctionRandomInt
 
getSyntax() - Method in class com.arcadedb.query.sql.function.math.SQLFunctionSquareRoot
 
getSyntax() - Method in class com.arcadedb.query.sql.function.math.SQLFunctionStandardDeviation
 
getSyntax() - Method in class com.arcadedb.query.sql.function.math.SQLFunctionSum
 
getSyntax() - Method in class com.arcadedb.query.sql.function.math.SQLFunctionVariance
 
getSyntax() - Method in class com.arcadedb.query.sql.function.misc.SQLFunctionBoolAnd
 
getSyntax() - Method in class com.arcadedb.query.sql.function.misc.SQLFunctionBoolOr
 
getSyntax() - Method in class com.arcadedb.query.sql.function.misc.SQLFunctionCoalesce
 
getSyntax() - Method in class com.arcadedb.query.sql.function.misc.SQLFunctionDecode
 
getSyntax() - Method in class com.arcadedb.query.sql.function.misc.SQLFunctionEncode
 
getSyntax() - Method in class com.arcadedb.query.sql.function.misc.SQLFunctionIf
 
getSyntax() - Method in class com.arcadedb.query.sql.function.misc.SQLFunctionIfNull
 
getSyntax() - Method in class com.arcadedb.query.sql.function.misc.SQLFunctionUUID
 
getSyntax() - Method in class com.arcadedb.query.sql.function.misc.SQLStaticReflectiveFunction
 
getSyntax() - Method in class com.arcadedb.query.sql.function.text.SQLFunctionConcat
 
getSyntax() - Method in class com.arcadedb.query.sql.function.text.SQLFunctionFormat
 
getSyntax() - Method in class com.arcadedb.query.sql.function.text.SQLFunctionStrcmpci
 
getSyntax() - Method in class com.arcadedb.query.sql.function.time.SQLFunctionDate
 
getSyntax() - Method in class com.arcadedb.query.sql.function.time.SQLFunctionDuration
 
getSyntax() - Method in class com.arcadedb.query.sql.function.time.SQLFunctionSysdate
 
getSyntax() - Method in class com.arcadedb.query.sql.function.vector.SQLFunctionVectorNeighbors
 
getSyntax() - Method in class com.arcadedb.query.sql.method.AbstractSQLMethod
 
getSyntax() - Method in class com.arcadedb.query.sql.method.collection.SQLMethodRemove
 
getSyntax() - Method in class com.arcadedb.query.sql.method.collection.SQLMethodTransform
 
getSyntax() - Method in class com.arcadedb.query.sql.method.conversion.SQLMethodAsDate
 
getSyntax() - Method in class com.arcadedb.query.sql.method.conversion.SQLMethodAsDateTime
 
getSyntax() - Method in class com.arcadedb.query.sql.method.conversion.SQLMethodAsDecimal
 
getSyntax() - Method in class com.arcadedb.query.sql.method.conversion.SQLMethodConvert
 
getSyntax() - Method in class com.arcadedb.query.sql.method.geo.SQLMethodIntersectsWith
 
getSyntax() - Method in class com.arcadedb.query.sql.method.geo.SQLMethodIsWithin
 
getSyntax() - Method in class com.arcadedb.query.sql.method.misc.SQLMethodExclude
 
getSyntax() - Method in class com.arcadedb.query.sql.method.misc.SQLMethodHash
 
getSyntax() - Method in class com.arcadedb.query.sql.method.misc.SQLMethodIfNull
 
getSyntax() - Method in class com.arcadedb.query.sql.method.misc.SQLMethodInclude
 
getSyntax() - Method in class com.arcadedb.query.sql.method.misc.SQLMethodToJSON
 
getSyntax() - Method in class com.arcadedb.query.sql.method.string.SQLMethodAppend
 
getSyntax() - Method in class com.arcadedb.query.sql.method.string.SQLMethodCharAt
 
getSyntax() - Method in class com.arcadedb.query.sql.method.string.SQLMethodLeft
 
getSyntax() - Method in class com.arcadedb.query.sql.method.string.SQLMethodLength
 
getSyntax() - Method in class com.arcadedb.query.sql.method.string.SQLMethodReplace
 
getSyntax() - Method in class com.arcadedb.query.sql.method.string.SQLMethodRight
 
getSyntax() - Method in class com.arcadedb.query.sql.method.string.SQLMethodSubString
 
getTabSize(int) - Method in class com.arcadedb.query.sql.parser.JavaCharStream
 
getTabSize(int) - Method in class com.arcadedb.query.sql.parser.SimpleCharStream
 
getTarget() - Method in class com.arcadedb.query.sql.parser.SelectStatement
 
getTarget() - Method in class com.arcadedb.query.sql.parser.TraverseStatement
 
getTarget() - Method in class com.arcadedb.query.sql.parser.UpdateStatement
 
getTargetBucket() - Method in class com.arcadedb.query.sql.parser.CreateVertexStatement
 
getTargetBucket() - Method in class com.arcadedb.query.sql.parser.InsertStatement
 
getTargetBucketName() - Method in class com.arcadedb.query.sql.parser.CreateEdgeStatement
 
getTargetBucketName() - Method in class com.arcadedb.query.sql.parser.CreateVertexStatement
 
getTargetBucketName() - Method in class com.arcadedb.query.sql.parser.DeleteEdgeStatement
 
getTargetBucketName() - Method in class com.arcadedb.query.sql.parser.InsertStatement
 
getTargetFilter(MatchPathItem) - Method in class com.arcadedb.query.sql.executor.MatchEdgeTraverser
 
getTargetFilter(MatchPathItem) - Method in class com.arcadedb.query.sql.executor.MatchReverseEdgeTraverser
 
getTargetType() - Method in class com.arcadedb.query.sql.parser.CreateEdgeStatement
 
getTargetType() - Method in class com.arcadedb.query.sql.parser.CreateVertexStatement
 
getTargetType() - Method in class com.arcadedb.query.sql.parser.InsertStatement
 
getTemporaryBuffer1() - Method in class com.arcadedb.database.DatabaseContext.DatabaseContextTL
 
getTemporaryBuffer2() - Method in class com.arcadedb.database.DatabaseContext.DatabaseContextTL
 
getTemporaryProperties() - Method in class com.arcadedb.query.sql.executor.ResultInternal
 
getTemporaryProperty(String) - Method in class com.arcadedb.query.sql.executor.ResultInternal
 
getThird() - Method in class com.arcadedb.query.sql.parser.BetweenCondition
 
getTieBreakingHeuristicCost(double, double, double, double, double, double, double) - Method in class com.arcadedb.query.sql.function.graph.SQLFunctionHeuristicPathFinderAbstract
 
getTieBreakingHeuristicCost(String[], Map<String, Double>, Map<String, Double>, Map<String, Double>, Map<String, Double>, long, double) - Method in class com.arcadedb.query.sql.function.graph.SQLFunctionHeuristicPathFinderAbstract
 
getTieBreakingRandomHeuristicCost(double, double, double, double, double, double, double) - Method in class com.arcadedb.query.sql.function.graph.SQLFunctionHeuristicPathFinderAbstract
 
getTimeout() - Method in class com.arcadedb.query.sql.parser.Statement
 
getTimestamp() - Static method in class com.arcadedb.Constants
 
getTimeZone() - Method in class com.arcadedb.schema.LocalSchema
 
getTimeZone() - Method in interface com.arcadedb.schema.Schema
 
getToken(int) - Method in class com.arcadedb.query.sql.parser.SqlParser
Get the specific Token.
getTotalEntries() - Method in class com.arcadedb.database.TransactionIndexContext
 
getTotalEntriesByIndex(String) - Method in class com.arcadedb.database.TransactionIndexContext
 
getTotalPages() - Method in class com.arcadedb.engine.PaginatedComponent
 
getTotalPages() - Method in class com.arcadedb.engine.PaginatedComponentFile
 
getTotalUsedSlots() - Method in class com.arcadedb.index.CompressedAny2RIDIndex
 
getTotalUsedSlots() - Method in class com.arcadedb.index.CompressedRID2RIDIndex
 
getTotalUsedSlots() - Method in class com.arcadedb.index.CompressedRID2RIDsIndex
 
getTrackable() - Method in class com.arcadedb.engine.MutablePage
 
getTransaction() - Method in interface com.arcadedb.database.DatabaseInternal
 
getTransaction(long) - Method in class com.arcadedb.engine.WALFile
 
getTransactionIfExists() - Method in interface com.arcadedb.database.DatabaseInternal
 
getTransactionIfExists() - Method in class com.arcadedb.database.LocalDatabase
 
getTransactionIsolationLevel() - Method in interface com.arcadedb.database.Database
returns the transaction isolation level between the available ones: READ_COMMITTED REPEATABLE_READ SERIALIZABLE
getTransactionIsolationLevel() - Method in class com.arcadedb.database.LocalDatabase
 
getTransactionManager() - Method in interface com.arcadedb.database.DatabaseInternal
 
getTransactionManager() - Method in class com.arcadedb.database.LocalDatabase
 
getTransactionSync() - Method in interface com.arcadedb.database.async.DatabaseAsyncExecutor
Returns the current settings for asynchronous transaction sync
getTransactionSync() - Method in class com.arcadedb.database.async.DatabaseAsyncExecutorImpl
 
getType() - Method in class com.arcadedb.database.BaseDocument
 
getType() - Method in interface com.arcadedb.database.Document
 
getType() - Method in enum com.arcadedb.GlobalConfiguration
 
getType() - Method in interface com.arcadedb.index.Index
 
getType() - Method in class com.arcadedb.index.lsm.LSMTreeFullTextIndex
 
getType() - Method in class com.arcadedb.index.lsm.LSMTreeIndex
 
getType() - Method in class com.arcadedb.index.TypeIndex
 
getType() - Method in class com.arcadedb.index.vector.HnswVectorIndex
 
getType() - Method in interface com.arcadedb.query.sql.executor.ExecutionStep
 
getType() - Method in interface com.arcadedb.query.sql.executor.ExecutionStepInternal
 
getType() - Method in class com.arcadedb.query.sql.executor.InfoExecutionPlan
 
getType() - Method in class com.arcadedb.query.sql.executor.InfoExecutionStep
 
getType() - Method in class com.arcadedb.query.sql.parser.IndexIdentifier
 
getType() - Method in class com.arcadedb.query.sql.parser.OrderByItem
 
getType() - Method in class com.arcadedb.query.sql.parser.UpdateOperations
 
getType() - Method in class com.arcadedb.schema.AbstractProperty
 
getType() - Method in interface com.arcadedb.schema.DocumentType
 
getType() - Method in interface com.arcadedb.schema.EdgeType
 
getType() - Method in interface com.arcadedb.schema.Property
 
getType() - Method in interface com.arcadedb.schema.VertexType
 
getType(String) - Method in class com.arcadedb.schema.LocalSchema
 
getType(String) - Method in interface com.arcadedb.schema.Schema
 
getTypeByBucketId(int) - Method in class com.arcadedb.schema.LocalSchema
 
getTypeByBucketId(int) - Method in interface com.arcadedb.schema.Schema
 
getTypeByBucketName(String) - Method in class com.arcadedb.schema.LocalSchema
 
getTypeByBucketName(String) - Method in interface com.arcadedb.schema.Schema
 
getTypeByClass(Class<?>) - Static method in enum com.arcadedb.schema.Type
Return the correspondent type by checking the "assignability" of the class received as parameter.
getTypeByName(String) - Static method in enum com.arcadedb.schema.Type
 
getTypeByValue(Object) - Static method in enum com.arcadedb.schema.Type
 
getTypeFromValue(Object) - Static method in class com.arcadedb.serializer.BinaryTypes
 
getTypeIndex() - Method in interface com.arcadedb.index.IndexInternal
 
getTypeIndex() - Method in class com.arcadedb.index.lsm.LSMTreeFullTextIndex
 
getTypeIndex() - Method in class com.arcadedb.index.lsm.LSMTreeIndex
 
getTypeIndex() - Method in class com.arcadedb.index.TypeIndex
 
getTypeIndex() - Method in class com.arcadedb.index.vector.HnswVectorIndex
 
getTypeName() - Method in class com.arcadedb.database.BaseDocument
 
getTypeName() - Method in interface com.arcadedb.database.Document
 
getTypeName() - Method in interface com.arcadedb.index.Index
 
getTypeName() - Method in class com.arcadedb.index.lsm.LSMTreeFullTextIndex
 
getTypeName() - Method in class com.arcadedb.index.lsm.LSMTreeIndex
 
getTypeName() - Method in class com.arcadedb.index.TypeIndex
 
getTypeName() - Method in class com.arcadedb.index.vector.HnswVectorIndex
 
getTypeName() - Method in class com.arcadedb.query.sql.parser.DeleteEdgeStatement
 
getTypeName() - Method in class com.arcadedb.schema.TypeIndexBuilder
 
getTypeName(CommandContext) - Method in class com.arcadedb.query.sql.parser.MatchFilter
 
getTypeNameByBucketId(int) - Method in class com.arcadedb.schema.LocalSchema
 
getTypeNameByBucketId(int) - Method in interface com.arcadedb.schema.Schema
 
getTypes() - Method in class com.arcadedb.schema.LocalSchema
 
getTypes() - Method in interface com.arcadedb.schema.Schema
 
getTypeSize(byte) - Static method in class com.arcadedb.serializer.BinaryTypes
 
getUnderlyingIndex() - Method in class com.arcadedb.index.vector.HnswVectorIndex
 
getUnsignedNumber() - Method in class com.arcadedb.database.Binary
 
getUnsignedNumber() - Method in interface com.arcadedb.database.BinaryStructure
 
getUnsignedNumberAndSize() - Method in class com.arcadedb.database.Binary
Reads an unsigned number.
getUnsignedNumberAndSize() - Method in interface com.arcadedb.database.BinaryStructure
 
getUnsignedNumberSpace(long) - Static method in class com.arcadedb.database.Binary
 
getUnsignedShort() - Method in class com.arcadedb.database.Binary
 
getUnsignedShort() - Method in interface com.arcadedb.database.BinaryStructure
 
getUnwind() - Method in class com.arcadedb.query.sql.parser.MatchStatement
 
getUnwind() - Method in class com.arcadedb.query.sql.parser.SelectStatement
 
getUpdateIncrementItems() - Method in class com.arcadedb.query.sql.parser.UpdateOperations
 
getUpdateItems() - Method in class com.arcadedb.query.sql.parser.UpdateOperations
 
getUpdatePutItems() - Method in class com.arcadedb.query.sql.parser.UpdateOperations
 
getUpdateRemoveItems() - Method in class com.arcadedb.query.sql.parser.UpdateOperations
 
getUrlString() - Method in class com.arcadedb.query.sql.parser.Url
 
getUsed() - Method in interface com.arcadedb.graph.EdgeSegment
 
getUsed() - Method in class com.arcadedb.graph.MutableEdgeSegment
 
getVal() - Method in class com.arcadedb.query.sql.parser.Timeout
 
getValue() - Method in enum com.arcadedb.GlobalConfiguration
 
getValue() - Method in class com.arcadedb.index.lsm.LSMTreeIndexUnderlyingAbstractCursor
 
getValue() - Method in class com.arcadedb.index.lsm.LSMTreeIndexUnderlyingCompactedSeriesCursor
 
getValue() - Method in class com.arcadedb.index.lsm.LSMTreeIndexUnderlyingPageCursor
 
getValue() - Method in class com.arcadedb.query.sql.parser.BucketIdentifier
 
getValue() - Method in class com.arcadedb.query.sql.parser.FloatingPoint
 
getValue() - Method in class com.arcadedb.query.sql.parser.Identifier
returns the value as is, with back-ticks quoted with backslash
getValue() - Method in class com.arcadedb.query.sql.parser.PInteger
 
getValue() - Method in class com.arcadedb.query.sql.parser.PNumber
 
getValue() - Method in class com.arcadedb.query.sql.parser.SimpleNode
 
getValue() - Method in class com.arcadedb.query.sql.parser.Token
An optional attribute value of the Token.
getValue(Identifiable, Object, CommandContext) - Method in class com.arcadedb.query.sql.parser.ArrayNumberSelector
 
getValue(Identifiable, Object, CommandContext) - Method in class com.arcadedb.query.sql.parser.ArraySelector
 
getValue(GlobalConfiguration) - Method in class com.arcadedb.ContextConfiguration
 
getValue(CommandContext) - Method in class com.arcadedb.query.sql.parser.Limit
 
getValue(CommandContext) - Method in class com.arcadedb.query.sql.parser.Skip
 
getValue(Result, Object, CommandContext) - Method in class com.arcadedb.query.sql.parser.ArrayNumberSelector
 
getValue(Result, Object, CommandContext) - Method in class com.arcadedb.query.sql.parser.ArraySelector
 
getValue(Object, int) - Static method in class com.arcadedb.query.sql.executor.MultiValue
Returns the iIndex item of the Multi-value object (array, collection or map)
getValue(String, T) - Method in class com.arcadedb.ContextConfiguration
 
getValue(Map<String, Object>) - Method in class com.arcadedb.query.sql.parser.InputParameter
 
getValue(Map<String, Object>) - Method in class com.arcadedb.query.sql.parser.NamedParameter
 
getValue(Map<String, Object>) - Method in class com.arcadedb.query.sql.parser.PositionalParameter
 
getValue(Value) - Static method in class com.arcadedb.function.polyglot.JavascriptFunctionDefinition
 
getValueAsBoolean() - Method in enum com.arcadedb.GlobalConfiguration
 
getValueAsBoolean(GlobalConfiguration) - Method in class com.arcadedb.ContextConfiguration
 
getValueAsEnum(GlobalConfiguration, Class<T>) - Method in class com.arcadedb.ContextConfiguration
 
getValueAsEnum(Class<T>) - Method in enum com.arcadedb.GlobalConfiguration
 
getValueAsFloat() - Method in enum com.arcadedb.GlobalConfiguration
 
getValueAsFloat(GlobalConfiguration) - Method in class com.arcadedb.ContextConfiguration
 
getValueAsInteger() - Method in enum com.arcadedb.GlobalConfiguration
 
getValueAsInteger(GlobalConfiguration) - Method in class com.arcadedb.ContextConfiguration
 
getValueAsLong() - Method in enum com.arcadedb.GlobalConfiguration
 
getValueAsLong(GlobalConfiguration) - Method in class com.arcadedb.ContextConfiguration
 
getValueAsString() - Method in enum com.arcadedb.GlobalConfiguration
 
getValueAsString(GlobalConfiguration) - Method in class com.arcadedb.ContextConfiguration
 
getValueAsString(String, String) - Method in class com.arcadedb.ContextConfiguration
 
getValueExpressions() - Method in class com.arcadedb.query.sql.parser.InsertBody
 
GetValueFromIndexEntryStep - Class in com.arcadedb.query.sql.executor
Created by luigidellaquila on 16/03/17.
GetValueFromIndexEntryStep(CommandContext, int[], boolean) - Constructor for class com.arcadedb.query.sql.executor.GetValueFromIndexEntryStep
 
getValueRID() - Method in class com.arcadedb.index.CompressedRID2RIDIndex.EntryIterator
 
getValuesFreePosition(BasePage) - Method in class com.arcadedb.index.lsm.LSMTreeIndexAbstract
 
getVariable(String) - Method in class com.arcadedb.query.sql.executor.BasicCommandContext
 
getVariable(String) - Method in interface com.arcadedb.query.sql.executor.CommandContext
 
getVariable(String, Object) - Method in class com.arcadedb.query.sql.executor.BasicCommandContext
 
getVariable(String, Object) - Method in interface com.arcadedb.query.sql.executor.CommandContext
 
getVariableFromParentHierarchy(String) - Method in class com.arcadedb.query.sql.executor.BasicCommandContext
 
getVariablePath(String) - Method in class com.arcadedb.query.sql.executor.BasicCommandContext
 
getVariablePath(String) - Method in interface com.arcadedb.query.sql.executor.CommandContext
 
getVariablePath(String, Object) - Method in class com.arcadedb.query.sql.executor.BasicCommandContext
 
getVariablePath(String, Object) - Method in interface com.arcadedb.query.sql.executor.CommandContext
 
getVariables() - Method in class com.arcadedb.query.sql.executor.BasicCommandContext
Returns a read-only map with all the variables.
getVariables() - Method in interface com.arcadedb.query.sql.executor.CommandContext
 
getVarName() - Method in class com.arcadedb.query.sql.parser.LetItem
 
getVectorFromVertex(Vertex) - Method in class com.arcadedb.index.vector.HnswVectorIndex
 
getVectorPropertyName() - Method in class com.arcadedb.schema.VectorIndexBuilder
 
getVersion() - Static method in class com.arcadedb.Constants
 
getVersion() - Method in class com.arcadedb.engine.BasePage
 
getVersion() - Method in class com.arcadedb.engine.CachedPage
 
getVersion() - Method in class com.arcadedb.engine.Component
 
getVersion() - Method in class com.arcadedb.engine.ComponentFile
 
getVersion() - Method in class com.arcadedb.schema.LocalSchema
 
getVersionHotfix() - Static method in class com.arcadedb.Constants
 
getVersionMajor() - Static method in class com.arcadedb.Constants
 
getVersionMinor() - Static method in class com.arcadedb.Constants
 
getVertex() - Method in interface com.arcadedb.query.sql.executor.Result
 
getVertex(Vertex.DIRECTION) - Method in interface com.arcadedb.graph.Edge
 
getVertex(Vertex.DIRECTION) - Method in class com.arcadedb.graph.ImmutableEdge
 
getVertex(Vertex.DIRECTION) - Method in class com.arcadedb.graph.ImmutableLightEdge
 
getVertex(Vertex.DIRECTION) - Method in class com.arcadedb.graph.MutableEdge
 
getVertexRID() - Method in class com.arcadedb.index.CompressedRID2RIDsIndex.EntryIterator
 
getVertexType() - Method in class com.arcadedb.schema.VectorIndexBuilder
 
getVertices() - Method in class com.arcadedb.graph.ImmutableVertex
 
getVertices() - Method in class com.arcadedb.graph.MutableVertex
 
getVertices() - Method in interface com.arcadedb.graph.Vertex
Returns all the connected vertices, both directions, any edge type.
getVertices(Vertex.DIRECTION, String...) - Method in class com.arcadedb.graph.ImmutableVertex
 
getVertices(Vertex.DIRECTION, String...) - Method in class com.arcadedb.graph.MutableVertex
 
getVertices(Vertex.DIRECTION, String...) - Method in interface com.arcadedb.graph.Vertex
Returns the connected vertices.
getVertices(VertexInternal) - Method in class com.arcadedb.graph.GraphEngine
Returns all the connected vertices, both directions, any edge type.
getVertices(VertexInternal, Vertex.DIRECTION, String...) - Method in class com.arcadedb.graph.GraphEngine
Returns the connected vertices.
getVirtualFileSize(Integer) - Method in class com.arcadedb.engine.FileManager
 
getWALFile() - Method in class com.arcadedb.engine.MutablePage
 
getWALFileFactory() - Method in interface com.arcadedb.database.DatabaseInternal
 
getWALFileFactory() - Method in class com.arcadedb.database.LocalDatabase
 
getWALFlushType(int) - Static method in class com.arcadedb.engine.WALFile
 
getWhereClause() - Method in class com.arcadedb.query.sql.parser.DeleteEdgeStatement
 
getWhereClause() - Method in class com.arcadedb.query.sql.parser.DeleteStatement
 
getWhereClause() - Method in class com.arcadedb.query.sql.parser.SelectStatement
 
getWhereClause() - Method in class com.arcadedb.query.sql.parser.UpdateStatement
 
getWhileClause() - Method in class com.arcadedb.query.sql.parser.TraverseStatement
 
getWhileCondition() - Method in class com.arcadedb.query.sql.parser.MatchFilter
 
getWrappedDatabaseInstance() - Method in interface com.arcadedb.database.DatabaseInternal
 
getWrappedDatabaseInstance() - Method in class com.arcadedb.database.LocalDatabase
 
getWrappers() - Method in interface com.arcadedb.database.DatabaseInternal
 
getWrappers() - Method in class com.arcadedb.database.LocalDatabase
 
getZone() - Method in class com.arcadedb.utility.NanoClock
 
getZonedDateTime(String) - Method in class com.arcadedb.database.BaseDocument
 
getZonedDateTime(String) - Method in interface com.arcadedb.database.Document
Returns a java.time.ZonedDateTime object from a datetime property.
getZoneId() - Method in class com.arcadedb.schema.LocalSchema
 
getZoneId() - Method in interface com.arcadedb.schema.Schema
 
GIGABYTE - Static variable in class com.arcadedb.utility.FileUtils
 
GlobalConfiguration - Enum in com.arcadedb
Keeps all configuration settings.
GlobalConfiguration.SCOPE - Enum in com.arcadedb
 
GlobalLetExpressionStep - Class in com.arcadedb.query.sql.executor
Created by luigidellaquila on 03/08/16.
GlobalLetExpressionStep(Identifier, Expression, CommandContext, boolean) - Constructor for class com.arcadedb.query.sql.executor.GlobalLetExpressionStep
 
GlobalLetQueryStep - Class in com.arcadedb.query.sql.executor
Created by luigidellaquila on 03/08/16.
GlobalLetQueryStep(Identifier, Statement, CommandContext, boolean) - Constructor for class com.arcadedb.query.sql.executor.GlobalLetQueryStep
 
GraalPolyglotEngine - Class in com.arcadedb.query.polyglot
Polyglot script engine based on GraalVM.
GraalPolyglotEngine.Builder - Class in com.arcadedb.query.polyglot
 
GRANT - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
GraphAlgorithmException - Exception in com.arcadedb.graph
 
GraphAlgorithmException(String) - Constructor for exception com.arcadedb.graph.GraphAlgorithmException
 
GraphAlgorithmException(String, IOException) - Constructor for exception com.arcadedb.graph.GraphAlgorithmException
 
graphEngine - Variable in class com.arcadedb.database.LocalDatabase
 
GraphEngine - Class in com.arcadedb.graph
Central class to work with graphs.
GraphEngine(DatabaseInternal) - Constructor for class com.arcadedb.graph.GraphEngine
 
GraphEngine.CreateEdgeOperation - Class in com.arcadedb.graph
 
GREEN - com.arcadedb.utility.AnsiCode
 
GREMLIN_COMMAND_TIMEOUT - com.arcadedb.GlobalConfiguration
Deprecated.
GREMLIN_ENGINE - com.arcadedb.GlobalConfiguration
 
GROUP_BY - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
groupBy - Variable in class com.arcadedb.query.sql.parser.MatchStatement
 
groupBy - Variable in class com.arcadedb.query.sql.parser.SelectStatement
 
GroupBy - Class in com.arcadedb.query.sql.parser
 
GroupBy(int) - Constructor for class com.arcadedb.query.sql.parser.GroupBy
 
GroupBy() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
gScore - Variable in class com.arcadedb.query.sql.function.graph.SQLFunctionAstar
 
gt - com.arcadedb.query.select.SelectOperator
 
gt() - Method in class com.arcadedb.query.select.SelectWhereOperatorBlock
 
GT - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
GtOperator - Class in com.arcadedb.query.sql.parser
 
GtOperator(int) - Constructor for class com.arcadedb.query.sql.parser.GtOperator
 
GtOperator() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
GuaranteeEmptyCountStep - Class in com.arcadedb.query.sql.executor
 
GuaranteeEmptyCountStep(ProjectionItem, CommandContext, boolean) - Constructor for class com.arcadedb.query.sql.executor.GuaranteeEmptyCountStep
 
gzipFile(File, File) - Static method in class com.arcadedb.utility.FileUtils
 

H

HA_CLUSTER_NAME - com.arcadedb.GlobalConfiguration
 
HA_ENABLED - com.arcadedb.GlobalConfiguration
 
HA_K8S - com.arcadedb.GlobalConfiguration
 
HA_K8S_DNS_SUFFIX - com.arcadedb.GlobalConfiguration
 
HA_QUORUM - com.arcadedb.GlobalConfiguration
 
HA_QUORUM_TIMEOUT - com.arcadedb.GlobalConfiguration
 
HA_REPLICATION_CHUNK_MAXSIZE - com.arcadedb.GlobalConfiguration
 
HA_REPLICATION_FILE_MAXSIZE - com.arcadedb.GlobalConfiguration
 
HA_REPLICATION_INCOMING_HOST - com.arcadedb.GlobalConfiguration
 
HA_REPLICATION_INCOMING_PORTS - com.arcadedb.GlobalConfiguration
 
HA_REPLICATION_QUEUE_SIZE - com.arcadedb.GlobalConfiguration
 
HA_SERVER_LIST - com.arcadedb.GlobalConfiguration
 
HA_SERVER_ROLE - com.arcadedb.GlobalConfiguration
 
handleCorruption(Exception, RID, RID) - Method in class com.arcadedb.graph.EdgeIteratorFilter
 
handleCorruption(Exception, RID, RID) - Method in class com.arcadedb.graph.IteratorFilterBase
 
handleOrderBy(SelectExecutionPlan, QueryPlanningInfo, CommandContext, boolean) - Static method in class com.arcadedb.query.sql.executor.SelectExecutionPlanner
 
handleProjectionsBlock(SelectExecutionPlan, QueryPlanningInfo, CommandContext, boolean) - Static method in class com.arcadedb.query.sql.executor.SelectExecutionPlanner
 
handleUnwind(SelectExecutionPlan, QueryPlanningInfo, CommandContext, boolean) - Static method in class com.arcadedb.query.sql.executor.SelectExecutionPlanner
 
has(String) - Method in class com.arcadedb.database.DetachedDocument
 
has(String) - Method in interface com.arcadedb.database.Document
 
has(String) - Method in class com.arcadedb.database.ImmutableDocument
 
has(String) - Method in class com.arcadedb.database.MutableDocument
 
has(String) - Method in class com.arcadedb.serializer.json.JSONObject
 
hasBucket(String) - Method in interface com.arcadedb.schema.DocumentType
 
hasBucket(String) - Method in class com.arcadedb.schema.LocalDocumentType
 
hasFunction(String) - Method in interface com.arcadedb.function.FunctionLibraryDefinition
Returns true if the function was defined, otherwise false.
hasFunction(String) - Method in class com.arcadedb.function.java.JavaClassFunctionLibraryDefinition
 
hasFunction(String) - Method in class com.arcadedb.function.java.JavaMethodFunctionLibraryDefinition
 
hasFunction(String) - Method in class com.arcadedb.function.polyglot.PolyglotFunctionLibraryDefinition
 
hasFunction(String) - Method in class com.arcadedb.function.sql.SQLFunctionLibraryDefinition
 
hasFunction(String) - Method in interface com.arcadedb.query.sql.function.SQLFunctionFactory
 
hasFunction(String) - Method in class com.arcadedb.query.sql.function.SQLFunctionFactoryTemplate
 
hasFunctionLibrary(String) - Method in class com.arcadedb.schema.LocalSchema
 
hasFunctionLibrary(String) - Method in interface com.arcadedb.schema.Schema
Returns true if the a function library is defined, otherwise false.
HASH_ALGORITHM - Static variable in class com.arcadedb.query.sql.method.misc.SQLMethodHash
 
hash32(byte[], int) - Static method in class com.arcadedb.engine.MurmurHash
Generates 32-bit hash from byte array with default seed value.
hash32(byte[], int, int) - Static method in class com.arcadedb.engine.MurmurHash
Generates 32-bit hash from byte array of the given length and seed.
hash32(String) - Static method in class com.arcadedb.engine.MurmurHash
Generates 32-bit hash from a string.
hash32(String, int, int) - Static method in class com.arcadedb.engine.MurmurHash
Generates 32-bit hash from a substring.
hash64(byte[], int) - Static method in class com.arcadedb.engine.MurmurHash
Generates 64-bit hash from byte array with default seed value.
hash64(byte[], int, int) - Static method in class com.arcadedb.engine.MurmurHash
Generates 64-bit hash from byte array of the given length and seed.
hash64(String) - Static method in class com.arcadedb.engine.MurmurHash
Generates 64-bit hash from a string.
hash64(String, int, int) - Static method in class com.arcadedb.engine.MurmurHash
Generates 64-bit hash from a substring.
hashCode() - Method in class com.arcadedb.database.BaseRecord
 
hashCode() - Method in class com.arcadedb.database.Binary
 
hashCode() - Method in class com.arcadedb.database.ImmutableEmbeddedDocument
 
hashCode() - Method in class com.arcadedb.database.LocalDatabase
 
hashCode() - Method in class com.arcadedb.database.MutableEmbeddedDocument
 
hashCode() - Method in class com.arcadedb.database.RID
 
hashCode() - Method in class com.arcadedb.database.TransactionIndexContext.ComparableKey
 
hashCode() - Method in class com.arcadedb.database.TransactionIndexContext.IndexKey
 
hashCode() - Method in class com.arcadedb.engine.BasePage
 
hashCode() - Method in class com.arcadedb.engine.CachedPage
 
hashCode() - Method in class com.arcadedb.engine.FileManager.FileChange
 
hashCode() - Method in class com.arcadedb.engine.LocalBucket
 
hashCode() - Method in class com.arcadedb.engine.PageId
 
hashCode() - Method in class com.arcadedb.index.IndexCursorEntry
 
hashCode() - Method in class com.arcadedb.index.lsm.LSMTreeIndex
 
hashCode() - Method in class com.arcadedb.index.TypeIndex
 
hashCode() - Method in class com.arcadedb.index.vector.HnswVectorIndex
 
hashCode() - Method in class com.arcadedb.query.sql.executor.ResultInternal
 
hashCode() - Method in class com.arcadedb.query.sql.parser.ContainsKeyOperator
 
hashCode() - Method in class com.arcadedb.query.sql.parser.ContainsValueOperator
 
hashCode() - Method in class com.arcadedb.query.sql.parser.CreateIndexStatement.Property
 
hashCode() - Method in class com.arcadedb.query.sql.parser.CreatePropertyAttributeStatement
 
hashCode() - Method in class com.arcadedb.query.sql.parser.CreatePropertyStatement
 
hashCode() - Method in class com.arcadedb.query.sql.parser.CreateTypeAbstractStatement
 
hashCode() - Method in class com.arcadedb.query.sql.parser.CreateVertexStatement
 
hashCode() - Method in class com.arcadedb.query.sql.parser.DefineFunctionStatement
 
hashCode() - Method in class com.arcadedb.query.sql.parser.DeleteEdgeStatement
 
hashCode() - Method in class com.arcadedb.query.sql.parser.DeleteFunctionStatement
 
hashCode() - Method in class com.arcadedb.query.sql.parser.DropBucketStatement
 
hashCode() - Method in class com.arcadedb.query.sql.parser.DropIndexStatement
 
hashCode() - Method in class com.arcadedb.query.sql.parser.DropPropertyStatement
 
hashCode() - Method in class com.arcadedb.query.sql.parser.EqualsCompareOperator
 
hashCode() - Method in class com.arcadedb.query.sql.parser.ExplainStatement
 
hashCode() - Method in class com.arcadedb.query.sql.parser.ExpressionStatement
 
hashCode() - Method in class com.arcadedb.query.sql.parser.FieldMatchPathItem
 
hashCode() - Method in class com.arcadedb.query.sql.parser.ForEachBlock
 
hashCode() - Method in class com.arcadedb.query.sql.parser.FromItem
 
hashCode() - Method in class com.arcadedb.query.sql.parser.GeOperator
 
hashCode() - Method in class com.arcadedb.query.sql.parser.GtOperator
 
hashCode() - Method in class com.arcadedb.query.sql.parser.Identifier
 
hashCode() - Method in class com.arcadedb.query.sql.parser.ILikeOperator
 
hashCode() - Method in class com.arcadedb.query.sql.parser.ImportDatabaseStatement
 
hashCode() - Method in class com.arcadedb.query.sql.parser.IndexIdentifier
 
hashCode() - Method in class com.arcadedb.query.sql.parser.InOperator
 
hashCode() - Method in class com.arcadedb.query.sql.parser.InsertBody
 
hashCode() - Method in class com.arcadedb.query.sql.parser.InsertStatement
 
hashCode() - Method in class com.arcadedb.query.sql.parser.IsNotDefinedCondition
 
hashCode() - Method in class com.arcadedb.query.sql.parser.JsonItem
 
hashCode() - Method in class com.arcadedb.query.sql.parser.LeOperator
 
hashCode() - Method in class com.arcadedb.query.sql.parser.LetStatement
 
hashCode() - Method in class com.arcadedb.query.sql.parser.LikeOperator
 
hashCode() - Method in class com.arcadedb.query.sql.parser.Limit
 
hashCode() - Method in class com.arcadedb.query.sql.parser.LtOperator
 
hashCode() - Method in class com.arcadedb.query.sql.parser.MatchExpression
 
hashCode() - Method in class com.arcadedb.query.sql.parser.MatchFilter
 
hashCode() - Method in class com.arcadedb.query.sql.parser.MatchFilterItem
 
hashCode() - Method in class com.arcadedb.query.sql.parser.MatchPathItem
 
hashCode() - Method in class com.arcadedb.query.sql.parser.MatchPathItemFirst
 
hashCode() - Method in class com.arcadedb.query.sql.parser.MatchStatement
 
hashCode() - Method in class com.arcadedb.query.sql.parser.MultiMatchPathItem
 
hashCode() - Method in class com.arcadedb.query.sql.parser.NamedParameter
 
hashCode() - Method in class com.arcadedb.query.sql.parser.NearOperator
 
hashCode() - Method in class com.arcadedb.query.sql.parser.NeOperator
 
hashCode() - Method in class com.arcadedb.query.sql.parser.NeqOperator
 
hashCode() - Method in class com.arcadedb.query.sql.parser.NestedProjection
 
hashCode() - Method in class com.arcadedb.query.sql.parser.NestedProjectionItem
 
hashCode() - Method in class com.arcadedb.query.sql.parser.NullSafeEqualsCompareOperator
 
hashCode() - Method in class com.arcadedb.query.sql.parser.ParenthesisExpression
 
hashCode() - Method in class com.arcadedb.query.sql.parser.PositionalParameter
 
hashCode() - Method in class com.arcadedb.query.sql.parser.ProfileStatement
 
hashCode() - Method in class com.arcadedb.query.sql.parser.Projection
 
hashCode() - Method in class com.arcadedb.query.sql.parser.ProjectionItem
 
hashCode() - Method in class com.arcadedb.query.sql.parser.RebuildIndexStatement
 
hashCode() - Method in class com.arcadedb.query.sql.parser.RecordAttribute
 
hashCode() - Method in class com.arcadedb.query.sql.parser.ResourcePathItem
 
hashCode() - Method in class com.arcadedb.query.sql.parser.Retry
 
hashCode() - Method in class com.arcadedb.query.sql.parser.ReturnStatement
 
hashCode() - Method in class com.arcadedb.query.sql.parser.Rid
 
hashCode() - Method in class com.arcadedb.query.sql.parser.RollbackStatement
 
hashCode() - Method in class com.arcadedb.query.sql.parser.SchemaIdentifier
 
hashCode() - Method in class com.arcadedb.query.sql.parser.SimpleNode
 
hashCode() - Method in class com.arcadedb.query.sql.parser.SleepStatement
 
hashCode() - Method in class com.arcadedb.query.sql.parser.Timeout
 
hashCode() - Method in class com.arcadedb.query.sql.parser.TraverseProjectionItem
 
hashCode() - Method in class com.arcadedb.query.sql.parser.TraverseStatement
 
hashCode() - Method in class com.arcadedb.query.sql.parser.TruncateBucketStatement
 
hashCode() - Method in class com.arcadedb.query.sql.parser.TruncateRecordStatement
 
hashCode() - Method in class com.arcadedb.query.sql.parser.TruncateTypeStatement
 
hashCode() - Method in class com.arcadedb.query.sql.parser.Unwind
 
hashCode() - Method in class com.arcadedb.query.sql.parser.UpdateAddItem
 
hashCode() - Method in class com.arcadedb.query.sql.parser.UpdateIncrementItem
 
hashCode() - Method in class com.arcadedb.query.sql.parser.UpdateItem
 
hashCode() - Method in class com.arcadedb.query.sql.parser.UpdateOperations
 
hashCode() - Method in class com.arcadedb.query.sql.parser.UpdatePutItem
 
hashCode() - Method in class com.arcadedb.query.sql.parser.UpdateRemoveItem
 
hashCode() - Method in class com.arcadedb.query.sql.parser.UpdateStatement
 
hashCode() - Method in class com.arcadedb.query.sql.parser.Url
 
hashCode() - Method in class com.arcadedb.query.sql.parser.ValueExpression
 
hashCode() - Method in class com.arcadedb.query.sql.parser.WhileBlock
 
hashCode() - Method in class com.arcadedb.query.sql.parser.WithinOperator
 
hashCode() - Method in class com.arcadedb.schema.AbstractProperty
 
hashCode() - Method in class com.arcadedb.schema.LocalDocumentType
 
hashCode() - Method in class com.arcadedb.serializer.json.JSONObject
 
hashCode() - Method in class com.arcadedb.utility.Pair
 
hasNext() - Method in class com.arcadedb.database.IndexCursorCollection
 
hasNext() - Method in class com.arcadedb.engine.BucketIterator
 
hasNext() - Method in class com.arcadedb.graph.EdgeIterator
 
hasNext() - Method in class com.arcadedb.graph.EdgeIteratorFilter
 
hasNext() - Method in class com.arcadedb.graph.EdgeToVertexIterator
 
hasNext() - Method in class com.arcadedb.graph.EdgeVertexIterator
 
hasNext() - Method in class com.arcadedb.graph.EdgeVertexIteratorFilter
 
hasNext() - Method in class com.arcadedb.graph.VertexIterator
 
hasNext() - Method in class com.arcadedb.graph.VertexIteratorFilter
 
hasNext() - Method in class com.arcadedb.index.CompressedAny2RIDIndex.EntryIterator
 
hasNext() - Method in class com.arcadedb.index.CompressedRID2RIDIndex.EntryIterator
 
hasNext() - Method in class com.arcadedb.index.CompressedRID2RIDsIndex.EntryIterator
 
hasNext() - Method in class com.arcadedb.index.EmptyIndexCursor
 
hasNext() - Method in class com.arcadedb.index.lsm.LSMTreeIndexCursor
 
hasNext() - Method in class com.arcadedb.index.lsm.LSMTreeIndexUnderlyingAbstractCursor
 
hasNext() - Method in class com.arcadedb.index.lsm.LSMTreeIndexUnderlyingCompactedSeriesCursor
 
hasNext() - Method in class com.arcadedb.index.lsm.LSMTreeIndexUnderlyingPageCursor
 
hasNext() - Method in class com.arcadedb.index.MultiIndexCursor
 
hasNext() - Method in class com.arcadedb.index.TempIndexCursor
 
hasNext() - Method in class com.arcadedb.index.vector.HnswVectorIndexRAM.ItemIterator
 
hasNext() - Method in class com.arcadedb.query.select.SelectIterator
 
hasNext() - Method in class com.arcadedb.query.sql.executor.InternalResultSet
 
hasNext() - Method in class com.arcadedb.query.sql.executor.IteratorResultSet
 
hasNext() - Method in interface com.arcadedb.query.sql.executor.ResultSet
 
hasNext() - Method in class com.arcadedb.query.sql.executor.RidSetIterator
 
hasNext() - Method in class com.arcadedb.query.sql.parser.ExplainResultSet
 
hasNext() - Method in class com.arcadedb.query.sql.parser.LocalResultSet
 
hasNext() - Method in class com.arcadedb.utility.IterableObject
 
hasNext() - Method in class com.arcadedb.utility.MultiIterator
 
hasNext(boolean) - Method in class com.arcadedb.graph.IteratorFilterBase
 
hasNext(CommandContext) - Method in class com.arcadedb.query.sql.executor.MatchEdgeTraverser
 
hasPageForRecord(PageId) - Method in class com.arcadedb.database.TransactionContext
Used to determine if a page has been already loaded.
hasProperty(Database, Binary, String) - Method in class com.arcadedb.serializer.BinarySerializer
 
hasProperty(String) - Method in class com.arcadedb.query.sql.executor.EmptyResult
 
hasProperty(String) - Method in interface com.arcadedb.query.sql.executor.Result
 
hasProperty(String) - Method in class com.arcadedb.query.sql.executor.ResultInternal
 
hasProperty(String) - Method in class com.arcadedb.query.sql.executor.UpdatableResult
 
hasValue(String) - Method in class com.arcadedb.ContextConfiguration
 
HEX_LITERAL - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
HEXADECIMAL_EXPONENT - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
HEXADECIMAL_FLOATING_POINT_LITERAL - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
HIGH_INTENSITY - com.arcadedb.utility.AnsiCode
 
HIGHER - Static variable in class com.arcadedb.index.lsm.LSMTreeIndexAbstract
 
HnswVectorIndex<TId,​TVector,​TDistance> - Class in com.arcadedb.index.vector
This work is derived from the excellent work made by Jelmer Kuperus on https://github.com/jelmerk/hnswlib.
HnswVectorIndex(DatabaseInternal, String, String, int, int) - Constructor for class com.arcadedb.index.vector.HnswVectorIndex
Load time.
HnswVectorIndex(VectorIndexBuilder) - Constructor for class com.arcadedb.index.vector.HnswVectorIndex
 
HnswVectorIndex.BuildVectorIndexCallback<TId,​TVector> - Interface in com.arcadedb.index.vector
 
HnswVectorIndex.IgnoreVertexCallback - Interface in com.arcadedb.index.vector
 
HnswVectorIndex.IndexFactoryHandler - Class in com.arcadedb.index.vector
 
HnswVectorIndex.PaginatedComponentFactoryHandlerUnique - Class in com.arcadedb.index.vector
 
HnswVectorIndexRAM<TId,​TVector,​TItem extends com.github.jelmerk.knn.Item<TId,​TVector>,​TDistance> - Class in com.arcadedb.index.vector
This work is derived from the excellent work made by Jelmer Kuperus on https://github.com/jelmerk/hnswlib.
HnswVectorIndexRAM.Builder<TId,​TVector,​TItem extends com.github.jelmerk.knn.Item<TId,​TVector>,​TDistance> - Class in com.arcadedb.index.vector
Builder for initializing an HnswVectorIndexRAM instance.
HnswVectorIndexRAM.ItemIterator - Class in com.arcadedb.index.vector
 
HnswVectorIndexRAM.Node<TItem extends com.github.jelmerk.knn.Item> - Class in com.arcadedb.index.vector
 
HOOK - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
HSNW - com.arcadedb.schema.Schema.INDEX_TYPE
 
HTTP_URL - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
HTTPS_URL - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.

I

id - Variable in class com.arcadedb.index.vector.HnswVectorIndexRAM.Node
 
id - Variable in class com.arcadedb.query.sql.parser.DropBucketStatement
 
id - Variable in class com.arcadedb.schema.AbstractProperty
 
id - Variable in enum com.arcadedb.schema.Type
 
idempotent - Variable in class com.arcadedb.database.async.DatabaseAsyncCommand
 
Identifiable - Interface in com.arcadedb.database
Interface to identify an object in the database.
IDENTIFIED - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
identifier - Variable in class com.arcadedb.query.sql.parser.BaseExpression
 
identifier - Variable in class com.arcadedb.query.sql.parser.FromItem
 
identifier - Variable in class com.arcadedb.query.sql.parser.ResourcePathItem
 
identifier - Variable in class com.arcadedb.query.sql.parser.SuffixIdentifier
 
Identifier - Class in com.arcadedb.query.sql.parser
This class is used to represent all the identifies in the SQL grammar, ie.
Identifier(int) - Constructor for class com.arcadedb.query.sql.parser.Identifier
 
Identifier(Identifier, boolean) - Constructor for class com.arcadedb.query.sql.parser.Identifier
 
Identifier(String) - Constructor for class com.arcadedb.query.sql.parser.Identifier
 
Identifier() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
IDENTIFIER - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
identifierList - Variable in class com.arcadedb.query.sql.parser.InsertBody
 
identifierListAddRemove - Variable in class com.arcadedb.query.sql.parser.AlterTypeStatement
 
identifierListValue - Variable in class com.arcadedb.query.sql.parser.AlterTypeStatement
 
identifierValue - Variable in class com.arcadedb.query.sql.parser.AlterTypeStatement
 
idx - Variable in class com.arcadedb.query.sql.executor.IndexSearchDescriptor
 
IF - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
IfExecutionPlan - Class in com.arcadedb.query.sql.executor
 
IfExecutionPlan(CommandContext) - Constructor for class com.arcadedb.query.sql.executor.IfExecutionPlan
 
ifExists - Variable in class com.arcadedb.query.sql.parser.DropBucketStatement
 
ifExists - Variable in class com.arcadedb.query.sql.parser.DropIndexStatement
 
ifExists - Variable in class com.arcadedb.query.sql.parser.DropPropertyStatement
 
ifExists - Variable in class com.arcadedb.query.sql.parser.DropTypeStatement
 
ifNotExists - Variable in class com.arcadedb.query.sql.executor.CreateEdgeExecutionPlanner
 
ifNotExists - Variable in class com.arcadedb.query.sql.parser.CreateBucketStatement
 
ifNotExists - Variable in class com.arcadedb.query.sql.parser.CreateEdgeStatement
 
ifNotExists - Variable in class com.arcadedb.query.sql.parser.CreateIndexStatement
 
ifNotExists - Variable in class com.arcadedb.query.sql.parser.CreateTypeAbstractStatement
 
ifNotExists() - Method in class com.arcadedb.query.sql.parser.CreateEdgeStatement
 
IfNotExists - Class in com.arcadedb.query.sql.parser
 
IfNotExists(int) - Constructor for class com.arcadedb.query.sql.parser.IfNotExists
 
IfStatement - Class in com.arcadedb.query.sql.parser
 
IfStatement(int) - Constructor for class com.arcadedb.query.sql.parser.IfStatement
 
IfStatement() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
IfStep - Class in com.arcadedb.query.sql.executor
Created by luigidellaquila on 19/09/16.
IfStep(CommandContext, boolean) - Constructor for class com.arcadedb.query.sql.executor.IfStep
 
ignoreVertex(Vertex) - Method in interface com.arcadedb.index.vector.HnswVectorIndex.IgnoreVertexCallback
 
ignoreVertex(Vertex, HnswVectorIndex.IgnoreVertexCallback) - Method in class com.arcadedb.index.vector.HnswVectorIndex
 
ilike - com.arcadedb.query.select.SelectOperator
 
ilike() - Method in class com.arcadedb.query.select.SelectWhereOperatorBlock
 
ILIKE - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
ILikeOperator - Class in com.arcadedb.query.sql.parser
 
ILikeOperator(int) - Constructor for class com.arcadedb.query.sql.parser.ILikeOperator
 
ILikeOperator() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
image - Variable in class com.arcadedb.query.sql.parser.Token
The string image of the token.
ImmutableDocument - Class in com.arcadedb.database
Immutable document implementation.
ImmutableDocument(Database, DocumentType, RID, Binary) - Constructor for class com.arcadedb.database.ImmutableDocument
 
ImmutableEdge - Class in com.arcadedb.graph
Immutable read-only edge.
ImmutableEdge(Database, DocumentType, RID, Binary) - Constructor for class com.arcadedb.graph.ImmutableEdge
 
ImmutableEdge(Database, DocumentType, RID, RID, RID) - Constructor for class com.arcadedb.graph.ImmutableEdge
 
ImmutableEmbeddedDocument - Class in com.arcadedb.database
 
ImmutableEmbeddedDocument(Database, DocumentType, Binary, EmbeddedModifier) - Constructor for class com.arcadedb.database.ImmutableEmbeddedDocument
 
ImmutableLightEdge - Class in com.arcadedb.graph
 
ImmutableLightEdge(Database, DocumentType, RID, RID, RID) - Constructor for class com.arcadedb.graph.ImmutableLightEdge
 
ImmutablePage - Class in com.arcadedb.engine
Low level immutable (read-only) page implementation of 65536 bytes (2 exp 16 = 65Kb).
ImmutablePage(PageManager, PageId, int, byte[], int, int) - Constructor for class com.arcadedb.engine.ImmutablePage
 
ImmutableVertex - Class in com.arcadedb.graph
Immutable read-only vertex.
ImmutableVertex(Database, DocumentType, RID, Binary) - Constructor for class com.arcadedb.graph.ImmutableVertex
 
IMPORT - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
ImportDatabaseStatement - Class in com.arcadedb.query.sql.parser
 
ImportDatabaseStatement(int) - Constructor for class com.arcadedb.query.sql.parser.ImportDatabaseStatement
 
ImportDatabaseStatement() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
in - Variable in class com.arcadedb.graph.MutableEdge
 
in - Variable in class com.arcadedb.query.sql.executor.PatternEdge
 
in - Variable in class com.arcadedb.query.sql.executor.PatternNode
 
IN - com.arcadedb.graph.Vertex.DIRECTION
 
IN - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
IN_ATTR - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
IN_EDGES_SUFFIX - Static variable in class com.arcadedb.graph.GraphEngine
 
IN_FORMAL_COMMENT - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
Lexical state.
IN_MULTI_LINE_COMMENT - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
Lexical state.
INACTIVE - com.arcadedb.database.TransactionContext.STATUS
 
inBuf - Variable in class com.arcadedb.query.sql.parser.JavaCharStream
 
inBuf - Variable in class com.arcadedb.query.sql.parser.SimpleCharStream
 
included - Variable in class com.arcadedb.query.sql.parser.ArrayRangeSelector
 
includeItems - Variable in class com.arcadedb.query.sql.parser.NestedProjection
 
InCondition - Class in com.arcadedb.query.sql.parser
 
InCondition(int) - Constructor for class com.arcadedb.query.sql.parser.InCondition
 
InCondition() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
INCR - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
increment(Number, Number) - Static method in enum com.arcadedb.schema.Type
 
INCREMENT - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
incrementStatsTxCommits() - Method in class com.arcadedb.database.LocalDatabase
 
incrementVariable(String) - Method in class com.arcadedb.query.sql.executor.BasicCommandContext
 
incrementVariable(String) - Method in interface com.arcadedb.query.sql.executor.CommandContext
 
incrementVersion() - Method in class com.arcadedb.engine.MutablePage
 
index - Variable in class com.arcadedb.database.async.DatabaseAsyncIndexCompaction
 
index - Variable in class com.arcadedb.index.lsm.LSMTreeIndexUnderlyingAbstractCursor
 
index - Variable in class com.arcadedb.query.select.SelectTreeNode
 
index - Variable in class com.arcadedb.query.sql.executor.DeleteFromIndexStep
 
index - Variable in class com.arcadedb.query.sql.executor.FetchFromIndexStep
 
index - Variable in class com.arcadedb.query.sql.parser.FromItem
 
Index - Interface in com.arcadedb.index
Basic Index interface.
INDEX - com.arcadedb.query.sql.parser.IndexIdentifier.Type
 
INDEX - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
INDEX_COLON - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
INDEX_COMPACTION_MIN_PAGES_SCHEDULE - com.arcadedb.GlobalConfiguration
 
INDEX_COMPACTION_RAM_MB - com.arcadedb.GlobalConfiguration
 
Index.BuildIndexCallback - Interface in com.arcadedb.index
 
IndexableSQLFunction - Interface in com.arcadedb.query.sql.executor
 
IndexBuilder<T extends Index> - Class in com.arcadedb.schema
Builder class for index types.
IndexBuilder(DatabaseInternal, Class<? extends Index>) - Constructor for class com.arcadedb.schema.IndexBuilder
 
indexCompactions - Variable in class com.arcadedb.database.LocalDatabase
 
IndexCursor - Interface in com.arcadedb.index
Cursor to browse an result set from an index.
IndexCursorCollection - Class in com.arcadedb.database
 
IndexCursorCollection(Collection<Identifiable>) - Constructor for class com.arcadedb.database.IndexCursorCollection
 
IndexCursorEntry - Class in com.arcadedb.index
 
IndexCursorEntry(Object[], Identifiable, int) - Constructor for class com.arcadedb.index.IndexCursorEntry
 
indexer - Variable in class com.arcadedb.database.LocalDatabase
 
indexesByProperties - Variable in class com.arcadedb.schema.LocalDocumentType
 
IndexException - Exception in com.arcadedb.index
 
IndexException(String) - Constructor for exception com.arcadedb.index.IndexException
 
IndexException(String, Throwable) - Constructor for exception com.arcadedb.index.IndexException
 
IndexFactory - Class in com.arcadedb.index
 
IndexFactory() - Constructor for class com.arcadedb.index.IndexFactory
 
IndexFactoryHandler - Interface in com.arcadedb.index
 
IndexFactoryHandler() - Constructor for class com.arcadedb.index.lsm.LSMTreeFullTextIndex.IndexFactoryHandler
 
IndexFactoryHandler() - Constructor for class com.arcadedb.index.lsm.LSMTreeIndex.IndexFactoryHandler
 
IndexFactoryHandler() - Constructor for class com.arcadedb.index.vector.HnswVectorIndex.IndexFactoryHandler
 
IndexIdentifier - Class in com.arcadedb.query.sql.parser
 
IndexIdentifier(int) - Constructor for class com.arcadedb.query.sql.parser.IndexIdentifier
 
IndexIdentifier() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
IndexIdentifier.Type - Enum in com.arcadedb.query.sql.parser
 
IndexInternal - Interface in com.arcadedb.index
Internal Index interface.
IndexInternal.INDEX_STATUS - Enum in com.arcadedb.index
 
IndexKey(boolean, Object[], RID) - Constructor for class com.arcadedb.database.TransactionIndexContext.IndexKey
 
indexMap - Variable in class com.arcadedb.schema.LocalSchema
 
IndexMatchCondition - Class in com.arcadedb.query.sql.parser
 
IndexMatchCondition(int) - Constructor for class com.arcadedb.query.sql.parser.IndexMatchCondition
 
IndexMatchCondition() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
indexName - Variable in class com.arcadedb.query.sql.executor.FetchFromIndexStep
 
indexName - Variable in class com.arcadedb.query.sql.parser.IndexIdentifier
 
indexNameString - Variable in class com.arcadedb.query.sql.parser.IndexIdentifier
 
indexOf(Object, Object) - Static method in class com.arcadedb.query.sql.executor.MultiValue
 
IndexSearchDescriptor - Class in com.arcadedb.query.sql.executor
Created by luigidellaquila on 26/07/16.
IndexSearchDescriptor() - Constructor for class com.arcadedb.query.sql.executor.IndexSearchDescriptor
 
IndexSearchDescriptor(RangeIndex, AndBlock, BinaryCondition, BooleanExpression) - Constructor for class com.arcadedb.query.sql.executor.IndexSearchDescriptor
 
IndexSearchInfo - Class in com.arcadedb.query.sql.executor
 
IndexSearchInfo(String, boolean, boolean, boolean, boolean, CommandContext) - Constructor for class com.arcadedb.query.sql.executor.IndexSearchInfo
 
INDEXVALUES_IDENTIFIER - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
INDEXVALUESASC_IDENTIFIER - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
INDEXVALUESDESC_IDENTIFIER - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
InfoExecutionPlan - Class in com.arcadedb.query.sql.executor
Created by luigidellaquila on 19/12/16.
InfoExecutionPlan() - Constructor for class com.arcadedb.query.sql.executor.InfoExecutionPlan
 
InfoExecutionStep - Class in com.arcadedb.query.sql.executor
Created by luigidellaquila on 19/12/16.
InfoExecutionStep() - Constructor for class com.arcadedb.query.sql.executor.InfoExecutionStep
 
init(DatabaseInternal) - Method in class com.arcadedb.database.DatabaseContext
 
init(DatabaseInternal, TransactionContext) - Method in class com.arcadedb.database.DatabaseContext
 
init(PolyglotFunctionLibraryDefinition) - Method in class com.arcadedb.function.polyglot.JavascriptFunctionDefinition
 
init(PolyglotFunctionLibraryDefinition) - Method in interface com.arcadedb.function.polyglot.PolyglotFunctionDefinition
 
init(CommandContext) - Method in class com.arcadedb.query.sql.executor.ForEachStep
 
init(CommandContext) - Method in class com.arcadedb.query.sql.executor.MatchEdgeTraverser
 
init(CommandContext) - Method in class com.arcadedb.query.sql.executor.OptionalMatchEdgeTraverser
 
initComponents() - Method in class com.arcadedb.schema.LocalSchema
 
INITIAL_BLOCK_SIZE - Static variable in class com.arcadedb.query.sql.executor.RidSet
 
INITIAL_PAGE_CACHE_SIZE - com.arcadedb.GlobalConfiguration
 
initNegativePlan(CommandContext) - Method in class com.arcadedb.query.sql.executor.IfStep
 
initPlan(CommandContext) - Method in class com.arcadedb.query.sql.executor.ForEachStep
 
initPlan(CommandContext) - Method in class com.arcadedb.query.sql.parser.WhileStep
 
initPlan(List<Statement>, CommandContext) - Method in class com.arcadedb.query.sql.executor.RetryStep
 
initPositivePlan(CommandContext) - Method in class com.arcadedb.query.sql.executor.IfStep
 
InOperator - Class in com.arcadedb.query.sql.parser
 
InOperator(int) - Constructor for class com.arcadedb.query.sql.parser.InOperator
 
InOperator() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
InPathItem - Class in com.arcadedb.query.sql.parser
 
InPathItem(int) - Constructor for class com.arcadedb.query.sql.parser.InPathItem
 
InPathItem() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
InPathItemOpt - Class in com.arcadedb.query.sql.parser
 
InPathItemOpt(int) - Constructor for class com.arcadedb.query.sql.parser.InPathItemOpt
 
InPathItemOpt() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
input_stream - Variable in class com.arcadedb.query.sql.parser.SqlParserTokenManager
 
inputParam - Variable in class com.arcadedb.query.sql.parser.ArraySelector
 
inputParam - Variable in class com.arcadedb.query.sql.parser.BaseExpression
 
inputParam - Variable in class com.arcadedb.query.sql.parser.FromItem
 
inputParam - Variable in class com.arcadedb.query.sql.parser.Limit
 
inputParam - Variable in class com.arcadedb.query.sql.parser.Skip
 
InputParameter - Class in com.arcadedb.query.sql.parser
 
InputParameter(int) - Constructor for class com.arcadedb.query.sql.parser.InputParameter
 
InputParameter() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
inputParameters - Variable in class com.arcadedb.query.sql.executor.BasicCommandContext
 
inputParams - Variable in class com.arcadedb.query.sql.parser.FromItem
 
inputStream - Variable in class com.arcadedb.query.sql.parser.JavaCharStream
 
inputStream - Variable in class com.arcadedb.query.sql.parser.SimpleCharStream
 
INSERT - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
insertBody - Variable in class com.arcadedb.query.sql.executor.InsertExecutionPlanner
 
InsertBody - Class in com.arcadedb.query.sql.parser
 
InsertBody(int) - Constructor for class com.arcadedb.query.sql.parser.InsertBody
 
InsertBody() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
InsertExecutionPlan - Class in com.arcadedb.query.sql.executor
 
InsertExecutionPlan(CommandContext) - Constructor for class com.arcadedb.query.sql.executor.InsertExecutionPlan
 
InsertExecutionPlanner - Class in com.arcadedb.query.sql.executor
Created by luigidellaquila on 08/08/16.
InsertExecutionPlanner() - Constructor for class com.arcadedb.query.sql.executor.InsertExecutionPlanner
 
InsertExecutionPlanner(InsertStatement) - Constructor for class com.arcadedb.query.sql.executor.InsertExecutionPlanner
 
InsertSetExpression - Class in com.arcadedb.query.sql.parser
Created by luigidellaquila on 19/02/15.
InsertSetExpression() - Constructor for class com.arcadedb.query.sql.parser.InsertSetExpression
 
InsertStatement - Class in com.arcadedb.query.sql.parser
 
InsertStatement(int) - Constructor for class com.arcadedb.query.sql.parser.InsertStatement
 
InsertStatement() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
InsertValuesStep - Class in com.arcadedb.query.sql.executor
Created by luigidellaquila on 11/08/16.
InsertValuesStep(List<Identifier>, List<List<Expression>>, CommandContext, boolean) - Constructor for class com.arcadedb.query.sql.executor.InsertValuesStep
 
installCustomFormatter() - Method in class com.arcadedb.log.DefaultLogger
 
instance() - Static method in class com.arcadedb.log.DefaultLogger
 
instance() - Static method in class com.arcadedb.log.LogManager
 
instance(DatabaseInternal) - Static method in class com.arcadedb.query.sql.parser.ExecutionPlanCache
 
INSTANCE - Static variable in class com.arcadedb.database.DatabaseContext
 
INSTANCE - Static variable in class com.arcadedb.Profiler
 
INSTANCE - Static variable in class com.arcadedb.serializer.json.JSONFactory
 
INSTANCE - Static variable in class com.arcadedb.utility.SystemVariableResolver
 
instanceOf(String) - Method in interface com.arcadedb.schema.DocumentType
 
instanceOf(String) - Method in class com.arcadedb.schema.LocalDocumentType
Returns true if the current type is the same or a subtype of `type` parameter.
INSTANCEOF - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
InstanceofCondition - Class in com.arcadedb.query.sql.parser
 
InstanceofCondition(int) - Constructor for class com.arcadedb.query.sql.parser.InstanceofCondition
 
InstanceofCondition() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
instant() - Method in class com.arcadedb.utility.NanoClock
 
INT_SERIALIZED_SIZE - Static variable in class com.arcadedb.database.Binary
 
integer - Variable in class com.arcadedb.query.sql.parser.ArraySelector
 
INTEGER - com.arcadedb.schema.Type
 
INTEGER_LITERAL - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
INTEGER_RANGE - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
integerOrDefault(Object, int) - Method in class com.arcadedb.query.sql.function.graph.SQLFunctionHeuristicPathFinderAbstract
 
internalAlias - Variable in class com.arcadedb.query.sql.parser.Identifier
set to true by the query executor/optimizer for internally generated aliases for query optimization
InternalExecutionPlan - Interface in com.arcadedb.query.sql.executor
Created by luigidellaquila on 06/07/16.
internalPut(Object[], RID[]) - Method in class com.arcadedb.index.lsm.LSMTreeIndexMutable
 
internalRemove(Object[], Identifiable) - Method in class com.arcadedb.index.lsm.LSMTreeIndexMutable
 
InternalResultSet - Class in com.arcadedb.query.sql.executor
Created by luigidellaquila on 07/07/16.
InternalResultSet() - Constructor for class com.arcadedb.query.sql.executor.InternalResultSet
 
InternalResultSet(ResultInternal) - Constructor for class com.arcadedb.query.sql.executor.InternalResultSet
 
InternalResultSet(ResultSet) - Constructor for class com.arcadedb.query.sql.executor.InternalResultSet
Copy constructor.
INTO - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
INVALID_LEXICAL_STATE - Static variable in exception com.arcadedb.query.sql.parser.TokenMgrException
Tried to change to an invalid lexical state.
invalidate() - Method in class com.arcadedb.query.sql.parser.ExecutionPlanCache
 
InvalidDatabaseInstanceException - Exception in com.arcadedb.exception
 
InvalidDatabaseInstanceException(String) - Constructor for exception com.arcadedb.exception.InvalidDatabaseInstanceException
 
INVERSE - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
INVISIBLE_TEXT - com.arcadedb.utility.AnsiCode
 
invokeAfterReadEvents(Record) - Method in interface com.arcadedb.database.DatabaseInternal
 
invokeAfterReadEvents(Record) - Method in class com.arcadedb.database.LocalDatabase
 
is(Object) - Static method in class com.arcadedb.database.RID
 
is(String) - Static method in class com.arcadedb.database.RID
 
IS - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
isActive() - Method in interface com.arcadedb.database.Transaction
 
isActive() - Method in class com.arcadedb.database.TransactionContext
 
isAggregate(CommandContext) - Method in class com.arcadedb.query.sql.parser.ArrayConcatExpression
 
isAggregate(CommandContext) - Method in class com.arcadedb.query.sql.parser.BaseExpression
 
isAggregate(CommandContext) - Method in class com.arcadedb.query.sql.parser.BaseIdentifier
 
isAggregate(CommandContext) - Method in class com.arcadedb.query.sql.parser.Expression
 
isAggregate(CommandContext) - Method in class com.arcadedb.query.sql.parser.FunctionCall
 
isAggregate(CommandContext) - Method in class com.arcadedb.query.sql.parser.Json
 
isAggregate(CommandContext) - Method in class com.arcadedb.query.sql.parser.JsonItem
 
isAggregate(CommandContext) - Method in class com.arcadedb.query.sql.parser.LevelZeroIdentifier
 
isAggregate(CommandContext) - Method in class com.arcadedb.query.sql.parser.MathExpression
 
isAggregate(CommandContext) - Method in class com.arcadedb.query.sql.parser.ParenthesisExpression
 
isAggregate(CommandContext) - Method in class com.arcadedb.query.sql.parser.PCollection
 
isAggregate(CommandContext) - Method in class com.arcadedb.query.sql.parser.ProjectionItem
 
isAggregate(CommandContext) - Method in class com.arcadedb.query.sql.parser.SuffixIdentifier
 
isAggregate(CommandContext) - Method in class com.arcadedb.query.sql.parser.ValueExpression
 
isAll() - Method in class com.arcadedb.query.sql.parser.ProjectionItem
 
isAlwaysTrue() - Method in class com.arcadedb.query.sql.parser.AndBlock
 
isAlwaysTrue() - Method in class com.arcadedb.query.sql.parser.BooleanExpression
returns true only if the expression does not need any further evaluation (eg.
isAlwaysTrue() - Method in class com.arcadedb.query.sql.parser.NotBlock
 
isAlwaysTrue() - Method in class com.arcadedb.query.sql.parser.OrBlock
 
isAlwaysTrue() - Method in class com.arcadedb.query.sql.parser.ParenthesisBlock
 
isAsyncFlush() - Method in interface com.arcadedb.database.Database
Returns the asynchronous flush setting.
isAsyncFlush() - Method in class com.arcadedb.database.LocalDatabase
 
isAsyncFlush() - Method in interface com.arcadedb.database.Transaction
 
isAsyncFlush() - Method in class com.arcadedb.database.TransactionContext
 
isAsyncProcessing() - Method in interface com.arcadedb.database.DatabaseInternal
 
isAsyncProcessing() - Method in class com.arcadedb.database.LocalDatabase
 
isAutomatic() - Method in interface com.arcadedb.index.Index
 
isAutomatic() - Method in class com.arcadedb.index.lsm.LSMTreeFullTextIndex
 
isAutomatic() - Method in class com.arcadedb.index.lsm.LSMTreeIndex
 
isAutomatic() - Method in class com.arcadedb.index.TypeIndex
 
isAutomatic() - Method in class com.arcadedb.index.vector.HnswVectorIndex
 
isAutoTransaction() - Method in interface com.arcadedb.database.Database
Returns true if a transaction is started automatically for all non-idempotent operation in the database.
isAutoTransaction() - Method in class com.arcadedb.database.LocalDatabase
 
isBaseIdentifier() - Method in class com.arcadedb.query.sql.parser.BaseExpression
 
isBaseIdentifier() - Method in class com.arcadedb.query.sql.parser.BaseIdentifier
 
isBaseIdentifier() - Method in class com.arcadedb.query.sql.parser.Expression
 
isBaseIdentifier() - Method in class com.arcadedb.query.sql.parser.FirstLevelExpression
 
isBaseIdentifier() - Method in class com.arcadedb.query.sql.parser.MathExpression
 
isBaseIdentifier() - Method in class com.arcadedb.query.sql.parser.SuffixIdentifier
 
isBaseIdentifier() - Method in class com.arcadedb.query.sql.parser.ValueExpression
 
isBidirectional() - Method in class com.arcadedb.query.sql.parser.FieldMatchPathItem
Accept the visitor.
isBidirectional() - Method in class com.arcadedb.query.sql.parser.MatchPathItem
 
isBidirectional() - Method in class com.arcadedb.query.sql.parser.MatchPathItemFirst
 
isBidirectional() - Method in class com.arcadedb.query.sql.parser.MethodCall
 
isBidirectional() - Method in class com.arcadedb.query.sql.parser.MultiMatchPathItem
 
isCacheable() - Method in class com.arcadedb.query.sql.parser.FromItem
 
isCacheable() - Method in class com.arcadedb.query.sql.parser.FunctionCall
 
isCacheable() - Method in class com.arcadedb.query.sql.parser.Json
 
isCacheable() - Method in class com.arcadedb.query.sql.parser.MethodCall
 
isCacheable() - Method in class com.arcadedb.query.sql.parser.SimpleNode
 
isCacheable() - Method in class com.arcadedb.query.sql.parser.SuffixIdentifier
 
isCacheable() - Method in class com.arcadedb.query.sql.parser.ValueExpression
 
isChangeableAtRuntime() - Method in enum com.arcadedb.GlobalConfiguration
 
isChanged() - Method in enum com.arcadedb.GlobalConfiguration
 
isCompacting() - Method in interface com.arcadedb.index.IndexInternal
 
isCompacting() - Method in class com.arcadedb.index.lsm.LSMTreeFullTextIndex
 
isCompacting() - Method in class com.arcadedb.index.lsm.LSMTreeIndex
 
isCompacting() - Method in class com.arcadedb.index.TypeIndex
 
isCompacting() - Method in class com.arcadedb.index.vector.HnswVectorIndex
 
isConnectedTo(Identifiable) - Method in class com.arcadedb.graph.ImmutableVertex
 
isConnectedTo(Identifiable) - Method in class com.arcadedb.graph.MutableVertex
 
isConnectedTo(Identifiable) - Method in interface com.arcadedb.graph.Vertex
 
isConnectedTo(Identifiable, Vertex.DIRECTION) - Method in class com.arcadedb.graph.ImmutableVertex
 
isConnectedTo(Identifiable, Vertex.DIRECTION) - Method in class com.arcadedb.graph.MutableVertex
 
isConnectedTo(Identifiable, Vertex.DIRECTION) - Method in interface com.arcadedb.graph.Vertex
 
isConnectedTo(Identifiable, Vertex.DIRECTION, String) - Method in class com.arcadedb.graph.ImmutableVertex
 
isConnectedTo(Identifiable, Vertex.DIRECTION, String) - Method in class com.arcadedb.graph.MutableVertex
 
isConnectedTo(Identifiable, Vertex.DIRECTION, String) - Method in interface com.arcadedb.graph.Vertex
 
isCount() - Method in class com.arcadedb.query.sql.parser.BaseExpression
 
isCount() - Method in class com.arcadedb.query.sql.parser.BaseIdentifier
 
isCount() - Method in class com.arcadedb.query.sql.parser.Expression
 
isCount() - Method in class com.arcadedb.query.sql.parser.LevelZeroIdentifier
 
isCount() - Method in class com.arcadedb.query.sql.parser.MathExpression
 
isCount() - Method in class com.arcadedb.query.sql.parser.ParenthesisExpression
 
isCount() - Method in class com.arcadedb.query.sql.parser.SuffixIdentifier
 
isCount() - Method in class com.arcadedb.query.sql.parser.ValueExpression
 
isCriticalError(PolyglotException) - Static method in class com.arcadedb.query.polyglot.GraalPolyglotEngine
 
isDate(Object) - Static method in class com.arcadedb.utility.DateUtils
 
isDDL() - Method in interface com.arcadedb.query.QueryEngine.AnalyzedQuery
 
isDDL() - Method in class com.arcadedb.query.sql.parser.Statement
 
isDebugEnabled() - Method in class com.arcadedb.log.LogManager
 
IsDefinedCondition - Class in com.arcadedb.query.sql.parser
 
IsDefinedCondition(int) - Constructor for class com.arcadedb.query.sql.parser.IsDefinedCondition
 
IsDefinedCondition() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
isDefinedFor(Record) - Method in class com.arcadedb.query.sql.parser.BaseExpression
 
isDefinedFor(Record) - Method in class com.arcadedb.query.sql.parser.BaseIdentifier
 
isDefinedFor(Record) - Method in class com.arcadedb.query.sql.parser.Expression
 
isDefinedFor(Record) - Method in class com.arcadedb.query.sql.parser.MathExpression
 
isDefinedFor(Record) - Method in class com.arcadedb.query.sql.parser.SuffixIdentifier
 
isDefinedFor(Record) - Method in class com.arcadedb.query.sql.parser.ValueExpression
 
isDefinedFor(Result) - Method in class com.arcadedb.query.sql.parser.BaseExpression
 
isDefinedFor(Result) - Method in class com.arcadedb.query.sql.parser.BaseIdentifier
 
isDefinedFor(Result) - Method in class com.arcadedb.query.sql.parser.Expression
 
isDefinedFor(Result) - Method in class com.arcadedb.query.sql.parser.MathExpression
 
isDefinedFor(Result) - Method in class com.arcadedb.query.sql.parser.SuffixIdentifier
 
isDefinedFor(Result) - Method in class com.arcadedb.query.sql.parser.ValueExpression
 
isDeletedEntry(RID) - Method in class com.arcadedb.index.lsm.LSMTreeIndexAbstract
 
isDeletedFromVertex(Vertex) - Method in class com.arcadedb.index.vector.HnswVectorIndex
 
isDirty() - Method in class com.arcadedb.database.MutableDocument
 
isDirty() - Method in class com.arcadedb.schema.LocalSchema
 
isDistinct() - Method in class com.arcadedb.query.sql.parser.Projection
 
isDumpExceptions() - Method in class com.arcadedb.utility.SoftThread
 
isEarlyCalculated() - Method in class com.arcadedb.query.sql.parser.SuffixIdentifier
 
isEarlyCalculated() - Method in class com.arcadedb.query.sql.parser.ValueExpression
 
isEarlyCalculated(CommandContext) - Method in class com.arcadedb.query.sql.parser.ArrayConcatExpression
 
isEarlyCalculated(CommandContext) - Method in class com.arcadedb.query.sql.parser.BaseExpression
 
isEarlyCalculated(CommandContext) - Method in class com.arcadedb.query.sql.parser.BaseIdentifier
 
isEarlyCalculated(CommandContext) - Method in class com.arcadedb.query.sql.parser.Expression
 
isEarlyCalculated(CommandContext) - Method in class com.arcadedb.query.sql.parser.FunctionCall
 
isEarlyCalculated(CommandContext) - Method in class com.arcadedb.query.sql.parser.LevelZeroIdentifier
 
isEarlyCalculated(CommandContext) - Method in class com.arcadedb.query.sql.parser.MathExpression
 
isEarlyCalculated(CommandContext) - Method in class com.arcadedb.query.sql.parser.ParenthesisExpression
 
isEarlyCalculated(CommandContext) - Method in class com.arcadedb.query.sql.parser.PCollection
 
isEdge() - Method in interface com.arcadedb.query.sql.executor.Result
 
isElement() - Method in class com.arcadedb.query.sql.executor.EmptyResult
 
isElement() - Method in interface com.arcadedb.query.sql.executor.Result
 
isElement() - Method in class com.arcadedb.query.sql.executor.ResultInternal
 
isElement() - Method in class com.arcadedb.query.sql.executor.UpdatableResult
 
isEmbedded() - Method in enum com.arcadedb.schema.Type
 
isEmpty() - Method in class com.arcadedb.database.TransactionIndexContext
 
isEmpty() - Method in class com.arcadedb.index.CompressedAny2RIDIndex
 
isEmpty() - Method in class com.arcadedb.index.CompressedRID2RIDIndex
 
isEmpty() - Method in class com.arcadedb.index.CompressedRID2RIDsIndex
 
isEmpty() - Method in class com.arcadedb.query.sql.executor.RidSet
 
isEmpty() - Method in class com.arcadedb.query.sql.parser.AndBlock
 
isEmpty() - Method in class com.arcadedb.query.sql.parser.BooleanExpression
 
isEmpty() - Method in class com.arcadedb.query.sql.parser.OrBlock
 
isEmpty() - Method in class com.arcadedb.serializer.json.JSONArray
 
isEmpty() - Method in class com.arcadedb.serializer.json.JSONObject
 
isEmptyOptional(Object) - Static method in class com.arcadedb.query.sql.executor.OptionalMatchEdgeTraverser
 
isExecutedByTheLeader() - Method in interface com.arcadedb.query.QueryEngine
 
isExecutedByTheLeader() - Method in class com.arcadedb.query.sql.SQLScriptQueryEngine
 
isExecutingTask() - Method in class com.arcadedb.database.async.DatabaseAsyncExecutorImpl.AsyncThread
 
isExpand() - Method in class com.arcadedb.query.sql.parser.BaseExpression
 
isExpand() - Method in class com.arcadedb.query.sql.parser.BaseIdentifier
 
isExpand() - Method in class com.arcadedb.query.sql.parser.Expression
 
isExpand() - Method in class com.arcadedb.query.sql.parser.FunctionCall
 
isExpand() - Method in class com.arcadedb.query.sql.parser.LevelZeroIdentifier
 
isExpand() - Method in class com.arcadedb.query.sql.parser.MathExpression
 
isExpand() - Method in class com.arcadedb.query.sql.parser.ParenthesisExpression
 
isExpand() - Method in class com.arcadedb.query.sql.parser.Projection
 
isExpand() - Method in class com.arcadedb.query.sql.parser.ProjectionItem
 
isExpand() - Method in class com.arcadedb.query.sql.parser.ValueExpression
 
isExpandVertexEdges() - Method in class com.arcadedb.serializer.JsonGraphSerializer
 
isHidden() - Method in enum com.arcadedb.GlobalConfiguration
 
isIdempotent() - Method in interface com.arcadedb.query.QueryEngine.AnalyzedQuery
 
isIdempotent() - Method in class com.arcadedb.query.sql.parser.ExplainStatement
 
isIdempotent() - Method in class com.arcadedb.query.sql.parser.IfStatement
 
isIdempotent() - Method in class com.arcadedb.query.sql.parser.MatchStatement
 
isIdempotent() - Method in class com.arcadedb.query.sql.parser.ProfileStatement
 
isIdempotent() - Method in class com.arcadedb.query.sql.parser.SelectStatement
 
isIdempotent() - Method in class com.arcadedb.query.sql.parser.Statement
 
isIdempotent() - Method in class com.arcadedb.query.sql.parser.TraverseStatement
 
isIncludeVertexEdges() - Method in class com.arcadedb.serializer.JsonSerializer
 
isIndexAware(IndexSearchInfo) - Method in class com.arcadedb.query.sql.parser.BooleanExpression
 
isIndexAware(IndexSearchInfo) - Method in class com.arcadedb.query.sql.parser.ContainsAnyCondition
 
isIndexAware(IndexSearchInfo) - Method in class com.arcadedb.query.sql.parser.ContainsCondition
 
isIndexAware(IndexSearchInfo) - Method in class com.arcadedb.query.sql.parser.ContainsValueCondition
 
isIndexAware(IndexSearchInfo) - Method in class com.arcadedb.query.sql.parser.InCondition
 
isIndexByKey() - Method in class com.arcadedb.query.sql.executor.IndexSearchInfo
 
isIndexByValue() - Method in class com.arcadedb.query.sql.executor.IndexSearchInfo
 
isIndexedFunctionCal(CommandContext) - Method in class com.arcadedb.query.sql.parser.Expression
 
isIndexedFunctionCal(CommandContext) - Method in class com.arcadedb.query.sql.parser.ValueExpression
 
isIndexedFunctionCall(CommandContext) - Method in class com.arcadedb.query.sql.parser.BaseExpression
 
isIndexedFunctionCall(CommandContext) - Method in class com.arcadedb.query.sql.parser.BaseIdentifier
 
isIndexedFunctionCall(CommandContext) - Method in class com.arcadedb.query.sql.parser.FunctionCall
 
isIndexedFunctionCall(CommandContext) - Method in class com.arcadedb.query.sql.parser.LevelZeroIdentifier
 
isIndexedFunctionCall(CommandContext) - Method in class com.arcadedb.query.sql.parser.MathExpression
 
isIntegerNumber(String) - Static method in class com.arcadedb.utility.NumberUtils
 
isIterable(Object) - Static method in class com.arcadedb.query.sql.executor.MultiValue
 
isKeyNull(Object[]) - Static method in class com.arcadedb.index.lsm.LSMTreeIndexAbstract
Checks if all the key values are NULL.
isLastResultShrunk() - Method in class com.arcadedb.utility.TableFormatter
 
isLink() - Method in enum com.arcadedb.schema.Type
 
isLong(String) - Static method in class com.arcadedb.utility.FileUtils
 
isMandatory() - Method in class com.arcadedb.schema.AbstractProperty
 
isMandatory() - Method in interface com.arcadedb.schema.Property
 
isMap() - Method in class com.arcadedb.query.sql.executor.IndexSearchInfo
 
isMultiValue() - Method in enum com.arcadedb.schema.Type
 
isMultiValue(Class<?>) - Static method in class com.arcadedb.query.sql.executor.MultiValue
Checks if a class is a multi-value type.
isMultiValue(Object) - Static method in class com.arcadedb.query.sql.executor.MultiValue
Checks if the object is a multi-value type.
isMutable(BasePage) - Method in class com.arcadedb.index.lsm.LSMTreeIndexAbstract
 
isNegate() - Method in class com.arcadedb.query.sql.parser.NotBlock
 
IsNotDefinedCondition - Class in com.arcadedb.query.sql.parser
 
IsNotDefinedCondition(int) - Constructor for class com.arcadedb.query.sql.parser.IsNotDefinedCondition
 
IsNotDefinedCondition() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
isNotNull() - Method in class com.arcadedb.schema.AbstractProperty
Returns true if the current property has set the constraint `not null`.
isNotNull() - Method in interface com.arcadedb.schema.Property
 
IsNotNullCondition - Class in com.arcadedb.query.sql.parser
 
IsNotNullCondition(int) - Constructor for class com.arcadedb.query.sql.parser.IsNotNullCondition
 
IsNotNullCondition() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
isNotSettled(Vertex) - Method in class com.arcadedb.query.sql.function.graph.SQLFunctionPathFinder
 
isNull - Variable in class com.arcadedb.query.sql.parser.BaseExpression
 
isNull - Variable in class com.arcadedb.query.sql.parser.Expression
 
isNull(int) - Method in class com.arcadedb.serializer.json.JSONArray
 
isNull(String) - Method in class com.arcadedb.serializer.json.JSONObject
 
IsNullCondition - Class in com.arcadedb.query.sql.parser
 
IsNullCondition(int) - Constructor for class com.arcadedb.query.sql.parser.IsNullCondition
 
IsNullCondition() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
isolation - Variable in class com.arcadedb.query.sql.parser.BeginStatement
 
ISOLATION - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
isOpen() - Method in interface com.arcadedb.database.BasicDatabase
 
isOpen() - Method in class com.arcadedb.database.LocalDatabase
 
isOpen() - Method in class com.arcadedb.engine.ComponentFile
 
isOpen() - Method in class com.arcadedb.engine.WALFile
 
isOptional() - Method in class com.arcadedb.query.sql.parser.MatchFilter
 
isOptionalNode() - Method in class com.arcadedb.query.sql.executor.PatternNode
 
isOrderAsc() - Method in class com.arcadedb.query.sql.executor.DeleteFromIndexStep
 
isOrderAsc() - Method in class com.arcadedb.query.sql.executor.FetchFromIndexStep
 
isOrderAsc() - Method in class com.arcadedb.query.sql.executor.FetchFromIndexValuesStep
 
isPageFlushingSuspended() - Method in class com.arcadedb.engine.PageManager
 
isProcessing() - Method in interface com.arcadedb.database.async.DatabaseAsyncExecutor
Returns true if there is any asynchronous tasks executing or scheduled.
isProcessing() - Method in class com.arcadedb.database.async.DatabaseAsyncExecutorImpl
 
isProjection() - Method in class com.arcadedb.query.sql.executor.EmptyResult
 
isProjection() - Method in interface com.arcadedb.query.sql.executor.Result
 
isProjection() - Method in class com.arcadedb.query.sql.executor.ResultInternal
 
isRangeOperator() - Method in interface com.arcadedb.query.sql.parser.BinaryCompareOperator
 
isRangeOperator() - Method in class com.arcadedb.query.sql.parser.GeOperator
 
isRangeOperator() - Method in class com.arcadedb.query.sql.parser.GtOperator
 
isRangeOperator() - Method in class com.arcadedb.query.sql.parser.LeOperator
 
isRangeOperator() - Method in class com.arcadedb.query.sql.parser.LtOperator
 
isReadonly() - Method in class com.arcadedb.schema.AbstractProperty
 
isReadonly() - Method in interface com.arcadedb.schema.Property
 
isReadYourWrites() - Method in interface com.arcadedb.database.Database
If enabled, writes the writes to the database are immediately available in queries and lookup.
isReadYourWrites() - Method in class com.arcadedb.database.LocalDatabase
 
isRecord() - Method in interface com.arcadedb.query.sql.executor.Result
 
isReturnAfter() - Method in class com.arcadedb.query.sql.parser.UpdateStatement
 
isReturnBefore() - Method in class com.arcadedb.query.sql.parser.DeleteStatement
 
isReturnBefore() - Method in class com.arcadedb.query.sql.parser.UpdateStatement
 
isReturnCount() - Method in class com.arcadedb.query.sql.parser.UpdateStatement
 
isReturnDistinct() - Method in class com.arcadedb.query.sql.parser.MatchStatement
 
isReusable() - Method in class com.arcadedb.database.Binary
Tells if the current buffer object is reused.
isReusable() - Method in interface com.arcadedb.query.QueryEngine
 
isSchemaLoaded() - Method in class com.arcadedb.schema.LocalSchema
 
isScriptVariableDeclared(String) - Method in class com.arcadedb.query.sql.executor.BasicCommandContext
 
isScriptVariableDeclared(String) - Method in interface com.arcadedb.query.sql.executor.CommandContext
 
isSelectInParentheses() - Method in class com.arcadedb.query.sql.parser.InsertStatement
 
isSelectWithFrom() - Method in class com.arcadedb.query.sql.parser.InsertStatement
 
isShutdown() - Method in class com.arcadedb.database.async.DatabaseAsyncExecutorImpl.AsyncThread
 
isShutdownFlag() - Method in class com.arcadedb.utility.SoftThread
 
isSnapshot() - Static method in class com.arcadedb.Constants
 
isStar() - Method in class com.arcadedb.query.sql.parser.FunctionCall
 
isSubTypeOf(String) - Method in interface com.arcadedb.schema.DocumentType
 
isSubTypeOf(String) - Method in class com.arcadedb.schema.LocalDocumentType
 
isSuperTypeOf(String) - Method in interface com.arcadedb.schema.DocumentType
 
isSuperTypeOf(String) - Method in class com.arcadedb.schema.LocalDocumentType
 
isSuspended() - Method in class com.arcadedb.engine.PageManagerFlushThread
 
isTheSameAs(Object) - Method in interface com.arcadedb.schema.DocumentType
 
isTheSameAs(Object) - Method in class com.arcadedb.schema.LocalDocumentType
 
isTimedOut() - Method in class com.arcadedb.query.sql.executor.AbstractExecutionStep
 
isTimedOut() - Method in interface com.arcadedb.query.sql.executor.ExecutionStepInternal
 
isTransactionActive() - Method in interface com.arcadedb.database.BasicDatabase
Returns true if there is a transaction active.
isTransactionActive() - Method in class com.arcadedb.database.LocalDatabase
 
isTransactionUseWAL() - Method in interface com.arcadedb.database.async.DatabaseAsyncExecutor
Returns the current settings if the WAL (Write Ahead Log - Transaction Journal) is active for asynchronous operations.
isTransactionUseWAL() - Method in class com.arcadedb.database.async.DatabaseAsyncExecutorImpl
 
isUnidirectional() - Method in class com.arcadedb.query.sql.parser.CreateEdgeStatement
 
isUnique() - Method in interface com.arcadedb.index.Index
 
isUnique() - Method in class com.arcadedb.index.lsm.LSMTreeFullTextIndex
 
isUnique() - Method in class com.arcadedb.index.lsm.LSMTreeIndex
 
isUnique() - Method in class com.arcadedb.index.lsm.LSMTreeIndexAbstract
 
isUnique() - Method in class com.arcadedb.index.TypeIndex
 
isUnique() - Method in class com.arcadedb.index.vector.HnswVectorIndex
 
isUnique() - Method in class com.arcadedb.schema.IndexBuilder
 
isUnsafe() - Method in class com.arcadedb.query.sql.parser.DeleteStatement
 
isUnsafe() - Method in class com.arcadedb.query.sql.parser.InsertStatement
 
isUpsert() - Method in class com.arcadedb.query.sql.parser.UpdateStatement
 
isUseCollectionSize() - Method in class com.arcadedb.serializer.JsonSerializer
 
isUseCollectionSizeForEdges() - Method in class com.arcadedb.serializer.JsonSerializer
 
isUseVertexEdgeSize() - Method in class com.arcadedb.serializer.JsonSerializer
 
isValid() - Method in class com.arcadedb.database.RID
 
isValid() - Method in interface com.arcadedb.index.IndexInternal
 
isValid() - Method in class com.arcadedb.index.lsm.LSMTreeFullTextIndex
 
isValid() - Method in class com.arcadedb.index.lsm.LSMTreeIndex
 
isValid() - Method in class com.arcadedb.index.TypeIndex
 
isValid() - Method in class com.arcadedb.index.vector.HnswVectorIndex
 
isVariableEdgeWeight() - Method in class com.arcadedb.query.sql.function.graph.SQLFunctionAstar
 
isVariableEdgeWeight() - Method in class com.arcadedb.query.sql.function.graph.SQLFunctionDijkstra
 
isVariableEdgeWeight() - Method in class com.arcadedb.query.sql.function.graph.SQLFunctionHeuristicPathFinderAbstract
 
isVariableEdgeWeight() - Method in class com.arcadedb.query.sql.function.graph.SQLFunctionPathFinder
 
isVertex() - Method in interface com.arcadedb.query.sql.executor.Result
 
isVertexConnectedTo(VertexInternal, Identifiable) - Method in class com.arcadedb.graph.GraphEngine
 
isVertexConnectedTo(VertexInternal, Identifiable, Vertex.DIRECTION) - Method in class com.arcadedb.graph.GraphEngine
 
isVertexConnectedTo(VertexInternal, Identifiable, Vertex.DIRECTION, String) - Method in class com.arcadedb.graph.GraphEngine
 
ITALIC - com.arcadedb.utility.AnsiCode
 
item - Variable in class com.arcadedb.index.vector.HnswVectorIndexRAM.Node
 
item - Variable in class com.arcadedb.query.sql.executor.MatchEdgeTraverser
 
item - Variable in class com.arcadedb.query.sql.executor.PatternEdge
 
ItemIterator() - Constructor for class com.arcadedb.index.vector.HnswVectorIndexRAM.ItemIterator
 
items - Variable in class com.arcadedb.query.sql.parser.ArraySingleValuesSelector
 
items - Variable in class com.arcadedb.query.sql.parser.GroupBy
 
items - Variable in class com.arcadedb.query.sql.parser.Json
 
items - Variable in class com.arcadedb.query.sql.parser.JsonArray
 
items - Variable in class com.arcadedb.query.sql.parser.LetClause
 
items - Variable in class com.arcadedb.query.sql.parser.MatchExpression
 
items - Variable in class com.arcadedb.query.sql.parser.MatchFilter
 
items - Variable in class com.arcadedb.query.sql.parser.MultiMatchPathItem
 
items - Variable in class com.arcadedb.query.sql.parser.OrderBy
 
items - Variable in class com.arcadedb.query.sql.parser.Unwind
 
items() - Method in class com.arcadedb.index.vector.HnswVectorIndexRAM
 
IterableObject<T> - Class in com.arcadedb.utility
Allows to iterate over a single object
IterableObject(T) - Constructor for class com.arcadedb.utility.IterableObject
 
IterableObjectArray<T> - Class in com.arcadedb.utility
Allow to iterate over the array casted to Object.
IterableObjectArray(Object) - Constructor for class com.arcadedb.utility.IterableObjectArray
 
iterateBucket - Variable in class com.arcadedb.database.DatabaseStats
 
iterateBucket(String) - Method in interface com.arcadedb.database.BasicDatabase
Iterates the records contained in a bucket.
iterateBucket(String) - Method in class com.arcadedb.database.LocalDatabase
 
iterateNodes() - Method in class com.arcadedb.index.vector.HnswVectorIndexRAM
 
iterateType - Variable in class com.arcadedb.database.DatabaseStats
 
iterateType(String, boolean) - Method in interface com.arcadedb.database.BasicDatabase
Iterates the records contained in all the buckets defined by a type.
iterateType(String, boolean) - Method in class com.arcadedb.database.LocalDatabase
 
iterator - Variable in class com.arcadedb.database.async.DatabaseAsyncBrowseIterator
 
iterator - Variable in class com.arcadedb.query.select.SelectIterator
 
iterator - Variable in class com.arcadedb.query.sql.executor.IteratorResultSet
 
iterator() - Method in class com.arcadedb.database.IndexCursorCollection
 
iterator() - Method in interface com.arcadedb.engine.Bucket
 
iterator() - Method in class com.arcadedb.engine.LocalBucket
 
iterator() - Method in class com.arcadedb.graph.EdgeToVertexIterable
 
iterator() - Method in class com.arcadedb.index.EmptyIndexCursor
 
iterator() - Method in class com.arcadedb.index.lsm.LSMTreeIndexCursor
 
iterator() - Method in class com.arcadedb.index.MultiIndexCursor
 
iterator() - Method in class com.arcadedb.index.TempIndexCursor
 
iterator() - Method in class com.arcadedb.query.sql.executor.RidSet
 
iterator() - Method in class com.arcadedb.serializer.json.JSONArray
 
iterator() - Method in class com.arcadedb.utility.IterableObject
Returns an iterator over a set of elements of type T.
iterator() - Method in class com.arcadedb.utility.IterableObjectArray
Returns an iterator over a set of elements of type T.
iterator() - Method in class com.arcadedb.utility.MultiIterator
 
iterator(boolean) - Method in class com.arcadedb.index.lsm.LSMTreeIndex
 
iterator(boolean) - Method in interface com.arcadedb.index.RangeIndex
The returning iterator does not skip deleted entries and it might contains duplicated entries.
iterator(boolean) - Method in class com.arcadedb.index.TypeIndex
 
iterator(boolean) - Method in class com.arcadedb.index.vector.HnswVectorIndex
 
iterator(boolean, Object[], boolean) - Method in class com.arcadedb.index.lsm.LSMTreeIndex
 
iterator(boolean, Object[], boolean) - Method in class com.arcadedb.index.lsm.LSMTreeIndexMutable
 
iterator(boolean, Object[], boolean) - Method in interface com.arcadedb.index.RangeIndex
The returning iterator does not skip deleted entries and it might contains duplicated entries.
iterator(boolean, Object[], boolean) - Method in class com.arcadedb.index.TypeIndex
 
iterator(boolean, Object[], boolean) - Method in class com.arcadedb.index.vector.HnswVectorIndex
 
IteratorFilterBase<T> - Class in com.arcadedb.graph
 
IteratorFilterBase(DatabaseInternal, EdgeSegment, String[]) - Constructor for class com.arcadedb.graph.IteratorFilterBase
 
IteratorResultSet - Class in com.arcadedb.query.sql.executor
Created by luigidellaquila on 07/07/16.
IteratorResultSet(Iterator) - Constructor for class com.arcadedb.query.sql.executor.IteratorResultSet
 

J

JAVA_TYPE - Static variable in interface com.arcadedb.query.sql.executor.InternalExecutionPlan
 
JavaBinarySerializer - Class in com.arcadedb.serializer
Java binary serializer.
JavaBinarySerializer() - Constructor for class com.arcadedb.serializer.JavaBinarySerializer
 
JavaCharStream - Class in com.arcadedb.query.sql.parser
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (with java-like unicode escape processing).
JavaCharStream(InputStream) - Constructor for class com.arcadedb.query.sql.parser.JavaCharStream
Constructor.
JavaCharStream(InputStream, int, int) - Constructor for class com.arcadedb.query.sql.parser.JavaCharStream
Constructor.
JavaCharStream(InputStream, int, int, int) - Constructor for class com.arcadedb.query.sql.parser.JavaCharStream
Constructor.
JavaCharStream(InputStream, String) - Constructor for class com.arcadedb.query.sql.parser.JavaCharStream
Constructor.
JavaCharStream(InputStream, String, int, int) - Constructor for class com.arcadedb.query.sql.parser.JavaCharStream
Constructor.
JavaCharStream(InputStream, String, int, int, int) - Constructor for class com.arcadedb.query.sql.parser.JavaCharStream
Constructor.
JavaCharStream(Reader) - Constructor for class com.arcadedb.query.sql.parser.JavaCharStream
Constructor.
JavaCharStream(Reader, int, int) - Constructor for class com.arcadedb.query.sql.parser.JavaCharStream
Constructor.
JavaCharStream(Reader, int, int, int) - Constructor for class com.arcadedb.query.sql.parser.JavaCharStream
Constructor.
JavaClassFunctionLibraryDefinition - Class in com.arcadedb.function.java
Binds a Java class into a function library, where each method of the class are invokable functions.
JavaClassFunctionLibraryDefinition(String) - Constructor for class com.arcadedb.function.java.JavaClassFunctionLibraryDefinition
 
JavaClassFunctionLibraryDefinition(String, Class<?>) - Constructor for class com.arcadedb.function.java.JavaClassFunctionLibraryDefinition
 
JavaClassFunctionLibraryDefinition(String, String) - Constructor for class com.arcadedb.function.java.JavaClassFunctionLibraryDefinition
 
javaDefaultType - Variable in enum com.arcadedb.schema.Type
 
JavaMethodFunctionDefinition - Class in com.arcadedb.function.java
Maps a Java method execution to a callable function.
JavaMethodFunctionDefinition(Object, Method) - Constructor for class com.arcadedb.function.java.JavaMethodFunctionDefinition
Creates a function bound to a Java method.
JavaMethodFunctionDefinition(Method) - Constructor for class com.arcadedb.function.java.JavaMethodFunctionDefinition
Creates a function bound to a static Java method.
JavaMethodFunctionLibraryDefinition - Class in com.arcadedb.function.java
Function library that allows invocation of functions written in Java language.
JavaMethodFunctionLibraryDefinition(Method) - Constructor for class com.arcadedb.function.java.JavaMethodFunctionLibraryDefinition
 
JavaMethodFunctionLibraryDefinition(String, Method) - Constructor for class com.arcadedb.function.java.JavaMethodFunctionLibraryDefinition
 
JavaQueryEngine - Class in com.arcadedb.query.java
 
JavaQueryEngine(DatabaseInternal) - Constructor for class com.arcadedb.query.java.JavaQueryEngine
 
JavaQueryEngine.JavaQueryEngineFactory - Class in com.arcadedb.query.java
 
JavaQueryEngineFactory() - Constructor for class com.arcadedb.query.java.JavaQueryEngine.JavaQueryEngineFactory
 
JavascriptFunctionDefinition - Class in com.arcadedb.function.polyglot
Javascript implementation of a function.
JavascriptFunctionDefinition(String, String, String...) - Constructor for class com.arcadedb.function.polyglot.JavascriptFunctionDefinition
Creates the function with its name, implementation in form of text and optional parameters.
JavascriptFunctionLibraryDefinition - Class in com.arcadedb.function.polyglot
 
JavascriptFunctionLibraryDefinition(Database, String) - Constructor for class com.arcadedb.function.polyglot.JavascriptFunctionLibraryDefinition
 
JavascriptFunctionLibraryDefinition(Database, String, List<String>) - Constructor for class com.arcadedb.function.polyglot.JavascriptFunctionLibraryDefinition
 
jj_nt - Variable in class com.arcadedb.query.sql.parser.SqlParser
Next token.
jjFillToken() - Method in class com.arcadedb.query.sql.parser.SqlParserTokenManager
 
jjnewLexState - Static variable in class com.arcadedb.query.sql.parser.SqlParserTokenManager
Lex State array.
jjstrLiteralImages - Static variable in class com.arcadedb.query.sql.parser.SqlParserTokenManager
Token literal values.
jjtAddChild(Node, int) - Method in interface com.arcadedb.query.sql.parser.Node
This method tells the node to add its argument to the node's list of children.
jjtAddChild(Node, int) - Method in class com.arcadedb.query.sql.parser.SimpleNode
 
JJTALIAS - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTALIGNDATABASESTATEMENT - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTALTERBUCKETSTATEMENT - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTALTERDATABASESTATEMENT - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTALTERPROPERTYSTATEMENT - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTALTERTYPESTATEMENT - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTANDBLOCK - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTARRAYCONCATEXPRESSION - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTARRAYCONCATEXPRESSIONELEMENT - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTARRAYNUMBERSELECTOR - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTARRAYRANGESELECTOR - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTARRAYSELECTOR - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTARRAYSINGLEVALUESSELECTOR - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTBACKUPDATABASESTATEMENT - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTBASEEXPRESSION - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTBASEIDENTIFIER - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTBEGINSTATEMENT - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTBETWEENCONDITION - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTBINARYCONDITION - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTBOTHPATHITEM - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTBOTHPATHITEMOPT - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTBUCKET - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTBUCKETIDENTIFIER - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTBUCKETLIST - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTCHECKDATABASESTATEMENT - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
jjtClose() - Method in interface com.arcadedb.query.sql.parser.Node
This method is called after all the child nodes have been added.
jjtClose() - Method in class com.arcadedb.query.sql.parser.SimpleNode
 
JJTCOMMITSTATEMENT - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTCOMPAREOPERATOR - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTCONDITIONBLOCK - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTCONSOLESTATEMENT - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTCONTAINSALLCONDITION - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTCONTAINSANYCONDITION - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTCONTAINSCONDITION - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTCONTAINSKEYOPERATOR - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTCONTAINSTEXTCONDITION - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTCONTAINSVALUECONDITION - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTCONTAINSVALUEOPERATOR - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTCREATEBUCKETSTATEMENT - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTCREATEDOCUMENTTYPESTATEMENT - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTCREATEEDGESTATEMENT - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTCREATEEDGETYPESTATEMENT - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTCREATEINDEXSTATEMENT - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTCREATEPROPERTYATTRIBUTESTATEMENT - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTCREATEPROPERTYSTATEMENT - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTCREATEVERTEXSTATEMENT - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTCREATEVERTEXSTATEMENTEMPTY - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTCREATEVERTEXSTATEMENTEMPTYNOTARGET - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTCREATEVERTEXSTATEMENTNOTARGET - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTCREATEVERTEXTYPESTATEMENT - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTDEFINEFUNCTIONSTATEMENT - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTDELETEEDGEBYRIDSTATEMENT - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTDELETEEDGEFROMTOSTATEMENT - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTDELETEEDGESTATEMENT - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTDELETEEDGETOSTATEMENT - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTDELETEEDGEVTOSTATEMENT - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTDELETEEDGEWHERESTATEMENT - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTDELETEFUNCTIONSTATEMENT - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTDELETESTATEMENT - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTDROPBUCKETSTATEMENT - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTDROPINDEXSTATEMENT - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTDROPPROPERTYSTATEMENT - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTDROPTYPESTATEMENT - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTEQUALSCOMPAREOPERATOR - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTEXPLAINSTATEMENT - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTEXPORTDATABASESTATEMENT - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTEXPRESSION - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTEXPRESSIONSTATEMENT - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTFIELDMATCHPATHITEM - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTFIRSTLEVELEXPRESSION - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTFLOATINGPOINT - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTFOREACHBLOCK - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTFROMCLAUSE - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTFROMITEM - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTFUNCTIONCALL - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTGEOPERATOR - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
jjtGetChild(int) - Method in interface com.arcadedb.query.sql.parser.Node
This method returns a child node.
jjtGetChild(int) - Method in class com.arcadedb.query.sql.parser.SimpleNode
 
jjtGetFirstToken() - Method in class com.arcadedb.query.sql.parser.SimpleNode
 
jjtGetLastToken() - Method in class com.arcadedb.query.sql.parser.SimpleNode
 
jjtGetNumChildren() - Method in interface com.arcadedb.query.sql.parser.Node
Return the number of children the node has.
jjtGetNumChildren() - Method in class com.arcadedb.query.sql.parser.SimpleNode
 
jjtGetParent() - Method in interface com.arcadedb.query.sql.parser.Node
 
jjtGetParent() - Method in class com.arcadedb.query.sql.parser.SimpleNode
 
jjtGetValue() - Method in class com.arcadedb.query.sql.parser.SimpleNode
 
JJTGROUPBY - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTGTOPERATOR - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTIDENTIFIER - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTIFSTATEMENT - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTILIKEOPERATOR - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTIMPORTDATABASESTATEMENT - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTINCONDITION - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTINDEXIDENTIFIER - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTINDEXMATCHCONDITION - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTINOPERATOR - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTINPATHITEM - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTINPATHITEMOPT - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTINPUTPARAMETER - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTINSERTBODY - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTINSERTSTATEMENT - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTINSTANCEOFCONDITION - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTISDEFINEDCONDITION - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTISNOTDEFINEDCONDITION - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTISNOTNULLCONDITION - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTISNULLCONDITION - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTJSON - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTJSONARRAY - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTLEOPERATOR - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTLETCLAUSE - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTLETITEM - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTLETSTATEMENT - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTLEVELZEROIDENTIFIER - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTLIKEOPERATOR - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTLIMIT - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTLTOPERATOR - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTMATCHESCONDITION - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTMATCHEXPRESSION - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTMATCHFILTER - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTMATCHFILTERITEM - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTMATCHPATHITEM - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTMATCHPATHITEMFIRST - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTMATCHSTATEMENT - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTMATHEXPRESSION - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTMETHODCALL - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTMODIFIER - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTMULTIMATCHPATHITEM - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTMULTIMATCHPATHITEMARROWS - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTNAMEDPARAMETER - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTNEAROPERATOR - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTNEOPERATOR - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTNEQOPERATOR - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTNESTEDPROJECTION - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTNESTEDPROJECTIONITEM - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
jjtNodeName - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTNOTBLOCK - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTNOTINCONDITION - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTNULLSAFEEQUALSCOMPAREOPERATOR - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
jjtOpen() - Method in interface com.arcadedb.query.sql.parser.Node
This method is called after the node has been made the current node.
jjtOpen() - Method in class com.arcadedb.query.sql.parser.SimpleNode
 
JJTORBLOCK - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTORDERBY - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTOUTPATHITEM - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTOUTPATHITEMOPT - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTPARENTHESISBLOCK - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTPARENTHESISEXPRESSION - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTPARSE - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTPARSECONDITION - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTPARSEEXPRESSION - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTPARSESCRIPT - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTPCOLLECTION - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTPINTEGER - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTPNUMBER - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTPOSITIONALPARAMETER - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTPROFILESTATEMENT - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTPROJECTION - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTPROJECTIONITEM - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTPSTRING - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTQUERYSTATEMENT - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTREBUILDINDEXSTATEMENT - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTRECORDATTRIBUTE - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
jjtree - Variable in class com.arcadedb.query.sql.parser.SqlParser
 
JJTRETRY - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTRETURNSTATEMENT - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTRID - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTRIGHTBINARYCONDITION - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTROLLBACKSTATEMENT - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTSCHEMAIDENTIFIER - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTSELECTSTATEMENT - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTSELECTWITHOUTTARGETSTATEMENT - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
jjtSetFirstToken(Token) - Method in class com.arcadedb.query.sql.parser.SimpleNode
 
jjtSetLastToken(Token) - Method in class com.arcadedb.query.sql.parser.SimpleNode
 
jjtSetParent(Node) - Method in interface com.arcadedb.query.sql.parser.Node
This pair of methods are used to inform the node of its parent.
jjtSetParent(Node) - Method in class com.arcadedb.query.sql.parser.SimpleNode
 
jjtSetValue(Object) - Method in class com.arcadedb.query.sql.parser.SimpleNode
 
JJTSKIP - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTSLEEPSTATEMENT - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTSqlParserState - Class in com.arcadedb.query.sql.parser
 
JJTSqlParserState() - Constructor for class com.arcadedb.query.sql.parser.JJTSqlParserState
 
JJTSTATEMENT - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTSTATEMENTINTERNAL - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTSTATEMENTSEMICOLON - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTSUFFIXIDENTIFIER - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTTIMEOUT - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTTRAVERSEPROJECTIONITEM - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTTRAVERSESTATEMENT - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTTRUNCATEBUCKETSTATEMENT - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTTRUNCATERECORDSTATEMENT - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTTRUNCATETYPESTATEMENT - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTUNWIND - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTUPDATEADDITEM - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTUPDATEEDGESTATEMENT - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTUPDATEINCREMENTITEM - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTUPDATEITEM - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTUPDATEOPERATIONS - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTUPDATEPUTITEM - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTUPDATEREMOVEITEM - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTUPDATESTATEMENT - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTURL - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTWAIT - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTWHERECLAUSE - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTWHILEBLOCK - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
JJTWITHINOPERATOR - Static variable in interface com.arcadedb.query.sql.parser.SqlParserTreeConstants
 
json - Variable in class com.arcadedb.query.sql.parser.Expression
 
json - Variable in class com.arcadedb.query.sql.parser.UpdateOperations
 
json() - Method in class com.arcadedb.query.select.SelectCompiled
 
json(JSONObject) - Method in class com.arcadedb.query.select.Select
 
Json - Class in com.arcadedb.query.sql.parser
 
Json(int) - Constructor for class com.arcadedb.query.sql.parser.Json
 
Json() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
json2map(JSONObject) - Method in class com.arcadedb.database.JSONSerializer
 
JsonArray - Class in com.arcadedb.query.sql.parser
 
JsonArray(int) - Constructor for class com.arcadedb.query.sql.parser.JsonArray
 
JsonArray() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
JSONArray - Class in com.arcadedb.serializer.json
JSON array.
This API is compatible with org.json Java API, but uses Google GSON library under the hood.
JSONArray() - Constructor for class com.arcadedb.serializer.json.JSONArray
 
JSONArray(JsonArray) - Constructor for class com.arcadedb.serializer.json.JSONArray
 
JSONArray(Object[]) - Constructor for class com.arcadedb.serializer.json.JSONArray
 
JSONArray(String) - Constructor for class com.arcadedb.serializer.json.JSONArray
 
JSONArray(String[]) - Constructor for class com.arcadedb.serializer.json.JSONArray
 
JSONArray(Collection<?>) - Constructor for class com.arcadedb.serializer.json.JSONArray
 
JSONException - Exception in com.arcadedb.serializer.json
JSON Exception.
This API is compatible with org.json Java API, but uses Google GSON library under the hood.
JSONException() - Constructor for exception com.arcadedb.serializer.json.JSONException
 
JSONException(String) - Constructor for exception com.arcadedb.serializer.json.JSONException
 
JSONException(String, Throwable) - Constructor for exception com.arcadedb.serializer.json.JSONException
 
JSONFactory - Class in com.arcadedb.serializer.json
JSON object.
This API is compatible with org.json Java API, but uses Google GSON library under the hood.
JsonGraphSerializer - Class in com.arcadedb.serializer
 
JsonGraphSerializer() - Constructor for class com.arcadedb.serializer.JsonGraphSerializer
 
JsonItem - Class in com.arcadedb.query.sql.parser
Created by luigidellaquila on 18/02/15.
JsonItem() - Constructor for class com.arcadedb.query.sql.parser.JsonItem
 
JSONObject - Class in com.arcadedb.serializer.json
JSON object.
This API is compatible with org.json Java API, but uses Google GSON library under the hood.
JSONObject() - Constructor for class com.arcadedb.serializer.json.JSONObject
 
JSONObject(JsonObject) - Constructor for class com.arcadedb.serializer.json.JSONObject
 
JSONObject(String) - Constructor for class com.arcadedb.serializer.json.JSONObject
 
JSONObject(Map<String, ?>) - Constructor for class com.arcadedb.serializer.json.JSONObject
 
JsonSerializer - Class in com.arcadedb.serializer
 
JsonSerializer() - Constructor for class com.arcadedb.serializer.JsonSerializer
 
JSONSerializer - Class in com.arcadedb.database
 
JSONSerializer(Database) - Constructor for class com.arcadedb.database.JSONSerializer
 
JVM - com.arcadedb.GlobalConfiguration.SCOPE
 
JVMUtils - Class in com.arcadedb.utility
 
JVMUtils() - Constructor for class com.arcadedb.utility.JVMUtils
 

K

key - Variable in class com.arcadedb.query.sql.parser.ExportDatabaseStatement
 
key - Variable in class com.arcadedb.query.sql.parser.ImportDatabaseStatement
 
key - Variable in class com.arcadedb.query.sql.parser.RebuildIndexStatement
 
key - Variable in class com.arcadedb.query.sql.parser.UpdatePutItem
 
KEY - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
keyCondition - Variable in class com.arcadedb.query.sql.executor.IndexSearchDescriptor
 
keyIndex - Variable in class com.arcadedb.index.lsm.LSMTreeIndexAbstract.LookupResult
 
keys - Variable in class com.arcadedb.index.CompressedRID2RIDIndex
 
keys - Variable in class com.arcadedb.index.CompressedRID2RIDsIndex
 
keys - Variable in class com.arcadedb.index.IndexCursorEntry
 
keySet() - Method in class com.arcadedb.serializer.json.JSONObject
 
keyStartPosition - Variable in class com.arcadedb.index.lsm.LSMTreeIndexUnderlyingPageCursor
 
keyTypes - Variable in class com.arcadedb.index.lsm.LSMTreeIndexAbstract
 
keyTypes - Variable in class com.arcadedb.index.lsm.LSMTreeIndexUnderlyingAbstractCursor
 
keyTypes - Variable in class com.arcadedb.query.sql.parser.CreateIndexStatement
 
keyValues - Variable in class com.arcadedb.database.TransactionIndexContext.IndexKey
 
KEYWORD_MATCH - Static variable in class com.arcadedb.query.sql.parser.MatchStatement
 
kill() - Method in interface com.arcadedb.database.async.DatabaseAsyncExecutor
Forces the shutdown of the asynchronous threads.
kill() - Method in class com.arcadedb.database.async.DatabaseAsyncExecutorImpl
Test only API.
kill() - Method in interface com.arcadedb.database.DatabaseInternal
 
kill() - Method in class com.arcadedb.database.LocalDatabase
Test only API.
kill() - Method in class com.arcadedb.database.TransactionContext
Test only API.
kill() - Method in class com.arcadedb.engine.PageManager
Test only API.
kill() - Method in class com.arcadedb.engine.TransactionManager
 
KILOBYTE - Static variable in class com.arcadedb.utility.FileUtils
 
kind - Variable in class com.arcadedb.query.sql.parser.Token
An integer that describes the kind of this token.

L

language - Variable in class com.arcadedb.database.async.DatabaseAsyncCommand
 
language - Variable in class com.arcadedb.function.polyglot.PolyglotFunctionLibraryDefinition
 
language - Variable in class com.arcadedb.query.polyglot.GraalPolyglotEngine
 
language - Variable in class com.arcadedb.query.sql.parser.DefineFunctionStatement
 
LANGUAGE - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
lastInvalidation - Variable in class com.arcadedb.query.sql.parser.ExecutionPlanCache
 
lastResultShrunk - Variable in class com.arcadedb.utility.TableFormatter
 
LBRACE - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
LBRACKET - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
le - com.arcadedb.query.select.SelectOperator
 
le() - Method in class com.arcadedb.query.select.SelectWhereOperatorBlock
 
LE - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
left - Variable in class com.arcadedb.query.select.SelectTreeNode
 
left - Variable in class com.arcadedb.query.sql.parser.BinaryCondition
 
left - Variable in class com.arcadedb.query.sql.parser.ContainsAllCondition
 
left - Variable in class com.arcadedb.query.sql.parser.ContainsAnyCondition
 
left - Variable in class com.arcadedb.query.sql.parser.ContainsCondition
 
left - Variable in class com.arcadedb.query.sql.parser.ContainsTextCondition
 
left - Variable in class com.arcadedb.query.sql.parser.ContainsValueCondition
 
left - Variable in class com.arcadedb.query.sql.parser.InCondition
 
left - Variable in class com.arcadedb.query.sql.parser.InsertSetExpression
 
left - Variable in class com.arcadedb.query.sql.parser.InstanceofCondition
 
left - Variable in class com.arcadedb.query.sql.parser.NotInCondition
 
left - Variable in class com.arcadedb.query.sql.parser.UpdateAddItem
 
left - Variable in class com.arcadedb.query.sql.parser.UpdateIncrementItem
 
left - Variable in class com.arcadedb.query.sql.parser.UpdateItem
 
left - Variable in class com.arcadedb.query.sql.parser.UpdatePutItem
 
LEFT - com.arcadedb.utility.TableFormatter.ALIGNMENT
 
leftBorder - Variable in class com.arcadedb.utility.TableFormatter
 
leftExpression - Variable in class com.arcadedb.query.sql.executor.CreateEdgeExecutionPlanner
 
leftExpression - Variable in class com.arcadedb.query.sql.parser.CreateEdgeStatement
 
leftExpression - Variable in class com.arcadedb.query.sql.parser.DeleteEdgeStatement
 
leftExpressions - Variable in class com.arcadedb.query.sql.parser.IndexMatchCondition
 
leftIdentifier - Variable in class com.arcadedb.query.sql.parser.JsonItem
 
leftModifier - Variable in class com.arcadedb.query.sql.parser.UpdateIncrementItem
 
leftModifier - Variable in class com.arcadedb.query.sql.parser.UpdateItem
 
leftString - Variable in class com.arcadedb.query.sql.parser.JsonItem
 
legacy - Variable in class com.arcadedb.query.sql.parser.Rid
 
length() - Method in class com.arcadedb.serializer.json.JSONArray
 
length() - Method in class com.arcadedb.serializer.json.JSONObject
 
LeOperator - Class in com.arcadedb.query.sql.parser
 
LeOperator(int) - Constructor for class com.arcadedb.query.sql.parser.LeOperator
 
LeOperator() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
LET - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
letClause - Variable in class com.arcadedb.query.sql.parser.SelectStatement
 
LetClause - Class in com.arcadedb.query.sql.parser
 
LetClause(int) - Constructor for class com.arcadedb.query.sql.parser.LetClause
 
LetClause() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
LetExpressionStep - Class in com.arcadedb.query.sql.executor
Created by luigidellaquila on 03/08/16.
LetExpressionStep(Identifier, Expression, CommandContext, boolean) - Constructor for class com.arcadedb.query.sql.executor.LetExpressionStep
 
LetItem - Class in com.arcadedb.query.sql.parser
 
LetItem(int) - Constructor for class com.arcadedb.query.sql.parser.LetItem
 
LetItem() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
LetQueryStep - Class in com.arcadedb.query.sql.executor
Created by luigidellaquila on 03/08/16.
LetQueryStep(Identifier, Statement, CommandContext, boolean) - Constructor for class com.arcadedb.query.sql.executor.LetQueryStep
 
LetStatement - Class in com.arcadedb.query.sql.parser
 
LetStatement(int) - Constructor for class com.arcadedb.query.sql.parser.LetStatement
 
LetStatement() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
LETTER - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
levelZero - Variable in class com.arcadedb.query.sql.parser.BaseIdentifier
 
LevelZeroIdentifier - Class in com.arcadedb.query.sql.parser
 
LevelZeroIdentifier(int) - Constructor for class com.arcadedb.query.sql.parser.LevelZeroIdentifier
 
LevelZeroIdentifier() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
LEXICAL_ERROR - Static variable in exception com.arcadedb.query.sql.parser.TokenMgrException
Lexical error occurred.
LexicalErr(boolean, int, int, int, String, int) - Static method in exception com.arcadedb.query.sql.parser.TokenMgrException
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
LexicalError(boolean, int, int, int, String, char) - Static method in error com.arcadedb.query.sql.parser.TokenMgrError
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
lexStateNames - Static variable in class com.arcadedb.query.sql.parser.SqlParserTokenManager
Lexer state names.
libraryName - Variable in class com.arcadedb.function.polyglot.PolyglotFunctionLibraryDefinition
 
libraryName - Variable in class com.arcadedb.function.sql.SQLFunctionLibraryDefinition
 
libraryName - Variable in class com.arcadedb.query.sql.parser.DefineFunctionStatement
 
libraryName - Variable in class com.arcadedb.query.sql.parser.DeleteFunctionStatement
 
light - Variable in class com.arcadedb.database.async.CreateEdgeAsyncTask
 
LightEdge - Interface in com.arcadedb.graph
 
like - com.arcadedb.query.select.SelectOperator
 
like() - Method in class com.arcadedb.query.select.SelectWhereOperatorBlock
 
like(String, String) - Static method in class com.arcadedb.query.sql.executor.QueryHelper
 
LIKE - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
LikeOperator - Class in com.arcadedb.query.sql.parser
 
LikeOperator(int) - Constructor for class com.arcadedb.query.sql.parser.LikeOperator
 
LikeOperator() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
limit - Variable in class com.arcadedb.query.sql.executor.MatchExecutionPlanner
 
limit - Variable in class com.arcadedb.query.sql.executor.UpdateExecutionPlanner
 
limit - Variable in class com.arcadedb.query.sql.parser.Statement
 
limit(int) - Method in class com.arcadedb.query.select.Select
 
limit(int) - Method in class com.arcadedb.query.select.SelectWhereAfterBlock
 
Limit - Class in com.arcadedb.query.sql.parser
 
Limit(int) - Constructor for class com.arcadedb.query.sql.parser.Limit
 
Limit() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
LIMIT - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
LimitExecutionStep - Class in com.arcadedb.query.sql.executor
Created by luigidellaquila on 08/07/16.
LimitExecutionStep(Limit, CommandContext, boolean) - Constructor for class com.arcadedb.query.sql.executor.LimitExecutionStep
 
line - Variable in class com.arcadedb.query.sql.parser.JavaCharStream
 
line - Variable in class com.arcadedb.query.sql.parser.SimpleCharStream
 
LINK - com.arcadedb.schema.Type
 
LINK - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
LIST - com.arcadedb.schema.Type
 
load(ComponentFile.MODE, boolean) - Method in class com.arcadedb.schema.LocalSchema
 
load(File) - Static method in class com.arcadedb.index.vector.HnswVectorIndexRAM
Restores a HnswVectorIndexRAM from a File.
load(File, ClassLoader) - Static method in class com.arcadedb.index.vector.HnswVectorIndexRAM
Restores a HnswVectorIndexRAM from a File.
load(InputStream) - Static method in class com.arcadedb.index.vector.HnswVectorIndexRAM
Restores a HnswVectorIndexRAM from an InputStream.
load(InputStream, ClassLoader) - Static method in class com.arcadedb.index.vector.HnswVectorIndexRAM
Restores a HnswVectorIndexRAM from an InputStream.
load(Path) - Static method in class com.arcadedb.index.vector.HnswVectorIndexRAM
Restores a HnswVectorIndexRAM from a Path.
load(Path, ClassLoader) - Static method in class com.arcadedb.index.vector.HnswVectorIndexRAM
Restores a HnswVectorIndexRAM from a Path.
loadMetadata() - Method in class com.arcadedb.engine.BasePage
 
loadMetadata() - Method in class com.arcadedb.engine.CachedPage
 
loadNextFromTo() - Method in class com.arcadedb.query.sql.executor.CreateEdgesStep
 
LocalBucket - Class in com.arcadedb.engine
PAGE CONTENT = [version(long:8),recordCountInPage(short:2),recordOffsetsInPage(2048*uint=8192)]

Record size is the length of the record: 0 = deleted record -1 = placeholder pointer that points to another record in another page <-1 = placeholder content pointed from another record in another page The record size is stored as a varint (variable integer size).
LocalBucket(DatabaseInternal, String, String, int, ComponentFile.MODE, int, int) - Constructor for class com.arcadedb.engine.LocalBucket
Called at load time.
LocalBucket(DatabaseInternal, String, String, ComponentFile.MODE, int, int) - Constructor for class com.arcadedb.engine.LocalBucket
Called at creation time.
LocalBucket.PaginatedComponentFactoryHandler - Class in com.arcadedb.engine
 
LocalDatabase - Class in com.arcadedb.database
Local implementation of Database.
LocalDatabase(String, ComponentFile.MODE, ContextConfiguration, SecurityManager, Map<DatabaseInternal.CALLBACK_EVENT, List<Callable<Void>>>) - Constructor for class com.arcadedb.database.LocalDatabase
 
LocalDocumentType - Class in com.arcadedb.schema
 
LocalDocumentType(LocalSchema, String) - Constructor for class com.arcadedb.schema.LocalDocumentType
 
LocalEdgeType - Class in com.arcadedb.schema
 
LocalEdgeType(LocalSchema, String) - Constructor for class com.arcadedb.schema.LocalEdgeType
 
LocalProperty - Class in com.arcadedb.schema
 
LocalProperty(LocalDocumentType, String, Type) - Constructor for class com.arcadedb.schema.LocalProperty
 
LocalResultSet - Class in com.arcadedb.query.sql.parser
Created by luigidellaquila on 07/07/16.
LocalResultSet(InternalExecutionPlan) - Constructor for class com.arcadedb.query.sql.parser.LocalResultSet
 
LocalSchema - Class in com.arcadedb.schema
Local implementation of the database schema.
LocalSchema(DatabaseInternal, String, SecurityManager) - Constructor for class com.arcadedb.schema.LocalSchema
 
LocalVertexType - Class in com.arcadedb.schema
 
LocalVertexType(LocalSchema, String) - Constructor for class com.arcadedb.schema.LocalVertexType
 
lock() - Method in class com.arcadedb.utility.LockContext
 
LockContext - Class in com.arcadedb.utility
 
LockContext() - Constructor for class com.arcadedb.utility.LockContext
 
LockException - Exception in com.arcadedb.utility
 
LockException(String) - Constructor for exception com.arcadedb.utility.LockException
 
LockException(String, Exception) - Constructor for exception com.arcadedb.utility.LockException
 
LockManager<RESOURCE,​REQUESTER> - Class in com.arcadedb.utility
Lock manager implementation.
LockManager() - Constructor for class com.arcadedb.utility.LockManager
 
LockManager.LOCK_STATUS - Enum in com.arcadedb.utility
 
log(Object, Level, String) - Method in class com.arcadedb.log.LogManager
 
log(Object, Level, String, Object) - Method in class com.arcadedb.log.LogManager
 
log(Object, Level, String, Object...) - Method in class com.arcadedb.log.LogManager
 
log(Object, Level, String, Object, Object) - Method in class com.arcadedb.log.LogManager
 
log(Object, Level, String, Object, Object, Object) - Method in class com.arcadedb.log.LogManager
 
log(Object, Level, String, Object, Object, Object, Object) - Method in class com.arcadedb.log.LogManager
 
log(Object, Level, String, Object, Object, Object, Object, Object) - Method in class com.arcadedb.log.LogManager
 
log(Object, Level, String, Object, Object, Object, Object, Object, Object) - Method in class com.arcadedb.log.LogManager
 
log(Object, Level, String, Throwable) - Method in class com.arcadedb.log.LogManager
 
log(Object, Level, String, Throwable, Object) - Method in class com.arcadedb.log.LogManager
 
log(Object, Level, String, Throwable, Object...) - Method in class com.arcadedb.log.LogManager
 
log(Object, Level, String, Throwable, Object, Object) - Method in class com.arcadedb.log.LogManager
 
log(Object, Level, String, Throwable, Object, Object, Object) - Method in class com.arcadedb.log.LogManager
 
log(Object, Level, String, Throwable, Object, Object, Object, Object) - Method in class com.arcadedb.log.LogManager
 
log(Object, Level, String, Throwable, Object, Object, Object, Object, Object) - Method in class com.arcadedb.log.LogManager
 
log(Object, Level, String, Throwable, Object, Object, Object, Object, Object, Object) - Method in class com.arcadedb.log.LogManager
 
log(Object, Level, String, Throwable, Object, Object, Object, Object, Object, Object, Object) - Method in class com.arcadedb.log.LogManager
 
log(Object, Level, String, Throwable, String, Object...) - Method in class com.arcadedb.log.DefaultLogger
 
log(Object, Level, String, Throwable, String, Object...) - Method in interface com.arcadedb.log.Logger
 
log(Object, Level, String, Throwable, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class com.arcadedb.log.DefaultLogger
 
log(Object, Level, String, Throwable, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface com.arcadedb.log.Logger
 
LogFormatter - Class in com.arcadedb.log
Basic Log formatter.
LogFormatter() - Constructor for class com.arcadedb.log.LogFormatter
 
Logger - Interface in com.arcadedb.log
Logger interface that avoids using varargs to remove garbage on the GC
logicOperator - Variable in enum com.arcadedb.query.select.SelectOperator
 
logLevel - Variable in class com.arcadedb.query.sql.parser.ConsoleStatement
 
LogManager - Class in com.arcadedb.log
Centralized Log Manager.
LogManager() - Constructor for class com.arcadedb.log.LogManager
 
LONG - com.arcadedb.schema.Type
 
LONG_SERIALIZED_SIZE - Static variable in class com.arcadedb.database.Binary
 
longOrDefault(Object, long) - Method in class com.arcadedb.query.sql.function.graph.SQLFunctionHeuristicPathFinderAbstract
 
lookupByKey(String, String[], Object[]) - Method in interface com.arcadedb.database.Database
Looks up for records of a specific type by a set of keys and values.
lookupByKey(String, String[], Object[]) - Method in class com.arcadedb.database.LocalDatabase
 
lookupByKey(String, String, Object) - Method in interface com.arcadedb.database.Database
Looks up for records of a specific type by a key and value.
lookupByKey(String, String, Object) - Method in class com.arcadedb.database.LocalDatabase
 
lookupByRID(RID, boolean) - Method in interface com.arcadedb.database.BasicDatabase
Looks up for a record by its @RID (record id).
lookupByRID(RID, boolean) - Method in class com.arcadedb.database.LocalDatabase
 
lookupInPage(int, int, Binary, Object[], int) - Method in class com.arcadedb.index.lsm.LSMTreeIndexAbstract
Lookups for an entry in the index by using dichotomy search.
lookupInPageAndAddInResultset(BasePage, Binary, int, Object[], Object[], int, Set<IndexCursorEntry>, Set<RID>) - Method in class com.arcadedb.index.lsm.LSMTreeIndexAbstract
 
LookupResult(boolean, boolean, int, int[]) - Constructor for class com.arcadedb.index.lsm.LSMTreeIndexAbstract.LookupResult
 
LOOP_DETECTED - Static variable in exception com.arcadedb.query.sql.parser.TokenMgrException
Detected (and bailed out of) an infinite loop in the token manager.
loopValues - Variable in class com.arcadedb.query.sql.parser.ForEachBlock
 
loopVariable - Variable in class com.arcadedb.query.sql.parser.ForEachBlock
 
LOW_INTENSITY - com.arcadedb.utility.AnsiCode
 
LOWER - Static variable in class com.arcadedb.index.lsm.LSMTreeIndexAbstract
 
LPAREN - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
LRUCache<K,​V> - Class in com.arcadedb.utility
The most simpler LRU cache implementation in Java.
LRUCache(int) - Constructor for class com.arcadedb.utility.LRUCache
 
LSHIFT - com.arcadedb.query.sql.parser.MathExpression.Operator
 
LSHIFT - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
LSHIFTASSIGN - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
LSM_TREE - com.arcadedb.schema.Schema.INDEX_TYPE
 
LSMTreeFullTextIndex - Class in com.arcadedb.index.lsm
Full Text index implementation based on LSM-Tree index.
LSMTreeFullTextIndex(DatabaseInternal, String, String, int, ComponentFile.MODE, int, int) - Constructor for class com.arcadedb.index.lsm.LSMTreeFullTextIndex
Loading time.
LSMTreeFullTextIndex(DatabaseInternal, String, String, ComponentFile.MODE, int, LSMTreeIndexAbstract.NULL_STRATEGY) - Constructor for class com.arcadedb.index.lsm.LSMTreeFullTextIndex
Creation time.
LSMTreeFullTextIndex(LSMTreeIndex) - Constructor for class com.arcadedb.index.lsm.LSMTreeFullTextIndex
Called at load time.
LSMTreeFullTextIndex.IndexFactoryHandler - Class in com.arcadedb.index.lsm
 
LSMTreeIndex - Class in com.arcadedb.index.lsm
LSM-Tree index implementation.
LSMTreeIndex(DatabaseInternal, String, boolean, String, int, ComponentFile.MODE, int, int) - Constructor for class com.arcadedb.index.lsm.LSMTreeIndex
Called at load time (1st page only).
LSMTreeIndex(DatabaseInternal, String, boolean, String, ComponentFile.MODE, Type[], int, LSMTreeIndexAbstract.NULL_STRATEGY) - Constructor for class com.arcadedb.index.lsm.LSMTreeIndex
Called at creation time.
LSMTreeIndex.IndexFactoryHandler - Class in com.arcadedb.index.lsm
 
LSMTreeIndex.PaginatedComponentFactoryHandlerNotUnique - Class in com.arcadedb.index.lsm
 
LSMTreeIndex.PaginatedComponentFactoryHandlerUnique - Class in com.arcadedb.index.lsm
 
LSMTreeIndexAbstract - Class in com.arcadedb.index.lsm
Abstract class for LSM-based indexes.
LSMTreeIndexAbstract(LSMTreeIndex, DatabaseInternal, String, boolean, String, int, ComponentFile.MODE, int, int) - Constructor for class com.arcadedb.index.lsm.LSMTreeIndexAbstract
Called at load time (1st page only).
LSMTreeIndexAbstract(LSMTreeIndex, DatabaseInternal, String, boolean, String, String, ComponentFile.MODE, Type[], int, int, LSMTreeIndexAbstract.NULL_STRATEGY) - Constructor for class com.arcadedb.index.lsm.LSMTreeIndexAbstract
Called at creation time.
LSMTreeIndexAbstract(LSMTreeIndex, DatabaseInternal, String, boolean, String, String, Type[], byte[], int, int) - Constructor for class com.arcadedb.index.lsm.LSMTreeIndexAbstract
Called at cloning time.
LSMTreeIndexAbstract.LookupResult - Class in com.arcadedb.index.lsm
 
LSMTreeIndexAbstract.NULL_STRATEGY - Enum in com.arcadedb.index.lsm
 
LSMTreeIndexCompacted - Class in com.arcadedb.index.lsm
The first page (main page) contains the total pages under the fields "compactedPageNumberOfSeries".
LSMTreeIndexCompacted(LSMTreeIndex, DatabaseInternal, String, boolean, String, int, ComponentFile.MODE, int, int) - Constructor for class com.arcadedb.index.lsm.LSMTreeIndexCompacted
Called at load time (1st page only).
LSMTreeIndexCompacted(LSMTreeIndex, DatabaseInternal, String, boolean, String, Type[], byte[], int) - Constructor for class com.arcadedb.index.lsm.LSMTreeIndexCompacted
Called at cloning time.
LSMTreeIndexCompactor - Class in com.arcadedb.index.lsm
 
LSMTreeIndexCompactor() - Constructor for class com.arcadedb.index.lsm.LSMTreeIndexCompactor
 
LSMTreeIndexCursor - Class in com.arcadedb.index.lsm
Index cursor doesn't remove the deleted entries.
LSMTreeIndexCursor(LSMTreeIndexMutable, boolean) - Constructor for class com.arcadedb.index.lsm.LSMTreeIndexCursor
 
LSMTreeIndexCursor(LSMTreeIndexMutable, boolean, Object[], boolean, Object[], boolean) - Constructor for class com.arcadedb.index.lsm.LSMTreeIndexCursor
 
LSMTreeIndexDebugger - Class in com.arcadedb.index.lsm
 
LSMTreeIndexDebugger() - Constructor for class com.arcadedb.index.lsm.LSMTreeIndexDebugger
 
LSMTreeIndexMutable - Class in com.arcadedb.index.lsm
 
LSMTreeIndexMutable(LSMTreeIndex, DatabaseInternal, String, boolean, String, int, ComponentFile.MODE, int, int) - Constructor for class com.arcadedb.index.lsm.LSMTreeIndexMutable
Called at load time (1st page only).
LSMTreeIndexMutable(LSMTreeIndex, DatabaseInternal, String, boolean, String, ComponentFile.MODE, Type[], int, LSMTreeIndexAbstract.NULL_STRATEGY) - Constructor for class com.arcadedb.index.lsm.LSMTreeIndexMutable
Called at creation time.
LSMTreeIndexMutable(LSMTreeIndex, DatabaseInternal, String, boolean, String, Type[], byte[], int, int, LSMTreeIndexCompacted) - Constructor for class com.arcadedb.index.lsm.LSMTreeIndexMutable
Called at cloning time.
LSMTreeIndexUnderlyingAbstractCursor - Class in com.arcadedb.index.lsm
 
LSMTreeIndexUnderlyingAbstractCursor(LSMTreeIndexAbstract, byte[], int, boolean) - Constructor for class com.arcadedb.index.lsm.LSMTreeIndexUnderlyingAbstractCursor
 
LSMTreeIndexUnderlyingCompactedSeriesCursor - Class in com.arcadedb.index.lsm
 
LSMTreeIndexUnderlyingCompactedSeriesCursor(LSMTreeIndexCompacted, int, int, byte[], boolean, int) - Constructor for class com.arcadedb.index.lsm.LSMTreeIndexUnderlyingCompactedSeriesCursor
 
LSMTreeIndexUnderlyingPageCursor - Class in com.arcadedb.index.lsm
 
LSMTreeIndexUnderlyingPageCursor(LSMTreeIndexAbstract, BasePage, int, int, byte[], int, boolean) - Constructor for class com.arcadedb.index.lsm.LSMTreeIndexUnderlyingPageCursor
 
lt - com.arcadedb.query.select.SelectOperator
 
lt() - Method in class com.arcadedb.query.select.SelectWhereOperatorBlock
 
LT - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
LtOperator - Class in com.arcadedb.query.sql.parser
 
LtOperator(int) - Constructor for class com.arcadedb.query.sql.parser.LtOperator
 
LtOperator() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
LZ4Compression - Class in com.arcadedb.compression
Compression implementation that uses the popular LZ4 algorithm.
LZ4Compression() - Constructor for class com.arcadedb.compression.LZ4Compression
 

M

MAGENTA - com.arcadedb.utility.AnsiCode
 
MAGIC_NUMBER - Static variable in class com.arcadedb.engine.WALFile
 
magnitude(double[]) - Static method in class com.arcadedb.index.vector.VectorUtils
Calculates the magnitude of the vector.
magnitude(float[]) - Static method in class com.arcadedb.index.vector.VectorUtils
Calculates the magnitude of the vector.
mainIndex - Variable in class com.arcadedb.index.lsm.LSMTreeIndexAbstract
 
manageExceptionInLock(Throwable) - Method in class com.arcadedb.utility.LockContext
 
manager - Variable in class com.arcadedb.engine.BasePage
 
mandatory - Variable in class com.arcadedb.schema.AbstractProperty
 
MANHATTAN - com.arcadedb.query.sql.function.graph.SQLHeuristicFormula
 
ManualIndexBuilder - Class in com.arcadedb.schema
Builder class for manual indexes.
ManualIndexBuilder(DatabaseInternal, String, Type[]) - Constructor for class com.arcadedb.schema.ManualIndexBuilder
 
map - Variable in class com.arcadedb.database.MutableDocument
 
MAP - com.arcadedb.schema.Type
 
map2json(Map<String, Object>) - Method in class com.arcadedb.database.JSONSerializer
 
MATCH - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
MatchContext() - Constructor for class com.arcadedb.query.sql.parser.MatchStatement.MatchContext
 
MatchEdgeTraverser - Class in com.arcadedb.query.sql.executor
Created by luigidellaquila on 23/09/16.
MatchEdgeTraverser(Result, EdgeTraversal) - Constructor for class com.arcadedb.query.sql.executor.MatchEdgeTraverser
 
MatchEdgeTraverser(Result, MatchPathItem) - Constructor for class com.arcadedb.query.sql.executor.MatchEdgeTraverser
 
matches(String) - Method in class com.arcadedb.query.sql.parser.NestedProjectionItem
given a property name, calculates if this property name matches this nested projection item, eg.
MATCHES - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
MatchesCondition - Class in com.arcadedb.query.sql.parser
 
MatchesCondition(int) - Constructor for class com.arcadedb.query.sql.parser.MatchesCondition
 
MatchesCondition() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
matchesFilters(Identifiable, CommandContext) - Method in class com.arcadedb.query.sql.parser.WhereClause
 
matchesFilters(CommandContext, WhereClause, Identifiable) - Method in class com.arcadedb.query.sql.executor.MatchEdgeTraverser
 
matchesFilters(Result, CommandContext) - Method in class com.arcadedb.query.sql.parser.WhereClause
 
MatchExecutionPlan() - Constructor for class com.arcadedb.query.sql.parser.MatchStatement.MatchExecutionPlan
 
MatchExecutionPlanner - Class in com.arcadedb.query.sql.executor
Created by luigidellaquila on 20/09/16.
MatchExecutionPlanner(MatchStatement) - Constructor for class com.arcadedb.query.sql.executor.MatchExecutionPlanner
 
MatchExpression - Class in com.arcadedb.query.sql.parser
 
MatchExpression(int) - Constructor for class com.arcadedb.query.sql.parser.MatchExpression
 
MatchExpression() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
matchExpressions - Variable in class com.arcadedb.query.sql.executor.MatchExecutionPlanner
 
matchExpressions - Variable in class com.arcadedb.query.sql.parser.MatchStatement
 
MatchFieldTraverser - Class in com.arcadedb.query.sql.executor
 
MatchFieldTraverser(Result, EdgeTraversal) - Constructor for class com.arcadedb.query.sql.executor.MatchFieldTraverser
 
MatchFieldTraverser(Result, MatchPathItem) - Constructor for class com.arcadedb.query.sql.executor.MatchFieldTraverser
 
MatchFilter - Class in com.arcadedb.query.sql.parser
 
MatchFilter(int) - Constructor for class com.arcadedb.query.sql.parser.MatchFilter
 
MatchFilter() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
MatchFilterItem - Class in com.arcadedb.query.sql.parser
 
MatchFilterItem(int) - Constructor for class com.arcadedb.query.sql.parser.MatchFilterItem
 
MatchFilterItem() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
MatchFirstStep - Class in com.arcadedb.query.sql.executor
Created by luigidellaquila on 20/09/16.
MatchFirstStep(CommandContext, PatternNode, boolean) - Constructor for class com.arcadedb.query.sql.executor.MatchFirstStep
 
MatchFirstStep(CommandContext, PatternNode, InternalExecutionPlan, boolean) - Constructor for class com.arcadedb.query.sql.executor.MatchFirstStep
 
MatchMultiEdgeTraverser - Class in com.arcadedb.query.sql.executor
Created by luigidellaquila on 14/10/16.
MatchMultiEdgeTraverser(Result, EdgeTraversal) - Constructor for class com.arcadedb.query.sql.executor.MatchMultiEdgeTraverser
 
MatchPathItem - Class in com.arcadedb.query.sql.parser
 
MatchPathItem(int) - Constructor for class com.arcadedb.query.sql.parser.MatchPathItem
 
MatchPathItem() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
MatchPathItemFirst - Class in com.arcadedb.query.sql.parser
 
MatchPathItemFirst(int) - Constructor for class com.arcadedb.query.sql.parser.MatchPathItemFirst
 
MatchPathItemFirst() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
MatchPrefetchStep - Class in com.arcadedb.query.sql.executor
Created by luigidellaquila on 20/09/16.
MatchPrefetchStep(CommandContext, InternalExecutionPlan, String, boolean) - Constructor for class com.arcadedb.query.sql.executor.MatchPrefetchStep
 
MatchReverseEdgeTraverser - Class in com.arcadedb.query.sql.executor
Created by luigidellaquila on 15/10/16.
MatchReverseEdgeTraverser(Result, EdgeTraversal) - Constructor for class com.arcadedb.query.sql.executor.MatchReverseEdgeTraverser
 
MatchStatement - Class in com.arcadedb.query.sql.parser
 
MatchStatement() - Constructor for class com.arcadedb.query.sql.parser.MatchStatement
 
MatchStatement(int) - Constructor for class com.arcadedb.query.sql.parser.MatchStatement
 
MatchStatement() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
MatchStatement.EdgeTraversal - Class in com.arcadedb.query.sql.parser
 
MatchStatement.MatchContext - Class in com.arcadedb.query.sql.parser
 
MatchStatement.MatchExecutionPlan - Class in com.arcadedb.query.sql.parser
 
MatchStep - Class in com.arcadedb.query.sql.executor
 
MatchStep(CommandContext, EdgeTraversal, boolean) - Constructor for class com.arcadedb.query.sql.executor.MatchStep
 
mathExpression - Variable in class com.arcadedb.query.sql.parser.Expression
 
MathExpression - Class in com.arcadedb.query.sql.parser
 
MathExpression(int) - Constructor for class com.arcadedb.query.sql.parser.MathExpression
 
MathExpression() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
MathExpression.Operator - Enum in com.arcadedb.query.sql.parser
 
max - Variable in class com.arcadedb.schema.AbstractProperty
 
MAX_PAGE_RAM - com.arcadedb.GlobalConfiguration
 
MAX_RECOMMENDED_EDGE_LIST_CHUNK_SIZE - Static variable in class com.arcadedb.database.LocalDatabase
 
maxArraySize - Variable in class com.arcadedb.query.sql.executor.RidSet
 
MAXAXIS - com.arcadedb.query.sql.function.graph.SQLHeuristicFormula
 
maxDepth - Variable in class com.arcadedb.query.sql.executor.AbstractTraverseStep
 
maxDepth - Variable in class com.arcadedb.query.sql.parser.MatchFilterItem
 
maxDepth - Variable in class com.arcadedb.query.sql.parser.TraverseStatement
 
MAXDEPTH - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
maxLevel() - Method in class com.arcadedb.index.vector.HnswVectorIndexRAM.Node
 
maxMultiValueEntries - Variable in class com.arcadedb.utility.TableFormatter
 
maxNextCharInd - Variable in class com.arcadedb.query.sql.parser.JavaCharStream
 
maxNextCharInd - Variable in class com.arcadedb.query.sql.parser.SimpleCharStream
 
maxOpenFiles - Variable in class com.arcadedb.engine.FileManager.FileManagerStats
 
maxRAM - Variable in class com.arcadedb.engine.PageManager.PPageManagerStats
 
maxWidthSize - Variable in class com.arcadedb.utility.TableFormatter
 
MEGABYTE - Static variable in class com.arcadedb.utility.FileUtils
 
merge(ContextConfiguration) - Method in class com.arcadedb.ContextConfiguration
 
merge(Map<String, Object>) - Method in class com.arcadedb.database.MutableDocument
 
MERGE - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
message - Variable in class com.arcadedb.query.sql.parser.ConsoleStatement
 
metadata - Variable in class com.arcadedb.query.sql.executor.ResultInternal
 
metadata - Variable in class com.arcadedb.query.sql.parser.CreateIndexStatement
 
METADATA - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
method - Variable in class com.arcadedb.query.sql.parser.MatchPathItem
 
MethodCall - Class in com.arcadedb.query.sql.parser
 
MethodCall(int) - Constructor for class com.arcadedb.query.sql.parser.MethodCall
 
MethodCall() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
methodName - Variable in class com.arcadedb.query.sql.parser.MethodCall
 
methods - Variable in class com.arcadedb.query.sql.SQLQueryEngine
 
methodWrapper - Variable in class com.arcadedb.query.sql.parser.MatchPathItemFirst
 
metrics() - Method in class com.arcadedb.query.select.SelectExecutor
 
mightContain(int) - Method in class com.arcadedb.engine.BufferBloomFilter
 
millisToLocalDate(long) - Static method in class com.arcadedb.utility.DateUtils
 
millisToLocalDateTime(long) - Static method in class com.arcadedb.utility.DateUtils
 
min - Variable in class com.arcadedb.schema.AbstractProperty
 
MIN - Static variable in class com.arcadedb.query.sql.function.graph.SQLFunctionHeuristicPathFinderAbstract
 
MIN - Static variable in class com.arcadedb.query.sql.function.graph.SQLFunctionPathFinder
 
minColumnSize - Variable in class com.arcadedb.utility.TableFormatter
 
MINDEPTH - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
MINUS - com.arcadedb.query.sql.parser.MathExpression.Operator
 
MINUS - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
MINUSASSIGN - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
mode - Variable in class com.arcadedb.database.LocalDatabase
 
mode - Variable in class com.arcadedb.engine.ComponentFile
 
modifiedPages - Variable in class com.arcadedb.database.TransactionContext.TransactionPhase1
 
modifier - Variable in class com.arcadedb.query.sql.parser.BaseExpression
 
modifier - Variable in class com.arcadedb.query.sql.parser.FromItem
 
modifier - Variable in class com.arcadedb.query.sql.parser.OrderByItem
 
modifier - Variable in class com.arcadedb.query.sql.parser.TraverseProjectionItem
 
Modifier - Class in com.arcadedb.query.sql.parser
 
Modifier(int) - Constructor for class com.arcadedb.query.sql.parser.Modifier
 
Modifier() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
modify() - Method in class com.arcadedb.database.DetachedDocument
 
modify() - Method in interface com.arcadedb.database.Document
 
modify() - Method in class com.arcadedb.database.ImmutableDocument
 
modify() - Method in class com.arcadedb.database.ImmutableEmbeddedDocument
 
modify() - Method in class com.arcadedb.database.MutableDocument
 
modify() - Method in class com.arcadedb.database.MutableEmbeddedDocument
 
modify() - Method in class com.arcadedb.engine.BasePage
 
modify() - Method in class com.arcadedb.engine.ImmutablePage
 
modify() - Method in class com.arcadedb.engine.MutablePage
 
modify() - Method in interface com.arcadedb.graph.Edge
 
modify() - Method in class com.arcadedb.graph.ImmutableEdge
 
modify() - Method in class com.arcadedb.graph.ImmutableLightEdge
 
modify() - Method in class com.arcadedb.graph.ImmutableVertex
 
modify() - Method in class com.arcadedb.graph.MutableEdge
 
modify() - Method in class com.arcadedb.graph.MutableVertex
 
modify() - Method in interface com.arcadedb.graph.Vertex
 
MONGO_HOST - com.arcadedb.GlobalConfiguration
 
MONGO_PORT - com.arcadedb.GlobalConfiguration
 
MORE - Static variable in class com.arcadedb.utility.TableFormatter
 
move(int, int, int) - Method in class com.arcadedb.database.Binary
 
move(int, int, int) - Method in class com.arcadedb.database.TrackableBinary
 
move(int, int, int) - Method in class com.arcadedb.engine.MutablePage
 
move(Database, Identifiable, String[]) - Method in class com.arcadedb.query.sql.function.graph.SQLFunctionBoth
 
move(Database, Identifiable, String[]) - Method in class com.arcadedb.query.sql.function.graph.SQLFunctionBothE
 
move(Database, Identifiable, String[]) - Method in class com.arcadedb.query.sql.function.graph.SQLFunctionBothV
 
move(Database, Identifiable, String[]) - Method in class com.arcadedb.query.sql.function.graph.SQLFunctionIn
 
move(Database, Identifiable, String[]) - Method in class com.arcadedb.query.sql.function.graph.SQLFunctionInE
 
move(Database, Identifiable, String[]) - Method in class com.arcadedb.query.sql.function.graph.SQLFunctionInV
 
move(Database, Identifiable, String[]) - Method in class com.arcadedb.query.sql.function.graph.SQLFunctionMove
 
move(Database, Identifiable, String[]) - Method in class com.arcadedb.query.sql.function.graph.SQLFunctionOut
 
move(Database, Identifiable, String[]) - Method in class com.arcadedb.query.sql.function.graph.SQLFunctionOutE
 
move(Database, Identifiable, String[]) - Method in class com.arcadedb.query.sql.function.graph.SQLFunctionOutV
 
move(Database, Identifiable, String[], Iterable<Identifiable>) - Method in class com.arcadedb.query.sql.function.graph.SQLFunctionIn
 
move(Database, Identifiable, String[], Iterable<Identifiable>) - Method in class com.arcadedb.query.sql.function.graph.SQLFunctionMoveFiltered
 
move(Database, Identifiable, String[], Iterable<Identifiable>) - Method in class com.arcadedb.query.sql.function.graph.SQLFunctionOut
 
MOVE - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
moveNext() - Method in class com.arcadedb.index.CompressedRID2RIDIndex.EntryIterator
 
moveNext() - Method in class com.arcadedb.index.CompressedRID2RIDsIndex.EntryIterator
 
MS_IN_A_DAY - Static variable in class com.arcadedb.utility.DateUtils
 
MultExpression - Class in com.arcadedb.query.sql.parser
 
MultExpression(int) - Constructor for class com.arcadedb.query.sql.parser.MultExpression
 
MULTI_LINE_COMMENT - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
MultiIndexCursor - Class in com.arcadedb.index
 
MultiIndexCursor(List<IndexCursor>, int, boolean) - Constructor for class com.arcadedb.index.MultiIndexCursor
 
MultiIndexCursor(List<IndexInternal>, boolean, int) - Constructor for class com.arcadedb.index.MultiIndexCursor
 
MultiIndexCursor(List<IndexInternal>, Object[], boolean, boolean, int) - Constructor for class com.arcadedb.index.MultiIndexCursor
 
MultiIterator<T> - Class in com.arcadedb.utility
Iterator that allow to iterate against multiple collection of elements.
MultiIterator() - Constructor for class com.arcadedb.utility.MultiIterator
 
MultiIterator(Iterator<? extends Collection<?>>) - Constructor for class com.arcadedb.utility.MultiIterator
 
MultiMatchPathItem - Class in com.arcadedb.query.sql.parser
 
MultiMatchPathItem(int) - Constructor for class com.arcadedb.query.sql.parser.MultiMatchPathItem
 
MultiMatchPathItem() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
MultiMatchPathItemArrows - Class in com.arcadedb.query.sql.parser
 
MultiMatchPathItemArrows(int) - Constructor for class com.arcadedb.query.sql.parser.MultiMatchPathItemArrows
 
MultiMatchPathItemArrows() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
MultiValue - Class in com.arcadedb.query.sql.executor
Handles Multi-value types such as Arrays, Collections and Maps.
MultiValue() - Constructor for class com.arcadedb.query.sql.executor.MultiValue
 
MurmurHash - Class in com.arcadedb.engine
Murmur hash 2.0.
MurmurHash() - Constructor for class com.arcadedb.engine.MurmurHash
 
mutable - Variable in class com.arcadedb.index.lsm.LSMTreeIndex
 
MutableDocument - Class in com.arcadedb.database
Mutable document implementation.
MutableDocument(Database, DocumentType, RID) - Constructor for class com.arcadedb.database.MutableDocument
 
MutableDocument(Database, DocumentType, RID, Binary) - Constructor for class com.arcadedb.database.MutableDocument
 
MutableEdge - Class in com.arcadedb.graph
Mutable edge that supports updates.
MutableEdge(Database, EdgeType, RID) - Constructor for class com.arcadedb.graph.MutableEdge
 
MutableEdge(Database, EdgeType, RID, Binary) - Constructor for class com.arcadedb.graph.MutableEdge
 
MutableEdge(Database, EdgeType, RID, RID) - Constructor for class com.arcadedb.graph.MutableEdge
 
MutableEdge(Database, EdgeType, RID, RID, RID) - Constructor for class com.arcadedb.graph.MutableEdge
 
MutableEdgeSegment - Class in com.arcadedb.graph
 
MutableEdgeSegment(DatabaseInternal, int) - Constructor for class com.arcadedb.graph.MutableEdgeSegment
 
MutableEdgeSegment(Database, RID) - Constructor for class com.arcadedb.graph.MutableEdgeSegment
 
MutableEdgeSegment(Database, RID, Binary) - Constructor for class com.arcadedb.graph.MutableEdgeSegment
 
MutableEmbeddedDocument - Class in com.arcadedb.database
 
MutableEmbeddedDocument(Database, DocumentType, Binary, EmbeddedModifier) - Constructor for class com.arcadedb.database.MutableEmbeddedDocument
Copy constructor from ImmutableVertex.modify().
MutableEmbeddedDocument(Database, DocumentType, EmbeddedModifier) - Constructor for class com.arcadedb.database.MutableEmbeddedDocument
Creation constructor.
MutablePage - Class in com.arcadedb.engine
Mutable page that accepts updates.
MutablePage(PageManager, PageId, int) - Constructor for class com.arcadedb.engine.MutablePage
 
MutablePage(PageManager, PageId, int, byte[], int, int) - Constructor for class com.arcadedb.engine.MutablePage
 
MutableVertex - Class in com.arcadedb.graph
Mutable vertex that supports updates.
MutableVertex(Database, VertexType, RID) - Constructor for class com.arcadedb.graph.MutableVertex
Creation constructor.
MutableVertex(Database, VertexType, RID, Binary) - Constructor for class com.arcadedb.graph.MutableVertex
Copy constructor from ImmutableVertex.modify().

N

name - Variable in class com.arcadedb.database.LocalDatabase
 
name - Variable in enum com.arcadedb.query.select.SelectOperator
 
name - Variable in class com.arcadedb.query.sql.function.SQLFunctionAbstract
 
name - Variable in class com.arcadedb.query.sql.parser.AlterBucketStatement
 
name - Variable in class com.arcadedb.query.sql.parser.AlterTypeStatement
the name of the class
name - Variable in class com.arcadedb.query.sql.parser.CreateBucketStatement
 
name - Variable in class com.arcadedb.query.sql.parser.CreateIndexStatement
 
name - Variable in class com.arcadedb.query.sql.parser.CreateIndexStatement.Property
 
name - Variable in class com.arcadedb.query.sql.parser.CreateTypeAbstractStatement
Class name
name - Variable in class com.arcadedb.query.sql.parser.DropBucketStatement
 
name - Variable in class com.arcadedb.query.sql.parser.DropIndexStatement
 
name - Variable in class com.arcadedb.query.sql.parser.DropTypeStatement
 
name - Variable in class com.arcadedb.query.sql.parser.FunctionCall
 
name - Variable in class com.arcadedb.query.sql.parser.LetStatement
 
name - Variable in class com.arcadedb.query.sql.parser.RebuildIndexStatement
 
name - Variable in class com.arcadedb.query.sql.parser.RecordAttribute
 
name - Variable in class com.arcadedb.query.sql.parser.ResourcePathItem
 
name - Variable in class com.arcadedb.query.sql.parser.SchemaIdentifier
 
name - Variable in class com.arcadedb.schema.AbstractProperty
 
name - Variable in class com.arcadedb.schema.LocalDocumentType
 
name - Variable in enum com.arcadedb.schema.Type
 
name - Variable in enum com.arcadedb.security.SecurityDatabaseUser.ACCESS
 
name - Variable in enum com.arcadedb.security.SecurityDatabaseUser.DATABASE_ACCESS
 
NAME - Static variable in class com.arcadedb.database.bucketselectionstrategy.RoundRobinBucketSelectionStrategy
 
NAME - Static variable in class com.arcadedb.query.sql.function.coll.SQLFunctionDifference
 
NAME - Static variable in class com.arcadedb.query.sql.function.coll.SQLFunctionFirst
 
NAME - Static variable in class com.arcadedb.query.sql.function.coll.SQLFunctionIntersect
 
NAME - Static variable in class com.arcadedb.query.sql.function.coll.SQLFunctionLast
 
NAME - Static variable in class com.arcadedb.query.sql.function.coll.SQLFunctionList
 
NAME - Static variable in class com.arcadedb.query.sql.function.coll.SQLFunctionMap
 
NAME - Static variable in class com.arcadedb.query.sql.function.coll.SQLFunctionSet
 
NAME - Static variable in class com.arcadedb.query.sql.function.coll.SQLFunctionSymmetricDifference
 
NAME - Static variable in class com.arcadedb.query.sql.function.coll.SQLFunctionUnionAll
 
NAME - Static variable in class com.arcadedb.query.sql.function.geo.SQLFunctionCircle
 
NAME - Static variable in class com.arcadedb.query.sql.function.geo.SQLFunctionDistance
 
NAME - Static variable in class com.arcadedb.query.sql.function.geo.SQLFunctionLineString
 
NAME - Static variable in class com.arcadedb.query.sql.function.geo.SQLFunctionPoint
 
NAME - Static variable in class com.arcadedb.query.sql.function.geo.SQLFunctionPolygon
 
NAME - Static variable in class com.arcadedb.query.sql.function.geo.SQLFunctionRectangle
 
NAME - Static variable in class com.arcadedb.query.sql.function.graph.SQLFunctionAstar
 
NAME - Static variable in class com.arcadedb.query.sql.function.graph.SQLFunctionBoth
 
NAME - Static variable in class com.arcadedb.query.sql.function.graph.SQLFunctionBothE
 
NAME - Static variable in class com.arcadedb.query.sql.function.graph.SQLFunctionBothV
 
NAME - Static variable in class com.arcadedb.query.sql.function.graph.SQLFunctionDijkstra
 
NAME - Static variable in class com.arcadedb.query.sql.function.graph.SQLFunctionIn
 
NAME - Static variable in class com.arcadedb.query.sql.function.graph.SQLFunctionInE
 
NAME - Static variable in class com.arcadedb.query.sql.function.graph.SQLFunctionInV
 
NAME - Static variable in class com.arcadedb.query.sql.function.graph.SQLFunctionOut
 
NAME - Static variable in class com.arcadedb.query.sql.function.graph.SQLFunctionOutE
 
NAME - Static variable in class com.arcadedb.query.sql.function.graph.SQLFunctionOutV
 
NAME - Static variable in class com.arcadedb.query.sql.function.graph.SQLFunctionShortestPath
 
NAME - Static variable in class com.arcadedb.query.sql.function.math.SQLFunctionAbsoluteValue
 
NAME - Static variable in class com.arcadedb.query.sql.function.math.SQLFunctionAverage
 
NAME - Static variable in class com.arcadedb.query.sql.function.math.SQLFunctionCount
 
NAME - Static variable in class com.arcadedb.query.sql.function.math.SQLFunctionEval
 
NAME - Static variable in class com.arcadedb.query.sql.function.math.SQLFunctionMax
 
NAME - Static variable in class com.arcadedb.query.sql.function.math.SQLFunctionMedian
 
NAME - Static variable in class com.arcadedb.query.sql.function.math.SQLFunctionMin
 
NAME - Static variable in class com.arcadedb.query.sql.function.math.SQLFunctionMode
 
NAME - Static variable in class com.arcadedb.query.sql.function.math.SQLFunctionPercentile
 
NAME - Static variable in class com.arcadedb.query.sql.function.math.SQLFunctionRandomInt
 
NAME - Static variable in class com.arcadedb.query.sql.function.math.SQLFunctionSquareRoot
 
NAME - Static variable in class com.arcadedb.query.sql.function.math.SQLFunctionStandardDeviation
 
NAME - Static variable in class com.arcadedb.query.sql.function.math.SQLFunctionSum
 
NAME - Static variable in class com.arcadedb.query.sql.function.math.SQLFunctionVariance
 
NAME - Static variable in class com.arcadedb.query.sql.function.misc.SQLFunctionBoolAnd
 
NAME - Static variable in class com.arcadedb.query.sql.function.misc.SQLFunctionBoolOr
 
NAME - Static variable in class com.arcadedb.query.sql.function.misc.SQLFunctionCoalesce
 
NAME - Static variable in class com.arcadedb.query.sql.function.misc.SQLFunctionDecode
 
NAME - Static variable in class com.arcadedb.query.sql.function.misc.SQLFunctionEncode
 
NAME - Static variable in class com.arcadedb.query.sql.function.misc.SQLFunctionIf
 
NAME - Static variable in class com.arcadedb.query.sql.function.misc.SQLFunctionIfNull
 
NAME - Static variable in class com.arcadedb.query.sql.function.misc.SQLFunctionUUID
 
NAME - Static variable in class com.arcadedb.query.sql.function.text.SQLFunctionConcat
 
NAME - Static variable in class com.arcadedb.query.sql.function.text.SQLFunctionFormat
 
NAME - Static variable in class com.arcadedb.query.sql.function.text.SQLFunctionStrcmpci
 
NAME - Static variable in class com.arcadedb.query.sql.function.time.SQLFunctionDate
 
NAME - Static variable in class com.arcadedb.query.sql.function.time.SQLFunctionDuration
 
NAME - Static variable in class com.arcadedb.query.sql.function.time.SQLFunctionSysdate
 
NAME - Static variable in class com.arcadedb.query.sql.function.vector.SQLFunctionVectorNeighbors
 
NAME - Static variable in class com.arcadedb.query.sql.method.collection.SQLMethodField
 
NAME - Static variable in class com.arcadedb.query.sql.method.collection.SQLMethodKeys
 
NAME - Static variable in class com.arcadedb.query.sql.method.collection.SQLMethodRemove
 
NAME - Static variable in class com.arcadedb.query.sql.method.collection.SQLMethodRemoveAll
 
NAME - Static variable in class com.arcadedb.query.sql.method.collection.SQLMethodSize
 
NAME - Static variable in class com.arcadedb.query.sql.method.collection.SQLMethodTransform
 
NAME - Static variable in class com.arcadedb.query.sql.method.collection.SQLMethodValues
 
NAME - Static variable in class com.arcadedb.query.sql.method.conversion.SQLMethodAsBoolean
 
NAME - Static variable in class com.arcadedb.query.sql.method.conversion.SQLMethodAsByte
 
NAME - Static variable in class com.arcadedb.query.sql.method.conversion.SQLMethodAsDate
 
NAME - Static variable in class com.arcadedb.query.sql.method.conversion.SQLMethodAsDateTime
 
NAME - Static variable in class com.arcadedb.query.sql.method.conversion.SQLMethodAsDecimal
 
NAME - Static variable in class com.arcadedb.query.sql.method.conversion.SQLMethodAsDouble
 
NAME - Static variable in class com.arcadedb.query.sql.method.conversion.SQLMethodAsFloat
 
NAME - Static variable in class com.arcadedb.query.sql.method.conversion.SQLMethodAsInteger
 
NAME - Static variable in class com.arcadedb.query.sql.method.conversion.SQLMethodAsList
 
NAME - Static variable in class com.arcadedb.query.sql.method.conversion.SQLMethodAsLong
 
NAME - Static variable in class com.arcadedb.query.sql.method.conversion.SQLMethodAsMap
 
NAME - Static variable in class com.arcadedb.query.sql.method.conversion.SQLMethodAsRecord
 
NAME - Static variable in class com.arcadedb.query.sql.method.conversion.SQLMethodAsRID
 
NAME - Static variable in class com.arcadedb.query.sql.method.conversion.SQLMethodAsSet
 
NAME - Static variable in class com.arcadedb.query.sql.method.conversion.SQLMethodAsShort
 
NAME - Static variable in class com.arcadedb.query.sql.method.conversion.SQLMethodAsString
 
NAME - Static variable in class com.arcadedb.query.sql.method.conversion.SQLMethodConvert
 
NAME - Static variable in class com.arcadedb.query.sql.method.geo.SQLMethodIntersectsWith
 
NAME - Static variable in class com.arcadedb.query.sql.method.geo.SQLMethodIsWithin
 
NAME - Static variable in class com.arcadedb.query.sql.method.misc.SQLMethodExclude
 
NAME - Static variable in class com.arcadedb.query.sql.method.misc.SQLMethodHash
 
NAME - Static variable in class com.arcadedb.query.sql.method.misc.SQLMethodIfNull
 
NAME - Static variable in class com.arcadedb.query.sql.method.misc.SQLMethodInclude
 
NAME - Static variable in class com.arcadedb.query.sql.method.misc.SQLMethodJavaType
 
NAME - Static variable in class com.arcadedb.query.sql.method.misc.SQLMethodPrecision
 
NAME - Static variable in class com.arcadedb.query.sql.method.misc.SQLMethodToJSON
 
NAME - Static variable in class com.arcadedb.query.sql.method.misc.SQLMethodType
 
NAME - Static variable in class com.arcadedb.query.sql.method.string.SQLMethodAppend
 
NAME - Static variable in class com.arcadedb.query.sql.method.string.SQLMethodCapitalize
 
NAME - Static variable in class com.arcadedb.query.sql.method.string.SQLMethodCharAt
 
NAME - Static variable in class com.arcadedb.query.sql.method.string.SQLMethodFormat
 
NAME - Static variable in class com.arcadedb.query.sql.method.string.SQLMethodIndexOf
 
NAME - Static variable in class com.arcadedb.query.sql.method.string.SQLMethodLastIndexOf
 
NAME - Static variable in class com.arcadedb.query.sql.method.string.SQLMethodLeft
 
NAME - Static variable in class com.arcadedb.query.sql.method.string.SQLMethodLength
 
NAME - Static variable in class com.arcadedb.query.sql.method.string.SQLMethodNormalize
 
NAME - Static variable in class com.arcadedb.query.sql.method.string.SQLMethodPrefix
 
NAME - Static variable in class com.arcadedb.query.sql.method.string.SQLMethodReplace
 
NAME - Static variable in class com.arcadedb.query.sql.method.string.SQLMethodRight
 
NAME - Static variable in class com.arcadedb.query.sql.method.string.SQLMethodSplit
 
NAME - Static variable in class com.arcadedb.query.sql.method.string.SQLMethodSubString
 
NAME - Static variable in class com.arcadedb.query.sql.method.string.SQLMethodToLowerCase
 
NAME - Static variable in class com.arcadedb.query.sql.method.string.SQLMethodToUpperCase
 
NAME - Static variable in class com.arcadedb.query.sql.method.string.SQLMethodTrim
 
NAME - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
NamedParameter - Class in com.arcadedb.query.sql.parser
 
NamedParameter(int) - Constructor for class com.arcadedb.query.sql.parser.NamedParameter
 
NamedParameter() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
nameParam - Variable in class com.arcadedb.query.sql.parser.DropTypeStatement
 
names() - Method in class com.arcadedb.serializer.json.JSONObject
 
NanoClock - Class in com.arcadedb.utility
 
NanoClock() - Constructor for class com.arcadedb.utility.NanoClock
 
NanoClock(Clock) - Constructor for class com.arcadedb.utility.NanoClock
 
NE - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
NEAR - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
NearOperator - Class in com.arcadedb.query.sql.parser
 
NearOperator(int) - Constructor for class com.arcadedb.query.sql.parser.NearOperator
 
NearOperator() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
NeedRetryException - Exception in com.arcadedb.exception
 
NeedRetryException(String) - Constructor for exception com.arcadedb.exception.NeedRetryException
 
NeedRetryException(String, Throwable) - Constructor for exception com.arcadedb.exception.NeedRetryException
 
negate - Variable in class com.arcadedb.query.sql.parser.NotBlock
 
negativeStatements - Variable in class com.arcadedb.query.sql.executor.IfStep
 
NeOperator - Class in com.arcadedb.query.sql.parser
 
NeOperator(int) - Constructor for class com.arcadedb.query.sql.parser.NeOperator
 
NeOperator() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
neq - com.arcadedb.query.select.SelectOperator
 
neq() - Method in class com.arcadedb.query.select.SelectWhereOperatorBlock
 
NEQ - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
NeqOperator - Class in com.arcadedb.query.sql.parser
 
NeqOperator(int) - Constructor for class com.arcadedb.query.sql.parser.NeqOperator
 
NeqOperator() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
nestedProjection - Variable in class com.arcadedb.query.sql.parser.ProjectionItem
 
NestedProjection - Class in com.arcadedb.query.sql.parser
 
NestedProjection(int) - Constructor for class com.arcadedb.query.sql.parser.NestedProjection
 
NestedProjection() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
NestedProjectionItem - Class in com.arcadedb.query.sql.parser
 
NestedProjectionItem(int) - Constructor for class com.arcadedb.query.sql.parser.NestedProjectionItem
 
NestedProjectionItem() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
NETWORK_SOCKET_TIMEOUT - com.arcadedb.GlobalConfiguration
 
NETWORK_SSL_KEYSTORE - com.arcadedb.GlobalConfiguration
 
NETWORK_SSL_KEYSTORE_PASSWORD - com.arcadedb.GlobalConfiguration
 
NETWORK_SSL_TRUSTSTORE - com.arcadedb.GlobalConfiguration
 
NETWORK_SSL_TRUSTSTORE_PASSWORD - com.arcadedb.GlobalConfiguration
 
NETWORK_USE_SSL - com.arcadedb.GlobalConfiguration
 
newBuilder(int, DistanceFunction<TVector, TDistance>, int) - Static method in class com.arcadedb.index.vector.HnswVectorIndexRAM
Start the process of building a new HNSW index.
newBuilder(int, DistanceFunction<TVector, TDistance>, Comparator<TDistance>, int) - Static method in class com.arcadedb.index.vector.HnswVectorIndexRAM
Start the process of building a new HNSW index.
newBuilder(Database, Engine) - Static method in class com.arcadedb.query.polyglot.GraalPolyglotEngine
 
newDocument(String) - Method in interface com.arcadedb.database.BasicDatabase
Creates a new document of type typeName.
newDocument(String) - Method in class com.arcadedb.database.LocalDatabase
 
newEdge(VertexInternal, String, Identifiable, boolean, Object...) - Method in class com.arcadedb.graph.GraphEngine
 
newEdge(Vertex, String, RID, boolean, boolean, NewEdgeCallback, Object...) - Method in interface com.arcadedb.database.async.DatabaseAsyncExecutor
Schedules the creation of an edge between two vertices.
newEdge(Vertex, String, RID, boolean, boolean, NewEdgeCallback, Object...) - Method in class com.arcadedb.database.async.DatabaseAsyncExecutorImpl
 
newEdge(String, Identifiable, boolean, Object...) - Method in class com.arcadedb.graph.ImmutableVertex
 
newEdge(String, Identifiable, boolean, Object...) - Method in class com.arcadedb.graph.MutableVertex
 
newEdge(String, Identifiable, boolean, Object...) - Method in interface com.arcadedb.graph.Vertex
 
newEdgeByKeys(Vertex, String, String[], Object[], boolean, String, boolean, Object...) - Method in interface com.arcadedb.database.Database
Creates a new edge between two vertices specifying the source vertex instance and the key/value pairs to lookup for the destination vertices.
newEdgeByKeys(Vertex, String, String[], Object[], boolean, String, boolean, Object...) - Method in class com.arcadedb.database.LocalDatabase
 
newEdgeByKeys(String, String[], Object[], String, String[], Object[], boolean, String, boolean, boolean, NewEdgeCallback, Object...) - Method in interface com.arcadedb.database.async.DatabaseAsyncExecutor
Schedules the request to creates a new edge between two vertices specifying the key/value pairs to lookup for both source and destination vertices.
newEdgeByKeys(String, String[], Object[], String, String[], Object[], boolean, String, boolean, boolean, NewEdgeCallback, Object...) - Method in class com.arcadedb.database.async.DatabaseAsyncExecutorImpl
 
newEdgeByKeys(String, String[], Object[], String, String[], Object[], boolean, String, boolean, Object...) - Method in interface com.arcadedb.database.Database
Creates a new edge between two vertices specifying the key/value pairs to lookup for both source and destination vertices.
newEdgeByKeys(String, String[], Object[], String, String[], Object[], boolean, String, boolean, Object...) - Method in class com.arcadedb.database.LocalDatabase
 
newEdgeByKeys(String, String, Object, String, String, Object, boolean, String, boolean, boolean, NewEdgeCallback, Object...) - Method in interface com.arcadedb.database.async.DatabaseAsyncExecutor
Schedules the request to creates a new edge between two vertices specifying the key/value pairs to lookup for both source and destination vertices.
newEdgeByKeys(String, String, Object, String, String, Object, boolean, String, boolean, boolean, NewEdgeCallback, Object...) - Method in class com.arcadedb.database.async.DatabaseAsyncExecutorImpl
 
NewEdgeCallback - Interface in com.arcadedb.database.async
 
newEdges(VertexInternal, List<GraphEngine.CreateEdgeOperation>, boolean) - Method in class com.arcadedb.graph.GraphEngine
 
NewEdgesCallback - Interface in com.arcadedb.database.async
 
newEmbeddedDocument(EmbeddedModifier, String) - Method in interface com.arcadedb.database.DatabaseInternal
 
newEmbeddedDocument(EmbeddedModifier, String) - Method in class com.arcadedb.database.LocalDatabase
 
newEmbeddedDocument(String, String) - Method in class com.arcadedb.database.MutableDocument
Creates a new embedded document attached to the current document.
newEmbeddedDocument(String, String, Object) - Method in class com.arcadedb.database.MutableDocument
Creates a new embedded document attached to the current document inside a map that must be previously created and set.
newEmbeddedDocument(String, String, String) - Method in class com.arcadedb.database.MutableDocument
Creates a new embedded document attached to the current document.
newFileId() - Method in class com.arcadedb.engine.FileManager
 
newImmutableRecord(Database, DocumentType, RID, byte) - Method in class com.arcadedb.database.RecordFactory
 
newImmutableRecord(Database, DocumentType, RID, Binary, EmbeddedModifier) - Method in class com.arcadedb.database.RecordFactory
 
newInstance(Object) - Method in enum com.arcadedb.schema.Type
 
newInstance(String) - Method in interface com.arcadedb.engine.WALFileFactory
 
newInstance(String) - Method in class com.arcadedb.engine.WALFileFactoryEmbedded
 
newIterators(boolean, Object[], Object[]) - Method in class com.arcadedb.index.lsm.LSMTreeIndexCompacted
 
newLightEdge(VertexInternal, String, Identifiable, boolean) - Method in class com.arcadedb.graph.GraphEngine
 
newLightEdge(String, Identifiable, boolean) - Method in class com.arcadedb.graph.ImmutableVertex
 
newLightEdge(String, Identifiable, boolean) - Method in class com.arcadedb.graph.MutableVertex
 
newLightEdge(String, Identifiable, boolean) - Method in interface com.arcadedb.graph.Vertex
 
newMutableRecord(Database, DocumentType) - Method in class com.arcadedb.database.RecordFactory
 
newMutableRecord(Database, DocumentType, RID, Binary, EmbeddedModifier) - Method in class com.arcadedb.database.RecordFactory
 
newPageIterator(int, int, boolean) - Method in class com.arcadedb.index.lsm.LSMTreeIndexMutable
 
newRange - Variable in class com.arcadedb.query.sql.parser.ArrayRangeSelector
 
newRecord() - Method in interface com.arcadedb.schema.DocumentType
 
newRecord() - Method in interface com.arcadedb.schema.EdgeType
 
newRecord() - Method in class com.arcadedb.schema.LocalDocumentType
 
newRecord() - Method in class com.arcadedb.schema.LocalVertexType
 
NewRecordCallback - Interface in com.arcadedb.database.async
 
newToken(int) - Static method in class com.arcadedb.query.sql.parser.Token
 
newToken(int, String) - Static method in class com.arcadedb.query.sql.parser.Token
Returns a new Token object, by default.
newVertex(String) - Method in interface com.arcadedb.database.BasicDatabase
Creates a new vertex of type typeName.
newVertex(String) - Method in class com.arcadedb.database.LocalDatabase
 
next - Variable in class com.arcadedb.graph.IteratorFilterBase
 
next - Variable in class com.arcadedb.query.sql.parser.Token
A reference to the next regular (non-special) token from the input stream.
next() - Method in class com.arcadedb.database.IndexCursorCollection
 
next() - Method in class com.arcadedb.engine.BucketIterator
 
next() - Method in class com.arcadedb.graph.EdgeIterator
 
next() - Method in class com.arcadedb.graph.EdgeIteratorFilter
 
next() - Method in class com.arcadedb.graph.EdgeToVertexIterator
 
next() - Method in class com.arcadedb.graph.EdgeVertexIterator
 
next() - Method in class com.arcadedb.graph.EdgeVertexIteratorFilter
 
next() - Method in class com.arcadedb.graph.VertexIterator
 
next() - Method in class com.arcadedb.graph.VertexIteratorFilter
 
next() - Method in class com.arcadedb.index.CompressedAny2RIDIndex.EntryIterator
 
next() - Method in class com.arcadedb.index.EmptyIndexCursor
 
next() - Method in class com.arcadedb.index.lsm.LSMTreeIndexCursor
 
next() - Method in class com.arcadedb.index.lsm.LSMTreeIndexUnderlyingAbstractCursor
 
next() - Method in class com.arcadedb.index.lsm.LSMTreeIndexUnderlyingCompactedSeriesCursor
 
next() - Method in class com.arcadedb.index.lsm.LSMTreeIndexUnderlyingPageCursor
 
next() - Method in class com.arcadedb.index.MultiIndexCursor
 
next() - Method in class com.arcadedb.index.TempIndexCursor
 
next() - Method in class com.arcadedb.index.vector.HnswVectorIndexRAM.ItemIterator
 
next() - Method in class com.arcadedb.query.select.SelectIterator
 
next() - Method in class com.arcadedb.query.sql.executor.InternalResultSet
 
next() - Method in class com.arcadedb.query.sql.executor.IteratorResultSet
 
next() - Method in interface com.arcadedb.query.sql.executor.ResultSet
 
next() - Method in class com.arcadedb.query.sql.executor.RidSetIterator
 
next() - Method in class com.arcadedb.query.sql.parser.ExplainResultSet
 
next() - Method in class com.arcadedb.query.sql.parser.LocalResultSet
 
next() - Method in class com.arcadedb.utility.IterableObject
 
next() - Method in class com.arcadedb.utility.MultiIterator
 
next(CommandContext) - Method in class com.arcadedb.query.sql.executor.MatchEdgeTraverser
 
next(CommandContext) - Method in class com.arcadedb.query.sql.executor.OptionalMatchEdgeTraverser
 
next(Object[]) - Method in interface com.arcadedb.query.sql.executor.CreateRecordResultSet
 
NEXT_CHUNK - Static variable in class com.arcadedb.engine.LocalBucket
 
nextAliasId - Variable in class com.arcadedb.query.sql.parser.AggregateProjectionSplit
 
nextAliasId - Variable in class com.arcadedb.query.sql.parser.SubQueryCollector
 
nextCharBuf - Variable in class com.arcadedb.query.sql.parser.JavaCharStream
 
nextCharInd - Variable in class com.arcadedb.query.sql.parser.JavaCharStream
 
nextEdge - Variable in class com.arcadedb.graph.IteratorFilterBase
 
nextIfAvailable() - Method in interface com.arcadedb.query.sql.executor.ResultSet
Returns the first element of the resultset if any, otherwise an empty Result object.
nextKeys - Variable in class com.arcadedb.index.lsm.LSMTreeIndexUnderlyingPageCursor
 
nextOrNull() - Method in class com.arcadedb.query.select.SelectIterator
 
nextValue - Variable in class com.arcadedb.index.lsm.LSMTreeIndexUnderlyingPageCursor
 
nextVertex - Variable in class com.arcadedb.graph.IteratorFilterBase
 
NO - com.arcadedb.engine.WALFile.FLUSH_TYPE
 
NO - com.arcadedb.utility.LockManager.LOCK_STATUS
 
Node - Interface in com.arcadedb.query.sql.parser
 
nodeArity() - Method in class com.arcadedb.query.sql.parser.JJTSqlParserState
 
NONE - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
normalize(double[]) - Static method in class com.arcadedb.index.vector.VectorUtils
Turns vector to unit vector.
normalize(float[]) - Static method in class com.arcadedb.index.vector.VectorUtils
Turns vector to unit vector.
not - com.arcadedb.query.select.SelectOperator
 
NOT - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
NotBlock - Class in com.arcadedb.query.sql.parser
 
NotBlock(int) - Constructor for class com.arcadedb.query.sql.parser.NotBlock
 
NotBlock() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
notifyPageFlushed() - Method in class com.arcadedb.engine.WALFile
 
notifyPageFlushed(MutablePage) - Method in class com.arcadedb.engine.TransactionManager
 
NotInCondition - Class in com.arcadedb.query.sql.parser
 
NotInCondition(int) - Constructor for class com.arcadedb.query.sql.parser.NotInCondition
 
NotInCondition() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
notMatchExpressions - Variable in class com.arcadedb.query.sql.executor.MatchExecutionPlanner
 
notMatchExpressions - Variable in class com.arcadedb.query.sql.parser.MatchStatement
 
notNull - Variable in class com.arcadedb.schema.AbstractProperty
 
NOTUNIQUE_INDEX_EXT - Static variable in class com.arcadedb.index.lsm.LSMTreeIndexCompacted
 
NOTUNIQUE_INDEX_EXT - Static variable in class com.arcadedb.index.lsm.LSMTreeIndexMutable
 
NSEQ - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
NULL - com.arcadedb.utility.AnsiCode
 
NULL - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
NULL - Static variable in class com.arcadedb.serializer.json.JSONObject
 
NULL_COALESCING - com.arcadedb.query.sql.parser.MathExpression.Operator
 
NULL_COALESCING - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
NULL_STRATEGY - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
NullSafeEqualsCompareOperator - Class in com.arcadedb.query.sql.parser
 
NullSafeEqualsCompareOperator(int) - Constructor for class com.arcadedb.query.sql.parser.NullSafeEqualsCompareOperator
 
NullSafeEqualsCompareOperator() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
nullStrategy - Variable in class com.arcadedb.index.lsm.LSMTreeIndexAbstract
 
nullStrategy - Variable in class com.arcadedb.query.sql.parser.CreateIndexStatement
 
nullValue - Variable in class com.arcadedb.utility.TableFormatter
 
num - Variable in class com.arcadedb.query.sql.parser.Limit
 
num - Variable in class com.arcadedb.query.sql.parser.Skip
 
number - Variable in class com.arcadedb.query.sql.parser.BaseExpression
 
NumberUtils - Class in com.arcadedb.utility
 
NumberUtils() - Constructor for class com.arcadedb.utility.NumberUtils
 
numberValue - Variable in class com.arcadedb.query.sql.parser.AlterTypeStatement
 
numOfEdges - Variable in class com.arcadedb.query.sql.parser.Pattern
 

O

objectToElement(Object) - Static method in class com.arcadedb.serializer.json.JSONObject
 
OCTAL_LITERAL - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
OF - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
OFF - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
offset - Variable in class com.arcadedb.database.RID
 
OFFSET - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
ofType - Variable in class com.arcadedb.query.sql.parser.CreatePropertyStatement
 
ofType - Variable in class com.arcadedb.schema.AbstractProperty
 
OkCallback - Interface in com.arcadedb.database.async
 
ON - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
onAfterCommit() - Method in class com.arcadedb.engine.Component
 
onAfterCommit() - Method in class com.arcadedb.index.lsm.LSMTreeIndexMutable
 
onAfterCommit() - Method in class com.arcadedb.index.vector.HnswVectorIndex
 
onAfterCreate(Record) - Method in class com.arcadedb.database.RecordEventsRegistry
 
onAfterCreate(Record) - Method in interface com.arcadedb.event.AfterRecordCreateListener
Callback invoked right after a new record (documents, vertices and edges) has been saved.
onAfterDelete(Record) - Method in class com.arcadedb.database.RecordEventsRegistry
 
onAfterDelete(Record) - Method in interface com.arcadedb.event.AfterRecordDeleteListener
Callback invoked right after a record (documents, vertices and edges) has been deleted.
onAfterLoad() - Method in class com.arcadedb.engine.Component
 
onAfterLoad() - Method in class com.arcadedb.index.lsm.LSMTreeIndexMutable
 
onAfterRead(Record) - Method in class com.arcadedb.database.RecordEventsRegistry
 
onAfterRead(Record) - Method in interface com.arcadedb.event.AfterRecordReadListener
Callback invoked right after a record (documents, vertices and edges) is read from the page.
onAfterSchemaLoad() - Method in class com.arcadedb.engine.Component
 
onAfterSchemaLoad() - Method in class com.arcadedb.index.vector.HnswVectorIndex
 
onAfterUpdate(Record) - Method in class com.arcadedb.database.RecordEventsRegistry
 
onAfterUpdate(Record) - Method in interface com.arcadedb.event.AfterRecordUpdateListener
Callback invoked right after a record (documents, vertices and edges) has been updated.
onBeforeCreate(Record) - Method in class com.arcadedb.database.RecordEventsRegistry
 
onBeforeCreate(Record) - Method in interface com.arcadedb.event.BeforeRecordCreateListener
Callback invoked right before a new record (documents, vertices and edges) has been saved.
onBeforeDelete(Record) - Method in class com.arcadedb.database.RecordEventsRegistry
 
onBeforeDelete(Record) - Method in interface com.arcadedb.event.BeforeRecordDeleteListener
Callback invoked right before a record (documents, vertices and edges) is deleted.
onBeforeRead(RID) - Method in class com.arcadedb.database.RecordEventsRegistry
 
onBeforeRead(RID) - Method in interface com.arcadedb.event.BeforeRecordReadListener
Callback invoked right before a record (documents, vertices and edges) is read from the page.
onBeforeUpdate(Record) - Method in class com.arcadedb.database.RecordEventsRegistry
 
onBeforeUpdate(Record) - Method in interface com.arcadedb.event.BeforeRecordUpdateListener
Callback invoked right before a record (documents, vertices and edges) is updated.
onComplete(ResultSet) - Method in interface com.arcadedb.database.async.AsyncResultsetCallback
Invoked as soon as the command has been executed.
onDocumentIndexed(Document, long) - Method in interface com.arcadedb.index.Index.BuildIndexCallback
 
onError(ErrorCallback) - Method in interface com.arcadedb.database.async.DatabaseAsyncExecutor
Defines a global callback to handle all the errors from asynchronous operations.
onError(ErrorCallback) - Method in class com.arcadedb.database.async.DatabaseAsyncExecutorImpl
 
onError(Exception) - Method in interface com.arcadedb.database.async.AsyncResultsetCallback
Invoked in case of an error in the execution or fetching of the result set.
onError(Throwable) - Method in interface com.arcadedb.database.async.DatabaseAsyncExecutor
 
onError(Throwable) - Method in class com.arcadedb.database.async.DatabaseAsyncExecutorImpl.AsyncThread
 
onError(Throwable) - Method in class com.arcadedb.database.async.DatabaseAsyncExecutorImpl
 
onErrorCallback - Variable in class com.arcadedb.database.async.DatabaseAsyncCreateRecord
 
onErrorCallback - Variable in class com.arcadedb.database.async.DatabaseAsyncDeleteRecord
 
onErrorCallback - Variable in class com.arcadedb.database.async.DatabaseAsyncUpdateRecord
 
onErrorLoading(RID, Throwable) - Method in interface com.arcadedb.engine.ErrorRecordCallback
 
onMessage(String, Object...) - Method in interface com.arcadedb.utility.TableFormatter.TableOutput
 
onOk() - Method in interface com.arcadedb.database.async.DatabaseAsyncExecutor
 
onOk() - Method in class com.arcadedb.database.async.DatabaseAsyncExecutorImpl.AsyncThread
 
onOk() - Method in class com.arcadedb.database.async.DatabaseAsyncExecutorImpl
 
onOk(OkCallback) - Method in interface com.arcadedb.database.async.DatabaseAsyncExecutor
Defines a global callback to handle all the returns from asynchronous operations completed without errors.
onOk(OkCallback) - Method in class com.arcadedb.database.async.DatabaseAsyncExecutorImpl
 
onOkCallback - Variable in class com.arcadedb.database.async.DatabaseAsyncCreateRecord
 
onOkCallback - Variable in class com.arcadedb.database.async.DatabaseAsyncDeleteRecord
 
onOkCallback - Variable in class com.arcadedb.database.async.DatabaseAsyncUpdateRecord
 
onRecord(Document) - Method in interface com.arcadedb.database.DocumentCallback
 
onRecord(Record) - Method in interface com.arcadedb.database.RecordCallback
 
onRecord(RID, Binary) - Method in interface com.arcadedb.engine.RawRecordCallback
 
onVertexIndexed(Vertex, Item<TId, TVector>, long) - Method in interface com.arcadedb.index.vector.HnswVectorIndex.BuildVectorIndexCallback
 
open - Variable in class com.arcadedb.database.LocalDatabase
 
open - Variable in class com.arcadedb.engine.ComponentFile
 
open - Variable in class com.arcadedb.query.sql.function.graph.SQLFunctionAstar
 
open() - Method in class com.arcadedb.database.DatabaseFactory
 
open() - Method in class com.arcadedb.database.LocalDatabase
 
open(ComponentFile.MODE) - Method in class com.arcadedb.database.DatabaseFactory
 
open(String, ComponentFile.MODE) - Method in class com.arcadedb.engine.ComponentFile
 
open(String, ComponentFile.MODE) - Method in class com.arcadedb.engine.PaginatedComponentFile
 
openNodeScope(Node) - Method in class com.arcadedb.query.sql.parser.JJTSqlParserState
 
operations - Variable in class com.arcadedb.query.sql.executor.UpdateExecutionPlanner
 
operations - Variable in class com.arcadedb.query.sql.parser.UpdateStatement
 
operator - Variable in class com.arcadedb.query.select.SelectTreeNode
 
operator - Variable in class com.arcadedb.query.sql.parser.BinaryCondition
 
operator - Variable in class com.arcadedb.query.sql.parser.ContainsValueCondition
 
operator - Variable in class com.arcadedb.query.sql.parser.InCondition
 
operator - Variable in class com.arcadedb.query.sql.parser.IndexMatchCondition
 
operator - Variable in class com.arcadedb.query.sql.parser.NotInCondition
 
operator - Variable in class com.arcadedb.query.sql.parser.UpdateItem
 
OPERATOR_EQ - Static variable in class com.arcadedb.query.sql.parser.UpdateItem
 
OPERATOR_MINUSASSIGN - Static variable in class com.arcadedb.query.sql.parser.UpdateItem
 
OPERATOR_PLUSASSIGN - Static variable in class com.arcadedb.query.sql.parser.UpdateItem
 
OPERATOR_SLASHASSIGN - Static variable in class com.arcadedb.query.sql.parser.UpdateItem
 
OPERATOR_STARASSIGN - Static variable in class com.arcadedb.query.sql.parser.UpdateItem
 
operators - Variable in class com.arcadedb.query.sql.parser.MathExpression
 
opt(String) - Method in class com.arcadedb.serializer.json.JSONObject
 
OPTIMIZE - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
optimizeQuery(QueryPlanningInfo, CommandContext) - Static method in class com.arcadedb.query.sql.executor.SelectExecutionPlanner
 
optional - Variable in class com.arcadedb.query.sql.executor.PatternNode
 
optional - Variable in class com.arcadedb.query.sql.parser.MatchFilterItem
 
OPTIONAL - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
OptionalMatchEdgeTraverser - Class in com.arcadedb.query.sql.executor
Created by luigidellaquila on 17/10/16.
OptionalMatchEdgeTraverser(Result, EdgeTraversal) - Constructor for class com.arcadedb.query.sql.executor.OptionalMatchEdgeTraverser
 
OptionalMatchStep - Class in com.arcadedb.query.sql.executor
Created by luigidellaquila on 17/10/16.
OptionalMatchStep(CommandContext, EdgeTraversal, boolean) - Constructor for class com.arcadedb.query.sql.executor.OptionalMatchStep
 
optString(String) - Method in class com.arcadedb.serializer.json.JSONObject
 
optString(String, String) - Method in class com.arcadedb.serializer.json.JSONObject
 
or - com.arcadedb.query.select.SelectOperator
 
or() - Method in class com.arcadedb.query.select.SelectWhereAfterBlock
 
or(Boolean) - Method in class com.arcadedb.query.sql.function.misc.SQLFunctionBoolOr
 
OR - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
ORASSIGN - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
OrBlock - Class in com.arcadedb.query.sql.parser
 
OrBlock(int) - Constructor for class com.arcadedb.query.sql.parser.OrBlock
 
OrBlock() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
ORDER_ASC - Static variable in class com.arcadedb.query.sql.executor.FetchFromClusterExecutionStep
 
ORDER_BY - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
ORDER_DESC - Static variable in class com.arcadedb.query.sql.executor.FetchFromClusterExecutionStep
 
orderBy - Variable in class com.arcadedb.query.sql.parser.MatchStatement
 
orderBy - Variable in class com.arcadedb.query.sql.parser.SelectStatement
 
orderBy(String, boolean) - Method in class com.arcadedb.query.select.Select
 
orderBy(String, boolean) - Method in class com.arcadedb.query.select.SelectWhereAfterBlock
 
OrderBy - Class in com.arcadedb.query.sql.parser
 
OrderBy() - Constructor for class com.arcadedb.query.sql.parser.OrderBy
 
OrderBy(int) - Constructor for class com.arcadedb.query.sql.parser.OrderBy
 
OrderBy() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
OrderByItem - Class in com.arcadedb.query.sql.parser
Created by luigidellaquila on 06/02/15.
OrderByItem() - Constructor for class com.arcadedb.query.sql.parser.OrderByItem
 
OrderByStep - Class in com.arcadedb.query.sql.executor
Created by luigidellaquila on 11/07/16.
OrderByStep(OrderBy, CommandContext, long, boolean) - Constructor for class com.arcadedb.query.sql.executor.OrderByStep
 
OrderByStep(OrderBy, Integer, CommandContext, long, boolean) - Constructor for class com.arcadedb.query.sql.executor.OrderByStep
 
origin - Variable in class com.arcadedb.query.sql.parser.MatchExpression
 
originalStatement - Variable in class com.arcadedb.query.sql.parser.Statement
 
originalStatementAsString - Variable in class com.arcadedb.query.sql.parser.Statement
 
osFile - Variable in class com.arcadedb.engine.ComponentFile
 
out - Variable in class com.arcadedb.graph.MutableEdge
 
out - Variable in class com.arcadedb.query.sql.executor.PatternEdge
 
out - Variable in class com.arcadedb.query.sql.executor.PatternNode
 
out - Variable in class com.arcadedb.utility.TableFormatter
 
out(int, String) - Static method in class com.arcadedb.index.lsm.LSMTreeIndexDebugger
 
OUT - com.arcadedb.graph.Vertex.DIRECTION
 
OUT_ATTR - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
OUT_EDGES_SUFFIX - Static variable in class com.arcadedb.graph.GraphEngine
 
OutPathItem - Class in com.arcadedb.query.sql.parser
 
OutPathItem(int) - Constructor for class com.arcadedb.query.sql.parser.OutPathItem
 
OutPathItem() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
OutPathItemOpt - Class in com.arcadedb.query.sql.parser
 
OutPathItemOpt(int) - Constructor for class com.arcadedb.query.sql.parser.OutPathItemOpt
 
OutPathItemOpt() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
outside - Variable in class com.arcadedb.index.lsm.LSMTreeIndexAbstract.LookupResult
 
overwrite - Variable in class com.arcadedb.query.sql.parser.ExportDatabaseStatement
 
OVERWRITE - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
overwritePage(MutablePage) - Method in class com.arcadedb.engine.PageManager
 
owner - Variable in class com.arcadedb.schema.AbstractProperty
 

P

PAGE_CONTENTSIZE_OFFSET - Static variable in class com.arcadedb.engine.BasePage
 
PAGE_FLUSH_QUEUE - com.arcadedb.GlobalConfiguration
 
PAGE_HEADER_SIZE - Static variable in class com.arcadedb.engine.BasePage
 
PAGE_RECORD_COUNT_IN_PAGE_OFFSET - Static variable in class com.arcadedb.engine.LocalBucket
 
PAGE_RECORD_TABLE_OFFSET - Static variable in class com.arcadedb.engine.LocalBucket
 
PAGE_VERSION_OFFSET - Static variable in class com.arcadedb.engine.BasePage
 
pageCount - Variable in class com.arcadedb.engine.PaginatedComponent
 
pageFlushQueueLength - Variable in class com.arcadedb.engine.PageManager.PPageManagerStats
 
pageId - Variable in class com.arcadedb.engine.BasePage
 
pageId - Variable in class com.arcadedb.index.lsm.LSMTreeIndexUnderlyingPageCursor
 
PageId - Class in com.arcadedb.engine
Immutable.
PageId(int, int) - Constructor for class com.arcadedb.engine.PageId
 
pageManager - Variable in class com.arcadedb.database.LocalDatabase
 
PageManager - Class in com.arcadedb.engine
Manages pages from disk to RAM.
PageManager(FileManager, TransactionManager, ContextConfiguration, String) - Constructor for class com.arcadedb.engine.PageManager
 
PageManager.ConcurrentPageAccessCallback - Interface in com.arcadedb.engine
 
PageManager.PPageManagerStats - Class in com.arcadedb.engine
 
PageManagerFlushThread - Class in com.arcadedb.engine
Flushes pages to disk asynchronously.
PageManagerFlushThread(PageManager, ContextConfiguration, String) - Constructor for class com.arcadedb.engine.PageManagerFlushThread
 
pageNumber - Variable in class com.arcadedb.engine.WALFile.WALPage
 
pages - Variable in class com.arcadedb.engine.WALFile.WALTransaction
 
pagesEvicted - Variable in class com.arcadedb.engine.PageManager.PPageManagerStats
 
pageSize - Variable in class com.arcadedb.engine.PaginatedComponent
 
pagesRead - Variable in class com.arcadedb.engine.PageManager.PPageManagerStats
 
pagesReadSize - Variable in class com.arcadedb.engine.PageManager.PPageManagerStats
 
pagesWritten - Variable in class com.arcadedb.engine.PageManager.PPageManagerStats
 
pagesWrittenSize - Variable in class com.arcadedb.engine.PageManager.PPageManagerStats
 
PaginatedComponent - Class in com.arcadedb.engine
Extends a FileComponent by supporting pages.
PaginatedComponent(DatabaseInternal, String, String, int, ComponentFile.MODE, int, int) - Constructor for class com.arcadedb.engine.PaginatedComponent
 
PaginatedComponent(DatabaseInternal, String, String, String, ComponentFile.MODE, int, int) - Constructor for class com.arcadedb.engine.PaginatedComponent
 
PaginatedComponentFactoryHandler() - Constructor for class com.arcadedb.engine.Dictionary.PaginatedComponentFactoryHandler
 
PaginatedComponentFactoryHandler() - Constructor for class com.arcadedb.engine.LocalBucket.PaginatedComponentFactoryHandler
 
PaginatedComponentFactoryHandlerNotUnique() - Constructor for class com.arcadedb.index.lsm.LSMTreeIndex.PaginatedComponentFactoryHandlerNotUnique
 
PaginatedComponentFactoryHandlerUnique() - Constructor for class com.arcadedb.index.lsm.LSMTreeIndex.PaginatedComponentFactoryHandlerUnique
 
PaginatedComponentFactoryHandlerUnique() - Constructor for class com.arcadedb.index.vector.HnswVectorIndex.PaginatedComponentFactoryHandlerUnique
 
PaginatedComponentFile - Class in com.arcadedb.engine
 
PaginatedComponentFile() - Constructor for class com.arcadedb.engine.PaginatedComponentFile
 
PaginatedComponentFile(String, ComponentFile.MODE) - Constructor for class com.arcadedb.engine.PaginatedComponentFile
 
Pair<V1,​V2> - Class in com.arcadedb.utility
Container for pair of non null objects.
Pair(Map.Entry<V1, V2>) - Constructor for class com.arcadedb.utility.Pair
 
Pair(V1, V2) - Constructor for class com.arcadedb.utility.Pair
 
parallel() - Method in class com.arcadedb.query.select.SelectCompiled
 
ParallelExecStep - Class in com.arcadedb.query.sql.executor
 
ParallelExecStep(List<InternalExecutionPlan>, CommandContext, boolean) - Constructor for class com.arcadedb.query.sql.executor.ParallelExecStep
 
PARAM_CUSTOM_HEURISTIC_FORMULA - Static variable in class com.arcadedb.query.sql.function.graph.SQLFunctionHeuristicPathFinderAbstract
 
PARAM_D_FACTOR - Static variable in class com.arcadedb.query.sql.function.graph.SQLFunctionHeuristicPathFinderAbstract
 
PARAM_DIRECTION - Static variable in class com.arcadedb.query.sql.function.graph.SQLFunctionHeuristicPathFinderAbstract
 
PARAM_EDGE_TYPE_NAMES - Static variable in class com.arcadedb.query.sql.function.graph.SQLFunctionHeuristicPathFinderAbstract
 
PARAM_EMPTY_IF_MAX_DEPTH - Static variable in class com.arcadedb.query.sql.function.graph.SQLFunctionHeuristicPathFinderAbstract
 
PARAM_HEURISTIC_FORMULA - Static variable in class com.arcadedb.query.sql.function.graph.SQLFunctionHeuristicPathFinderAbstract
 
PARAM_MAX_DEPTH - Static variable in class com.arcadedb.query.sql.function.graph.SQLFunctionHeuristicPathFinderAbstract
 
PARAM_MAX_DEPTH - Static variable in class com.arcadedb.query.sql.function.graph.SQLFunctionShortestPath
 
PARAM_PARALLEL - Static variable in class com.arcadedb.query.sql.function.graph.SQLFunctionHeuristicPathFinderAbstract
 
PARAM_TIE_BREAKER - Static variable in class com.arcadedb.query.sql.function.graph.SQLFunctionHeuristicPathFinderAbstract
 
PARAM_VERTEX_AXIS_NAMES - Static variable in class com.arcadedb.query.sql.function.graph.SQLFunctionHeuristicPathFinderAbstract
 
paramCustomHeuristicFormula - Variable in class com.arcadedb.query.sql.function.graph.SQLFunctionHeuristicPathFinderAbstract
 
paramDestinationVertex - Variable in class com.arcadedb.query.sql.function.graph.SQLFunctionHeuristicPathFinderAbstract
 
paramDestinationVertex - Variable in class com.arcadedb.query.sql.function.graph.SQLFunctionPathFinder
 
paramDFactor - Variable in class com.arcadedb.query.sql.function.graph.SQLFunctionHeuristicPathFinderAbstract
 
paramDirection - Variable in class com.arcadedb.query.sql.function.graph.SQLFunctionHeuristicPathFinderAbstract
 
paramDirection - Variable in class com.arcadedb.query.sql.function.graph.SQLFunctionPathFinder
 
paramEdgeTypeNames - Variable in class com.arcadedb.query.sql.function.graph.SQLFunctionHeuristicPathFinderAbstract
 
paramEmptyIfMaxDepth - Variable in class com.arcadedb.query.sql.function.graph.SQLFunctionHeuristicPathFinderAbstract
 
parameter(String) - Method in class com.arcadedb.query.select.Select
 
parameter(String) - Method in class com.arcadedb.query.select.SelectWhereLeftBlock
 
parameter(String) - Method in class com.arcadedb.query.select.SelectWhereRightBlock
 
parameter(String, Object) - Method in class com.arcadedb.query.select.SelectCompiled
 
parameterName - Variable in class com.arcadedb.query.select.SelectParameterValue
 
parameters - Variable in class com.arcadedb.database.async.DatabaseAsyncCommand
 
parameters - Variable in class com.arcadedb.query.sql.parser.DefineFunctionStatement
 
PARAMETERS - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
parametersMap - Variable in class com.arcadedb.database.async.DatabaseAsyncCommand
 
paramHeuristicFormula - Variable in class com.arcadedb.query.sql.function.graph.SQLFunctionHeuristicPathFinderAbstract
 
paramMaxDepth - Variable in class com.arcadedb.query.sql.function.graph.SQLFunctionHeuristicPathFinderAbstract
 
paramName - Variable in class com.arcadedb.query.sql.parser.NamedParameter
 
paramNumber - Variable in class com.arcadedb.query.sql.parser.NamedParameter
 
paramNumber - Variable in class com.arcadedb.query.sql.parser.PositionalParameter
 
paramParallel - Variable in class com.arcadedb.query.sql.function.graph.SQLFunctionHeuristicPathFinderAbstract
 
params - Variable in class com.arcadedb.query.sql.parser.FunctionCall
 
params - Variable in class com.arcadedb.query.sql.parser.MethodCall
 
paramSourceVertex - Variable in class com.arcadedb.query.sql.function.graph.SQLFunctionHeuristicPathFinderAbstract
 
paramSourceVertex - Variable in class com.arcadedb.query.sql.function.graph.SQLFunctionPathFinder
 
paramTieBreaker - Variable in class com.arcadedb.query.sql.function.graph.SQLFunctionHeuristicPathFinderAbstract
 
paramVertexAxisNames - Variable in class com.arcadedb.query.sql.function.graph.SQLFunctionHeuristicPathFinderAbstract
 
parent - Variable in class com.arcadedb.query.sql.executor.BasicCommandContext
 
ParenthesisBlock - Class in com.arcadedb.query.sql.parser
 
ParenthesisBlock(int) - Constructor for class com.arcadedb.query.sql.parser.ParenthesisBlock
 
ParenthesisBlock() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
ParenthesisExpression - Class in com.arcadedb.query.sql.parser
 
ParenthesisExpression(int) - Constructor for class com.arcadedb.query.sql.parser.ParenthesisExpression
 
ParenthesisExpression(Expression) - Constructor for class com.arcadedb.query.sql.parser.ParenthesisExpression
 
ParenthesisExpression() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
parse(String) - Method in class com.arcadedb.query.sql.parser.StatementCache
parses an SQL statement and returns the corresponding executor
parse(String, DatabaseInternal) - Static method in class com.arcadedb.query.sql.SQLQueryEngine
 
parse(String, String) - Static method in class com.arcadedb.utility.DateUtils
 
Parse - Class in com.arcadedb.query.sql.parser
 
Parse(int) - Constructor for class com.arcadedb.query.sql.parser.Parse
 
Parse() - Method in class com.arcadedb.query.sql.parser.SqlParser
Root productions.
ParseCondition - Class in com.arcadedb.query.sql.parser
 
ParseCondition(int) - Constructor for class com.arcadedb.query.sql.parser.ParseCondition
 
ParseCondition() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
ParseException - Exception in com.arcadedb.query.sql.parser
This exception is thrown when parse errors are encountered.
ParseException() - Constructor for exception com.arcadedb.query.sql.parser.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(Token, int[][], String[]) - Constructor for exception com.arcadedb.query.sql.parser.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException(String) - Constructor for exception com.arcadedb.query.sql.parser.ParseException
Constructor with message.
ParseException(String, Token, int[][], String[]) - Constructor for exception com.arcadedb.query.sql.parser.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseExpression - Class in com.arcadedb.query.sql.parser
 
ParseExpression(int) - Constructor for class com.arcadedb.query.sql.parser.ParseExpression
 
ParseExpression() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
parsePositiveInteger(String) - Static method in class com.arcadedb.utility.NumberUtils
 
parsePrecision(String) - Static method in class com.arcadedb.utility.DateUtils
 
parseScript(String, DatabaseInternal) - Static method in class com.arcadedb.query.sql.SQLScriptQueryEngine
 
ParseScript - Class in com.arcadedb.query.sql.parser
 
ParseScript(int) - Constructor for class com.arcadedb.query.sql.parser.ParseScript
 
ParseScript() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
PART_LETTER - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
PartitionedBucketSelectionStrategy - Class in com.arcadedb.database.bucketselectionstrategy
Select the bucket using a partition algorithm computed as the hashed value of the properties values.
PartitionedBucketSelectionStrategy(JSONObject) - Constructor for class com.arcadedb.database.bucketselectionstrategy.PartitionedBucketSelectionStrategy
 
PartitionedBucketSelectionStrategy(List<String>) - Constructor for class com.arcadedb.database.bucketselectionstrategy.PartitionedBucketSelectionStrategy
 
PATH_ALIAS - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
pathAlias - Variable in class com.arcadedb.query.sql.parser.MatchFilterItem
 
pattern - Variable in class com.arcadedb.query.sql.parser.MatchStatement
 
Pattern - Class in com.arcadedb.query.sql.parser
Created by luigidellaquila on 28/07/15.
Pattern() - Constructor for class com.arcadedb.query.sql.parser.Pattern
 
PATTERN_DIACRITICAL_MARKS - Static variable in class com.arcadedb.utility.PatternConst
public static final Pattern PATTERN_COMMA_SEPARATED = Pattern.compile("\\s*,\\s*"); public static final Pattern PATTERN_SPACES = Pattern.compile("\\s+"); public static final Pattern PATTERN_FETCH_PLAN = Pattern.compile(".*:-?\\d+"); public static final Pattern PATTERN_SINGLE_SPACE = Pattern.compile(" "); public static final Pattern PATTERN_NUMBERS = Pattern.compile("[^\\d]"); public static final Pattern PATTERN_RID = Pattern.compile("#(-?[0-9]+):(-?[0-9]+)"); public static final Pattern PATTERN_AMP = Pattern.compile("&"); public static final Pattern PATTERN_REST_URL = Pattern.compile("\\{[a-zA-Z0-9%:]*\\}");
PatternConst - Class in com.arcadedb.utility
 
PatternConst() - Constructor for class com.arcadedb.utility.PatternConst
 
PatternEdge - Class in com.arcadedb.query.sql.executor
Created by luigidellaquila on 28/07/15.
PatternEdge() - Constructor for class com.arcadedb.query.sql.executor.PatternEdge
 
PatternNode - Class in com.arcadedb.query.sql.executor
Created by luigidellaquila on 28/07/15.
PatternNode() - Constructor for class com.arcadedb.query.sql.executor.PatternNode
 
pauseCurrentThread(long) - Static method in class com.arcadedb.utility.SoftThread
Pauses current thread until iTime timeout or a wake up by another thread.
PCollection - Class in com.arcadedb.query.sql.parser
 
PCollection(int) - Constructor for class com.arcadedb.query.sql.parser.PCollection
 
PCollection() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
PInteger - Class in com.arcadedb.query.sql.parser
 
PInteger(int) - Constructor for class com.arcadedb.query.sql.parser.PInteger
 
PInteger() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
plan - Variable in class com.arcadedb.query.sql.executor.InternalResultSet
 
plan - Variable in class com.arcadedb.query.sql.executor.ScriptLineStep
 
planCreated - Variable in class com.arcadedb.query.sql.executor.QueryPlanningInfo
set to true when the distributedFetchExecutionPlans are aggregated in the main execution plan
PLUS - com.arcadedb.query.sql.parser.MathExpression.Operator
 
PLUS - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
PLUSASSIGN - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
PNumber - Class in com.arcadedb.query.sql.parser
 
PNumber(int) - Constructor for class com.arcadedb.query.sql.parser.PNumber
 
PNumber() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
POLYGLOT_COMMAND_TIMEOUT - com.arcadedb.GlobalConfiguration
 
polyglotEngine - Variable in class com.arcadedb.function.polyglot.PolyglotFunctionLibraryDefinition
 
PolyglotFunctionDefinition - Interface in com.arcadedb.function.polyglot
Polyglot implementation of a function.
PolyglotFunctionLibraryDefinition<T extends PolyglotFunctionDefinition> - Class in com.arcadedb.function.polyglot
 
PolyglotFunctionLibraryDefinition(Database, String, String, List<String>) - Constructor for class com.arcadedb.function.polyglot.PolyglotFunctionLibraryDefinition
 
PolyglotFunctionLibraryDefinition.Callback - Interface in com.arcadedb.function.polyglot
 
PolyglotQueryEngine - Class in com.arcadedb.query.polyglot
 
PolyglotQueryEngine(DatabaseInternal, String, List<String>) - Constructor for class com.arcadedb.query.polyglot.PolyglotQueryEngine
 
PolyglotQueryEngine.PolyglotQueryEngineFactory - Class in com.arcadedb.query.polyglot
 
PolyglotQueryEngineFactory(String) - Constructor for class com.arcadedb.query.polyglot.PolyglotQueryEngine.PolyglotQueryEngineFactory
 
polymorphic - Variable in class com.arcadedb.query.sql.parser.TruncateTypeStatement
 
polymorphic(boolean) - Method in class com.arcadedb.query.select.Select
 
POLYMORPHIC - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
popIfNotLastTransaction() - Method in class com.arcadedb.database.DatabaseContext.DatabaseContextTL
 
popNode() - Method in class com.arcadedb.query.sql.parser.JJTSqlParserState
 
position - Variable in class com.arcadedb.query.sql.parser.Rid
 
position() - Method in class com.arcadedb.database.Binary
 
position() - Method in interface com.arcadedb.database.BinaryStructure
 
position(int) - Method in class com.arcadedb.database.Binary
 
position(int) - Method in interface com.arcadedb.database.BinaryStructure
 
PositionalParameter - Class in com.arcadedb.query.sql.parser
 
PositionalParameter(int) - Constructor for class com.arcadedb.query.sql.parser.PositionalParameter
 
PositionalParameter() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
positiveStatements - Variable in class com.arcadedb.query.sql.executor.IfStep
 
POSTGRES_DEBUG - com.arcadedb.GlobalConfiguration
 
POSTGRES_HOST - com.arcadedb.GlobalConfiguration
 
POSTGRES_PORT - com.arcadedb.GlobalConfiguration
 
PPageManagerStats() - Constructor for class com.arcadedb.engine.PageManager.PPageManagerStats
 
preAggregate - Variable in class com.arcadedb.query.sql.parser.AggregateProjectionSplit
 
precedence - Variable in enum com.arcadedb.query.select.SelectOperator
 
predecessors - Variable in class com.arcadedb.query.sql.function.graph.SQLFunctionPathFinder
 
PREFETCHED_MATCH_ALIAS_PREFIX - Static variable in class com.arcadedb.query.sql.executor.MatchPrefetchStep
 
PREFIX - Static variable in enum com.arcadedb.GlobalConfiguration
 
prefixedColumns - Variable in class com.arcadedb.utility.TableFormatter
 
prepareResult(Map<String, Object>) - Method in class com.arcadedb.query.sql.function.coll.SQLFunctionMap
 
prettyPrint(int, int) - Method in class com.arcadedb.query.sql.executor.AccumulatingTimeoutStep
 
prettyPrint(int, int) - Method in class com.arcadedb.query.sql.executor.AggregateProjectionCalculationStep
 
prettyPrint(int, int) - Method in class com.arcadedb.query.sql.executor.BreadthFirstTraverseStep
 
prettyPrint(int, int) - Method in class com.arcadedb.query.sql.executor.CartesianProductStep
 
prettyPrint(int, int) - Method in class com.arcadedb.query.sql.executor.CastToStepAbstract
 
prettyPrint(int, int) - Method in class com.arcadedb.query.sql.executor.CheckClusterTypeStep
 
prettyPrint(int, int) - Method in class com.arcadedb.query.sql.executor.CheckIsEdgeTypeStep
 
prettyPrint(int, int) - Method in class com.arcadedb.query.sql.executor.CheckIsVertexTypeStep
 
prettyPrint(int, int) - Method in class com.arcadedb.query.sql.executor.CheckRecordTypeStep
 
prettyPrint(int, int) - Method in class com.arcadedb.query.sql.executor.CheckSafeDeleteStep
 
prettyPrint(int, int) - Method in class com.arcadedb.query.sql.executor.CheckTypeTypeStep
 
prettyPrint(int, int) - Method in class com.arcadedb.query.sql.executor.ConvertToResultInternalStep
 
prettyPrint(int, int) - Method in class com.arcadedb.query.sql.executor.ConvertToUpdatableResultStep
 
prettyPrint(int, int) - Method in class com.arcadedb.query.sql.executor.CopyDocumentStep
 
prettyPrint(int, int) - Method in class com.arcadedb.query.sql.executor.CopyRecordContentBeforeUpdateStep
 
prettyPrint(int, int) - Method in class com.arcadedb.query.sql.executor.CountFromIndexStep
 
prettyPrint(int, int) - Method in class com.arcadedb.query.sql.executor.CountFromTypeStep
 
prettyPrint(int, int) - Method in class com.arcadedb.query.sql.executor.CountStep
 
prettyPrint(int, int) - Method in class com.arcadedb.query.sql.executor.CreateEdgesStep
 
prettyPrint(int, int) - Method in class com.arcadedb.query.sql.executor.CreateRecordStep
 
prettyPrint(int, int) - Method in class com.arcadedb.query.sql.executor.DDLExecutionPlan
 
prettyPrint(int, int) - Method in class com.arcadedb.query.sql.executor.DeleteFromIndexStep
 
prettyPrint(int, int) - Method in class com.arcadedb.query.sql.executor.DeleteStep
 
prettyPrint(int, int) - Method in class com.arcadedb.query.sql.executor.DepthFirstTraverseStep
 
prettyPrint(int, int) - Method in class com.arcadedb.query.sql.executor.DistinctExecutionStep
 
prettyPrint(int, int) - Method in class com.arcadedb.query.sql.executor.EmptyDataGeneratorStep
 
prettyPrint(int, int) - Method in interface com.arcadedb.query.sql.executor.ExecutionPlan
 
prettyPrint(int, int) - Method in interface com.arcadedb.query.sql.executor.ExecutionStepInternal
 
prettyPrint(int, int) - Method in class com.arcadedb.query.sql.executor.ExpandStep
 
prettyPrint(int, int) - Method in class com.arcadedb.query.sql.executor.FetchEdgesFromToVerticesStep
 
prettyPrint(int, int) - Method in class com.arcadedb.query.sql.executor.FetchEdgesToVerticesStep
 
prettyPrint(int, int) - Method in class com.arcadedb.query.sql.executor.FetchFromClusterExecutionStep
 
prettyPrint(int, int) - Method in class com.arcadedb.query.sql.executor.FetchFromClustersExecutionStep
 
prettyPrint(int, int) - Method in class com.arcadedb.query.sql.executor.FetchFromIndexedFunctionStep
 
prettyPrint(int, int) - Method in class com.arcadedb.query.sql.executor.FetchFromIndexStep
 
prettyPrint(int, int) - Method in class com.arcadedb.query.sql.executor.FetchFromIndexValuesStep
 
prettyPrint(int, int) - Method in class com.arcadedb.query.sql.executor.FetchFromResultsetStep
 
prettyPrint(int, int) - Method in class com.arcadedb.query.sql.executor.FetchFromRidsStep
 
prettyPrint(int, int) - Method in class com.arcadedb.query.sql.executor.FetchFromSchemaBucketsStep
 
prettyPrint(int, int) - Method in class com.arcadedb.query.sql.executor.FetchFromSchemaDatabaseStep
 
prettyPrint(int, int) - Method in class com.arcadedb.query.sql.executor.FetchFromSchemaIndexesStep
 
prettyPrint(int, int) - Method in class com.arcadedb.query.sql.executor.FetchFromSchemaTypesStep
 
prettyPrint(int, int) - Method in class com.arcadedb.query.sql.executor.FetchFromTypeExecutionStep
 
prettyPrint(int, int) - Method in class com.arcadedb.query.sql.executor.FilterByClustersStep
 
prettyPrint(int, int) - Method in class com.arcadedb.query.sql.executor.FilterByTypeStep
 
prettyPrint(int, int) - Method in class com.arcadedb.query.sql.executor.FilterNotMatchPatternStep
 
prettyPrint(int, int) - Method in class com.arcadedb.query.sql.executor.FilterStep
 
prettyPrint(int, int) - Method in class com.arcadedb.query.sql.executor.GetValueFromIndexEntryStep
 
prettyPrint(int, int) - Method in class com.arcadedb.query.sql.executor.GlobalLetExpressionStep
 
prettyPrint(int, int) - Method in class com.arcadedb.query.sql.executor.GlobalLetQueryStep
 
prettyPrint(int, int) - Method in class com.arcadedb.query.sql.executor.GuaranteeEmptyCountStep
 
prettyPrint(int, int) - Method in class com.arcadedb.query.sql.executor.IfExecutionPlan
 
prettyPrint(int, int) - Method in class com.arcadedb.query.sql.executor.InfoExecutionPlan
 
prettyPrint(int, int) - Method in class com.arcadedb.query.sql.executor.InsertValuesStep
 
prettyPrint(int, int) - Method in class com.arcadedb.query.sql.executor.LetExpressionStep
 
prettyPrint(int, int) - Method in class com.arcadedb.query.sql.executor.LetQueryStep
 
prettyPrint(int, int) - Method in class com.arcadedb.query.sql.executor.LimitExecutionStep
 
prettyPrint(int, int) - Method in class com.arcadedb.query.sql.executor.MatchFirstStep
 
prettyPrint(int, int) - Method in class com.arcadedb.query.sql.executor.MatchPrefetchStep
 
prettyPrint(int, int) - Method in class com.arcadedb.query.sql.executor.MatchStep
 
prettyPrint(int, int) - Method in class com.arcadedb.query.sql.executor.OptionalMatchStep
 
prettyPrint(int, int) - Method in class com.arcadedb.query.sql.executor.OrderByStep
 
prettyPrint(int, int) - Method in class com.arcadedb.query.sql.executor.ParallelExecStep
 
prettyPrint(int, int) - Method in class com.arcadedb.query.sql.executor.ProjectionCalculationStep
 
prettyPrint(int, int) - Method in class com.arcadedb.query.sql.executor.RemoveEdgePointersStep
 
prettyPrint(int, int) - Method in class com.arcadedb.query.sql.executor.RemoveEmptyOptionalsStep
 
prettyPrint(int, int) - Method in class com.arcadedb.query.sql.executor.ReturnMatchElementsStep
 
prettyPrint(int, int) - Method in class com.arcadedb.query.sql.executor.ReturnMatchPathElementsStep
 
prettyPrint(int, int) - Method in class com.arcadedb.query.sql.executor.ReturnMatchPathsStep
 
prettyPrint(int, int) - Method in class com.arcadedb.query.sql.executor.ReturnMatchPatternsStep
 
prettyPrint(int, int) - Method in class com.arcadedb.query.sql.executor.SaveElementStep
 
prettyPrint(int, int) - Method in class com.arcadedb.query.sql.executor.ScriptExecutionPlan
 
prettyPrint(int, int) - Method in class com.arcadedb.query.sql.executor.ScriptLineStep
 
prettyPrint(int, int) - Method in class com.arcadedb.query.sql.executor.SelectExecutionPlan
 
prettyPrint(int, int) - Method in class com.arcadedb.query.sql.executor.SetDocumentStepStep
 
prettyPrint(int, int) - Method in class com.arcadedb.query.sql.executor.SingleOpExecutionPlan
 
prettyPrint(int, int) - Method in class com.arcadedb.query.sql.executor.SkipExecutionStep
 
prettyPrint(int, int) - Method in class com.arcadedb.query.sql.executor.SubQueryStep
 
prettyPrint(int, int) - Method in class com.arcadedb.query.sql.executor.UnwindStep
 
prettyPrint(int, int) - Method in class com.arcadedb.query.sql.executor.UnwrapPreviousValueStep
 
prettyPrint(int, int) - Method in class com.arcadedb.query.sql.executor.UpdateContentStep
 
prettyPrint(int, int) - Method in class com.arcadedb.query.sql.executor.UpdateMergeStep
 
prettyPrint(int, int) - Method in class com.arcadedb.query.sql.executor.UpdateRemoveStep
 
prettyPrint(int, int) - Method in class com.arcadedb.query.sql.executor.UpdateSetStep
 
prettyPrint(int, int) - Method in class com.arcadedb.query.sql.executor.UpsertStep
 
prettyPrint(int, int) - Method in class com.arcadedb.query.sql.executor.WhileMatchStep
 
prev - Variable in class com.arcadedb.query.sql.executor.AbstractExecutionStep
 
prevCharIsCR - Variable in class com.arcadedb.query.sql.parser.JavaCharStream
 
prevCharIsCR - Variable in class com.arcadedb.query.sql.parser.SimpleCharStream
 
prevCharIsLF - Variable in class com.arcadedb.query.sql.parser.JavaCharStream
 
prevCharIsLF - Variable in class com.arcadedb.query.sql.parser.SimpleCharStream
 
previousValue - Variable in class com.arcadedb.query.sql.executor.UpdatableResult
 
print() - Method in class com.arcadedb.query.sql.parser.LocalResultSet
Prints the resultset content to a string.
printCompactedIndex(LSMTreeIndexCompacted) - Static method in class com.arcadedb.index.lsm.LSMTreeIndexDebugger
 
printIndex(LSMTreeIndex) - Static method in class com.arcadedb.index.lsm.LSMTreeIndexDebugger
 
printMutableIndex(LSMTreeIndexAbstract) - Static method in class com.arcadedb.index.lsm.LSMTreeIndexDebugger
 
printMutableIndexPage(LSMTreeIndexAbstract, BasePage) - Static method in class com.arcadedb.index.lsm.LSMTreeIndexDebugger
 
printWithLineNumbers(String) - Static method in class com.arcadedb.utility.FileUtils
 
PRODUCT - Static variable in class com.arcadedb.Constants
 
PROFILE - com.arcadedb.GlobalConfiguration
 
PROFILE - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
Profiler - Class in com.arcadedb
 
Profiler() - Constructor for class com.arcadedb.Profiler
 
ProfileStatement - Class in com.arcadedb.query.sql.parser
 
ProfileStatement(int) - Constructor for class com.arcadedb.query.sql.parser.ProfileStatement
 
ProfileStatement() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
profilingEnabled - Variable in class com.arcadedb.query.sql.executor.AbstractExecutionStep
 
projection - Variable in class com.arcadedb.query.sql.executor.ProjectionCalculationStep
 
projection - Variable in class com.arcadedb.query.sql.parser.SelectStatement
 
Projection - Class in com.arcadedb.query.sql.parser
 
Projection(int) - Constructor for class com.arcadedb.query.sql.parser.Projection
 
Projection(List<ProjectionItem>, boolean) - Constructor for class com.arcadedb.query.sql.parser.Projection
 
Projection() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
ProjectionCalculationStep - Class in com.arcadedb.query.sql.executor
Created by luigidellaquila on 12/07/16.
ProjectionCalculationStep(Projection, CommandContext, boolean) - Constructor for class com.arcadedb.query.sql.executor.ProjectionCalculationStep
 
ProjectionItem - Class in com.arcadedb.query.sql.parser
 
ProjectionItem(int) - Constructor for class com.arcadedb.query.sql.parser.ProjectionItem
 
ProjectionItem(Expression, Identifier, NestedProjection) - Constructor for class com.arcadedb.query.sql.parser.ProjectionItem
 
ProjectionItem() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
projections - Variable in class com.arcadedb.query.sql.executor.AbstractTraverseStep
 
projections - Variable in class com.arcadedb.query.sql.parser.TraverseStatement
 
properties - Variable in class com.arcadedb.schema.LocalDocumentType
 
propertiesAsMap() - Method in interface com.arcadedb.database.Document
 
propertiesAsMap() - Method in class com.arcadedb.database.ImmutableDocument
 
propertiesAsMap() - Method in class com.arcadedb.database.MutableDocument
 
propertiesStartingPosition - Variable in class com.arcadedb.database.BaseDocument
 
propertiesWithDefaultDefined - Variable in class com.arcadedb.schema.LocalDocumentType
 
property - Variable in class com.arcadedb.query.sql.parser.AlterTypeStatement
the class property to be altered
property(String) - Method in class com.arcadedb.query.select.Select
 
property(String) - Method in class com.arcadedb.query.select.SelectWhereLeftBlock
 
property(String) - Method in class com.arcadedb.query.select.SelectWhereRightBlock
 
Property - Interface in com.arcadedb.schema
Schema Property.
Property() - Constructor for class com.arcadedb.query.sql.parser.CreateIndexStatement.Property
 
PROPERTY - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
propertyList - Variable in class com.arcadedb.query.sql.parser.CreateIndexStatement
 
propertyName - Variable in class com.arcadedb.query.select.SelectPropertyValue
 
propertyName - Variable in class com.arcadedb.query.sql.parser.CreatePropertyStatement
 
propertyName - Variable in class com.arcadedb.query.sql.parser.DropPropertyStatement
 
propertyNames - Variable in class com.arcadedb.index.lsm.LSMTreeIndex
 
propertyType - Variable in class com.arcadedb.query.sql.parser.CreatePropertyStatement
 
PString - Class in com.arcadedb.query.sql.parser
 
PString(int) - Constructor for class com.arcadedb.query.sql.parser.PString
 
PString() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
pullPrevious(CommandContext, int) - Method in class com.arcadedb.query.sql.executor.AbstractExecutionStep
 
PURE_JAVA_COMPARATOR - Static variable in class com.arcadedb.serializer.UnsignedBytesComparator
 
PureJavaComparator() - Constructor for class com.arcadedb.serializer.UnsignedBytesComparator.PureJavaComparator
 
pushAverageBothEdgeSpan(String, String, Long) - Method in class com.arcadedb.query.sql.executor.QueryStats
 
pushAverageInEdgeSpan(String, String, Long) - Method in class com.arcadedb.query.sql.executor.QueryStats
 
pushAverageOutEdgeSpan(String, String, Long) - Method in class com.arcadedb.query.sql.executor.QueryStats
 
pushIndexStats(String, int, boolean, boolean, Long) - Method in class com.arcadedb.query.sql.executor.QueryStats
 
pushNode(Node) - Method in class com.arcadedb.query.sql.parser.JJTSqlParserState
 
pushTransaction(TransactionContext) - Method in class com.arcadedb.database.DatabaseContext.DatabaseContextTL
 
put(RID, RID) - Method in class com.arcadedb.index.CompressedRID2RIDIndex
 
put(RID, RID, RID) - Method in class com.arcadedb.index.CompressedRID2RIDsIndex
 
put(JSONObject) - Method in class com.arcadedb.serializer.json.JSONArray
 
put(Boolean) - Method in class com.arcadedb.serializer.json.JSONArray
 
put(Character) - Method in class com.arcadedb.serializer.json.JSONArray
 
put(Number) - Method in class com.arcadedb.serializer.json.JSONArray
 
put(Object) - Method in class com.arcadedb.serializer.json.JSONArray
 
put(Object[], RID[]) - Method in interface com.arcadedb.index.Index
Add multiple values for one key in the index.
put(Object[], RID[]) - Method in class com.arcadedb.index.lsm.LSMTreeFullTextIndex
 
put(Object[], RID[]) - Method in class com.arcadedb.index.lsm.LSMTreeIndex
 
put(Object[], RID[]) - Method in class com.arcadedb.index.lsm.LSMTreeIndexMutable
 
put(Object[], RID[]) - Method in class com.arcadedb.index.TypeIndex
 
put(Object[], RID[]) - Method in class com.arcadedb.index.vector.HnswVectorIndex
 
put(String) - Method in class com.arcadedb.serializer.json.JSONArray
 
put(String, ExecutionPlan) - Method in class com.arcadedb.query.sql.parser.ExecutionPlanCache
 
put(String, Boolean) - Method in class com.arcadedb.serializer.json.JSONObject
 
put(String, Character) - Method in class com.arcadedb.serializer.json.JSONObject
 
put(String, Number) - Method in class com.arcadedb.serializer.json.JSONObject
 
put(String, Object) - Method in class com.arcadedb.serializer.json.JSONObject
 
put(String, String) - Method in class com.arcadedb.serializer.json.JSONObject
 
put(K, RID) - Method in class com.arcadedb.index.CompressedAny2RIDIndex
 
PUT - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
putBuffer(ByteBuffer) - Method in class com.arcadedb.database.Binary
 
putBuffer(ByteBuffer) - Method in interface com.arcadedb.database.BinaryStructure
 
putByte(byte) - Method in class com.arcadedb.database.Binary
 
putByte(byte) - Method in interface com.arcadedb.database.BinaryStructure
 
putByte(int, byte) - Method in class com.arcadedb.database.Binary
 
putByte(int, byte) - Method in interface com.arcadedb.database.BinaryStructure
 
putByteArray(byte[]) - Method in class com.arcadedb.database.Binary
 
putByteArray(byte[]) - Method in interface com.arcadedb.database.BinaryStructure
 
putByteArray(byte[], int) - Method in class com.arcadedb.database.Binary
 
putByteArray(byte[], int) - Method in interface com.arcadedb.database.BinaryStructure
 
putByteArray(byte[], int, int) - Method in class com.arcadedb.database.Binary
 
putByteArray(byte[], int, int) - Method in interface com.arcadedb.database.BinaryStructure
 
putByteArray(int, byte[]) - Method in class com.arcadedb.database.Binary
 
putByteArray(int, byte[]) - Method in interface com.arcadedb.database.BinaryStructure
 
putByteArray(int, byte[], int, int) - Method in class com.arcadedb.database.Binary
 
putByteArray(int, byte[], int, int) - Method in interface com.arcadedb.database.BinaryStructure
 
putBytes(byte[]) - Method in class com.arcadedb.database.Binary
 
putBytes(byte[]) - Method in interface com.arcadedb.database.BinaryStructure
 
putBytes(byte[], int) - Method in class com.arcadedb.database.Binary
 
putBytes(byte[], int) - Method in interface com.arcadedb.database.BinaryStructure
 
putBytes(int, byte[]) - Method in class com.arcadedb.database.Binary
 
putBytes(int, byte[]) - Method in interface com.arcadedb.database.BinaryStructure
 
putInt(int) - Method in class com.arcadedb.database.Binary
 
putInt(int) - Method in interface com.arcadedb.database.BinaryStructure
 
putInt(int, int) - Method in class com.arcadedb.database.Binary
 
putInt(int, int) - Method in interface com.arcadedb.database.BinaryStructure
 
putLong(int, long) - Method in class com.arcadedb.database.Binary
 
putLong(int, long) - Method in interface com.arcadedb.database.BinaryStructure
 
putLong(long) - Method in class com.arcadedb.database.Binary
 
putLong(long) - Method in interface com.arcadedb.database.BinaryStructure
 
putNumber(int, long) - Method in class com.arcadedb.database.Binary
 
putNumber(int, long) - Method in interface com.arcadedb.database.BinaryStructure
 
putNumber(long) - Method in class com.arcadedb.database.Binary
 
putNumber(long) - Method in interface com.arcadedb.database.BinaryStructure
 
putShort(int, short) - Method in class com.arcadedb.database.Binary
 
putShort(int, short) - Method in interface com.arcadedb.database.BinaryStructure
 
putShort(short) - Method in class com.arcadedb.database.Binary
 
putShort(short) - Method in interface com.arcadedb.database.BinaryStructure
 
putString(int, String) - Method in class com.arcadedb.database.Binary
 
putString(int, String) - Method in interface com.arcadedb.database.BinaryStructure
 
putString(String) - Method in class com.arcadedb.database.Binary
 
putString(String) - Method in interface com.arcadedb.database.BinaryStructure
 
putUnsignedNumber(int, long) - Method in class com.arcadedb.database.Binary
 
putUnsignedNumber(int, long) - Method in interface com.arcadedb.database.BinaryStructure
 
putUnsignedNumber(long) - Method in class com.arcadedb.database.Binary
 
putUnsignedNumber(long) - Method in interface com.arcadedb.database.BinaryStructure
 

Q

quantiles - Variable in class com.arcadedb.query.sql.function.math.SQLFunctionPercentile
 
queries - Variable in class com.arcadedb.database.DatabaseStats
 
query(String, ContextConfiguration, Object...) - Method in class com.arcadedb.query.java.JavaQueryEngine
 
query(String, ContextConfiguration, Object...) - Method in class com.arcadedb.query.polyglot.PolyglotQueryEngine
 
query(String, ContextConfiguration, Object...) - Method in interface com.arcadedb.query.QueryEngine
 
query(String, ContextConfiguration, Object...) - Method in class com.arcadedb.query.sql.SQLQueryEngine
 
query(String, ContextConfiguration, Object...) - Method in class com.arcadedb.query.sql.SQLScriptQueryEngine
 
query(String, ContextConfiguration, Map<String, Object>) - Method in class com.arcadedb.query.java.JavaQueryEngine
 
query(String, ContextConfiguration, Map<String, Object>) - Method in class com.arcadedb.query.polyglot.PolyglotQueryEngine
 
query(String, ContextConfiguration, Map<String, Object>) - Method in interface com.arcadedb.query.QueryEngine
 
query(String, ContextConfiguration, Map<String, Object>) - Method in class com.arcadedb.query.sql.SQLQueryEngine
 
query(String, ContextConfiguration, Map<String, Object>) - Method in class com.arcadedb.query.sql.SQLScriptQueryEngine
 
query(String, String, AsyncResultsetCallback, Object...) - Method in interface com.arcadedb.database.async.DatabaseAsyncExecutor
Schedules the execution of a query as an idempotent (read only) command by specifying the language and an optional variable array of arguments.
query(String, String, AsyncResultsetCallback, Object...) - Method in class com.arcadedb.database.async.DatabaseAsyncExecutorImpl
 
query(String, String, AsyncResultsetCallback, Map<String, Object>) - Method in interface com.arcadedb.database.async.DatabaseAsyncExecutor
Schedules the execution of a query as an idempotent (read only) command by specifying the language and arguments in a map.
query(String, String, AsyncResultsetCallback, Map<String, Object>) - Method in class com.arcadedb.database.async.DatabaseAsyncExecutorImpl
 
query(String, String, Object...) - Method in interface com.arcadedb.database.BasicDatabase
Executes a query as an idempotent (read only) command by specifying the language and an optional variable array of arguments.
query(String, String, Object...) - Method in class com.arcadedb.database.LocalDatabase
 
query(String, String, Map<String, Object>) - Method in interface com.arcadedb.database.BasicDatabase
Executes a query as an idempotent (read only) command by specifying the language and arguments in a map.
query(String, String, Map<String, Object>) - Method in class com.arcadedb.database.LocalDatabase
 
QUERY_MAX_HEAP_ELEMENTS_ALLOWED_PER_OP - com.arcadedb.GlobalConfiguration
 
QueryEngine - Interface in com.arcadedb.query
 
QueryEngine.AnalyzedQuery - Interface in com.arcadedb.query
 
QueryEngine.QueryEngineFactory - Interface in com.arcadedb.query
 
queryEngineManager - Variable in class com.arcadedb.database.LocalDatabase
 
QueryEngineManager - Class in com.arcadedb.query
 
QueryEngineManager() - Constructor for class com.arcadedb.query.QueryEngineManager
 
QueryExecutionPushListener - Interface in com.arcadedb.query.sql.executor
Created by luigidellaquila on 06/07/16.
QueryHelper - Class in com.arcadedb.query.sql.executor
 
QueryHelper() - Constructor for class com.arcadedb.query.sql.executor.QueryHelper
 
QueryOperatorEquals - Class in com.arcadedb.query.sql.executor
 
QueryOperatorEquals() - Constructor for class com.arcadedb.query.sql.executor.QueryOperatorEquals
 
QueryPlanningInfo - Class in com.arcadedb.query.sql.executor
Created by luigidellaquila on 19/06/17.
QueryPlanningInfo() - Constructor for class com.arcadedb.query.sql.executor.QueryPlanningInfo
 
QueryStatement - Class in com.arcadedb.query.sql.parser
 
QueryStatement(int) - Constructor for class com.arcadedb.query.sql.parser.QueryStatement
 
QueryStatement() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
QueryStats - Class in com.arcadedb.query.sql.executor
This class contains statistics about graph structure and query execution.
QueryStats() - Constructor for class com.arcadedb.query.sql.executor.QueryStats
 
queue - Variable in class com.arcadedb.database.async.DatabaseAsyncExecutorImpl.AsyncThread
 
queue - Variable in class com.arcadedb.engine.PageManagerFlushThread
 
queueSize - Variable in class com.arcadedb.database.async.DatabaseAsyncExecutorImpl.DBAsyncStats
 
quoted - Variable in class com.arcadedb.query.sql.parser.Identifier
 
QUOTED_IDENTIFIER - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.

R

range(boolean, Object[], boolean, Object[], boolean) - Method in class com.arcadedb.index.lsm.LSMTreeIndex
 
range(boolean, Object[], boolean, Object[], boolean) - Method in class com.arcadedb.index.lsm.LSMTreeIndexMutable
 
range(boolean, Object[], boolean, Object[], boolean) - Method in interface com.arcadedb.index.RangeIndex
The returning iterator does not skip deleted entries and it might contains duplicated entries.
range(boolean, Object[], boolean, Object[], boolean) - Method in class com.arcadedb.index.TypeIndex
 
range(boolean, Object[], boolean, Object[], boolean) - Method in class com.arcadedb.index.vector.HnswVectorIndex
 
range(Object[], boolean, Object[], boolean) - Method in class com.arcadedb.index.lsm.LSMTreeIndexMutable
Auto determine if it's ascending or descending by checking the keys.
RANGE - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
RangeIndex - Interface in com.arcadedb.index
Basic Range Index interface.
RAPID_BLINK - com.arcadedb.utility.AnsiCode
 
RawRecordCallback - Interface in com.arcadedb.engine
 
RBRACE - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
RBRACKET - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
read(CachedPage) - Method in class com.arcadedb.engine.PaginatedComponentFile
 
READ - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
READ_COMMITTED - com.arcadedb.database.Database.TRANSACTION_ISOLATION_LEVEL
 
READ_ONLY - com.arcadedb.engine.ComponentFile.MODE
 
READ_RECORD - com.arcadedb.security.SecurityDatabaseUser.ACCESS
 
READ_WRITE - com.arcadedb.engine.ComponentFile.MODE
 
readByte(int) - Method in class com.arcadedb.engine.BasePage
 
ReadByte() - Method in class com.arcadedb.query.sql.parser.JavaCharStream
 
readByteArray(int, byte[]) - Method in class com.arcadedb.engine.BasePage
 
readByteArray(int, byte[], int, int) - Method in class com.arcadedb.engine.BasePage
 
readBytes() - Method in class com.arcadedb.engine.BasePage
 
readBytes(int) - Method in class com.arcadedb.engine.BasePage
 
readCachePages - Variable in class com.arcadedb.engine.PageManager.PPageManagerStats
 
readCacheRAM - Variable in class com.arcadedb.engine.PageManager.PPageManagerStats
 
readChar() - Method in interface com.arcadedb.query.sql.parser.CharStream
Returns the next character from the selected input.
readChar() - Method in class com.arcadedb.query.sql.parser.JavaCharStream
Read a character.
readChar() - Method in class com.arcadedb.query.sql.parser.SimpleCharStream
Read a character.
readConfiguration() - Static method in enum com.arcadedb.GlobalConfiguration
Assign configuration values by reading system properties.
readConfiguration() - Method in class com.arcadedb.schema.LocalSchema
 
readEntryValues(Binary) - Method in class com.arcadedb.index.lsm.LSMTreeIndexAbstract
 
readExternal(Document, ObjectInput) - Static method in class com.arcadedb.serializer.JavaBinarySerializer
 
readExternal(ObjectInput) - Method in class com.arcadedb.database.BaseDocument
 
readFileAsBytes(File) - Static method in class com.arcadedb.utility.FileUtils
 
readFileAsBytes(File, int) - Static method in class com.arcadedb.utility.FileUtils
 
readFileAsString(File) - Static method in class com.arcadedb.utility.FileUtils
 
readFileAsString(File, String) - Static method in class com.arcadedb.utility.FileUtils
 
readFromStream(InputStream) - Method in class com.arcadedb.database.Binary
 
readInputStreamAsBytes(InputStream) - Static method in class com.arcadedb.utility.FileUtils
 
readInt(int) - Method in class com.arcadedb.engine.BasePage
 
readLock() - Method in class com.arcadedb.utility.RWLockContext
 
readLong(int) - Method in class com.arcadedb.engine.BasePage
 
readNumberAndSize(int) - Method in class com.arcadedb.engine.BasePage
Reads an unsigned number.
readonly - Variable in class com.arcadedb.schema.AbstractProperty
 
readRecord - Variable in class com.arcadedb.database.DatabaseStats
 
readShort(int) - Method in class com.arcadedb.engine.BasePage
 
readStreamAsBinary(InputStream) - Static method in class com.arcadedb.utility.FileUtils
 
readStreamAsString(InputStream) - Static method in class com.arcadedb.utility.FileUtils
 
readStreamAsString(InputStream, String) - Static method in class com.arcadedb.utility.FileUtils
 
readStreamAsString(InputStream, String, long) - Static method in class com.arcadedb.utility.FileUtils
 
readString() - Method in class com.arcadedb.engine.BasePage
 
readString(int) - Method in class com.arcadedb.engine.BasePage
 
readUnlock(long) - Method in class com.arcadedb.utility.RWLockContext
 
readUnsignedByte(int) - Method in class com.arcadedb.engine.BasePage
 
readUnsignedInt(int) - Method in class com.arcadedb.engine.BasePage
 
readUnsignedShort(int) - Method in class com.arcadedb.engine.BasePage
 
REBUILD - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
RebuildIndexStatement - Class in com.arcadedb.query.sql.parser
 
RebuildIndexStatement(int) - Constructor for class com.arcadedb.query.sql.parser.RebuildIndexStatement
 
RebuildIndexStatement() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
record - Variable in class com.arcadedb.database.async.DatabaseAsyncCreateRecord
 
record - Variable in class com.arcadedb.database.async.DatabaseAsyncDeleteRecord
 
record - Variable in class com.arcadedb.database.async.DatabaseAsyncUpdateRecord
 
record - Variable in class com.arcadedb.index.IndexCursorEntry
 
record - Variable in class com.arcadedb.query.sql.parser.TruncateRecordStatement
 
Record - Interface in com.arcadedb.database
Generic interface representing a record as an entry in the database.
RECORD - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
RECORD_ATTRIBUTE - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
RECORD_PLACEHOLDER_POINTER - Static variable in class com.arcadedb.engine.LocalBucket
 
RECORD_TYPE - Static variable in interface com.arcadedb.database.Document
 
RECORD_TYPE - Static variable in interface com.arcadedb.database.EmbeddedDocument
 
RECORD_TYPE - Static variable in interface com.arcadedb.graph.Edge
 
RECORD_TYPE - Static variable in interface com.arcadedb.graph.EdgeSegment
 
RECORD_TYPE - Static variable in interface com.arcadedb.graph.LightEdge
 
RECORD_TYPE - Static variable in class com.arcadedb.graph.MutableEdgeSegment
 
RECORD_TYPE - Static variable in interface com.arcadedb.graph.Vertex
 
recordAttr - Variable in class com.arcadedb.query.sql.parser.OrderByItem
 
recordAttribute - Variable in class com.arcadedb.query.sql.parser.CreateIndexStatement.Property
 
recordAttribute - Variable in class com.arcadedb.query.sql.parser.SuffixIdentifier
 
RecordAttribute - Class in com.arcadedb.query.sql.parser
 
RecordAttribute(int) - Constructor for class com.arcadedb.query.sql.parser.RecordAttribute
 
RecordAttribute() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
RecordCallback - Interface in com.arcadedb.database
 
RecordEvents - Interface in com.arcadedb.database
 
RecordEventsRegistry - Class in com.arcadedb.database
 
RecordEventsRegistry() - Constructor for class com.arcadedb.database.RecordEventsRegistry
 
recordFactory - Variable in class com.arcadedb.database.LocalDatabase
 
RecordFactory - Class in com.arcadedb.database
 
RecordFactory() - Constructor for class com.arcadedb.database.RecordFactory
 
recordFileChanges(Callable<Object>) - Method in interface com.arcadedb.database.DatabaseInternal
 
recordFileChanges(Callable<Object>) - Method in class com.arcadedb.database.LocalDatabase
 
recordFileChanges(Callable<Object>) - Method in class com.arcadedb.schema.LocalDocumentType
 
recordFileChanges(Callable<Object>) - Method in class com.arcadedb.schema.LocalSchema
 
RecordInternal - Interface in com.arcadedb.database
 
recordMetrics - Variable in class com.arcadedb.query.sql.executor.BasicCommandContext
 
RecordNotFoundException - Exception in com.arcadedb.exception
 
RecordNotFoundException(String, RID) - Constructor for exception com.arcadedb.exception.RecordNotFoundException
 
RecordNotFoundException(String, RID, Exception) - Constructor for exception com.arcadedb.exception.RecordNotFoundException
 
records - Variable in class com.arcadedb.query.sql.parser.TruncateRecordStatement
 
RecordTableFormatter - Class in com.arcadedb.utility
 
RecordTableFormatter(TableFormatter.TableOutput) - Constructor for class com.arcadedb.utility.RecordTableFormatter
 
RecordTableFormatter.TableRecordRow - Class in com.arcadedb.utility
 
RED - com.arcadedb.utility.AnsiCode
 
REDIS_HOST - com.arcadedb.GlobalConfiguration
 
REDIS_PORT - com.arcadedb.GlobalConfiguration
 
refersToParent() - Method in class com.arcadedb.query.sql.parser.BaseExpression
 
refersToParent() - Method in class com.arcadedb.query.sql.parser.ExpressionStatement
 
refersToParent() - Method in class com.arcadedb.query.sql.parser.FromClause
 
refersToParent() - Method in class com.arcadedb.query.sql.parser.FromItem
 
refersToParent() - Method in class com.arcadedb.query.sql.parser.FunctionCall
 
refersToParent() - Method in class com.arcadedb.query.sql.parser.Identifier
 
refersToParent() - Method in class com.arcadedb.query.sql.parser.Json
 
refersToParent() - Method in class com.arcadedb.query.sql.parser.JsonItem
 
refersToParent() - Method in class com.arcadedb.query.sql.parser.MatchStatement
 
refersToParent() - Method in class com.arcadedb.query.sql.parser.MethodCall
 
refersToParent() - Method in class com.arcadedb.query.sql.parser.OrderByItem
 
refersToParent() - Method in class com.arcadedb.query.sql.parser.ParenthesisExpression
 
refersToParent() - Method in class com.arcadedb.query.sql.parser.Projection
 
refersToParent() - Method in class com.arcadedb.query.sql.parser.ProjectionItem
 
refersToParent() - Method in class com.arcadedb.query.sql.parser.SelectStatement
 
refersToParent() - Method in class com.arcadedb.query.sql.parser.SimpleNode
 
refersToParent() - Method in class com.arcadedb.query.sql.parser.Statement
 
refersToParent() - Method in class com.arcadedb.query.sql.parser.SuffixIdentifier
 
refersToParent() - Method in class com.arcadedb.query.sql.parser.ValueExpression
 
regexp - Variable in class com.arcadedb.schema.AbstractProperty
 
register(QueryEngine.QueryEngineFactory) - Method in class com.arcadedb.query.QueryEngineManager
 
register(SQLFunction) - Method in class com.arcadedb.query.sql.function.SQLFunctionFactoryTemplate
 
register(String) - Method in class com.arcadedb.query.QueryEngineManager
 
register(String, IndexFactoryHandler) - Method in class com.arcadedb.index.IndexFactory
 
register(String, Class<?>) - Method in class com.arcadedb.query.sql.function.SQLFunctionReflectionFactory
 
register(String, Object) - Method in class com.arcadedb.query.sql.function.SQLFunctionFactoryTemplate
 
register(String, Object) - Method in class com.arcadedb.query.sql.method.DefaultSQLMethodFactory
 
registerCallback(DatabaseInternal.CALLBACK_EVENT, Callable<Void>) - Method in class com.arcadedb.database.DatabaseFactory
Test only API
registerCallback(DatabaseInternal.CALLBACK_EVENT, Callable<Void>) - Method in interface com.arcadedb.database.DatabaseInternal
 
registerCallback(DatabaseInternal.CALLBACK_EVENT, Callable<Void>) - Method in class com.arcadedb.database.LocalDatabase
 
registerComponent(String, ComponentFactory.PaginatedComponentFactoryHandler) - Method in class com.arcadedb.engine.ComponentFactory
 
registerDatabase(DatabaseInternal) - Method in class com.arcadedb.Profiler
 
registerFile(Component) - Method in class com.arcadedb.schema.LocalSchema
 
registerFunction(JavaMethodFunctionDefinition) - Method in class com.arcadedb.function.java.JavaClassFunctionLibraryDefinition
 
registerFunction(JavaMethodFunctionDefinition) - Method in class com.arcadedb.function.java.JavaMethodFunctionLibraryDefinition
 
registerFunction(SQLFunctionDefinition) - Method in class com.arcadedb.function.sql.SQLFunctionLibraryDefinition
 
registerFunction(T) - Method in interface com.arcadedb.function.FunctionLibraryDefinition
Registers a new function in the library.
registerFunction(T) - Method in class com.arcadedb.function.polyglot.PolyglotFunctionLibraryDefinition
 
registerFunctionLibrary(FunctionLibraryDefinition) - Method in class com.arcadedb.schema.LocalSchema
 
registerFunctionLibrary(FunctionLibraryDefinition) - Method in interface com.arcadedb.schema.Schema
Registers a function library.
registerFunctions(String) - Method in class com.arcadedb.query.java.JavaQueryEngine
Registers a class to be used in a query via Java reflection.
registerFunctions(String) - Method in class com.arcadedb.query.polyglot.PolyglotQueryEngine
 
registerFunctions(String) - Method in interface com.arcadedb.query.QueryEngine
 
registerImplementation(String, DistanceFunction) - Static method in class com.arcadedb.index.vector.distance.DistanceFunctionFactory
 
registerListener(AfterRecordCreateListener) - Method in interface com.arcadedb.database.DatabaseEvents
 
registerListener(AfterRecordCreateListener) - Method in interface com.arcadedb.database.RecordEvents
 
registerListener(AfterRecordCreateListener) - Method in class com.arcadedb.database.RecordEventsRegistry
 
registerListener(AfterRecordDeleteListener) - Method in interface com.arcadedb.database.DatabaseEvents
 
registerListener(AfterRecordDeleteListener) - Method in interface com.arcadedb.database.RecordEvents
 
registerListener(AfterRecordDeleteListener) - Method in class com.arcadedb.database.RecordEventsRegistry
 
registerListener(AfterRecordReadListener) - Method in interface com.arcadedb.database.RecordEvents
 
registerListener(AfterRecordReadListener) - Method in class com.arcadedb.database.RecordEventsRegistry
 
registerListener(AfterRecordUpdateListener) - Method in interface com.arcadedb.database.DatabaseEvents
 
registerListener(AfterRecordUpdateListener) - Method in interface com.arcadedb.database.RecordEvents
 
registerListener(AfterRecordUpdateListener) - Method in class com.arcadedb.database.RecordEventsRegistry
 
registerListener(BeforeRecordCreateListener) - Method in interface com.arcadedb.database.DatabaseEvents
 
registerListener(BeforeRecordCreateListener) - Method in interface com.arcadedb.database.RecordEvents
 
registerListener(BeforeRecordCreateListener) - Method in class com.arcadedb.database.RecordEventsRegistry
 
registerListener(BeforeRecordDeleteListener) - Method in interface com.arcadedb.database.DatabaseEvents
 
registerListener(BeforeRecordDeleteListener) - Method in interface com.arcadedb.database.RecordEvents
 
registerListener(BeforeRecordDeleteListener) - Method in class com.arcadedb.database.RecordEventsRegistry
 
registerListener(BeforeRecordReadListener) - Method in interface com.arcadedb.database.RecordEvents
 
registerListener(BeforeRecordReadListener) - Method in class com.arcadedb.database.RecordEventsRegistry
 
registerListener(BeforeRecordUpdateListener) - Method in interface com.arcadedb.database.DatabaseEvents
 
registerListener(BeforeRecordUpdateListener) - Method in interface com.arcadedb.database.RecordEvents
 
registerListener(BeforeRecordUpdateListener) - Method in class com.arcadedb.database.RecordEventsRegistry
 
registerReusableQueryEngine(QueryEngine) - Method in class com.arcadedb.database.LocalDatabase
 
ReInit(CharStream) - Method in class com.arcadedb.query.sql.parser.SqlParser
Reinitialise.
ReInit(CharStream) - Method in class com.arcadedb.query.sql.parser.SqlParserTokenManager
Reinitialise parser.
ReInit(CharStream, int) - Method in class com.arcadedb.query.sql.parser.SqlParserTokenManager
Reinitialise parser.
ReInit(SqlParserTokenManager) - Method in class com.arcadedb.query.sql.parser.SqlParser
Reinitialise.
ReInit(InputStream) - Method in class com.arcadedb.query.sql.parser.JavaCharStream
Reinitialise.
ReInit(InputStream) - Method in class com.arcadedb.query.sql.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream, int, int) - Method in class com.arcadedb.query.sql.parser.JavaCharStream
Reinitialise.
ReInit(InputStream, int, int) - Method in class com.arcadedb.query.sql.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream, int, int, int) - Method in class com.arcadedb.query.sql.parser.JavaCharStream
Reinitialise.
ReInit(InputStream, int, int, int) - Method in class com.arcadedb.query.sql.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream, String) - Method in class com.arcadedb.query.sql.parser.JavaCharStream
Reinitialise.
ReInit(InputStream, String) - Method in class com.arcadedb.query.sql.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream, String, int, int) - Method in class com.arcadedb.query.sql.parser.JavaCharStream
Reinitialise.
ReInit(InputStream, String, int, int) - Method in class com.arcadedb.query.sql.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream, String, int, int, int) - Method in class com.arcadedb.query.sql.parser.JavaCharStream
Reinitialise.
ReInit(InputStream, String, int, int, int) - Method in class com.arcadedb.query.sql.parser.SimpleCharStream
Reinitialise.
ReInit(Reader) - Method in class com.arcadedb.query.sql.parser.JavaCharStream
Reinitialise.
ReInit(Reader) - Method in class com.arcadedb.query.sql.parser.SimpleCharStream
Reinitialise.
ReInit(Reader, int, int) - Method in class com.arcadedb.query.sql.parser.JavaCharStream
Reinitialise.
ReInit(Reader, int, int) - Method in class com.arcadedb.query.sql.parser.SimpleCharStream
Reinitialise.
ReInit(Reader, int, int, int) - Method in class com.arcadedb.query.sql.parser.JavaCharStream
Reinitialise.
ReInit(Reader, int, int, int) - Method in class com.arcadedb.query.sql.parser.SimpleCharStream
Reinitialise.
reload() - Method in class com.arcadedb.database.BaseDocument
 
reload() - Method in class com.arcadedb.database.BaseRecord
 
reload() - Method in class com.arcadedb.database.DetachedDocument
 
reload() - Method in class com.arcadedb.database.MutableDocument
 
reload() - Method in class com.arcadedb.database.MutableEmbeddedDocument
 
reload() - Method in interface com.arcadedb.database.Record
 
reload() - Method in class com.arcadedb.engine.Dictionary
 
reload() - Method in class com.arcadedb.graph.ImmutableVertex
 
reload() - Method in class com.arcadedb.graph.MutableEdge
 
reload() - Method in class com.arcadedb.graph.MutableVertex
 
REM - com.arcadedb.query.sql.parser.MathExpression.Operator
 
REM - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
remainingCondition - Variable in class com.arcadedb.query.sql.executor.IndexSearchDescriptor
 
remainingToByteArray() - Method in class com.arcadedb.database.Binary
 
remainingToByteArray() - Method in interface com.arcadedb.database.BinaryStructure
 
REMASSIGN - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
remove() - Method in class com.arcadedb.graph.EdgeIterator
 
remove() - Method in class com.arcadedb.graph.EdgeVertexIterator
 
remove() - Method in class com.arcadedb.graph.IteratorFilterBase
 
remove() - Method in interface com.arcadedb.query.sql.executor.ResultSet
 
remove() - Method in class com.arcadedb.utility.IterableObject
 
remove() - Method in class com.arcadedb.utility.MultiIterator
 
remove(int) - Method in class com.arcadedb.serializer.json.JSONArray
 
remove(Object) - Method in class com.arcadedb.query.sql.executor.RidSet
 
remove(Object[]) - Method in interface com.arcadedb.index.Index
Removes the keys from the index.
remove(Object[]) - Method in class com.arcadedb.index.lsm.LSMTreeFullTextIndex
 
remove(Object[]) - Method in class com.arcadedb.index.lsm.LSMTreeIndex
 
remove(Object[]) - Method in class com.arcadedb.index.lsm.LSMTreeIndexMutable
 
remove(Object[]) - Method in class com.arcadedb.index.TypeIndex
 
remove(Object[]) - Method in class com.arcadedb.index.vector.HnswVectorIndex
 
remove(Object[], Identifiable) - Method in interface com.arcadedb.index.Index
Removes an entry keys/record entry from the index.
remove(Object[], Identifiable) - Method in class com.arcadedb.index.lsm.LSMTreeFullTextIndex
 
remove(Object[], Identifiable) - Method in class com.arcadedb.index.lsm.LSMTreeIndex
 
remove(Object[], Identifiable) - Method in class com.arcadedb.index.lsm.LSMTreeIndexMutable
 
remove(Object[], Identifiable) - Method in class com.arcadedb.index.TypeIndex
 
remove(Object[], Identifiable) - Method in class com.arcadedb.index.vector.HnswVectorIndex
 
remove(Object, Object, boolean) - Static method in class com.arcadedb.query.sql.executor.MultiValue
Utility function that remove a value from the main object.
remove(String) - Method in class com.arcadedb.database.MutableDocument
 
remove(String) - Method in class com.arcadedb.serializer.json.JSONObject
 
remove(TId, long) - Method in class com.arcadedb.index.vector.HnswVectorIndexRAM
REMOVE - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
removeActiveDatabaseInstance(String) - Static method in class com.arcadedb.database.DatabaseFactory
 
removeAll(Collection<?>) - Method in class com.arcadedb.query.sql.executor.RidSet
 
removeAllFromUnmodifiableList(List<T>, List<T>) - Static method in class com.arcadedb.utility.CollectionUtils
 
removeBucket(Bucket) - Method in interface com.arcadedb.schema.DocumentType
 
removeBucket(Bucket) - Method in class com.arcadedb.schema.LocalDocumentType
 
REMOVEBUCKET - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
removeBucketIndexInternal(Index) - Method in class com.arcadedb.schema.LocalDocumentType
 
removeBucketInternal(Bucket) - Method in class com.arcadedb.schema.LocalDocumentType
 
removeContext(String) - Method in class com.arcadedb.database.DatabaseContext
 
REMOVED_ENTRY_RID - Variable in class com.arcadedb.index.lsm.LSMTreeIndexAbstract
 
removeEdge(RID) - Method in interface com.arcadedb.graph.EdgeSegment
 
removeEdge(RID) - Method in class com.arcadedb.graph.MutableEdgeSegment
 
removeEdge(Edge) - Method in class com.arcadedb.graph.EdgeLinkedList
 
RemoveEdgePointersStep - Class in com.arcadedb.query.sql.executor
This is intended for INSERT FROM SELECT.
RemoveEdgePointersStep(CommandContext, boolean) - Constructor for class com.arcadedb.query.sql.executor.RemoveEdgePointersStep
 
removeEdgeRID(RID) - Method in class com.arcadedb.graph.EdgeLinkedList
 
removeEldestEntry(Map.Entry<K, V>) - Method in class com.arcadedb.utility.LRUCache
 
RemoveEmptyOptionalsStep - Class in com.arcadedb.query.sql.executor
 
RemoveEmptyOptionalsStep(CommandContext, boolean) - Constructor for class com.arcadedb.query.sql.executor.RemoveEmptyOptionalsStep
 
removeEntry(int, int) - Method in interface com.arcadedb.graph.EdgeSegment
 
removeEntry(int, int) - Method in class com.arcadedb.graph.MutableEdgeSegment
 
removeFile(int) - Method in class com.arcadedb.schema.LocalSchema
 
removeFromOCollection(Object, Collection<Object>, Object, boolean) - Static method in class com.arcadedb.query.sql.executor.MultiValue
 
removeFromUnmodifiableList(List<T>, T) - Static method in class com.arcadedb.utility.CollectionUtils
 
removeImmutableRecordsOfSamePage(RID) - Method in class com.arcadedb.database.TransactionContext
 
removeIndex(String) - Method in class com.arcadedb.database.TransactionIndexContext
 
removeIndexOnBucket(IndexInternal) - Method in class com.arcadedb.index.TypeIndex
 
removeIndexOnBucket(IndexInternal) - Method in class com.arcadedb.index.vector.HnswVectorIndex
 
removePageFromCache(PageId) - Method in class com.arcadedb.engine.PageManager
 
removePagesOfFile(int) - Method in class com.arcadedb.database.TransactionContext
 
removeProperty(String) - Method in class com.arcadedb.query.sql.executor.ResultInternal
 
removeProperty(String) - Method in class com.arcadedb.query.sql.executor.UpdatableResult
 
removeRecordFromCache(RID) - Method in class com.arcadedb.database.TransactionContext
 
removeSuperType(DocumentType) - Method in interface com.arcadedb.schema.DocumentType
 
removeSuperType(DocumentType) - Method in class com.arcadedb.schema.LocalDocumentType
Removes a super type from the current type.
removeSuperType(String) - Method in interface com.arcadedb.schema.DocumentType
 
removeSuperType(String) - Method in class com.arcadedb.schema.LocalDocumentType
Removes a super type (by its name) from the current type.
removeTempSuffix() - Method in class com.arcadedb.index.lsm.LSMTreeIndexAbstract
 
removeTempSuffix() - Method in class com.arcadedb.index.lsm.LSMTreeIndexMutable
 
removeTypeIndexInternal(TypeIndex) - Method in class com.arcadedb.schema.LocalDocumentType
 
removeVertex(RID) - Method in class com.arcadedb.graph.EdgeLinkedList
 
removeVertex(RID) - Method in interface com.arcadedb.graph.EdgeSegment
 
removeVertex(RID) - Method in class com.arcadedb.graph.MutableEdgeSegment
 
rename(String) - Method in class com.arcadedb.engine.ComponentFile
 
renameFile(File, File) - Static method in class com.arcadedb.utility.FileUtils
 
REPEATABLE_READ - com.arcadedb.database.Database.TRANSACTION_ISOLATION_LEVEL
 
requestAccessOnDatabase(SecurityDatabaseUser.DATABASE_ACCESS) - Method in interface com.arcadedb.security.SecurityDatabaseUser
 
requestAccessOnFile(int, SecurityDatabaseUser.ACCESS) - Method in interface com.arcadedb.security.SecurityDatabaseUser
 
requiresActiveTx() - Method in class com.arcadedb.database.async.DatabaseAsyncCompletion
 
requiresActiveTx() - Method in class com.arcadedb.database.async.DatabaseAsyncIndexCompaction
 
requiresActiveTx() - Method in interface com.arcadedb.database.async.DatabaseAsyncTask
 
requiresActiveTx() - Method in class com.arcadedb.database.async.DatabaseAsyncTransaction
 
reset() - Method in class com.arcadedb.ContextConfiguration
 
reset() - Method in class com.arcadedb.database.TransactionContext
 
reset() - Method in class com.arcadedb.database.TransactionIndexContext
 
reset() - Method in enum com.arcadedb.GlobalConfiguration
Reset the configuration to the default value.
reset() - Method in class com.arcadedb.graph.EdgeToVertexIterator
 
reset() - Method in class com.arcadedb.graph.ResettableIteratorBase
 
reset() - Method in class com.arcadedb.query.sql.executor.AbstractUnrollStep
 
reset() - Method in class com.arcadedb.query.sql.executor.AccumulatingTimeoutStep
 
reset() - Method in class com.arcadedb.query.sql.executor.CountFromIndexStep
 
reset() - Method in class com.arcadedb.query.sql.executor.CountFromTypeStep
 
reset() - Method in interface com.arcadedb.query.sql.executor.ExecutionStepInternal
 
reset() - Method in class com.arcadedb.query.sql.executor.FetchFromIndexedFunctionStep
 
reset() - Method in class com.arcadedb.query.sql.executor.FetchFromIndexStep
 
reset() - Method in class com.arcadedb.query.sql.executor.FetchFromResultsetStep
 
reset() - Method in class com.arcadedb.query.sql.executor.FetchFromRidsStep
 
reset() - Method in class com.arcadedb.query.sql.executor.InternalResultSet
 
reset() - Method in class com.arcadedb.query.sql.executor.MatchFirstStep
 
reset() - Method in class com.arcadedb.query.sql.executor.MatchPrefetchStep
 
reset() - Method in class com.arcadedb.query.sql.executor.MatchStep
 
reset() - Method in interface com.arcadedb.query.sql.executor.ResultSet
 
reset() - Method in class com.arcadedb.query.sql.parser.AggregateProjectionSplit
clean the content, but NOT the counter!
reset() - Method in class com.arcadedb.query.sql.parser.JJTSqlParserState
 
reset() - Method in class com.arcadedb.query.sql.parser.SubQueryCollector
clean the content, but NOT the counter!
reset() - Method in class com.arcadedb.utility.MultiIterator
 
reset() - Method in interface com.arcadedb.utility.ResettableIterator
 
reset(CommandContext) - Method in class com.arcadedb.query.sql.executor.DDLExecutionPlan
 
reset(CommandContext) - Method in class com.arcadedb.query.sql.executor.IfExecutionPlan
 
reset(CommandContext) - Method in class com.arcadedb.query.sql.executor.InsertExecutionPlan
 
reset(CommandContext) - Method in interface com.arcadedb.query.sql.executor.InternalExecutionPlan
 
reset(CommandContext) - Method in class com.arcadedb.query.sql.executor.ScriptExecutionPlan
 
reset(CommandContext) - Method in class com.arcadedb.query.sql.executor.SelectExecutionPlan
 
reset(CommandContext) - Method in class com.arcadedb.query.sql.executor.SingleOpExecutionPlan
 
reset(CommandContext) - Method in class com.arcadedb.query.sql.executor.UpdateExecutionPlan
 
RESET - com.arcadedb.utility.AnsiCode
 
resetAll() - Static method in enum com.arcadedb.GlobalConfiguration
Reset all the configurations to the default values.
ResettableIterator<T> - Interface in com.arcadedb.utility
Iterator can be reset to start from the beginning.
ResettableIteratorBase<T> - Class in com.arcadedb.graph
 
ResettableIteratorBase(DatabaseInternal, EdgeSegment) - Constructor for class com.arcadedb.graph.ResettableIteratorBase
 
resize(int) - Method in class com.arcadedb.index.vector.HnswVectorIndexRAM
Changes the maximum capacity of the index.
resolve(String) - Method in class com.arcadedb.utility.SystemVariableResolver
 
resolve(String) - Method in interface com.arcadedb.utility.VariableParserListener
 
resolveKeyFrom(BinaryCondition) - Method in class com.arcadedb.query.sql.parser.BinaryCondition
 
resolveKeyFrom(BinaryCondition) - Method in class com.arcadedb.query.sql.parser.BooleanExpression
 
resolveKeyFrom(BinaryCondition) - Method in class com.arcadedb.query.sql.parser.ContainsAnyCondition
 
resolveKeyFrom(BinaryCondition) - Method in class com.arcadedb.query.sql.parser.InCondition
 
resolveKeyTo(BinaryCondition) - Method in class com.arcadedb.query.sql.parser.BinaryCondition
 
resolveKeyTo(BinaryCondition) - Method in class com.arcadedb.query.sql.parser.BooleanExpression
 
resolveKeyTo(BinaryCondition) - Method in class com.arcadedb.query.sql.parser.ContainsAnyCondition
 
resolveKeyTo(BinaryCondition) - Method in class com.arcadedb.query.sql.parser.InCondition
 
resolveSystemVariables(String) - Method in class com.arcadedb.utility.SystemVariableResolver
 
resolveSystemVariables(String, String) - Method in class com.arcadedb.utility.SystemVariableResolver
 
resolveVariable(String) - Static method in class com.arcadedb.utility.SystemVariableResolver
 
resolveVariables(String, String, String, VariableParserListener) - Static method in class com.arcadedb.utility.VariableParser
 
resolveVariables(String, String, String, VariableParserListener, Object) - Static method in class com.arcadedb.utility.VariableParser
 
ResourcePathItem - Class in com.arcadedb.query.sql.parser
 
ResourcePathItem(int) - Constructor for class com.arcadedb.query.sql.parser.ResourcePathItem
 
restrictedPackages - Variable in class com.arcadedb.query.polyglot.GraalPolyglotEngine
 
result - Variable in class com.arcadedb.database.TransactionContext.TransactionPhase1
 
Result - Interface in com.arcadedb.query.sql.executor
Created by luigidellaquila on 21/07/16.
ResultInternal - Class in com.arcadedb.query.sql.executor
Created by luigidellaquila on 06/07/16.
ResultInternal() - Constructor for class com.arcadedb.query.sql.executor.ResultInternal
 
ResultInternal(Identifiable) - Constructor for class com.arcadedb.query.sql.executor.ResultInternal
 
ResultInternal(Map<String, Object>) - Constructor for class com.arcadedb.query.sql.executor.ResultInternal
 
results - Variable in class com.arcadedb.query.sql.executor.AbstractTraverseStep
 
resultSet - Variable in class com.arcadedb.query.sql.parser.FromItem
 
ResultSet - Interface in com.arcadedb.query.sql.executor
Result set returned from queries.
resultsetToListOfDocuments(ResultSet) - Static method in class com.arcadedb.utility.CollectionUtils
 
resultsProcessed - Variable in class com.arcadedb.query.sql.executor.BasicCommandContext
 
retainAll(Collection<?>) - Method in class com.arcadedb.query.sql.executor.RidSet
 
retries - Variable in class com.arcadedb.database.async.DatabaseAsyncTransaction
 
retry - Variable in class com.arcadedb.query.sql.parser.CommitStatement
 
Retry - Class in com.arcadedb.query.sql.parser
 
Retry(int) - Constructor for class com.arcadedb.query.sql.parser.Retry
 
Retry() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
RETRY - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
RetryExecutionPlan - Class in com.arcadedb.query.sql.executor
 
RetryExecutionPlan(CommandContext) - Constructor for class com.arcadedb.query.sql.executor.RetryExecutionPlan
 
RetryStep - Class in com.arcadedb.query.sql.executor
 
RetryStep(List<Statement>, int, List<Statement>, Boolean, CommandContext, boolean) - Constructor for class com.arcadedb.query.sql.executor.RetryStep
 
RETURN - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
RETURN - Static variable in class com.arcadedb.query.sql.parser.Timeout
 
returnAfter - Variable in class com.arcadedb.query.sql.executor.UpdateExecutionPlanner
 
returnAfter - Variable in class com.arcadedb.query.sql.parser.UpdateStatement
 
returnAliases - Variable in class com.arcadedb.query.sql.executor.MatchExecutionPlanner
 
returnAliases - Variable in class com.arcadedb.query.sql.parser.MatchStatement
 
returnBefore - Variable in class com.arcadedb.query.sql.executor.UpdateExecutionPlanner
 
returnBefore - Variable in class com.arcadedb.query.sql.parser.DeleteStatement
 
returnBefore - Variable in class com.arcadedb.query.sql.parser.UpdateStatement
 
returnCount - Variable in class com.arcadedb.query.sql.executor.UpdateExecutionPlanner
 
returnCount - Variable in class com.arcadedb.query.sql.parser.UpdateStatement
 
returnDistinct - Variable in class com.arcadedb.query.sql.parser.MatchStatement
 
returned - Variable in class com.arcadedb.query.select.SelectIterator
 
returnItems - Variable in class com.arcadedb.query.sql.executor.MatchExecutionPlanner
 
returnItems - Variable in class com.arcadedb.query.sql.parser.MatchStatement
 
ReturnMatchElementsStep - Class in com.arcadedb.query.sql.executor
Created by luigidellaquila on 12/10/16.
ReturnMatchElementsStep(CommandContext, boolean) - Constructor for class com.arcadedb.query.sql.executor.ReturnMatchElementsStep
 
ReturnMatchPathElementsStep - Class in com.arcadedb.query.sql.executor
Created by luigidellaquila on 12/10/16.
ReturnMatchPathElementsStep(CommandContext, boolean) - Constructor for class com.arcadedb.query.sql.executor.ReturnMatchPathElementsStep
 
ReturnMatchPathsStep - Class in com.arcadedb.query.sql.executor
Created by luigidellaquila on 12/10/16.
ReturnMatchPathsStep(CommandContext, boolean) - Constructor for class com.arcadedb.query.sql.executor.ReturnMatchPathsStep
 
ReturnMatchPatternsStep - Class in com.arcadedb.query.sql.executor
Created by luigidellaquila on 12/10/16.
ReturnMatchPatternsStep(CommandContext, boolean) - Constructor for class com.arcadedb.query.sql.executor.ReturnMatchPatternsStep
 
returnNestedProjections - Variable in class com.arcadedb.query.sql.executor.MatchExecutionPlanner
 
returnNestedProjections - Variable in class com.arcadedb.query.sql.parser.MatchStatement
 
returnProjection - Variable in class com.arcadedb.query.sql.executor.UpdateExecutionPlanner
 
returnProjection - Variable in class com.arcadedb.query.sql.parser.UpdateStatement
 
returnsElements() - Method in class com.arcadedb.query.sql.parser.MatchStatement
 
returnsPathElements() - Method in class com.arcadedb.query.sql.parser.MatchStatement
 
returnsPaths() - Method in class com.arcadedb.query.sql.parser.MatchStatement
 
returnsPatterns() - Method in class com.arcadedb.query.sql.parser.MatchStatement
 
returnStatement - Variable in class com.arcadedb.query.sql.executor.InsertExecutionPlanner
 
ReturnStatement - Class in com.arcadedb.query.sql.parser
 
ReturnStatement(int) - Constructor for class com.arcadedb.query.sql.parser.ReturnStatement
 
ReturnStatement() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
ReturnStep - Class in com.arcadedb.query.sql.executor
Created by luigidellaquila on 11/10/16.
ReturnStep(SimpleExecStatement, CommandContext, boolean) - Constructor for class com.arcadedb.query.sql.executor.ReturnStep
 
reusable - Variable in class com.arcadedb.database.Binary
 
REVERSE_VIDEO - com.arcadedb.utility.AnsiCode
 
REVOKE - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
rewind() - Method in class com.arcadedb.database.Binary
 
rid - Variable in class com.arcadedb.database.BaseRecord
 
rid - Variable in class com.arcadedb.database.TransactionIndexContext.IndexKey
 
rid - Variable in class com.arcadedb.query.sql.parser.ArraySelector
 
rid - Variable in class com.arcadedb.query.sql.parser.DeleteEdgeStatement
 
rid - Variable in class com.arcadedb.query.sql.parser.Expression
 
rid - Variable in class com.arcadedb.query.sql.parser.MatchFilterItem
 
Rid - Class in com.arcadedb.query.sql.parser
 
Rid(int) - Constructor for class com.arcadedb.query.sql.parser.Rid
 
Rid(RID) - Constructor for class com.arcadedb.query.sql.parser.Rid
 
Rid() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
RID - Class in com.arcadedb.database
It represents the logical address of a record in the database.
RID - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
RID(int, long) - Constructor for class com.arcadedb.database.RID
 
RID(BasicDatabase, int, long) - Constructor for class com.arcadedb.database.RID
 
RID(BasicDatabase, String) - Constructor for class com.arcadedb.database.RID
 
RID(String) - Constructor for class com.arcadedb.database.RID
 
RID_ATTR - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
RID_ID_ATTR - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
RID_POS_ATTR - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
RID_STRING - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
rids - Variable in class com.arcadedb.query.sql.executor.DeleteEdgeExecutionPlanner
 
rids - Variable in class com.arcadedb.query.sql.parser.DeleteEdgeStatement
 
rids - Variable in class com.arcadedb.query.sql.parser.FromItem
 
RidSet - Class in com.arcadedb.query.sql.executor
Special implementation of Java Set<ORID> to efficiently handle memory and performance.
RidSet() - Constructor for class com.arcadedb.query.sql.executor.RidSet
instantiates an ORidSet with a bucket size of Integer.MAX_VALUE / 10
RidSet(int) - Constructor for class com.arcadedb.query.sql.executor.RidSet
 
RidSetIterator - Class in com.arcadedb.query.sql.executor
Created by luigidellaquila on 25/10/16.
right - Variable in class com.arcadedb.query.select.SelectTreeNode
 
right - Variable in class com.arcadedb.query.sql.parser.BinaryCondition
 
right - Variable in class com.arcadedb.query.sql.parser.ContainsAllCondition
 
right - Variable in class com.arcadedb.query.sql.parser.ContainsAnyCondition
 
right - Variable in class com.arcadedb.query.sql.parser.ContainsCondition
 
right - Variable in class com.arcadedb.query.sql.parser.ContainsTextCondition
 
right - Variable in class com.arcadedb.query.sql.parser.InCondition
 
right - Variable in class com.arcadedb.query.sql.parser.InsertSetExpression
 
right - Variable in class com.arcadedb.query.sql.parser.InstanceofCondition
 
right - Variable in class com.arcadedb.query.sql.parser.JsonItem
 
right - Variable in class com.arcadedb.query.sql.parser.MatchesCondition
 
right - Variable in class com.arcadedb.query.sql.parser.NotInCondition
 
right - Variable in class com.arcadedb.query.sql.parser.UpdateAddItem
 
right - Variable in class com.arcadedb.query.sql.parser.UpdateIncrementItem
 
right - Variable in class com.arcadedb.query.sql.parser.UpdateItem
 
RIGHT - com.arcadedb.utility.TableFormatter.ALIGNMENT
 
RightBinaryCondition - Class in com.arcadedb.query.sql.parser
 
RightBinaryCondition(int) - Constructor for class com.arcadedb.query.sql.parser.RightBinaryCondition
 
RightBinaryCondition() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
rightBlock - Variable in class com.arcadedb.query.sql.parser.ContainsAllCondition
 
rightBlock - Variable in class com.arcadedb.query.sql.parser.ContainsAnyCondition
 
rightBorder - Variable in class com.arcadedb.utility.TableFormatter
 
rightExpression - Variable in class com.arcadedb.query.sql.executor.CreateEdgeExecutionPlanner
 
rightExpression - Variable in class com.arcadedb.query.sql.parser.CreateEdgeStatement
 
rightExpression - Variable in class com.arcadedb.query.sql.parser.DeleteEdgeStatement
 
rightExpression - Variable in class com.arcadedb.query.sql.parser.MatchesCondition
 
rightExpressions - Variable in class com.arcadedb.query.sql.parser.IndexMatchCondition
 
rightMathExpression - Variable in class com.arcadedb.query.sql.parser.InCondition
 
rightMathExpression - Variable in class com.arcadedb.query.sql.parser.NotInCondition
 
rightParam - Variable in class com.arcadedb.query.sql.parser.InCondition
 
rightParam - Variable in class com.arcadedb.query.sql.parser.MatchesCondition
 
rightParam - Variable in class com.arcadedb.query.sql.parser.NotInCondition
 
rightStatement - Variable in class com.arcadedb.query.sql.parser.InCondition
 
rightStatement - Variable in class com.arcadedb.query.sql.parser.NotInCondition
 
rightString - Variable in class com.arcadedb.query.sql.parser.InstanceofCondition
 
rightWildcard - Variable in class com.arcadedb.query.sql.parser.NestedProjectionItem
 
rnd - Static variable in class com.arcadedb.query.sql.function.graph.SQLFunctionHeuristicPathFinderAbstract
 
rollback() - Method in interface com.arcadedb.database.BasicDatabase
Rolls back the current transaction.
rollback() - Method in class com.arcadedb.database.LocalDatabase
 
rollback() - Method in interface com.arcadedb.database.Transaction
 
rollback() - Method in class com.arcadedb.database.TransactionContext
 
ROLLBACK - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
rollbackAllNested() - Method in interface com.arcadedb.database.Database
Rolls back all the nested transactions if any.
rollbackAllNested() - Method in class com.arcadedb.database.LocalDatabase
 
RollbackStatement - Class in com.arcadedb.query.sql.parser
 
RollbackStatement(int) - Constructor for class com.arcadedb.query.sql.parser.RollbackStatement
 
RollbackStatement() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
RoundRobinBucketSelectionStrategy - Class in com.arcadedb.database.bucketselectionstrategy
Default round-robin implementation that uses all the available buckets.
RoundRobinBucketSelectionStrategy() - Constructor for class com.arcadedb.database.bucketselectionstrategy.RoundRobinBucketSelectionStrategy
 
route - Variable in class com.arcadedb.query.sql.function.graph.SQLFunctionHeuristicPathFinderAbstract
 
RPAREN - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
RSHIFT - com.arcadedb.query.sql.parser.MathExpression.Operator
 
RSHIFT - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
RSIGNEDSHIFTASSIGN - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
run - com.arcadedb.query.select.SelectOperator
 
run() - Method in class com.arcadedb.database.async.DatabaseAsyncExecutorImpl.AsyncThread
 
run() - Method in class com.arcadedb.engine.PageManagerFlushThread
 
run() - Method in class com.arcadedb.utility.SoftThread
 
RUNSIGNEDSHIFT - com.arcadedb.query.sql.parser.MathExpression.Operator
 
RUNSIGNEDSHIFT - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
RUNSIGNEDSHIFTASSIGN - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
RWLockContext - Class in com.arcadedb.utility
 
RWLockContext() - Constructor for class com.arcadedb.utility.RWLockContext
 

S

save() - Method in class com.arcadedb.database.MutableDocument
 
save() - Method in class com.arcadedb.database.MutableEmbeddedDocument
 
save() - Method in class com.arcadedb.graph.MutableEdge
 
save() - Method in class com.arcadedb.graph.MutableVertex
 
save() - Method in class com.arcadedb.index.vector.HnswVectorIndex
 
save(OutputStream) - Method in class com.arcadedb.index.vector.HnswVectorIndex
 
save(OutputStream) - Method in class com.arcadedb.index.vector.HnswVectorIndexRAM
save(String) - Method in class com.arcadedb.database.MutableDocument
 
save(String) - Method in class com.arcadedb.database.MutableEmbeddedDocument
 
save(String) - Method in class com.arcadedb.graph.MutableEdge
 
save(String) - Method in class com.arcadedb.graph.MutableVertex
 
saveConfiguration() - Method in interface com.arcadedb.database.DatabaseInternal
 
saveConfiguration() - Method in class com.arcadedb.database.LocalDatabase
 
saveConfiguration() - Method in class com.arcadedb.schema.LocalSchema
 
SaveElementStep - Class in com.arcadedb.query.sql.executor
 
SaveElementStep(CommandContext, boolean) - Constructor for class com.arcadedb.query.sql.executor.SaveElementStep
 
SaveElementStep(CommandContext, Identifier, boolean) - Constructor for class com.arcadedb.query.sql.executor.SaveElementStep
 
SC_AND - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
SC_OR - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
scan(RawRecordCallback, ErrorRecordCallback) - Method in interface com.arcadedb.engine.Bucket
 
scan(RawRecordCallback, ErrorRecordCallback) - Method in class com.arcadedb.engine.LocalBucket
 
scanBucket - Variable in class com.arcadedb.database.DatabaseStats
 
scanBucket(String, RecordCallback) - Method in interface com.arcadedb.database.Database
Scans the records contained in the specified bucket.
scanBucket(String, RecordCallback) - Method in class com.arcadedb.database.LocalDatabase
 
scanBucket(String, RecordCallback, ErrorRecordCallback) - Method in interface com.arcadedb.database.Database
Scans the records contained in the specified bucket.
scanBucket(String, RecordCallback, ErrorRecordCallback) - Method in class com.arcadedb.database.LocalDatabase
 
scanType - Variable in class com.arcadedb.database.DatabaseStats
 
scanType(String, boolean, DocumentCallback) - Method in interface com.arcadedb.database.async.DatabaseAsyncExecutor
Schedules the scan of the records contained in all the buckets defined by a type.
scanType(String, boolean, DocumentCallback) - Method in class com.arcadedb.database.async.DatabaseAsyncExecutorImpl
 
scanType(String, boolean, DocumentCallback) - Method in interface com.arcadedb.database.Database
Scans the records contained in all the buckets defined by a type.
scanType(String, boolean, DocumentCallback) - Method in class com.arcadedb.database.LocalDatabase
 
scanType(String, boolean, DocumentCallback, ErrorRecordCallback) - Method in interface com.arcadedb.database.async.DatabaseAsyncExecutor
Schedules the scan of the records contained in all the buckets defined by a type.
scanType(String, boolean, DocumentCallback, ErrorRecordCallback) - Method in class com.arcadedb.database.async.DatabaseAsyncExecutorImpl
 
scanType(String, boolean, DocumentCallback, ErrorRecordCallback) - Method in interface com.arcadedb.database.Database
Scans the records contained in all the buckets defined by a type.
scanType(String, boolean, DocumentCallback, ErrorRecordCallback) - Method in class com.arcadedb.database.LocalDatabase
 
scheduleCompaction() - Method in interface com.arcadedb.index.IndexInternal
 
scheduleCompaction() - Method in class com.arcadedb.index.lsm.LSMTreeFullTextIndex
 
scheduleCompaction() - Method in class com.arcadedb.index.lsm.LSMTreeIndex
 
scheduleCompaction() - Method in class com.arcadedb.index.TypeIndex
 
scheduleCompaction() - Method in class com.arcadedb.index.vector.HnswVectorIndex
 
scheduledTasks - Variable in class com.arcadedb.database.async.DatabaseAsyncExecutorImpl.DBAsyncStats
 
scheduleFlushOfPages(List<MutablePage>) - Method in class com.arcadedb.engine.PageManagerFlushThread
 
scheduleTask(int, DatabaseAsyncTask, boolean, int) - Method in class com.arcadedb.database.async.DatabaseAsyncExecutorImpl
Schedule a task to be executed by parallel executors.
schema - Variable in class com.arcadedb.database.LocalDatabase
 
schema - Variable in class com.arcadedb.query.sql.parser.FromItem
 
schema - Variable in class com.arcadedb.schema.LocalDocumentType
 
Schema - Interface in com.arcadedb.schema
 
SCHEMA - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
SCHEMA_FILE_NAME - Static variable in class com.arcadedb.schema.LocalSchema
 
SCHEMA_IDENTIFIER - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
SCHEMA_PREV_FILE_NAME - Static variable in class com.arcadedb.schema.LocalSchema
 
Schema.INDEX_TYPE - Enum in com.arcadedb.schema
 
SchemaException - Exception in com.arcadedb.exception
 
SchemaException(String) - Constructor for exception com.arcadedb.exception.SchemaException
 
SchemaException(String, Exception) - Constructor for exception com.arcadedb.exception.SchemaException
 
SchemaIdentifier - Class in com.arcadedb.query.sql.parser
 
SchemaIdentifier(int) - Constructor for class com.arcadedb.query.sql.parser.SchemaIdentifier
 
SchemaIdentifier() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
score - Variable in class com.arcadedb.index.IndexCursorEntry
 
ScriptExecutionPlan - Class in com.arcadedb.query.sql.executor
 
ScriptExecutionPlan(CommandContext) - Constructor for class com.arcadedb.query.sql.executor.ScriptExecutionPlan
 
ScriptLineStep - Class in com.arcadedb.query.sql.executor
 
ScriptLineStep(InternalExecutionPlan, CommandContext, boolean) - Constructor for class com.arcadedb.query.sql.executor.ScriptLineStep
 
searchFromTarget(FromClause, BinaryCompareOperator, Object, CommandContext, Expression[]) - Method in interface com.arcadedb.query.sql.executor.IndexableSQLFunction
 
searchInCompactedIndex(Object[], Object[], int, Set<IndexCursorEntry>, Set<RID>) - Method in class com.arcadedb.index.lsm.LSMTreeIndexCompacted
 
second - Variable in class com.arcadedb.query.sql.parser.BetweenCondition
 
SecurityDatabaseUser - Interface in com.arcadedb.security
Security user for a database.
SecurityDatabaseUser.ACCESS - Enum in com.arcadedb.security
 
SecurityDatabaseUser.DATABASE_ACCESS - Enum in com.arcadedb.security
 
SecurityManager - Interface in com.arcadedb.security
Base security at server level.
SecurityUser - Interface in com.arcadedb.security
Security user at global level.
select - Variable in class com.arcadedb.query.select.SelectWhereBaseBlock
 
select() - Method in interface com.arcadedb.database.Database
 
select() - Method in class com.arcadedb.database.LocalDatabase
 
Select - Class in com.arcadedb.query.select
Native Query engine is a simple query engine that covers most of the classic use cases, such as the retrieval of records with a where condition.
Select(DatabaseInternal) - Constructor for class com.arcadedb.query.select.Select
 
SELECT - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
SelectCompiled - Class in com.arcadedb.query.select
Native Query engine is a simple query engine that covers most of the classic use cases, such as the retrieval of records with a where condition.
SelectCompiled(Select) - Constructor for class com.arcadedb.query.select.SelectCompiled
 
SelectExecutionPlan - Class in com.arcadedb.query.sql.executor
Created by luigidellaquila on 06/07/16.
SelectExecutionPlan(CommandContext) - Constructor for class com.arcadedb.query.sql.executor.SelectExecutionPlan
 
SelectExecutionPlanner - Class in com.arcadedb.query.sql.executor
 
SelectExecutionPlanner(SelectStatement) - Constructor for class com.arcadedb.query.sql.executor.SelectExecutionPlanner
 
SelectExecutor - Class in com.arcadedb.query.select
Native Query engine is a simple query engine that covers most of the classic use cases, such as the retrieval of records with a where condition.
SelectExecutor(Select) - Constructor for class com.arcadedb.query.select.SelectExecutor
 
SelectIterator<T extends Document> - Class in com.arcadedb.query.select
Query iterator returned from queries.
SelectIterator(SelectExecutor, Iterator<? extends Identifiable>, boolean) - Constructor for class com.arcadedb.query.select.SelectIterator
 
SelectOperator - Enum in com.arcadedb.query.select
Native condition with support for simple operators through inheritance.
SelectParallelIterator<T extends Document> - Class in com.arcadedb.query.select
Query iterator returned from queries.
SelectParallelIterator(SelectExecutor, Iterator<? extends Identifiable>, boolean) - Constructor for class com.arcadedb.query.select.SelectParallelIterator
 
SelectParameterValue - Class in com.arcadedb.query.select
 
SelectParameterValue(Select, String) - Constructor for class com.arcadedb.query.select.SelectParameterValue
 
SelectPropertyValue - Class in com.arcadedb.query.select
 
SelectPropertyValue(String) - Constructor for class com.arcadedb.query.select.SelectPropertyValue
 
SelectRuntimeValue - Interface in com.arcadedb.query.select
 
selectStatement - Variable in class com.arcadedb.query.sql.executor.InsertExecutionPlanner
 
SelectStatement - Class in com.arcadedb.query.sql.parser
 
SelectStatement(int) - Constructor for class com.arcadedb.query.sql.parser.SelectStatement
 
SelectStatement() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
SelectTreeNode - Class in com.arcadedb.query.select
Native condition representation in a tree.
SelectTreeNode(Object, SelectOperator, Object) - Constructor for class com.arcadedb.query.select.SelectTreeNode
 
SelectWhereAfterBlock - Class in com.arcadedb.query.select
Native Query engine is a simple query engine that covers most of the classic use cases, such as the retrieval of records with a where condition.
SelectWhereAfterBlock(Select) - Constructor for class com.arcadedb.query.select.SelectWhereAfterBlock
 
SelectWhereBaseBlock - Class in com.arcadedb.query.select
Native Query engine is a simple query engine that covers most of the classic use cases, such as the retrieval of records with a where condition.
SelectWhereBaseBlock(Select) - Constructor for class com.arcadedb.query.select.SelectWhereBaseBlock
 
SelectWhereLeftBlock - Class in com.arcadedb.query.select
Native Query engine is a simple query engine that covers most of the classic use cases, such as the retrieval of records with a where condition.
SelectWhereLeftBlock(Select) - Constructor for class com.arcadedb.query.select.SelectWhereLeftBlock
 
SelectWhereOperatorBlock - Class in com.arcadedb.query.select
Native Query engine is a simple query engine that covers most of the classic use cases, such as the retrieval of records with a where condition.
SelectWhereOperatorBlock(Select) - Constructor for class com.arcadedb.query.select.SelectWhereOperatorBlock
 
SelectWhereRightBlock - Class in com.arcadedb.query.select
Native Query engine is a simple query engine that covers most of the classic use cases, such as the retrieval of records with a where condition.
SelectWhereRightBlock(Select) - Constructor for class com.arcadedb.query.select.SelectWhereRightBlock
 
SelectWithoutTargetStatement - Class in com.arcadedb.query.sql.parser
 
SelectWithoutTargetStatement(int) - Constructor for class com.arcadedb.query.sql.parser.SelectWithoutTargetStatement
 
SelectWithoutTargetStatement() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
self - Variable in class com.arcadedb.query.sql.parser.LevelZeroIdentifier
 
semaphore - Variable in class com.arcadedb.database.async.DatabaseAsyncBrowseIterator
 
semaphore - Variable in class com.arcadedb.database.async.DatabaseAsyncScanBucket
 
SEMICOLON - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
sendShutdown() - Method in class com.arcadedb.utility.SoftThread
 
sendTimeout() - Method in class com.arcadedb.query.sql.executor.AbstractExecutionStep
 
sendTimeout() - Method in class com.arcadedb.query.sql.executor.DistinctExecutionStep
 
sendTimeout() - Method in interface com.arcadedb.query.sql.executor.ExecutionStepInternal
 
sendTimeout() - Method in class com.arcadedb.query.sql.executor.FetchFromClustersExecutionStep
 
sendTimeout() - Method in class com.arcadedb.query.sql.executor.FetchFromTypeExecutionStep
 
sendTimeout() - Method in class com.arcadedb.query.sql.executor.LimitExecutionStep
 
sendTimeout() - Method in class com.arcadedb.query.sql.executor.SkipExecutionStep
 
SerializationException - Exception in com.arcadedb.exception
 
SerializationException(String) - Constructor for exception com.arcadedb.exception.SerializationException
 
SerializationException(String, IOException) - Constructor for exception com.arcadedb.exception.SerializationException
 
serialize(DatabaseInternal, Record) - Method in class com.arcadedb.serializer.BinarySerializer
 
serializeDocument(DatabaseInternal, Document) - Method in class com.arcadedb.serializer.BinarySerializer
 
serializeDocument(Document) - Method in class com.arcadedb.serializer.JsonSerializer
 
serializeEdge(DatabaseInternal, Edge) - Method in class com.arcadedb.serializer.BinarySerializer
 
serializeEdgeContainer(EdgeSegment) - Method in class com.arcadedb.serializer.BinarySerializer
 
serializeGraphElement(Document) - Method in class com.arcadedb.serializer.JsonGraphSerializer
 
serializeGraphElement(Document, JSONObject) - Method in class com.arcadedb.serializer.JsonGraphSerializer
 
serializeProperties(Database, Document, Binary, Binary) - Method in class com.arcadedb.serializer.BinarySerializer
 
serializer - Variable in class com.arcadedb.database.LocalDatabase
 
serializer - Variable in class com.arcadedb.index.CompressedRID2RIDIndex
 
serializer - Variable in class com.arcadedb.index.CompressedRID2RIDsIndex
 
serializer - Variable in class com.arcadedb.index.lsm.LSMTreeIndexAbstract
 
serializer - Variable in class com.arcadedb.index.lsm.LSMTreeIndexUnderlyingAbstractCursor
 
serializeResult(Database, Result) - Method in class com.arcadedb.serializer.JsonSerializer
 
serializeValue(Database, Binary, byte, Object) - Method in class com.arcadedb.serializer.BinarySerializer
 
serializeVertex(DatabaseInternal, VertexInternal) - Method in class com.arcadedb.serializer.BinarySerializer
 
SERVER - com.arcadedb.GlobalConfiguration.SCOPE
 
SERVER_BACKUP_DIRECTORY - com.arcadedb.GlobalConfiguration
 
SERVER_DATABASE_DIRECTORY - com.arcadedb.GlobalConfiguration
 
SERVER_DATABASE_LOADATSTARTUP - com.arcadedb.GlobalConfiguration
 
SERVER_DEFAULT_DATABASE_MODE - com.arcadedb.GlobalConfiguration
 
SERVER_DEFAULT_DATABASES - com.arcadedb.GlobalConfiguration
 
SERVER_HTTP_INCOMING_HOST - com.arcadedb.GlobalConfiguration
 
SERVER_HTTP_INCOMING_PORT - com.arcadedb.GlobalConfiguration
 
SERVER_HTTP_IO_THREADS - com.arcadedb.GlobalConfiguration
 
SERVER_HTTP_SESSION_EXPIRE_TIMEOUT - com.arcadedb.GlobalConfiguration
 
SERVER_HTTPS_INCOMING_PORT - com.arcadedb.GlobalConfiguration
 
SERVER_METRICS - com.arcadedb.GlobalConfiguration
 
SERVER_MODE - com.arcadedb.GlobalConfiguration
 
SERVER_NAME - com.arcadedb.GlobalConfiguration
 
SERVER_PLUGINS - com.arcadedb.GlobalConfiguration
 
SERVER_ROOT_PASSWORD - com.arcadedb.GlobalConfiguration
 
SERVER_ROOT_PASSWORD_PATH - com.arcadedb.GlobalConfiguration
 
SERVER_ROOT_PATH - com.arcadedb.GlobalConfiguration
 
SERVER_SECURITY_ALGORITHM - com.arcadedb.GlobalConfiguration
 
SERVER_SECURITY_RELOAD_EVERY - com.arcadedb.GlobalConfiguration
 
SERVER_SECURITY_SALT_CACHE_SIZE - com.arcadedb.GlobalConfiguration
 
SERVER_SECURITY_SALT_ITERATIONS - com.arcadedb.GlobalConfiguration
 
SERVER_WS_EVENT_BUS_QUEUE_SIZE - com.arcadedb.GlobalConfiguration
 
set(Object...) - Method in class com.arcadedb.database.MutableDocument
Sets the property values in the document.
set(Object...) - Method in class com.arcadedb.graph.MutableEdge
 
set(Object...) - Method in class com.arcadedb.graph.MutableVertex
 
set(String, Object) - Method in class com.arcadedb.database.MutableDocument
Sets the property value in the document.
set(String, Object) - Method in class com.arcadedb.graph.MutableEdge
 
set(String, Object) - Method in class com.arcadedb.graph.MutableVertex
 
set(Map<String, Object>) - Method in class com.arcadedb.database.MutableDocument
Sets the property values in the document from a map.
set(Map<String, Object>) - Method in class com.arcadedb.graph.MutableEdge
 
SET - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
setActive(boolean) - Method in class com.arcadedb.engine.WALFile
 
setAggregate(List<ProjectionItem>) - Method in class com.arcadedb.query.sql.parser.AggregateProjectionSplit
 
setAlias(Identifier) - Method in class com.arcadedb.query.sql.parser.ProjectionItem
 
setAlias(String) - Method in class com.arcadedb.query.sql.parser.MatchFilter
 
setAlias(String) - Method in class com.arcadedb.query.sql.parser.OrderByItem
 
setAll(boolean) - Method in class com.arcadedb.query.sql.parser.ProjectionItem
 
setAllocationChunkSize(int) - Method in class com.arcadedb.database.Binary
 
setAllowedPackages(List<String>) - Method in class com.arcadedb.query.polyglot.GraalPolyglotEngine.Builder
 
setAllowedPackages(List<String>) - Method in class com.arcadedb.query.polyglot.PolyglotQueryEngine.PolyglotQueryEngineFactory
 
setArrayConcatExpression(ArrayConcatExpression) - Method in class com.arcadedb.query.sql.parser.Expression
 
setAssociatedIndex(IndexInternal) - Method in class com.arcadedb.index.TypeIndex
 
setAsyncFlush(boolean) - Method in interface com.arcadedb.database.Database
Changes the default asynchronous flush setting.
setAsyncFlush(boolean) - Method in class com.arcadedb.database.LocalDatabase
 
setAsyncFlush(boolean) - Method in interface com.arcadedb.database.Transaction
 
setAsyncFlush(boolean) - Method in class com.arcadedb.database.TransactionContext
 
setAttribute(String, Object) - Method in class com.arcadedb.query.polyglot.GraalPolyglotEngine
 
setAutoResizable(boolean) - Method in class com.arcadedb.database.Binary
 
setAutoTransaction(boolean) - Method in interface com.arcadedb.database.Database
 
setAutoTransaction(boolean) - Method in class com.arcadedb.database.DatabaseFactory
 
setAutoTransaction(boolean) - Method in class com.arcadedb.database.LocalDatabase
 
setBackPressure(int) - Method in interface com.arcadedb.database.async.DatabaseAsyncExecutor
Sets when the threshold when the backpressure is used.
setBackPressure(int) - Method in class com.arcadedb.database.async.DatabaseAsyncExecutorImpl
 
setBaseExpression(BooleanExpression) - Method in class com.arcadedb.query.sql.parser.WhereClause
 
setBucket(Bucket) - Method in class com.arcadedb.query.sql.parser.FromItem
 
setBucket(PInteger) - Method in class com.arcadedb.query.sql.parser.Rid
 
setBucketList(BucketList) - Method in class com.arcadedb.query.sql.parser.FromItem
 
setBuckets(Set<Object>) - Method in class com.arcadedb.engine.DatabaseChecker
 
setBucketSelectionStrategy(BucketSelectionStrategy) - Method in interface com.arcadedb.schema.DocumentType
 
setBucketSelectionStrategy(BucketSelectionStrategy) - Method in class com.arcadedb.schema.LocalDocumentType
 
setBucketSelectionStrategy(String, Object...) - Method in interface com.arcadedb.schema.DocumentType
 
setBucketSelectionStrategy(String, Object...) - Method in class com.arcadedb.schema.LocalDocumentType
 
setBuffer(Binary) - Method in class com.arcadedb.database.BaseRecord
 
setBuffer(Binary) - Method in class com.arcadedb.database.DetachedDocument
 
setBuffer(Binary) - Method in class com.arcadedb.database.MutableDocument
 
setBuffer(Binary) - Method in interface com.arcadedb.database.RecordInternal
 
setBuffer(Binary) - Method in class com.arcadedb.graph.MutableEdge
 
setBuffer(Binary) - Method in class com.arcadedb.graph.MutableVertex
 
setBufferPosition(int) - Method in class com.arcadedb.engine.BasePage
 
setCachedRecordCount(long) - Method in class com.arcadedb.engine.LocalBucket
 
setCheckForStalledQueuesMaxDelay(long) - Method in class com.arcadedb.database.async.DatabaseAsyncExecutorImpl
 
setChild(CommandContext) - Method in class com.arcadedb.query.sql.executor.BasicCommandContext
Set the inherited context avoid to copying all the values every time.
setChild(CommandContext) - Method in interface com.arcadedb.query.sql.executor.CommandContext
 
setChildExpressions(List<ArrayConcatExpressionElement>) - Method in class com.arcadedb.query.sql.parser.ArrayConcatExpression
 
setChildExpressions(List<MathExpression>) - Method in class com.arcadedb.query.sql.parser.MathExpression
 
setCollection(PCollection) - Method in class com.arcadedb.query.sql.parser.LevelZeroIdentifier
 
setColumnAlignment(String, TableFormatter.ALIGNMENT) - Method in class com.arcadedb.utility.TableFormatter
 
setColumnHidden(String) - Method in class com.arcadedb.utility.TableFormatter
 
setColumnMetadata(String, String, String) - Method in class com.arcadedb.utility.TableFormatter
 
setColumnSorting(String, boolean) - Method in class com.arcadedb.utility.TableFormatter
 
setCommand(String) - Method in exception com.arcadedb.exception.CommandSQLParsingException
 
setCommitEvery(int) - Method in interface com.arcadedb.database.async.DatabaseAsyncExecutor
Sets the amount of operations contained in a batch to be automatically committed when the batch is full.
setCommitEvery(int) - Method in class com.arcadedb.database.async.DatabaseAsyncExecutorImpl
 
setCompactedTotalPages() - Method in class com.arcadedb.index.lsm.LSMTreeIndexCompacted
 
setCondition(BooleanExpression) - Method in class com.arcadedb.query.sql.executor.IfStep
 
setConfiguration(ContextConfiguration) - Method in class com.arcadedb.query.sql.executor.BasicCommandContext
 
setConfiguration(ContextConfiguration) - Method in interface com.arcadedb.query.sql.executor.CommandContext
 
setConfiguration(Map<String, Object>) - Static method in enum com.arcadedb.GlobalConfiguration
Changes the configuration values in one shot by passing a Map of values.
setContentSize(int) - Method in class com.arcadedb.engine.MutablePage
 
setContext(String) - Method in class com.arcadedb.log.LogManager
 
setCost(long) - Method in class com.arcadedb.query.sql.executor.InfoExecutionStep
 
setCost(Integer) - Method in class com.arcadedb.query.sql.executor.InfoExecutionPlan
 
setCount(MutablePage, int) - Method in class com.arcadedb.index.lsm.LSMTreeIndexAbstract
 
setCurrentMutablePages(int) - Method in class com.arcadedb.index.lsm.LSMTreeIndexMutable
 
setCurrentUser(SecurityDatabaseUser) - Method in class com.arcadedb.database.DatabaseContext.DatabaseContextTL
 
setCustomValue(String, Object) - Method in interface com.arcadedb.schema.DocumentType
 
setCustomValue(String, Object) - Method in class com.arcadedb.schema.LocalDocumentType
 
setCustomValue(String, Object) - Method in class com.arcadedb.schema.LocalProperty
 
setCustomValue(String, Object) - Method in interface com.arcadedb.schema.Property
 
setDatabase(Database) - Method in class com.arcadedb.query.sql.executor.BasicCommandContext
 
setDateFormat(String) - Method in class com.arcadedb.schema.LocalSchema
 
setDateFormat(String) - Method in interface com.arcadedb.schema.Schema
 
setDateFormat(String) - Method in class com.arcadedb.serializer.json.JSONObject
Sets the format for dates.
setDateImplementation(Object) - Method in class com.arcadedb.serializer.BinarySerializer
 
setDateTimeFormat(String) - Method in class com.arcadedb.schema.LocalSchema
 
setDateTimeFormat(String) - Method in interface com.arcadedb.schema.Schema
 
setDateTimeImplementation(Object) - Method in class com.arcadedb.serializer.BinarySerializer
 
setDebug(boolean) - Method in class com.arcadedb.index.lsm.LSMTreeIndexCompactor
 
setDebugEnabled(boolean) - Method in class com.arcadedb.log.LogManager
 
setDebugStream(PrintStream) - Method in class com.arcadedb.query.sql.parser.SqlParserTokenManager
Set debug output.
setDefaultValue(Object) - Method in class com.arcadedb.schema.LocalProperty
 
setDefaultValue(Object) - Method in interface com.arcadedb.schema.Property
 
setDescription(String) - Method in class com.arcadedb.query.sql.executor.InfoExecutionStep
 
setDistinct(boolean) - Method in class com.arcadedb.query.sql.parser.Projection
 
SetDocumentStepStep - Class in com.arcadedb.query.sql.executor
Assigns a class to documents coming from upstream
SetDocumentStepStep(Identifier, CommandContext, boolean) - Constructor for class com.arcadedb.query.sql.executor.SetDocumentStepStep
 
setDumpExceptions(boolean) - Method in class com.arcadedb.utility.SoftThread
 
setEdgeListSize(int) - Method in interface com.arcadedb.database.Database
Modifies the default edge list initial size to hold and store edges.
setEdgeListSize(int) - Method in class com.arcadedb.database.LocalDatabase
 
setEf(int) - Method in class com.arcadedb.index.vector.HnswVectorIndexRAM
Set the size of the dynamic list for the nearest neighbors (used during the search)
setElement(Document) - Method in class com.arcadedb.query.sql.executor.ResultInternal
 
setEmbeddedDocument(EmbeddedDocument) - Method in interface com.arcadedb.database.EmbeddedModifier
 
setEmbeddedDocument(EmbeddedDocument) - Method in class com.arcadedb.database.EmbeddedModifierObject
 
setEmbeddedDocument(EmbeddedDocument) - Method in class com.arcadedb.database.EmbeddedModifierProperty
 
setEncoding(String) - Method in class com.arcadedb.schema.LocalSchema
 
setEncoding(String) - Method in interface com.arcadedb.schema.Schema
 
setEnv(String, String) - Static method in class com.arcadedb.utility.SystemVariableResolver
 
setEnv(Map<String, String>) - Static method in class com.arcadedb.utility.SystemVariableResolver
 
setExpandVertexEdges(boolean) - Method in class com.arcadedb.serializer.JsonGraphSerializer
 
setExpression(Expression) - Method in class com.arcadedb.query.sql.parser.IsNullCondition
 
setExpression(Expression) - Method in class com.arcadedb.query.sql.parser.LetItem
 
setExpression(Expression) - Method in class com.arcadedb.query.sql.parser.ProjectionItem
 
setExpressions - Variable in class com.arcadedb.query.sql.parser.InsertBody
 
setField(String, Object) - Method in class com.arcadedb.utility.TableFormatter.TableMapRow
 
setFileId(int) - Method in class com.arcadedb.engine.ComponentFile
 
setFilter(MatchFilter) - Method in class com.arcadedb.query.sql.parser.MatchPathItem
 
setFilter(WhereClause) - Method in class com.arcadedb.query.sql.parser.MatchFilter
 
setFix(boolean) - Method in class com.arcadedb.engine.DatabaseChecker
 
setFooter(TableFormatter.TableRow) - Method in class com.arcadedb.utility.TableFormatter
 
setFunction(FunctionCall) - Method in class com.arcadedb.query.sql.parser.MatchPathItemFirst
 
setFunctionCall(FunctionCall) - Method in class com.arcadedb.query.sql.parser.FromItem
 
setGroupBy(GroupBy) - Method in class com.arcadedb.query.sql.parser.MatchStatement
 
setIdentifier(BaseIdentifier) - Method in class com.arcadedb.query.sql.parser.BaseExpression
 
setIdentifier(Identifier) - Method in class com.arcadedb.query.sql.parser.FromItem
 
setIdentity(RID) - Method in class com.arcadedb.database.MutableDocument
 
setIdentity(RID) - Method in interface com.arcadedb.database.RecordInternal
 
setIdentity(RID) - Method in class com.arcadedb.graph.MutableEdgeSegment
 
setIn(RID) - Method in class com.arcadedb.graph.MutableEdge
 
setIncludeVertexEdges(boolean) - Method in class com.arcadedb.serializer.JsonSerializer
 
setIndex(IndexIdentifier) - Method in class com.arcadedb.query.sql.parser.FromItem
 
setIndexName(Identifier) - Method in class com.arcadedb.query.sql.parser.IndexIdentifier
 
setIndexNameString(String) - Method in class com.arcadedb.query.sql.parser.IndexIdentifier
 
setInEdgesHeadChunk(RID) - Method in class com.arcadedb.graph.ImmutableVertex
 
setInEdgesHeadChunk(RID) - Method in class com.arcadedb.graph.MutableVertex
 
setInEdgesHeadChunk(RID) - Method in interface com.arcadedb.graph.VertexInternal
 
setInputParam(InputParameter) - Method in class com.arcadedb.query.sql.parser.BaseExpression
 
setInputParam(InputParameter) - Method in class com.arcadedb.query.sql.parser.FromItem
 
setInputParameters(Object[]) - Method in class com.arcadedb.query.sql.executor.BasicCommandContext
 
setInputParameters(Map<String, Object>) - Method in class com.arcadedb.query.sql.executor.BasicCommandContext
 
setInputParameters(Map<String, Object>) - Method in interface com.arcadedb.query.sql.executor.CommandContext
 
setInputParams(List<InputParameter>) - Method in class com.arcadedb.query.sql.parser.FromItem
 
setItem(FromItem) - Method in class com.arcadedb.query.sql.parser.FromClause
 
setItems(List<MatchPathItem>) - Method in class com.arcadedb.query.sql.parser.MatchExpression
 
setItems(List<MatchPathItem>) - Method in class com.arcadedb.query.sql.parser.MultiMatchPathItem
 
setItems(List<OrderByItem>) - Method in class com.arcadedb.query.sql.parser.OrderBy
 
setItems(List<ProjectionItem>) - Method in class com.arcadedb.query.sql.parser.Projection
 
setJavaType(String) - Method in class com.arcadedb.query.sql.executor.InfoExecutionPlan
 
setJavaType(String) - Method in class com.arcadedb.query.sql.executor.InfoExecutionStep
 
setKeys(Map<String, TreeMap<TransactionIndexContext.ComparableKey, Map<TransactionIndexContext.IndexKey, TransactionIndexContext.IndexKey>>>) - Method in class com.arcadedb.database.TransactionIndexContext
 
setLanguage(String) - Method in class com.arcadedb.query.polyglot.GraalPolyglotEngine.Builder
 
setLeft(Expression) - Method in class com.arcadedb.query.sql.parser.BinaryCondition
 
setLeft(Expression) - Method in class com.arcadedb.query.sql.parser.ContainsAnyCondition
 
setLeft(Expression) - Method in class com.arcadedb.query.sql.parser.ContainsTextCondition
 
setLeft(Expression) - Method in class com.arcadedb.query.sql.parser.InCondition
 
setLeft(Identifier) - Method in class com.arcadedb.query.sql.parser.UpdateItem
 
setLeftBorder(boolean) - Method in class com.arcadedb.utility.TableFormatter
 
setLeftClass(String) - Method in class com.arcadedb.query.sql.executor.EdgeTraversal
 
setLeftCluster(String) - Method in class com.arcadedb.query.sql.executor.EdgeTraversal
 
setLeftFilter(WhereClause) - Method in class com.arcadedb.query.sql.executor.EdgeTraversal
 
setLeftModifier(Modifier) - Method in class com.arcadedb.query.sql.parser.UpdateItem
 
setLeftRid(Rid) - Method in class com.arcadedb.query.sql.executor.EdgeTraversal
 
setLegacy(boolean) - Method in class com.arcadedb.query.sql.parser.Rid
 
setLevelZero(LevelZeroIdentifier) - Method in class com.arcadedb.query.sql.parser.BaseIdentifier
 
setLimit(long) - Method in class com.arcadedb.utility.MultiIterator
 
setLimit(Limit) - Method in class com.arcadedb.query.sql.parser.Statement
 
setLogger(Logger) - Method in class com.arcadedb.log.LogManager
 
setMandatory(boolean) - Method in class com.arcadedb.schema.LocalProperty
 
setMandatory(boolean) - Method in interface com.arcadedb.schema.Property
 
setMatchExpressions(List<MatchExpression>) - Method in class com.arcadedb.query.sql.parser.MatchStatement
 
setMathExpression(MathExpression) - Method in class com.arcadedb.query.sql.parser.Expression
 
setMax(String) - Method in class com.arcadedb.schema.LocalProperty
 
setMax(String) - Method in interface com.arcadedb.schema.Property
 
setMaxDepth(PInteger) - Method in class com.arcadedb.query.sql.parser.TraverseStatement
 
setMaxExecutionTimeMs(long) - Method in class com.arcadedb.query.polyglot.GraalPolyglotEngine.Builder
 
setMaxMultiValueEntries(int) - Method in class com.arcadedb.utility.TableFormatter
 
setMaxNested(int) - Method in class com.arcadedb.database.DatabaseContext.DatabaseContextTL
 
setMaxWidthSize(int) - Method in class com.arcadedb.utility.TableFormatter
 
setMetadata(String, Object) - Method in class com.arcadedb.query.sql.executor.ResultInternal
 
setMetadata(String, String[], int) - Method in interface com.arcadedb.index.IndexInternal
 
setMetadata(String, String[], int) - Method in class com.arcadedb.index.lsm.LSMTreeFullTextIndex
 
setMetadata(String, String[], int) - Method in class com.arcadedb.index.lsm.LSMTreeIndex
 
setMetadata(String, String[], int) - Method in class com.arcadedb.index.TypeIndex
 
setMetadata(String, String[], int) - Method in class com.arcadedb.index.vector.HnswVectorIndex
 
setMethod(MethodCall) - Method in class com.arcadedb.query.sql.parser.MatchPathItem
 
setMin(String) - Method in class com.arcadedb.schema.LocalProperty
 
setMin(String) - Method in interface com.arcadedb.schema.Property
 
setModifier(Modifier) - Method in class com.arcadedb.query.sql.parser.BaseExpression
 
setModifier(Modifier) - Method in class com.arcadedb.query.sql.parser.FromItem
 
setModifier(Modifier) - Method in class com.arcadedb.query.sql.parser.OrderByItem
 
setMutable(MutablePage, boolean) - Method in class com.arcadedb.index.lsm.LSMTreeIndexAbstract
 
setName(String) - Method in class com.arcadedb.query.sql.executor.InfoExecutionStep
 
setName(String) - Method in class com.arcadedb.query.sql.parser.RecordAttribute
 
setNegate(boolean) - Method in class com.arcadedb.query.sql.parser.NotBlock
 
setNegativePlan(ScriptExecutionPlan) - Method in class com.arcadedb.query.sql.executor.IfStep
 
setNestedProjection(NestedProjection) - Method in class com.arcadedb.query.sql.parser.ProjectionItem
 
setNotMatchExpressions(List<MatchExpression>) - Method in class com.arcadedb.query.sql.parser.MatchStatement
 
setNotNull(boolean) - Method in class com.arcadedb.schema.LocalProperty
Sets the constraint `not null` for the current property.
setNotNull(boolean) - Method in interface com.arcadedb.schema.Property
 
setNullStrategy(LSMTreeIndexAbstract.NULL_STRATEGY) - Method in interface com.arcadedb.index.Index
 
setNullStrategy(LSMTreeIndexAbstract.NULL_STRATEGY) - Method in class com.arcadedb.index.lsm.LSMTreeFullTextIndex
 
setNullStrategy(LSMTreeIndexAbstract.NULL_STRATEGY) - Method in class com.arcadedb.index.lsm.LSMTreeIndex
 
setNullStrategy(LSMTreeIndexAbstract.NULL_STRATEGY) - Method in class com.arcadedb.index.TypeIndex
 
setNullStrategy(LSMTreeIndexAbstract.NULL_STRATEGY) - Method in class com.arcadedb.index.vector.HnswVectorIndex
 
setNullValue(String) - Method in class com.arcadedb.utility.TableFormatter
 
setOfType(String) - Method in class com.arcadedb.schema.LocalProperty
 
setOfType(String) - Method in interface com.arcadedb.schema.Property
 
setOnProperty(Property, CommandContext) - Method in class com.arcadedb.query.sql.parser.CreatePropertyAttributeStatement
 
setOperator(int) - Method in class com.arcadedb.query.sql.parser.UpdateItem
 
setOperator(BinaryCompareOperator) - Method in class com.arcadedb.query.sql.parser.BinaryCondition
 
setOrder(Object) - Method in class com.arcadedb.query.sql.executor.FetchFromClusterExecutionStep
 
setOrderBy(OrderBy) - Method in class com.arcadedb.query.sql.parser.MatchStatement
 
setOrigin(MatchFilter) - Method in class com.arcadedb.query.sql.parser.MatchExpression
 
setOriginalStatement(Statement) - Method in class com.arcadedb.query.sql.parser.Statement
 
setOut(RID) - Method in class com.arcadedb.graph.MutableEdge
 
setOutEdgesHeadChunk(RID) - Method in class com.arcadedb.graph.ImmutableVertex
 
setOutEdgesHeadChunk(RID) - Method in class com.arcadedb.graph.MutableVertex
 
setOutEdgesHeadChunk(RID) - Method in interface com.arcadedb.graph.VertexInternal
 
setOutput(OutputStream) - Method in class com.arcadedb.query.polyglot.GraalPolyglotEngine.Builder
 
setPageCount(int) - Method in class com.arcadedb.engine.PaginatedComponent
 
setParallelLevel(int) - Method in interface com.arcadedb.database.async.DatabaseAsyncExecutor
Changes the number of executor threads for asynchronous operations.
setParallelLevel(int) - Method in class com.arcadedb.database.async.DatabaseAsyncExecutorImpl
 
setParameter(String) - Method in class com.arcadedb.query.select.SelectWhereBaseBlock
 
setParams(List<Expression>) - Method in class com.arcadedb.query.sql.parser.FunctionCall
 
setParent(SelectTreeNode) - Method in class com.arcadedb.query.select.SelectTreeNode
 
setParent(CommandContext) - Method in class com.arcadedb.query.sql.executor.BasicCommandContext
 
setParent(CommandContext) - Method in interface com.arcadedb.query.sql.executor.CommandContext
 
setParentWithoutOverridingChild(CommandContext) - Method in class com.arcadedb.query.sql.executor.BasicCommandContext
 
setPlan(ExecutionPlan) - Method in class com.arcadedb.query.sql.executor.InternalResultSet
 
setPosition(RID) - Method in class com.arcadedb.engine.BucketIterator
 
setPosition(PInteger) - Method in class com.arcadedb.query.sql.parser.Rid
 
setPositivePlan(ScriptExecutionPlan) - Method in class com.arcadedb.query.sql.executor.IfStep
 
setPreAggregate(List<ProjectionItem>) - Method in class com.arcadedb.query.sql.parser.AggregateProjectionSplit
 
setPrefixedColumns(String...) - Method in class com.arcadedb.utility.TableFormatter
 
setPrettyPrint(String) - Method in class com.arcadedb.query.sql.executor.InfoExecutionPlan
 
setPrevious(EdgeSegment) - Method in interface com.arcadedb.graph.EdgeSegment
 
setPrevious(EdgeSegment) - Method in class com.arcadedb.graph.MutableEdgeSegment
 
setPrevious(ExecutionStepInternal) - Method in class com.arcadedb.query.sql.executor.AbstractExecutionStep
 
setPrevious(ExecutionStepInternal) - Method in interface com.arcadedb.query.sql.executor.ExecutionStepInternal
 
setProjections(List<TraverseProjectionItem>) - Method in class com.arcadedb.query.sql.parser.TraverseStatement
 
setProperties(MutableDocument, Object[]) - Static method in class com.arcadedb.graph.GraphEngine
 
setPropertiesFromMap(Map<String, Object>) - Method in class com.arcadedb.query.sql.executor.ResultInternal
 
setProperty(String) - Method in class com.arcadedb.query.select.SelectWhereBaseBlock
 
setProperty(String, Object) - Method in class com.arcadedb.query.sql.executor.ResultInternal
 
setProperty(String, Object) - Method in class com.arcadedb.query.sql.executor.TraverseResult
 
setProperty(String, Object) - Method in class com.arcadedb.query.sql.executor.UpdatableResult
 
setQuery(Statement) - Method in class com.arcadedb.query.sql.parser.LetItem
 
setQuotedStringValue(String) - Method in class com.arcadedb.query.sql.parser.Identifier
 
setReadonly(boolean) - Method in class com.arcadedb.schema.LocalProperty
 
setReadonly(boolean) - Method in interface com.arcadedb.schema.Property
 
setReadOnly() - Method in class com.arcadedb.index.CompressedRID2RIDIndex
 
setReadOnly() - Method in class com.arcadedb.index.CompressedRID2RIDsIndex
 
setReadYourWrites(boolean) - Method in interface com.arcadedb.database.Database
Tells to the database writes must be immediately available for following reads and lookup.
setReadYourWrites(boolean) - Method in class com.arcadedb.database.LocalDatabase
 
setRecordAttr(String) - Method in class com.arcadedb.query.sql.parser.OrderByItem
 
setRegexp(String) - Method in class com.arcadedb.schema.LocalProperty
 
setRegexp(String) - Method in interface com.arcadedb.schema.Property
 
setRestrictedPackages(List<String>) - Method in class com.arcadedb.query.polyglot.GraalPolyglotEngine.Builder
 
setReturnAliases(List<Identifier>) - Method in class com.arcadedb.query.sql.parser.MatchStatement
 
setReturnDistinct(boolean) - Method in class com.arcadedb.query.sql.parser.MatchStatement
 
setReturnItems(List<Expression>) - Method in class com.arcadedb.query.sql.parser.MatchStatement
 
setReturnNestedProjections(List<NestedProjection>) - Method in class com.arcadedb.query.sql.parser.MatchStatement
 
setRid(Rid) - Method in class com.arcadedb.query.sql.parser.Expression
 
setRids(List<Rid>) - Method in class com.arcadedb.query.sql.parser.FromItem
 
setRight(SelectTreeNode) - Method in class com.arcadedb.query.select.SelectTreeNode
 
setRight(Expression) - Method in class com.arcadedb.query.sql.parser.BinaryCondition
 
setRight(Expression) - Method in class com.arcadedb.query.sql.parser.ContainsAnyCondition
 
setRight(Expression) - Method in class com.arcadedb.query.sql.parser.ContainsTextCondition
 
setRight(Expression) - Method in class com.arcadedb.query.sql.parser.UpdateItem
 
setRightBorder(boolean) - Method in class com.arcadedb.utility.TableFormatter
 
setRightMathExpression(MathExpression) - Method in class com.arcadedb.query.sql.parser.InCondition
 
setRightParam(InputParameter) - Method in class com.arcadedb.query.sql.parser.InCondition
 
setSchema(SchemaIdentifier) - Method in class com.arcadedb.query.sql.parser.FromItem
 
setSecurity(SecurityManager) - Method in class com.arcadedb.database.DatabaseFactory
 
setSharedJson(JSONObject) - Method in class com.arcadedb.serializer.JsonGraphSerializer
 
setSign(int) - Method in class com.arcadedb.query.sql.parser.FloatingPoint
 
setSkip(long) - Method in class com.arcadedb.utility.MultiIterator
 
setSkip(Skip) - Method in class com.arcadedb.query.sql.parser.MatchStatement
 
setSkip(Skip) - Method in class com.arcadedb.query.sql.parser.TraverseStatement
 
setStatement(Statement) - Method in class com.arcadedb.query.sql.parser.FromItem
 
setStatement(Statement) - Method in class com.arcadedb.query.sql.parser.ParenthesisExpression
 
setStatements(List<Statement>) - Method in interface com.arcadedb.query.sql.executor.InternalExecutionPlan
 
setStatements(List<Statement>) - Method in class com.arcadedb.query.sql.executor.ScriptExecutionPlan
 
setStatus(TransactionContext.STATUS) - Method in class com.arcadedb.database.TransactionContext
 
setStatus(IndexInternal.INDEX_STATUS[], IndexInternal.INDEX_STATUS) - Method in interface com.arcadedb.index.IndexInternal
 
setStatus(IndexInternal.INDEX_STATUS[], IndexInternal.INDEX_STATUS) - Method in class com.arcadedb.index.lsm.LSMTreeFullTextIndex
 
setStatus(IndexInternal.INDEX_STATUS[], IndexInternal.INDEX_STATUS) - Method in class com.arcadedb.index.lsm.LSMTreeIndex
 
setStatus(IndexInternal.INDEX_STATUS[], IndexInternal.INDEX_STATUS) - Method in class com.arcadedb.index.TypeIndex
 
setStatus(IndexInternal.INDEX_STATUS[], IndexInternal.INDEX_STATUS) - Method in class com.arcadedb.index.vector.HnswVectorIndex
 
setSteps(List<ExecutionStep>) - Method in class com.arcadedb.query.sql.executor.InfoExecutionPlan
 
setSteps(List<ExecutionStepInternal>) - Method in class com.arcadedb.query.sql.executor.IfExecutionPlan
 
setSteps(List<ExecutionStepInternal>) - Method in class com.arcadedb.query.sql.executor.ScriptExecutionPlan
 
setSteps(List<ExecutionStepInternal>) - Method in class com.arcadedb.query.sql.executor.SelectExecutionPlan
 
setStmText(String) - Method in class com.arcadedb.query.sql.executor.InfoExecutionPlan
 
setStrategy(TraverseStatement.Strategy) - Method in class com.arcadedb.query.sql.parser.TraverseStatement
 
setStringValue(String) - Method in class com.arcadedb.query.sql.parser.FloatingPoint
 
setStringValue(String) - Method in class com.arcadedb.query.sql.parser.Identifier
sets the value of the identifier.
setSub(BooleanExpression) - Method in class com.arcadedb.query.sql.parser.NotBlock
 
setSubBlocks(List<BooleanExpression>) - Method in class com.arcadedb.query.sql.parser.OrBlock
 
setSuperTypes(List<DocumentType>) - Method in interface com.arcadedb.schema.DocumentType
 
setSuperTypes(List<DocumentType>) - Method in class com.arcadedb.schema.LocalDocumentType
Set the type super types.
setSuspended(boolean) - Method in class com.arcadedb.engine.PageManagerFlushThread
 
setTabSize(int) - Method in class com.arcadedb.query.sql.parser.JavaCharStream
 
setTabSize(int) - Method in class com.arcadedb.query.sql.parser.SimpleCharStream
 
setTarget(FromClause) - Method in class com.arcadedb.query.sql.parser.SelectStatement
 
setTarget(FromClause) - Method in class com.arcadedb.query.sql.parser.TraverseStatement
 
setTargetNode(String) - Method in class com.arcadedb.query.sql.executor.InfoExecutionStep
 
setTemporaryProperty(String, Object) - Method in class com.arcadedb.query.sql.executor.ResultInternal
 
setTimeout(long, boolean) - Method in class com.arcadedb.utility.MultiIterator
 
setTimeout(Timeout) - Method in class com.arcadedb.query.sql.parser.Statement
 
setTimeZone(TimeZone) - Method in class com.arcadedb.schema.LocalSchema
 
setTimeZone(TimeZone) - Method in interface com.arcadedb.schema.Schema
 
settingName - Variable in class com.arcadedb.query.sql.parser.CreatePropertyAttributeStatement
 
settings - Variable in class com.arcadedb.query.sql.parser.ExportDatabaseStatement
 
settings - Variable in class com.arcadedb.query.sql.parser.ImportDatabaseStatement
 
settings - Variable in class com.arcadedb.query.sql.parser.RebuildIndexStatement
 
settingValue - Variable in class com.arcadedb.query.sql.parser.AlterPropertyStatement
 
settingValue - Variable in class com.arcadedb.query.sql.parser.CreatePropertyAttributeStatement
 
setTransactionIsolationLevel(Database.TRANSACTION_ISOLATION_LEVEL) - Method in interface com.arcadedb.database.Database
Sets the transaction isolation level between the available ones: READ_COMMITTED REPEATABLE_READ SERIALIZABLE
setTransactionIsolationLevel(Database.TRANSACTION_ISOLATION_LEVEL) - Method in class com.arcadedb.database.LocalDatabase
 
setTransactionSync(WALFile.FLUSH_TYPE) - Method in interface com.arcadedb.database.async.DatabaseAsyncExecutor
Sets the WAL (Write Ahead Log - Transaction Journal) flush strategy for asynchronous operations.
setTransactionSync(WALFile.FLUSH_TYPE) - Method in class com.arcadedb.database.async.DatabaseAsyncExecutorImpl
 
setTransactionUseWAL(boolean) - Method in interface com.arcadedb.database.async.DatabaseAsyncExecutor
Changes the setting on using the WAL (Write Ahead Log - Transaction Journal) for asynchronous operations.
setTransactionUseWAL(boolean) - Method in class com.arcadedb.database.async.DatabaseAsyncExecutorImpl
 
setType(IndexIdentifier.Type) - Method in class com.arcadedb.query.sql.parser.IndexIdentifier
 
setType(LocalDocumentType) - Method in interface com.arcadedb.database.bucketselectionstrategy.BucketSelectionStrategy
 
setType(LocalDocumentType) - Method in class com.arcadedb.database.bucketselectionstrategy.PartitionedBucketSelectionStrategy
 
setType(LocalDocumentType) - Method in class com.arcadedb.database.bucketselectionstrategy.RoundRobinBucketSelectionStrategy
 
setType(LocalDocumentType) - Method in class com.arcadedb.database.bucketselectionstrategy.ThreadBucketSelectionStrategy
 
setType(String) - Method in class com.arcadedb.query.sql.executor.InfoExecutionPlan
 
setType(String) - Method in class com.arcadedb.query.sql.executor.InfoExecutionStep
 
setType(String) - Method in class com.arcadedb.query.sql.parser.OrderByItem
 
setTypeIndex(TypeIndex) - Method in interface com.arcadedb.index.IndexInternal
 
setTypeIndex(TypeIndex) - Method in class com.arcadedb.index.lsm.LSMTreeFullTextIndex
 
setTypeIndex(TypeIndex) - Method in class com.arcadedb.index.lsm.LSMTreeIndex
 
setTypeIndex(TypeIndex) - Method in class com.arcadedb.index.TypeIndex
 
setTypeIndex(TypeIndex) - Method in class com.arcadedb.index.vector.HnswVectorIndex
 
setTypes(Set<String>) - Method in class com.arcadedb.engine.DatabaseChecker
 
setUnwind(Unwind) - Method in class com.arcadedb.query.sql.parser.MatchStatement
 
setUnwind(Unwind) - Method in class com.arcadedb.query.sql.parser.SelectStatement
 
setUseCollectionSize(boolean) - Method in class com.arcadedb.serializer.JsonSerializer
 
setUseCollectionSizeForEdges(boolean) - Method in class com.arcadedb.serializer.JsonSerializer
 
setUseVertexEdgeSize(boolean) - Method in class com.arcadedb.serializer.JsonSerializer
 
setUseWAL(boolean) - Method in interface com.arcadedb.database.Database
Changes the settings about using the WAL (Write Ahead Log - Transaction Journal) for transactions.
setUseWAL(boolean) - Method in class com.arcadedb.database.LocalDatabase
 
setUseWAL(boolean) - Method in interface com.arcadedb.database.Transaction
 
setUseWAL(boolean) - Method in class com.arcadedb.database.TransactionContext
 
setValue(int) - Method in class com.arcadedb.query.sql.parser.Limit
 
setValue(int, String) - Method in class com.arcadedb.query.sql.parser.PInteger
 
setValue(Identifiable, Object, CommandContext) - Method in class com.arcadedb.query.sql.parser.SuffixIdentifier
 
setValue(GlobalConfiguration, Object) - Method in class com.arcadedb.ContextConfiguration
 
setValue(Result, Object, CommandContext) - Method in class com.arcadedb.query.sql.parser.SuffixIdentifier
 
setValue(Result, Object, Object, CommandContext) - Method in class com.arcadedb.query.sql.parser.ArraySelector
 
setValue(Result, Object, Object, CommandContext) - Method in class com.arcadedb.query.sql.parser.ArraySingleValuesSelector
 
setValue(Result, Object, Object, CommandContext) - Method in class com.arcadedb.query.sql.parser.Modifier
 
setValue(Number) - Method in class com.arcadedb.query.sql.parser.PInteger
 
setValue(Number) - Method in class com.arcadedb.query.sql.parser.Timeout
 
setValue(Object) - Method in enum com.arcadedb.GlobalConfiguration
 
setValue(Object) - Method in class com.arcadedb.query.sql.parser.FromItem
 
setValue(Object, Object, int) - Static method in class com.arcadedb.query.sql.executor.MultiValue
Sets the value of the Multi-value object (array or collection) at iIndex
setValue(Object, Object, CommandContext) - Method in class com.arcadedb.query.sql.parser.ArrayRangeSelector
 
setValue(Object, Object, CommandContext) - Method in class com.arcadedb.query.sql.parser.SuffixIdentifier
 
setValue(String, Object) - Method in class com.arcadedb.ContextConfiguration
 
setValue(List, int, Object, CommandContext) - Method in class com.arcadedb.query.sql.parser.ArraySelector
 
setValue(List, Object, CommandContext) - Method in class com.arcadedb.query.sql.parser.ArrayRangeSelector
 
setValue(Map, Object, CommandContext) - Method in class com.arcadedb.query.sql.parser.ArrayRangeSelector
 
setValue(Map, Object, CommandContext) - Method in class com.arcadedb.query.sql.parser.SuffixIdentifier
 
setValue(Map, Object, Object, CommandContext) - Method in class com.arcadedb.query.sql.parser.ArraySelector
 
setValue(Set, int, Object, CommandContext) - Method in class com.arcadedb.query.sql.parser.ArraySelector
 
setValue(Set, Object, CommandContext) - Method in class com.arcadedb.query.sql.parser.ArrayRangeSelector
 
setValuesFreePosition(MutablePage, int) - Method in class com.arcadedb.index.lsm.LSMTreeIndexAbstract
 
setVariable(String, Object) - Method in class com.arcadedb.query.sql.executor.BasicCommandContext
 
setVariable(String, Object) - Method in interface com.arcadedb.query.sql.executor.CommandContext
 
setVarName(Identifier) - Method in class com.arcadedb.query.sql.parser.LetItem
 
setVerboseLevel(int) - Method in class com.arcadedb.engine.DatabaseChecker
 
setVirtualFileSize(Integer, long) - Method in class com.arcadedb.engine.FileManager
 
setWALFile(WALFile) - Method in class com.arcadedb.engine.MutablePage
 
setWALFlush(WALFile.FLUSH_TYPE) - Method in interface com.arcadedb.database.Database
Sets the WAL (Write Ahead Log - Transaction Journal) flush strategy.
setWALFlush(WALFile.FLUSH_TYPE) - Method in class com.arcadedb.database.LocalDatabase
 
setWALFlush(WALFile.FLUSH_TYPE) - Method in interface com.arcadedb.database.Transaction
 
setWALFlush(WALFile.FLUSH_TYPE) - Method in class com.arcadedb.database.TransactionContext
 
setWhereClause(WhereClause) - Method in class com.arcadedb.query.sql.parser.SelectStatement
 
setWhileClause(WhereClause) - Method in class com.arcadedb.query.sql.parser.TraverseStatement
 
setWrappedDatabaseInstance(DatabaseInternal) - Method in class com.arcadedb.database.LocalDatabase
 
setWrapper(String, Object) - Method in interface com.arcadedb.database.DatabaseInternal
 
setWrapper(String, Object) - Method in class com.arcadedb.database.LocalDatabase
 
setZoneId(ZoneId) - Method in class com.arcadedb.schema.LocalSchema
 
setZoneId(ZoneId) - Method in interface com.arcadedb.schema.Schema
 
SHORT - com.arcadedb.schema.Type
 
SHORT_SERIALIZED_SIZE - Static variable in class com.arcadedb.database.Binary
 
shouldExecuteAfterSearch(FromClause, BinaryCompareOperator, Object, CommandContext, Expression[]) - Method in interface com.arcadedb.query.sql.executor.IndexableSQLFunction
 
shutdown - Variable in class com.arcadedb.database.async.DatabaseAsyncExecutorImpl.AsyncThread
 
shutdown() - Method in class com.arcadedb.utility.SoftThread
 
sign - Variable in class com.arcadedb.query.sql.parser.FloatingPoint
 
SimpleBooleanExpression - Interface in com.arcadedb.query.sql.parser
Created by luigidellaquila on 21/11/16.
SimpleCharStream - Class in com.arcadedb.query.sql.parser
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
SimpleCharStream(InputStream) - Constructor for class com.arcadedb.query.sql.parser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, int, int) - Constructor for class com.arcadedb.query.sql.parser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, int, int, int) - Constructor for class com.arcadedb.query.sql.parser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String) - Constructor for class com.arcadedb.query.sql.parser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String, int, int) - Constructor for class com.arcadedb.query.sql.parser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String, int, int, int) - Constructor for class com.arcadedb.query.sql.parser.SimpleCharStream
Constructor.
SimpleCharStream(Reader) - Constructor for class com.arcadedb.query.sql.parser.SimpleCharStream
Constructor.
SimpleCharStream(Reader, int, int) - Constructor for class com.arcadedb.query.sql.parser.SimpleCharStream
Constructor.
SimpleCharStream(Reader, int, int, int) - Constructor for class com.arcadedb.query.sql.parser.SimpleCharStream
Constructor.
SimpleExecStatement - Class in com.arcadedb.query.sql.parser
Superclass for SQL statements that are too simple to deserve an execution planner.
SimpleExecStatement(int) - Constructor for class com.arcadedb.query.sql.parser.SimpleExecStatement
 
SimpleNode - Class in com.arcadedb.query.sql.parser
 
SimpleNode() - Constructor for class com.arcadedb.query.sql.parser.SimpleNode
 
SimpleNode(int) - Constructor for class com.arcadedb.query.sql.parser.SimpleNode
 
SINGLE_LINE_COMMENT - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
SingleOpExecutionPlan - Class in com.arcadedb.query.sql.executor
 
SingleOpExecutionPlan(CommandContext, SimpleExecStatement) - Constructor for class com.arcadedb.query.sql.executor.SingleOpExecutionPlan
 
singleQuotes - Variable in class com.arcadedb.query.sql.parser.Expression
 
size - Variable in class com.arcadedb.database.Binary
 
size - Variable in class com.arcadedb.engine.BasePage
 
size() - Method in class com.arcadedb.database.Binary
 
size() - Method in interface com.arcadedb.database.BinaryStructure
 
size() - Method in class com.arcadedb.index.CompressedAny2RIDIndex
 
size() - Method in class com.arcadedb.index.CompressedRID2RIDIndex
 
size() - Method in class com.arcadedb.index.CompressedRID2RIDsIndex
 
size() - Method in class com.arcadedb.index.vector.HnswVectorIndexRAM
size() - Method in class com.arcadedb.query.sql.executor.RidSet
 
size(int) - Method in class com.arcadedb.database.Binary
 
skip - Variable in class com.arcadedb.query.sql.executor.MatchExecutionPlanner
 
skip - Variable in class com.arcadedb.query.sql.parser.MatchStatement
 
skip - Variable in class com.arcadedb.query.sql.parser.SelectStatement
 
skip - Variable in class com.arcadedb.query.sql.parser.TraverseStatement
 
skip(int) - Method in class com.arcadedb.query.select.Select
 
skip(int) - Method in class com.arcadedb.query.select.SelectWhereAfterBlock
 
Skip - Class in com.arcadedb.query.sql.parser
 
Skip(int) - Constructor for class com.arcadedb.query.sql.parser.Skip
 
Skip() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
SKIP - com.arcadedb.index.lsm.LSMTreeIndexAbstract.NULL_STRATEGY
 
SKIP2 - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
SkipExecutionStep - Class in com.arcadedb.query.sql.executor
Created by luigidellaquila on 08/07/16.
SkipExecutionStep(Skip, CommandContext, boolean) - Constructor for class com.arcadedb.query.sql.executor.SkipExecutionStep
 
SLASH - com.arcadedb.query.sql.parser.MathExpression.Operator
 
SLASH - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
SLASHASSIGN - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
sleep(long) - Static method in class com.arcadedb.utility.CodeUtils
 
SLEEP - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
SleepStatement - Class in com.arcadedb.query.sql.parser
 
SleepStatement(int) - Constructor for class com.arcadedb.query.sql.parser.SleepStatement
 
SleepStatement() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
slice() - Method in class com.arcadedb.database.Binary
Creates a copy of this object referring to the same underlying buffer.
slice() - Method in class com.arcadedb.database.TrackableBinary
 
slice() - Method in class com.arcadedb.engine.BasePage
Returns the underlying ByteBuffer.
slice(int) - Method in class com.arcadedb.database.Binary
Creates a copy of this object referring to the same underlying buffer, starting from a position.
slice(int) - Method in class com.arcadedb.database.TrackableBinary
 
slice(int, int) - Method in class com.arcadedb.database.Binary
Creates a copy of this object referring to the same underlying buffer, starting from a position and with a custom length.
slice(int, int) - Method in class com.arcadedb.database.TrackableBinary
 
softShutdown() - Method in class com.arcadedb.utility.SoftThread
 
SoftThread - Class in com.arcadedb.utility
 
SoftThread(String) - Constructor for class com.arcadedb.utility.SoftThread
 
SoftThread(ThreadGroup) - Constructor for class com.arcadedb.utility.SoftThread
 
SoftThread(ThreadGroup, String) - Constructor for class com.arcadedb.utility.SoftThread
 
sourceRecord - Variable in class com.arcadedb.query.sql.executor.MatchEdgeTraverser
 
sourceVertex - Variable in class com.arcadedb.database.async.CreateEdgeAsyncTask
 
sourceVertexRID - Variable in class com.arcadedb.database.async.CreateIncomingEdgeAsyncTask
 
specialToken - Variable in class com.arcadedb.query.sql.parser.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
split(String, char) - Static method in class com.arcadedb.utility.CodeUtils
 
split(String, char, int) - Static method in class com.arcadedb.utility.CodeUtils
 
split(String, char, int, int) - Static method in class com.arcadedb.utility.CodeUtils
 
split(String, String) - Static method in class com.arcadedb.utility.CodeUtils
 
split(String, String, int) - Static method in class com.arcadedb.utility.CodeUtils
 
split(String, String, int, int) - Static method in class com.arcadedb.utility.CodeUtils
 
splitForAggregation(CommandContext) - Method in class com.arcadedb.query.sql.parser.ArrayConcatExpression
 
splitForAggregation(AggregateProjectionSplit) - Method in class com.arcadedb.query.sql.parser.SuffixIdentifier
 
splitForAggregation(AggregateProjectionSplit) - Method in class com.arcadedb.query.sql.parser.ValueExpression
 
splitForAggregation(AggregateProjectionSplit, CommandContext) - Method in class com.arcadedb.query.sql.parser.BaseExpression
 
splitForAggregation(AggregateProjectionSplit, CommandContext) - Method in class com.arcadedb.query.sql.parser.BaseIdentifier
 
splitForAggregation(AggregateProjectionSplit, CommandContext) - Method in class com.arcadedb.query.sql.parser.Expression
 
splitForAggregation(AggregateProjectionSplit, CommandContext) - Method in class com.arcadedb.query.sql.parser.FunctionCall
 
splitForAggregation(AggregateProjectionSplit, CommandContext) - Method in class com.arcadedb.query.sql.parser.Json
 
splitForAggregation(AggregateProjectionSplit, CommandContext) - Method in class com.arcadedb.query.sql.parser.JsonItem
 
splitForAggregation(AggregateProjectionSplit, CommandContext) - Method in class com.arcadedb.query.sql.parser.LevelZeroIdentifier
 
splitForAggregation(AggregateProjectionSplit, CommandContext) - Method in class com.arcadedb.query.sql.parser.MathExpression
 
splitForAggregation(AggregateProjectionSplit, CommandContext) - Method in class com.arcadedb.query.sql.parser.ParenthesisExpression
 
splitForAggregation(AggregateProjectionSplit, CommandContext) - Method in class com.arcadedb.query.sql.parser.PCollection
 
splitForAggregation(AggregateProjectionSplit, CommandContext) - Method in class com.arcadedb.query.sql.parser.ProjectionItem
INTERNAL USE ONLY this has to be invoked ONLY if the item is aggregate!!!
splitIndex(int, LSMTreeIndexCompacted) - Method in class com.arcadedb.index.lsm.LSMTreeIndex
 
SQL_STATEMENT_CACHE - com.arcadedb.GlobalConfiguration
 
SQLFunction - Interface in com.arcadedb.query.sql.executor
Interface that defines a SQL Function.
SQLFunctionAbsoluteValue - Class in com.arcadedb.query.sql.function.math
Evaluates the absolute value for numeric types.
SQLFunctionAbsoluteValue() - Constructor for class com.arcadedb.query.sql.function.math.SQLFunctionAbsoluteValue
 
SQLFunctionAbstract - Class in com.arcadedb.query.sql.function
Abstract class to extend to build Custom SQL Functions.
SQLFunctionAbstract(String) - Constructor for class com.arcadedb.query.sql.function.SQLFunctionAbstract
 
SQLFunctionAstar - Class in com.arcadedb.query.sql.function.graph
A*'s algorithm describes how to find the cheapest path from one node to another node in a directed weighted graph with husrestic function.
SQLFunctionAstar() - Constructor for class com.arcadedb.query.sql.function.graph.SQLFunctionAstar
 
SQLFunctionAverage - Class in com.arcadedb.query.sql.function.math
Compute the average value for a field.
SQLFunctionAverage() - Constructor for class com.arcadedb.query.sql.function.math.SQLFunctionAverage
 
SQLFunctionBoolAnd - Class in com.arcadedb.query.sql.function.misc
Computes the aggregate "and" over a field.
SQLFunctionBoolAnd() - Constructor for class com.arcadedb.query.sql.function.misc.SQLFunctionBoolAnd
 
SQLFunctionBoolOr - Class in com.arcadedb.query.sql.function.misc
Computes the aggregate "or" over a field.
SQLFunctionBoolOr() - Constructor for class com.arcadedb.query.sql.function.misc.SQLFunctionBoolOr
 
SQLFunctionBoth - Class in com.arcadedb.query.sql.function.graph
Created by luigidellaquila on 03/01/17.
SQLFunctionBoth() - Constructor for class com.arcadedb.query.sql.function.graph.SQLFunctionBoth
 
SQLFunctionBothE - Class in com.arcadedb.query.sql.function.graph
Created by luigidellaquila on 03/01/17.
SQLFunctionBothE() - Constructor for class com.arcadedb.query.sql.function.graph.SQLFunctionBothE
 
SQLFunctionBothV - Class in com.arcadedb.query.sql.function.graph
Created by luigidellaquila on 03/01/17.
SQLFunctionBothV() - Constructor for class com.arcadedb.query.sql.function.graph.SQLFunctionBothV
 
SQLFunctionCircle - Class in com.arcadedb.query.sql.function.geo
Returns a circle shape with the 3 coordinates received as parameters.
SQLFunctionCircle() - Constructor for class com.arcadedb.query.sql.function.geo.SQLFunctionCircle
 
SQLFunctionCoalesce - Class in com.arcadedb.query.sql.function.misc
Returns the first field/value not null parameter.
SQLFunctionCoalesce() - Constructor for class com.arcadedb.query.sql.function.misc.SQLFunctionCoalesce
 
SQLFunctionConcat - Class in com.arcadedb.query.sql.function.text
 
SQLFunctionConcat() - Constructor for class com.arcadedb.query.sql.function.text.SQLFunctionConcat
 
SQLFunctionConfigurableAbstract - Class in com.arcadedb.query.sql.function
Abstract class to extend to build Custom SQL Functions that saves the configured parameters.
SQLFunctionConfigurableAbstract(String) - Constructor for class com.arcadedb.query.sql.function.SQLFunctionConfigurableAbstract
 
SQLFunctionCount - Class in com.arcadedb.query.sql.function.math
Count the record that contains a field.
SQLFunctionCount() - Constructor for class com.arcadedb.query.sql.function.math.SQLFunctionCount
 
SQLFunctionDate - Class in com.arcadedb.query.sql.function.time
Builds a date object from the format passed as a number or a string.
SQLFunctionDate() - Constructor for class com.arcadedb.query.sql.function.time.SQLFunctionDate
Get the date at construction to have the same date for all the iteration.
SQLFunctionDecode - Class in com.arcadedb.query.sql.function.misc
Encode a string in various format (only base64 for now)
SQLFunctionDecode() - Constructor for class com.arcadedb.query.sql.function.misc.SQLFunctionDecode
Get the date at construction to have the same date for all the iteration.
SQLFunctionDefinition - Class in com.arcadedb.function.sql
Javascript implementation of a function.
SQLFunctionDefinition(Database, String, String) - Constructor for class com.arcadedb.function.sql.SQLFunctionDefinition
Creates the function with its name, implementation in form of text and optional parameters.
SQLFunctionDifference - Class in com.arcadedb.query.sql.function.coll
This operator can work inline.
SQLFunctionDifference() - Constructor for class com.arcadedb.query.sql.function.coll.SQLFunctionDifference
 
SQLFunctionDijkstra - Class in com.arcadedb.query.sql.function.graph
Dijkstra's algorithm describes how to find the cheapest path from one node to another node in a directed weighted graph.
SQLFunctionDijkstra() - Constructor for class com.arcadedb.query.sql.function.graph.SQLFunctionDijkstra
 
SQLFunctionDistance - Class in com.arcadedb.query.sql.function.geo
Haversine formula to compute the distance between 2 gro points.
SQLFunctionDistance() - Constructor for class com.arcadedb.query.sql.function.geo.SQLFunctionDistance
 
SQLFunctionDuration - Class in com.arcadedb.query.sql.function.time
Returns a java.time.Duration.
SQLFunctionDuration() - Constructor for class com.arcadedb.query.sql.function.time.SQLFunctionDuration
Get the date at construction to have the same date for all the iteration.
SQLFunctionEncode - Class in com.arcadedb.query.sql.function.misc
Encode a string in various format (only base64 for now).
SQLFunctionEncode() - Constructor for class com.arcadedb.query.sql.function.misc.SQLFunctionEncode
Get the date at construction to have the same date for all the iteration.
SQLFunctionEval - Class in com.arcadedb.query.sql.function.math
Evaluates a complex expression.
SQLFunctionEval() - Constructor for class com.arcadedb.query.sql.function.math.SQLFunctionEval
 
SQLFunctionFactory - Interface in com.arcadedb.query.sql.function
 
SQLFunctionFactoryTemplate - Class in com.arcadedb.query.sql.function
Created by frank on 25/05/2017.
SQLFunctionFactoryTemplate() - Constructor for class com.arcadedb.query.sql.function.SQLFunctionFactoryTemplate
 
SQLFunctionFiltered - Interface in com.arcadedb.query.sql.executor
 
SQLFunctionFirst - Class in com.arcadedb.query.sql.function.coll
Extract the first item of multi values (arrays, collections and maps) or return the same value for non multi-value types.
SQLFunctionFirst() - Constructor for class com.arcadedb.query.sql.function.coll.SQLFunctionFirst
 
SQLFunctionFormat - Class in com.arcadedb.query.sql.function.text
Formats content.
SQLFunctionFormat() - Constructor for class com.arcadedb.query.sql.function.text.SQLFunctionFormat
 
SQLFunctionHeuristicPathFinderAbstract - Class in com.arcadedb.query.sql.function.graph
Abstract class to find paths between nodes using heuristic .
SQLFunctionHeuristicPathFinderAbstract(String) - Constructor for class com.arcadedb.query.sql.function.graph.SQLFunctionHeuristicPathFinderAbstract
 
SQLFunctionIf - Class in com.arcadedb.query.sql.function.misc
Returns different values based on the condition.
SQLFunctionIf() - Constructor for class com.arcadedb.query.sql.function.misc.SQLFunctionIf
 
SQLFunctionIfNull - Class in com.arcadedb.query.sql.function.misc
Returns the passed field/value (or optional parameter return_value_if_not_null) if field/value is not null; otherwise it returns return_value_if_null.
SQLFunctionIfNull() - Constructor for class com.arcadedb.query.sql.function.misc.SQLFunctionIfNull
 
SQLFunctionIn - Class in com.arcadedb.query.sql.function.graph
Created by luigidellaquila on 03/01/17.
SQLFunctionIn() - Constructor for class com.arcadedb.query.sql.function.graph.SQLFunctionIn
 
SQLFunctionInE - Class in com.arcadedb.query.sql.function.graph
Created by luigidellaquila on 03/01/17.
SQLFunctionInE() - Constructor for class com.arcadedb.query.sql.function.graph.SQLFunctionInE
 
SQLFunctionIntersect - Class in com.arcadedb.query.sql.function.coll
This operator can work as aggregate or inline.
SQLFunctionIntersect() - Constructor for class com.arcadedb.query.sql.function.coll.SQLFunctionIntersect
 
SQLFunctionInV - Class in com.arcadedb.query.sql.function.graph
Created by luigidellaquila on 03/01/17.
SQLFunctionInV() - Constructor for class com.arcadedb.query.sql.function.graph.SQLFunctionInV
 
SQLFunctionLast - Class in com.arcadedb.query.sql.function.coll
Extract the last item of multi values (arrays, collections and maps) or return the same value for non multi-value types.
SQLFunctionLast() - Constructor for class com.arcadedb.query.sql.function.coll.SQLFunctionLast
 
SQLFunctionLibraryDefinition - Class in com.arcadedb.function.sql
 
SQLFunctionLibraryDefinition(Database, String) - Constructor for class com.arcadedb.function.sql.SQLFunctionLibraryDefinition
 
SQLFunctionLineString - Class in com.arcadedb.query.sql.function.geo
Returns a linestring shape with the coordinates received as parameters.
SQLFunctionLineString() - Constructor for class com.arcadedb.query.sql.function.geo.SQLFunctionLineString
 
SQLFunctionList - Class in com.arcadedb.query.sql.function.coll
This operator add an item in a list.
SQLFunctionList() - Constructor for class com.arcadedb.query.sql.function.coll.SQLFunctionList
 
SQLFunctionMap - Class in com.arcadedb.query.sql.function.coll
This operator add an entry in a map.
SQLFunctionMap() - Constructor for class com.arcadedb.query.sql.function.coll.SQLFunctionMap
 
SQLFunctionMathAbstract - Class in com.arcadedb.query.sql.function.math
Abstract class for math function.
SQLFunctionMathAbstract(String) - Constructor for class com.arcadedb.query.sql.function.math.SQLFunctionMathAbstract
 
SQLFunctionMax - Class in com.arcadedb.query.sql.function.math
Compute the maximum value for a field.
SQLFunctionMax() - Constructor for class com.arcadedb.query.sql.function.math.SQLFunctionMax
 
SQLFunctionMedian - Class in com.arcadedb.query.sql.function.math
Computes the median for a field.
SQLFunctionMedian() - Constructor for class com.arcadedb.query.sql.function.math.SQLFunctionMedian
 
SQLFunctionMin - Class in com.arcadedb.query.sql.function.math
Compute the minimum value for a field.
SQLFunctionMin() - Constructor for class com.arcadedb.query.sql.function.math.SQLFunctionMin
 
SQLFunctionMode - Class in com.arcadedb.query.sql.function.math
Compute the mode (or multimodal) value for a field.
SQLFunctionMode() - Constructor for class com.arcadedb.query.sql.function.math.SQLFunctionMode
 
SQLFunctionMove - Class in com.arcadedb.query.sql.function.graph
Created by luigidellaquila on 03/01/17.
SQLFunctionMove(String) - Constructor for class com.arcadedb.query.sql.function.graph.SQLFunctionMove
 
SQLFunctionMoveFiltered - Class in com.arcadedb.query.sql.function.graph
Created by luigidellaquila on 03/01/17.
SQLFunctionMoveFiltered(String) - Constructor for class com.arcadedb.query.sql.function.graph.SQLFunctionMoveFiltered
 
SQLFunctionMultiValueAbstract<T> - Class in com.arcadedb.query.sql.function.coll
Abstract class for multi-value based function implementations.
SQLFunctionMultiValueAbstract(String) - Constructor for class com.arcadedb.query.sql.function.coll.SQLFunctionMultiValueAbstract
 
SQLFunctionOut - Class in com.arcadedb.query.sql.function.graph
Created by luigidellaquila on 03/01/17.
SQLFunctionOut() - Constructor for class com.arcadedb.query.sql.function.graph.SQLFunctionOut
 
SQLFunctionOutE - Class in com.arcadedb.query.sql.function.graph
Created by luigidellaquila on 03/01/17.
SQLFunctionOutE() - Constructor for class com.arcadedb.query.sql.function.graph.SQLFunctionOutE
 
SQLFunctionOutV - Class in com.arcadedb.query.sql.function.graph
Created by luigidellaquila on 03/01/17.
SQLFunctionOutV() - Constructor for class com.arcadedb.query.sql.function.graph.SQLFunctionOutV
 
SQLFunctionPathFinder - Class in com.arcadedb.query.sql.function.graph
Abstract class to find paths between nodes.
SQLFunctionPathFinder(String) - Constructor for class com.arcadedb.query.sql.function.graph.SQLFunctionPathFinder
 
SQLFunctionPercentile - Class in com.arcadedb.query.sql.function.math
Computes the percentile for a field.
SQLFunctionPercentile() - Constructor for class com.arcadedb.query.sql.function.math.SQLFunctionPercentile
 
SQLFunctionPercentile(String) - Constructor for class com.arcadedb.query.sql.function.math.SQLFunctionPercentile
 
SQLFunctionPoint - Class in com.arcadedb.query.sql.function.geo
Returns a point in space with X and Y as parameters.
SQLFunctionPoint() - Constructor for class com.arcadedb.query.sql.function.geo.SQLFunctionPoint
 
SQLFunctionPolygon - Class in com.arcadedb.query.sql.function.geo
Returns a polygon shape with the coordinates received as parameters.
SQLFunctionPolygon() - Constructor for class com.arcadedb.query.sql.function.geo.SQLFunctionPolygon
 
SQLFunctionRandomInt - Class in com.arcadedb.query.sql.function.math
Generates a random number integer between 0 and the number passed as parameter.
SQLFunctionRandomInt() - Constructor for class com.arcadedb.query.sql.function.math.SQLFunctionRandomInt
Get the date at construction to have the same date for all the iteration.
SQLFunctionRectangle - Class in com.arcadedb.query.sql.function.geo
Returns a rectangle shape with the 4 coordinates received as parameters.
SQLFunctionRectangle() - Constructor for class com.arcadedb.query.sql.function.geo.SQLFunctionRectangle
 
SQLFunctionReflectionFactory - Class in com.arcadedb.query.sql.function
Factory for custom SQL functions.
SQLFunctionReflectionFactory(DefaultSQLFunctionFactory) - Constructor for class com.arcadedb.query.sql.function.SQLFunctionReflectionFactory
 
SQLFunctionSet - Class in com.arcadedb.query.sql.function.coll
This operator add an item in a set.
SQLFunctionSet() - Constructor for class com.arcadedb.query.sql.function.coll.SQLFunctionSet
 
SQLFunctionShortestPath - Class in com.arcadedb.query.sql.function.graph
Shortest path algorithm to find the shortest path from one node to another node in a directed graph.
SQLFunctionShortestPath() - Constructor for class com.arcadedb.query.sql.function.graph.SQLFunctionShortestPath
 
SQLFunctionSquareRoot - Class in com.arcadedb.query.sql.function.math
 
SQLFunctionSquareRoot() - Constructor for class com.arcadedb.query.sql.function.math.SQLFunctionSquareRoot
 
SQLFunctionStandardDeviation - Class in com.arcadedb.query.sql.function.math
Compute the standard deviation for a given field.
SQLFunctionStandardDeviation() - Constructor for class com.arcadedb.query.sql.function.math.SQLFunctionStandardDeviation
 
SQLFunctionStrcmpci - Class in com.arcadedb.query.sql.function.text
Compares two strings
SQLFunctionStrcmpci() - Constructor for class com.arcadedb.query.sql.function.text.SQLFunctionStrcmpci
 
SQLFunctionSum - Class in com.arcadedb.query.sql.function.math
Computes the sum of field.
SQLFunctionSum() - Constructor for class com.arcadedb.query.sql.function.math.SQLFunctionSum
 
SQLFunctionSymmetricDifference - Class in com.arcadedb.query.sql.function.coll
This operator can work as aggregate or inline.
SQLFunctionSymmetricDifference() - Constructor for class com.arcadedb.query.sql.function.coll.SQLFunctionSymmetricDifference
 
SQLFunctionSysdate - Class in com.arcadedb.query.sql.function.time
Returns the current date time.
SQLFunctionSysdate() - Constructor for class com.arcadedb.query.sql.function.time.SQLFunctionSysdate
Get the date at construction to have the same date for all the iteration.
SQLFunctionUnionAll - Class in com.arcadedb.query.sql.function.coll
This operator can work as aggregate or inline.
SQLFunctionUnionAll() - Constructor for class com.arcadedb.query.sql.function.coll.SQLFunctionUnionAll
 
SQLFunctionUUID - Class in com.arcadedb.query.sql.function.misc
Generates a UUID as a 128-bits value using the Leach-Salz variant.
SQLFunctionUUID() - Constructor for class com.arcadedb.query.sql.function.misc.SQLFunctionUUID
Get the date at construction to have the same date for all the iteration.
SQLFunctionVariance - Class in com.arcadedb.query.sql.function.math
Compute the variance estimation for a given field.
SQLFunctionVariance() - Constructor for class com.arcadedb.query.sql.function.math.SQLFunctionVariance
 
SQLFunctionVariance(String) - Constructor for class com.arcadedb.query.sql.function.math.SQLFunctionVariance
 
SQLFunctionVectorNeighbors - Class in com.arcadedb.query.sql.function.vector
Returns the K neighbors from a vertex.
SQLFunctionVectorNeighbors() - Constructor for class com.arcadedb.query.sql.function.vector.SQLFunctionVectorNeighbors
Get the date at construction to have the same date for all the iteration.
SQLHeuristicFormula - Enum in com.arcadedb.query.sql.function.graph
Heuristic formula enum.
SQLMethod - Interface in com.arcadedb.query.sql.executor
Methods can be used on various objects with different number of arguments.
SQLMethodAppend - Class in com.arcadedb.query.sql.method.string
Appends strings.
SQLMethodAppend() - Constructor for class com.arcadedb.query.sql.method.string.SQLMethodAppend
 
SQLMethodAsBoolean - Class in com.arcadedb.query.sql.method.conversion
 
SQLMethodAsBoolean() - Constructor for class com.arcadedb.query.sql.method.conversion.SQLMethodAsBoolean
 
SQLMethodAsByte - Class in com.arcadedb.query.sql.method.conversion
Returns a number as a byte (signed 8 bit representation).
SQLMethodAsByte() - Constructor for class com.arcadedb.query.sql.method.conversion.SQLMethodAsByte
 
SQLMethodAsDate - Class in com.arcadedb.query.sql.method.conversion
Transforms a value to date.
SQLMethodAsDate() - Constructor for class com.arcadedb.query.sql.method.conversion.SQLMethodAsDate
 
SQLMethodAsDateTime - Class in com.arcadedb.query.sql.method.conversion
Transforms a value to datetime.
SQLMethodAsDateTime() - Constructor for class com.arcadedb.query.sql.method.conversion.SQLMethodAsDateTime
 
SQLMethodAsDecimal - Class in com.arcadedb.query.sql.method.conversion
Transforms a value to decimal.
SQLMethodAsDecimal() - Constructor for class com.arcadedb.query.sql.method.conversion.SQLMethodAsDecimal
 
SQLMethodAsDouble - Class in com.arcadedb.query.sql.method.conversion
Returns a number as a double (signed 32 bit representation).
SQLMethodAsDouble() - Constructor for class com.arcadedb.query.sql.method.conversion.SQLMethodAsDouble
 
SQLMethodAsFloat - Class in com.arcadedb.query.sql.method.conversion
 
SQLMethodAsFloat() - Constructor for class com.arcadedb.query.sql.method.conversion.SQLMethodAsFloat
 
SQLMethodAsInteger - Class in com.arcadedb.query.sql.method.conversion
Returns a number as an integer (signed 16 bit representation).
SQLMethodAsInteger() - Constructor for class com.arcadedb.query.sql.method.conversion.SQLMethodAsInteger
 
SQLMethodAsList - Class in com.arcadedb.query.sql.method.conversion
Transforms current value in a List.
SQLMethodAsList() - Constructor for class com.arcadedb.query.sql.method.conversion.SQLMethodAsList
 
SQLMethodAsLong - Class in com.arcadedb.query.sql.method.conversion
Returns a number as a long (signed 32 bit representation).
SQLMethodAsLong() - Constructor for class com.arcadedb.query.sql.method.conversion.SQLMethodAsLong
 
SQLMethodAsMap - Class in com.arcadedb.query.sql.method.conversion
Transforms current value into a Map.
SQLMethodAsMap() - Constructor for class com.arcadedb.query.sql.method.conversion.SQLMethodAsMap
 
SQLMethodAsRecord - Class in com.arcadedb.query.sql.method.conversion
Returns the record from an Identifiable (a RID).
SQLMethodAsRecord() - Constructor for class com.arcadedb.query.sql.method.conversion.SQLMethodAsRecord
 
SQLMethodAsRID - Class in com.arcadedb.query.sql.method.conversion
Transforms a string in a RID, if valid, otherwise null.
SQLMethodAsRID() - Constructor for class com.arcadedb.query.sql.method.conversion.SQLMethodAsRID
 
SQLMethodAsSet - Class in com.arcadedb.query.sql.method.conversion
Transforms current value in a Set.
SQLMethodAsSet() - Constructor for class com.arcadedb.query.sql.method.conversion.SQLMethodAsSet
 
SQLMethodAsShort - Class in com.arcadedb.query.sql.method.conversion
Returns a number as a short (signed 16 bit representation).
SQLMethodAsShort() - Constructor for class com.arcadedb.query.sql.method.conversion.SQLMethodAsShort
 
SQLMethodAsString - Class in com.arcadedb.query.sql.method.conversion
 
SQLMethodAsString() - Constructor for class com.arcadedb.query.sql.method.conversion.SQLMethodAsString
 
SQLMethodCapitalize - Class in com.arcadedb.query.sql.method.string
 
SQLMethodCapitalize() - Constructor for class com.arcadedb.query.sql.method.string.SQLMethodCapitalize
 
SQLMethodCharAt - Class in com.arcadedb.query.sql.method.string
Returns a character in a string.
SQLMethodCharAt() - Constructor for class com.arcadedb.query.sql.method.string.SQLMethodCharAt
 
SQLMethodConvert - Class in com.arcadedb.query.sql.method.conversion
Converts a value to another type in Java or ArcadeDB's supported types.
SQLMethodConvert() - Constructor for class com.arcadedb.query.sql.method.conversion.SQLMethodConvert
 
SQLMethodExclude - Class in com.arcadedb.query.sql.method.misc
Filter the content by excluding only some fields.
SQLMethodExclude() - Constructor for class com.arcadedb.query.sql.method.misc.SQLMethodExclude
 
SQLMethodFactory - Interface in com.arcadedb.query.sql.method
 
SQLMethodField - Class in com.arcadedb.query.sql.method.collection
 
SQLMethodField() - Constructor for class com.arcadedb.query.sql.method.collection.SQLMethodField
 
SQLMethodFormat - Class in com.arcadedb.query.sql.method.string
 
SQLMethodFormat() - Constructor for class com.arcadedb.query.sql.method.string.SQLMethodFormat
 
SQLMethodHash - Class in com.arcadedb.query.sql.method.misc
Hash a string supporting multiple algorithm, all those supported by JVM
SQLMethodHash() - Constructor for class com.arcadedb.query.sql.method.misc.SQLMethodHash
 
SQLMethodIfNull - Class in com.arcadedb.query.sql.method.misc
Returns argument if result is null else return result.
SQLMethodIfNull() - Constructor for class com.arcadedb.query.sql.method.misc.SQLMethodIfNull
 
SQLMethodInclude - Class in com.arcadedb.query.sql.method.misc
Filter the content by including only some fields.
SQLMethodInclude() - Constructor for class com.arcadedb.query.sql.method.misc.SQLMethodInclude
 
SQLMethodIndexOf - Class in com.arcadedb.query.sql.method.string
 
SQLMethodIndexOf() - Constructor for class com.arcadedb.query.sql.method.string.SQLMethodIndexOf
 
SQLMethodIntersectsWith - Class in com.arcadedb.query.sql.method.geo
Returns true if a shape intersects with another shape.
SQLMethodIntersectsWith() - Constructor for class com.arcadedb.query.sql.method.geo.SQLMethodIntersectsWith
 
SQLMethodIsWithin - Class in com.arcadedb.query.sql.method.geo
Returns true if a shape is inside another shape
SQLMethodIsWithin() - Constructor for class com.arcadedb.query.sql.method.geo.SQLMethodIsWithin
 
SQLMethodJavaType - Class in com.arcadedb.query.sql.method.misc
Returns the value's Java type.
SQLMethodJavaType() - Constructor for class com.arcadedb.query.sql.method.misc.SQLMethodJavaType
 
SQLMethodKeys - Class in com.arcadedb.query.sql.method.collection
 
SQLMethodKeys() - Constructor for class com.arcadedb.query.sql.method.collection.SQLMethodKeys
 
SQLMethodLastIndexOf - Class in com.arcadedb.query.sql.method.string
 
SQLMethodLastIndexOf() - Constructor for class com.arcadedb.query.sql.method.string.SQLMethodLastIndexOf
 
SQLMethodLeft - Class in com.arcadedb.query.sql.method.string
Returns the first characters from the beginning of the string.
SQLMethodLeft() - Constructor for class com.arcadedb.query.sql.method.string.SQLMethodLeft
 
SQLMethodLength - Class in com.arcadedb.query.sql.method.string
Returns the string length.
SQLMethodLength() - Constructor for class com.arcadedb.query.sql.method.string.SQLMethodLength
 
SQLMethodNormalize - Class in com.arcadedb.query.sql.method.string
 
SQLMethodNormalize() - Constructor for class com.arcadedb.query.sql.method.string.SQLMethodNormalize
 
SQLMethodPrecision - Class in com.arcadedb.query.sql.method.misc
Modifies the precision of a datetime.
SQLMethodPrecision() - Constructor for class com.arcadedb.query.sql.method.misc.SQLMethodPrecision
 
SQLMethodPrefix - Class in com.arcadedb.query.sql.method.string
 
SQLMethodPrefix() - Constructor for class com.arcadedb.query.sql.method.string.SQLMethodPrefix
 
SQLMethodRemove - Class in com.arcadedb.query.sql.method.collection
Remove the first occurrence of elements from a collection.
SQLMethodRemove() - Constructor for class com.arcadedb.query.sql.method.collection.SQLMethodRemove
 
SQLMethodRemoveAll - Class in com.arcadedb.query.sql.method.collection
Remove all the occurrences of elements from a collection.
SQLMethodRemoveAll() - Constructor for class com.arcadedb.query.sql.method.collection.SQLMethodRemoveAll
 
SQLMethodReplace - Class in com.arcadedb.query.sql.method.string
Replaces all the occurrences.
SQLMethodReplace() - Constructor for class com.arcadedb.query.sql.method.string.SQLMethodReplace
 
SQLMethodRight - Class in com.arcadedb.query.sql.method.string
Returns the first characters from the end of the string.
SQLMethodRight() - Constructor for class com.arcadedb.query.sql.method.string.SQLMethodRight
 
SQLMethodSize - Class in com.arcadedb.query.sql.method.collection
 
SQLMethodSize() - Constructor for class com.arcadedb.query.sql.method.collection.SQLMethodSize
 
SQLMethodSplit - Class in com.arcadedb.query.sql.method.string
Splits a string using a delimiter.
SQLMethodSplit() - Constructor for class com.arcadedb.query.sql.method.string.SQLMethodSplit
 
SQLMethodSubString - Class in com.arcadedb.query.sql.method.string
Extracts a sub string from the original.
SQLMethodSubString() - Constructor for class com.arcadedb.query.sql.method.string.SQLMethodSubString
 
SQLMethodToJSON - Class in com.arcadedb.query.sql.method.misc
Converts a document in JSON string.
SQLMethodToJSON() - Constructor for class com.arcadedb.query.sql.method.misc.SQLMethodToJSON
 
SQLMethodToLowerCase - Class in com.arcadedb.query.sql.method.string
 
SQLMethodToLowerCase() - Constructor for class com.arcadedb.query.sql.method.string.SQLMethodToLowerCase
 
SQLMethodToUpperCase - Class in com.arcadedb.query.sql.method.string
 
SQLMethodToUpperCase() - Constructor for class com.arcadedb.query.sql.method.string.SQLMethodToUpperCase
 
SQLMethodTransform - Class in com.arcadedb.query.sql.method.collection
Transform the element in a collections or map.
SQLMethodTransform() - Constructor for class com.arcadedb.query.sql.method.collection.SQLMethodTransform
 
SQLMethodTrim - Class in com.arcadedb.query.sql.method.string
 
SQLMethodTrim() - Constructor for class com.arcadedb.query.sql.method.string.SQLMethodTrim
 
SQLMethodType - Class in com.arcadedb.query.sql.method.misc
Returns the value's Arcadedb Type.
SQLMethodType() - Constructor for class com.arcadedb.query.sql.method.misc.SQLMethodType
 
SQLMethodValues - Class in com.arcadedb.query.sql.method.collection
Returns the values of a map.
SQLMethodValues() - Constructor for class com.arcadedb.query.sql.method.collection.SQLMethodValues
 
SqlParser - Class in com.arcadedb.query.sql.parser
Database Sql grammar.
SqlParser(Database, InputStream) - Constructor for class com.arcadedb.query.sql.parser.SqlParser
 
SqlParser(Database, InputStream, String) - Constructor for class com.arcadedb.query.sql.parser.SqlParser
 
SqlParser(Database, String) - Constructor for class com.arcadedb.query.sql.parser.SqlParser
 
SqlParser(CharStream) - Constructor for class com.arcadedb.query.sql.parser.SqlParser
Constructor with user supplied CharStream.
SqlParser(SqlParserTokenManager) - Constructor for class com.arcadedb.query.sql.parser.SqlParser
Constructor with generated Token Manager.
SqlParserConstants - Interface in com.arcadedb.query.sql.parser
Token literal values and constants.
SqlParserTokenManager - Class in com.arcadedb.query.sql.parser
Token Manager.
SqlParserTokenManager(CharStream) - Constructor for class com.arcadedb.query.sql.parser.SqlParserTokenManager
Constructor.
SqlParserTokenManager(CharStream, int) - Constructor for class com.arcadedb.query.sql.parser.SqlParserTokenManager
Constructor.
SqlParserTreeConstants - Interface in com.arcadedb.query.sql.parser
 
SQLQueryEngine - Class in com.arcadedb.query.sql
 
SQLQueryEngine(DatabaseInternal) - Constructor for class com.arcadedb.query.sql.SQLQueryEngine
 
SQLQueryEngine.SQLQueryEngineFactory - Class in com.arcadedb.query.sql
 
SQLQueryEngineFactory() - Constructor for class com.arcadedb.query.sql.SQLQueryEngine.SQLQueryEngineFactory
 
SQLScriptQueryEngine - Class in com.arcadedb.query.sql
 
SQLScriptQueryEngine(DatabaseInternal) - Constructor for class com.arcadedb.query.sql.SQLScriptQueryEngine
 
SQLScriptQueryEngine.SQLScriptQueryEngineFactory - Class in com.arcadedb.query.sql
 
SQLScriptQueryEngineFactory() - Constructor for class com.arcadedb.query.sql.SQLScriptQueryEngine.SQLScriptQueryEngineFactory
 
SQLStaticReflectiveFunction - Class in com.arcadedb.query.sql.function.misc
This is able to invoke a static method using reflection.
SQLStaticReflectiveFunction(String, Method...) - Constructor for class com.arcadedb.query.sql.function.misc.SQLStaticReflectiveFunction
 
star - Variable in class com.arcadedb.query.sql.parser.NestedProjectionItem
 
star - Variable in class com.arcadedb.query.sql.parser.ResourcePathItem
 
star - Variable in class com.arcadedb.query.sql.parser.SuffixIdentifier
 
STAR - com.arcadedb.query.sql.parser.MathExpression.Operator
 
STAR - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
STARASSIGN - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
starItem - Variable in class com.arcadedb.query.sql.parser.NestedProjection
 
starred - Variable in class com.arcadedb.query.sql.parser.AlterBucketStatement
 
START - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
startPositionInLog - Variable in class com.arcadedb.engine.WALFile.WALTransaction
 
startRecordingChanges() - Method in class com.arcadedb.engine.FileManager
Start recording changes in file system.
startup() - Method in class com.arcadedb.utility.SoftThread
 
statement - Variable in class com.arcadedb.query.sql.executor.SingleOpExecutionPlan
 
statement - Variable in class com.arcadedb.query.sql.parser.ExplainStatement
 
statement - Variable in class com.arcadedb.query.sql.parser.FromItem
 
statement - Variable in class com.arcadedb.query.sql.parser.LetStatement
 
statement - Variable in class com.arcadedb.query.sql.parser.ParenthesisExpression
 
statement - Variable in class com.arcadedb.query.sql.parser.ProfileStatement
 
Statement - Class in com.arcadedb.query.sql.parser
 
Statement(int) - Constructor for class com.arcadedb.query.sql.parser.Statement
 
Statement() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
StatementCache - Class in com.arcadedb.query.sql.parser
This class is an LRU cache for already parsed SQL statement executors.
StatementCache(Database, int) - Constructor for class com.arcadedb.query.sql.parser.StatementCache
 
StatementInternal - Class in com.arcadedb.query.sql.parser
 
StatementInternal(int) - Constructor for class com.arcadedb.query.sql.parser.StatementInternal
 
StatementInternal() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
statements - Variable in class com.arcadedb.query.sql.parser.ForEachBlock
 
statements - Variable in class com.arcadedb.query.sql.parser.IfStatement
 
statements - Variable in class com.arcadedb.query.sql.parser.WhileBlock
 
StatementSemicolon - Class in com.arcadedb.query.sql.parser
 
StatementSemicolon(int) - Constructor for class com.arcadedb.query.sql.parser.StatementSemicolon
 
StatementSemicolon() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
STATIC_LEXER_ERROR - Static variable in exception com.arcadedb.query.sql.parser.TokenMgrException
An attempt was made to create a second instance of a static token manager.
staticFlag - Static variable in class com.arcadedb.query.sql.parser.JavaCharStream
Whether parser is static.
staticFlag - Static variable in class com.arcadedb.query.sql.parser.SimpleCharStream
Whether parser is static.
stats - Variable in class com.arcadedb.database.LocalDatabase
 
stats - Variable in class com.arcadedb.query.sql.executor.QueryStats
 
status - Variable in class com.arcadedb.index.lsm.LSMTreeIndex
 
step - Variable in class com.arcadedb.query.sql.executor.IfExecutionPlan
 
steps - Variable in class com.arcadedb.query.sql.executor.ScriptExecutionPlan
 
steps - Variable in class com.arcadedb.query.sql.executor.SelectExecutionPlan
 
stopRecordingChanges() - Method in class com.arcadedb.engine.FileManager
 
strategy - Variable in class com.arcadedb.query.sql.parser.TraverseStatement
 
STRATEGY - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
stream() - Method in interface com.arcadedb.query.sql.executor.ResultSet
Returns the result set as a stream.
string - Variable in class com.arcadedb.query.sql.parser.BaseExpression
 
STRING - com.arcadedb.schema.Type
 
STRING_LITERAL - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
string2number(String) - Static method in class com.arcadedb.utility.FileUtils
 
stringArray(Object) - Method in class com.arcadedb.query.sql.function.graph.SQLFunctionHeuristicPathFinderAbstract
 
stringOrDefault(Object, String) - Method in class com.arcadedb.query.sql.function.graph.SQLFunctionHeuristicPathFinderAbstract
 
stringValue - Variable in class com.arcadedb.query.sql.parser.FloatingPoint
 
sub - Variable in class com.arcadedb.query.sql.parser.NotBlock
 
subQueries - Variable in class com.arcadedb.query.sql.parser.SubQueryCollector
 
SubQueryCollector - Class in com.arcadedb.query.sql.parser
This class is used by the query planner to extract subqueries and move them to LET clause
An example:

select from foo where name in (select name from bar)

will become

select from foo<br> let _$$$SUBQUERY$$_0 = (select name from bar)<br> where name in _$$$SUBQUERY$$_0
SubQueryCollector() - Constructor for class com.arcadedb.query.sql.parser.SubQueryCollector
 
SubQueryStep - Class in com.arcadedb.query.sql.executor
Created by luigidellaquila on 22/07/16.
SubQueryStep(InternalExecutionPlan, CommandContext, CommandContext, boolean) - Constructor for class com.arcadedb.query.sql.executor.SubQueryStep
executes a sub-query
subTypes - Variable in class com.arcadedb.schema.LocalDocumentType
 
suffix - Variable in class com.arcadedb.query.sql.parser.BaseIdentifier
 
SuffixIdentifier - Class in com.arcadedb.query.sql.parser
 
SuffixIdentifier(int) - Constructor for class com.arcadedb.query.sql.parser.SuffixIdentifier
 
SuffixIdentifier(Identifier) - Constructor for class com.arcadedb.query.sql.parser.SuffixIdentifier
 
SuffixIdentifier(RecordAttribute) - Constructor for class com.arcadedb.query.sql.parser.SuffixIdentifier
 
SuffixIdentifier() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
sum(Number) - Method in class com.arcadedb.query.sql.function.math.SQLFunctionAverage
 
sum(Number) - Method in class com.arcadedb.query.sql.function.math.SQLFunctionSum
 
sumDistances(float, float) - Method in class com.arcadedb.query.sql.function.graph.SQLFunctionPathFinder
 
supernodeThreshold - Static variable in class com.arcadedb.query.sql.function.graph.SQLFunctionMoveFiltered
 
SUPERTYPE - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
supertypes - Variable in class com.arcadedb.query.sql.parser.CreateTypeAbstractStatement
Direct superclasses for this class
superTypes - Variable in class com.arcadedb.schema.LocalDocumentType
 
supportsBasicCalculation() - Method in class com.arcadedb.query.sql.parser.ValueExpression
 
supportsColors() - Static method in enum com.arcadedb.utility.AnsiCode
 
supportsOrderedIterations() - Method in interface com.arcadedb.index.Index
 
supportsOrderedIterations() - Method in class com.arcadedb.index.lsm.LSMTreeFullTextIndex
 
supportsOrderedIterations() - Method in class com.arcadedb.index.lsm.LSMTreeIndex
 
supportsOrderedIterations() - Method in class com.arcadedb.index.TypeIndex
 
supportsOrderedIterations() - Method in class com.arcadedb.index.vector.HnswVectorIndex
 
suspendFlushAndExecute(CallableNoReturn) - Method in class com.arcadedb.engine.PageManager
 
SwitchTo(int) - Method in class com.arcadedb.query.sql.parser.SqlParserTokenManager
Switch to specified lex state.
syncPull(CommandContext, int) - Method in class com.arcadedb.query.sql.executor.AbstractTraverseStep
 
syncPull(CommandContext, int) - Method in class com.arcadedb.query.sql.executor.AbstractUnrollStep
 
syncPull(CommandContext, int) - Method in class com.arcadedb.query.sql.executor.AccumulatingTimeoutStep
 
syncPull(CommandContext, int) - Method in class com.arcadedb.query.sql.executor.AggregateProjectionCalculationStep
 
syncPull(CommandContext, int) - Method in class com.arcadedb.query.sql.executor.CartesianProductStep
 
syncPull(CommandContext, int) - Method in class com.arcadedb.query.sql.executor.CastToStepAbstract
 
syncPull(CommandContext, int) - Method in class com.arcadedb.query.sql.executor.CheckClusterTypeStep
 
syncPull(CommandContext, int) - Method in class com.arcadedb.query.sql.executor.CheckIsEdgeTypeStep
 
syncPull(CommandContext, int) - Method in class com.arcadedb.query.sql.executor.CheckIsVertexTypeStep
 
syncPull(CommandContext, int) - Method in class com.arcadedb.query.sql.executor.CheckRecordTypeStep
 
syncPull(CommandContext, int) - Method in class com.arcadedb.query.sql.executor.CheckSafeDeleteStep
 
syncPull(CommandContext, int) - Method in class com.arcadedb.query.sql.executor.CheckTypeTypeStep
 
syncPull(CommandContext, int) - Method in class com.arcadedb.query.sql.executor.ConvertToResultInternalStep
 
syncPull(CommandContext, int) - Method in class com.arcadedb.query.sql.executor.ConvertToUpdatableResultStep
 
syncPull(CommandContext, int) - Method in class com.arcadedb.query.sql.executor.CopyDocumentStep
 
syncPull(CommandContext, int) - Method in class com.arcadedb.query.sql.executor.CopyRecordContentBeforeUpdateStep
 
syncPull(CommandContext, int) - Method in class com.arcadedb.query.sql.executor.CountFromIndexStep
 
syncPull(CommandContext, int) - Method in class com.arcadedb.query.sql.executor.CountFromTypeStep
 
syncPull(CommandContext, int) - Method in class com.arcadedb.query.sql.executor.CountStep
 
syncPull(CommandContext, int) - Method in class com.arcadedb.query.sql.executor.CreateEdgesStep
 
syncPull(CommandContext, int) - Method in class com.arcadedb.query.sql.executor.CreateRecordStep
 
syncPull(CommandContext, int) - Method in class com.arcadedb.query.sql.executor.DeleteFromIndexStep
 
syncPull(CommandContext, int) - Method in class com.arcadedb.query.sql.executor.DeleteStep
 
syncPull(CommandContext, int) - Method in class com.arcadedb.query.sql.executor.DistinctExecutionStep
 
syncPull(CommandContext, int) - Method in class com.arcadedb.query.sql.executor.EmptyDataGeneratorStep
 
syncPull(CommandContext, int) - Method in class com.arcadedb.query.sql.executor.EmptyStep
 
syncPull(CommandContext, int) - Method in interface com.arcadedb.query.sql.executor.ExecutionStepInternal
 
syncPull(CommandContext, int) - Method in class com.arcadedb.query.sql.executor.ExpandStep
 
syncPull(CommandContext, int) - Method in class com.arcadedb.query.sql.executor.FetchEdgesFromToVerticesStep
 
syncPull(CommandContext, int) - Method in class com.arcadedb.query.sql.executor.FetchEdgesToVerticesStep
 
syncPull(CommandContext, int) - Method in class com.arcadedb.query.sql.executor.FetchFromClusterExecutionStep
 
syncPull(CommandContext, int) - Method in class com.arcadedb.query.sql.executor.FetchFromClustersExecutionStep
 
syncPull(CommandContext, int) - Method in class com.arcadedb.query.sql.executor.FetchFromIndexedFunctionStep
 
syncPull(CommandContext, int) - Method in class com.arcadedb.query.sql.executor.FetchFromIndexStep
 
syncPull(CommandContext, int) - Method in class com.arcadedb.query.sql.executor.FetchFromResultsetStep
 
syncPull(CommandContext, int) - Method in class com.arcadedb.query.sql.executor.FetchFromRidsStep
 
syncPull(CommandContext, int) - Method in class com.arcadedb.query.sql.executor.FetchFromSchemaBucketsStep
 
syncPull(CommandContext, int) - Method in class com.arcadedb.query.sql.executor.FetchFromSchemaDatabaseStep
 
syncPull(CommandContext, int) - Method in class com.arcadedb.query.sql.executor.FetchFromSchemaIndexesStep
 
syncPull(CommandContext, int) - Method in class com.arcadedb.query.sql.executor.FetchFromSchemaTypesStep
 
syncPull(CommandContext, int) - Method in class com.arcadedb.query.sql.executor.FetchFromTypeExecutionStep
 
syncPull(CommandContext, int) - Method in class com.arcadedb.query.sql.executor.FilterByClustersStep
 
syncPull(CommandContext, int) - Method in class com.arcadedb.query.sql.executor.FilterByTypeStep
 
syncPull(CommandContext, int) - Method in class com.arcadedb.query.sql.executor.FilterNotMatchPatternStep
 
syncPull(CommandContext, int) - Method in class com.arcadedb.query.sql.executor.FilterStep
 
syncPull(CommandContext, int) - Method in class com.arcadedb.query.sql.executor.ForEachStep
 
syncPull(CommandContext, int) - Method in class com.arcadedb.query.sql.executor.GetValueFromIndexEntryStep
 
syncPull(CommandContext, int) - Method in class com.arcadedb.query.sql.executor.GlobalLetExpressionStep
 
syncPull(CommandContext, int) - Method in class com.arcadedb.query.sql.executor.GlobalLetQueryStep
 
syncPull(CommandContext, int) - Method in class com.arcadedb.query.sql.executor.GuaranteeEmptyCountStep
 
syncPull(CommandContext, int) - Method in class com.arcadedb.query.sql.executor.IfStep
 
syncPull(CommandContext, int) - Method in class com.arcadedb.query.sql.executor.InsertValuesStep
 
syncPull(CommandContext, int) - Method in class com.arcadedb.query.sql.executor.LetExpressionStep
 
syncPull(CommandContext, int) - Method in class com.arcadedb.query.sql.executor.LetQueryStep
 
syncPull(CommandContext, int) - Method in class com.arcadedb.query.sql.executor.LimitExecutionStep
 
syncPull(CommandContext, int) - Method in class com.arcadedb.query.sql.executor.MatchFirstStep
 
syncPull(CommandContext, int) - Method in class com.arcadedb.query.sql.executor.MatchPrefetchStep
 
syncPull(CommandContext, int) - Method in class com.arcadedb.query.sql.executor.MatchStep
 
syncPull(CommandContext, int) - Method in class com.arcadedb.query.sql.executor.OrderByStep
 
syncPull(CommandContext, int) - Method in class com.arcadedb.query.sql.executor.ParallelExecStep
 
syncPull(CommandContext, int) - Method in class com.arcadedb.query.sql.executor.ProjectionCalculationStep
 
syncPull(CommandContext, int) - Method in class com.arcadedb.query.sql.executor.RemoveEdgePointersStep
 
syncPull(CommandContext, int) - Method in class com.arcadedb.query.sql.executor.RemoveEmptyOptionalsStep
 
syncPull(CommandContext, int) - Method in class com.arcadedb.query.sql.executor.RetryStep
 
syncPull(CommandContext, int) - Method in class com.arcadedb.query.sql.executor.ReturnMatchPathsStep
 
syncPull(CommandContext, int) - Method in class com.arcadedb.query.sql.executor.ReturnMatchPatternsStep
 
syncPull(CommandContext, int) - Method in class com.arcadedb.query.sql.executor.ReturnStep
 
syncPull(CommandContext, int) - Method in class com.arcadedb.query.sql.executor.SaveElementStep
 
syncPull(CommandContext, int) - Method in class com.arcadedb.query.sql.executor.ScriptLineStep
 
syncPull(CommandContext, int) - Method in class com.arcadedb.query.sql.executor.SetDocumentStepStep
 
syncPull(CommandContext, int) - Method in class com.arcadedb.query.sql.executor.SkipExecutionStep
 
syncPull(CommandContext, int) - Method in class com.arcadedb.query.sql.executor.SubQueryStep
 
syncPull(CommandContext, int) - Method in class com.arcadedb.query.sql.executor.TimeoutStep
 
syncPull(CommandContext, int) - Method in class com.arcadedb.query.sql.executor.UnwindStep
 
syncPull(CommandContext, int) - Method in class com.arcadedb.query.sql.executor.UnwrapPreviousValueStep
 
syncPull(CommandContext, int) - Method in class com.arcadedb.query.sql.executor.UpdateContentStep
 
syncPull(CommandContext, int) - Method in class com.arcadedb.query.sql.executor.UpdateMergeStep
 
syncPull(CommandContext, int) - Method in class com.arcadedb.query.sql.executor.UpdateRemoveStep
 
syncPull(CommandContext, int) - Method in class com.arcadedb.query.sql.executor.UpdateSetStep
 
syncPull(CommandContext, int) - Method in class com.arcadedb.query.sql.executor.UpsertStep
 
syncPull(CommandContext, int) - Method in class com.arcadedb.query.sql.parser.WhileStep
 
SYSTEM - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
SystemVariableResolver - Class in com.arcadedb.utility
Resolve system variables embedded in a String.
SystemVariableResolver() - Constructor for class com.arcadedb.utility.SystemVariableResolver
 

T

TableFormatter - Class in com.arcadedb.utility
 
TableFormatter(TableFormatter.TableOutput) - Constructor for class com.arcadedb.utility.TableFormatter
 
TableFormatter.ALIGNMENT - Enum in com.arcadedb.utility
 
TableFormatter.TableMapRow - Class in com.arcadedb.utility
 
TableFormatter.TableOutput - Interface in com.arcadedb.utility
 
TableFormatter.TableRow - Interface in com.arcadedb.utility
 
TableMapRow() - Constructor for class com.arcadedb.utility.TableFormatter.TableMapRow
 
TableMapRow(Map<String, Object>) - Constructor for class com.arcadedb.utility.TableFormatter.TableMapRow
 
TableRecordRow(Result) - Constructor for class com.arcadedb.utility.RecordTableFormatter.TableRecordRow
 
tabSize - Variable in class com.arcadedb.query.sql.parser.JavaCharStream
 
tabSize - Variable in class com.arcadedb.query.sql.parser.SimpleCharStream
 
target - Variable in class com.arcadedb.query.sql.parser.SelectStatement
 
target - Variable in class com.arcadedb.query.sql.parser.TraverseStatement
 
target - Variable in class com.arcadedb.query.sql.parser.UpdateStatement
 
targetBucket - Variable in class com.arcadedb.query.sql.executor.InsertExecutionPlanner
 
targetBucketName - Variable in class com.arcadedb.query.sql.executor.CreateEdgeExecutionPlanner
 
targetBucketName - Variable in class com.arcadedb.query.sql.executor.InsertExecutionPlanner
 
targetBucketName - Variable in class com.arcadedb.query.sql.parser.CreateEdgeStatement
 
targetBucketName - Variable in class com.arcadedb.query.sql.parser.DeleteEdgeStatement
 
targetClass - Variable in class com.arcadedb.query.sql.executor.CreateEdgeExecutionPlanner
 
targetClassName(MatchPathItem, CommandContext) - Method in class com.arcadedb.query.sql.executor.MatchEdgeTraverser
 
targetClassName(MatchPathItem, CommandContext) - Method in class com.arcadedb.query.sql.executor.MatchReverseEdgeTraverser
 
targetClusterName - Variable in class com.arcadedb.query.sql.executor.DeleteEdgeExecutionPlanner
 
targetClusterName(MatchPathItem, CommandContext) - Method in class com.arcadedb.query.sql.executor.MatchEdgeTraverser
 
targetClusterName(MatchPathItem, CommandContext) - Method in class com.arcadedb.query.sql.executor.MatchReverseEdgeTraverser
 
targetRid(MatchPathItem, CommandContext) - Method in class com.arcadedb.query.sql.executor.MatchEdgeTraverser
 
targetRid(MatchPathItem, CommandContext) - Method in class com.arcadedb.query.sql.executor.MatchReverseEdgeTraverser
 
targetType - Variable in class com.arcadedb.query.sql.executor.InsertExecutionPlanner
 
targetType - Variable in class com.arcadedb.query.sql.parser.CreateEdgeStatement
 
TEMP_EXT - Static variable in class com.arcadedb.index.lsm.LSMTreeIndexAbstract
 
TempIndexCursor - Class in com.arcadedb.index
 
TempIndexCursor(Collection<IndexCursorEntry>) - Constructor for class com.arcadedb.index.TempIndexCursor
 
temporaryContent - Variable in class com.arcadedb.query.sql.executor.ResultInternal
 
TERABYTE - Static variable in class com.arcadedb.utility.FileUtils
 
TEST - com.arcadedb.GlobalConfiguration
 
third - Variable in class com.arcadedb.query.sql.parser.BetweenCondition
 
THIS - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
ThreadBucketSelectionStrategy - Class in com.arcadedb.database.bucketselectionstrategy
Threaded implementation that returns the bucket partitioned with the thread id.
ThreadBucketSelectionStrategy() - Constructor for class com.arcadedb.database.bucketselectionstrategy.ThreadBucketSelectionStrategy
 
threadDump() - Static method in class com.arcadedb.utility.FileUtils
 
throwParsingException(TokenMgrError, String) - Static method in class com.arcadedb.query.sql.parser.StatementCache
 
throwParsingException(Throwable, String) - Static method in class com.arcadedb.query.sql.parser.StatementCache
 
TILDE - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
timedOut - Variable in class com.arcadedb.query.sql.executor.AbstractExecutionStep
 
timeout - Variable in class com.arcadedb.query.sql.executor.QueryPlanningInfo
 
timeout - Variable in class com.arcadedb.query.sql.executor.UpdateExecutionPlanner
 
timeout - Variable in class com.arcadedb.query.sql.parser.Statement
 
timeout(long, TimeUnit, boolean) - Method in class com.arcadedb.query.select.Select
 
timeout(long, TimeUnit, boolean) - Method in class com.arcadedb.query.select.SelectWhereAfterBlock
 
Timeout - Class in com.arcadedb.query.sql.parser
 
Timeout(int) - Constructor for class com.arcadedb.query.sql.parser.Timeout
 
Timeout() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
TIMEOUT - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
TimeoutException - Exception in com.arcadedb.exception
 
TimeoutException(String) - Constructor for exception com.arcadedb.exception.TimeoutException
 
TimeoutException(String, Throwable) - Constructor for exception com.arcadedb.exception.TimeoutException
 
TimeoutStep - Class in com.arcadedb.query.sql.executor
Created by luigidellaquila on 08/08/16.
TimeoutStep(Timeout, CommandContext, boolean) - Constructor for class com.arcadedb.query.sql.executor.TimeoutStep
 
timestamp - Variable in class com.arcadedb.engine.WALFile.WALTransaction
 
to - Variable in class com.arcadedb.query.sql.parser.ArrayRangeSelector
 
TO - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
toArray() - Method in class com.arcadedb.query.sql.executor.RidSet
 
toArray(T[]) - Method in class com.arcadedb.query.sql.executor.RidSet
 
toByteArray() - Method in class com.arcadedb.database.Binary
 
toByteArray() - Method in interface com.arcadedb.database.BinaryStructure
 
toDoc() - Method in class com.arcadedb.query.sql.parser.MatchStatement.MatchContext
 
toDocument(Identifiable, CommandContext) - Method in class com.arcadedb.query.sql.parser.Json
 
toDocuments() - Method in interface com.arcadedb.query.sql.executor.ResultSet
Browses the result and returns a list of documents if the result contains documents, otherwise an empty list.
toEdges() - Method in interface com.arcadedb.query.sql.executor.ResultSet
Browses the result and returns a list of edges if the result contains edges, otherwise an empty list.
toElement() - Method in class com.arcadedb.query.sql.executor.EmptyResult
 
toElement() - Method in interface com.arcadedb.query.sql.executor.Result
 
toElement() - Method in class com.arcadedb.query.sql.executor.ResultInternal
 
toElement() - Method in class com.arcadedb.query.sql.executor.UpdatableResult
 
toJson(Object) - Method in interface com.arcadedb.query.sql.executor.Result
 
toJSON() - Method in class com.arcadedb.ContextConfiguration
 
toJSON() - Method in interface com.arcadedb.database.bucketselectionstrategy.BucketSelectionStrategy
 
toJSON() - Method in class com.arcadedb.database.bucketselectionstrategy.PartitionedBucketSelectionStrategy
 
toJSON() - Method in interface com.arcadedb.database.Record
 
toJSON() - Static method in enum com.arcadedb.GlobalConfiguration
 
toJSON() - Method in class com.arcadedb.graph.EdgeLinkedList
 
toJSON() - Method in interface com.arcadedb.index.IndexInternal
 
toJSON() - Method in class com.arcadedb.index.lsm.LSMTreeFullTextIndex
 
toJSON() - Method in class com.arcadedb.index.lsm.LSMTreeIndex
 
toJSON() - Method in class com.arcadedb.index.TypeIndex
 
toJSON() - Method in class com.arcadedb.index.vector.HnswVectorIndex
 
toJSON() - Method in class com.arcadedb.Profiler
 
toJSON() - Method in class com.arcadedb.query.select.SelectTreeNode
 
toJSON() - Method in interface com.arcadedb.query.sql.executor.Result
 
toJSON() - Method in class com.arcadedb.schema.AbstractProperty
 
toJSON() - Method in interface com.arcadedb.schema.DocumentType
 
toJSON() - Method in class com.arcadedb.schema.LocalDocumentType
 
toJSON() - Method in class com.arcadedb.schema.LocalSchema
 
toJSON() - Method in interface com.arcadedb.schema.Property
 
toJSON(boolean) - Method in class com.arcadedb.database.DetachedDocument
 
toJSON(boolean) - Method in class com.arcadedb.database.ImmutableDocument
 
toJSON(boolean) - Method in class com.arcadedb.database.MutableDocument
 
toJSON(boolean) - Method in interface com.arcadedb.database.Record
 
toJSON(boolean) - Method in class com.arcadedb.graph.ImmutableEdge
 
toJSON(boolean) - Method in class com.arcadedb.graph.ImmutableLightEdge
 
toJSON(boolean) - Method in class com.arcadedb.graph.ImmutableVertex
 
toJSON(boolean) - Method in class com.arcadedb.graph.MutableEdge
 
toJSON(boolean) - Method in class com.arcadedb.graph.MutableEdgeSegment
 
toJSON(boolean) - Method in class com.arcadedb.graph.MutableVertex
 
token - Variable in class com.arcadedb.query.sql.parser.SqlParser
Current token.
Token - Class in com.arcadedb.query.sql.parser
Describes the input token stream.
Token() - Constructor for class com.arcadedb.query.sql.parser.Token
No-argument constructor
Token(int) - Constructor for class com.arcadedb.query.sql.parser.Token
Constructs a new token for the specified Image.
Token(int, String) - Constructor for class com.arcadedb.query.sql.parser.Token
Constructs a new token for the specified Image and Kind.
token_source - Variable in class com.arcadedb.query.sql.parser.SqlParser
Generated Token Manager.
tokenImage - Variable in exception com.arcadedb.query.sql.parser.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
tokenImage - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
Literal token values.
TokenMgrError - Error in com.arcadedb.query.sql.parser
Token Manager Error.
TokenMgrError() - Constructor for error com.arcadedb.query.sql.parser.TokenMgrError
No arg constructor.
TokenMgrError(boolean, int, int, int, String, int, int) - Constructor for error com.arcadedb.query.sql.parser.TokenMgrError
Full Constructor.
TokenMgrError(String, int) - Constructor for error com.arcadedb.query.sql.parser.TokenMgrError
Constructor with message and reason.
TokenMgrException - Exception in com.arcadedb.query.sql.parser
Token Manager Error.
TokenMgrException() - Constructor for exception com.arcadedb.query.sql.parser.TokenMgrException
No arg constructor.
TokenMgrException(boolean, int, int, int, String, int, int) - Constructor for exception com.arcadedb.query.sql.parser.TokenMgrException
Full Constructor.
TokenMgrException(String, int) - Constructor for exception com.arcadedb.query.sql.parser.TokenMgrException
Constructor with message and reason.
toList() - Method in class com.arcadedb.query.select.SelectIterator
 
toList() - Method in class com.arcadedb.serializer.json.JSONArray
 
toListOfClusters() - Method in class com.arcadedb.query.sql.parser.BucketList
 
toMap() - Method in class com.arcadedb.database.DatabaseStats
 
toMap() - Method in interface com.arcadedb.database.Document
Returns a map containing the document properties, including metadata such as `@rid`, `@type` and `@cat`.
toMap() - Method in class com.arcadedb.database.ImmutableDocument
 
toMap() - Method in class com.arcadedb.database.TransactionIndexContext
 
toMap() - Method in class com.arcadedb.query.sql.executor.EmptyResult
 
toMap() - Method in interface com.arcadedb.query.sql.executor.Result
 
toMap() - Method in class com.arcadedb.query.sql.executor.ResultInternal
 
toMap() - Method in class com.arcadedb.serializer.json.JSONObject
 
toMap(boolean) - Method in class com.arcadedb.database.DetachedDocument
 
toMap(boolean) - Method in interface com.arcadedb.database.Document
Returns a map containing the document properties.
toMap(boolean) - Method in class com.arcadedb.database.ImmutableDocument
 
toMap(boolean) - Method in class com.arcadedb.database.MutableDocument
 
toMap(boolean) - Method in class com.arcadedb.graph.ImmutableEdge
 
toMap(boolean) - Method in class com.arcadedb.graph.ImmutableLightEdge
 
toMap(boolean) - Method in class com.arcadedb.graph.ImmutableVertex
 
toMap(boolean) - Method in class com.arcadedb.graph.MutableEdge
 
toMap(boolean) - Method in class com.arcadedb.graph.MutableVertex
 
toMap(Identifiable, CommandContext) - Method in class com.arcadedb.query.sql.parser.Json
 
toMap(Result, CommandContext) - Method in class com.arcadedb.query.sql.parser.Json
 
toMethod() - Method in class com.arcadedb.query.sql.parser.FunctionCall
 
toParsedTree(Object) - Method in class com.arcadedb.query.sql.parser.InputParameter
 
toRecordId(Identifiable, CommandContext) - Method in class com.arcadedb.query.sql.parser.Rid
 
toRecordId(Result, CommandContext) - Method in class com.arcadedb.query.sql.parser.Rid
 
toResult() - Method in class com.arcadedb.query.sql.executor.DDLExecutionPlan
 
toResult() - Method in class com.arcadedb.query.sql.executor.DeleteExecutionPlan
 
toResult() - Method in interface com.arcadedb.query.sql.executor.ExecutionPlan
 
toResult() - Method in interface com.arcadedb.query.sql.executor.ExecutionStep
 
toResult() - Method in class com.arcadedb.query.sql.executor.IfExecutionPlan
 
toResult() - Method in class com.arcadedb.query.sql.executor.InfoExecutionPlan
 
toResult() - Method in class com.arcadedb.query.sql.executor.InfoExecutionStep
 
toResult() - Method in class com.arcadedb.query.sql.executor.InsertExecutionPlan
 
toResult() - Method in class com.arcadedb.query.sql.executor.ScriptExecutionPlan
 
toResult() - Method in class com.arcadedb.query.sql.executor.SelectExecutionPlan
 
toResult() - Method in class com.arcadedb.query.sql.executor.SingleOpExecutionPlan
 
toResult() - Method in class com.arcadedb.query.sql.executor.UpdateExecutionPlan
 
toResult(Document) - Method in class com.arcadedb.query.sql.executor.MatchEdgeTraverser
 
toSelector - Variable in class com.arcadedb.query.sql.parser.ArrayRangeSelector
 
toSet(Object) - Static method in class com.arcadedb.query.sql.executor.MultiValue
 
toString() - Method in class com.arcadedb.database.async.CreateBothVerticesAndEdgeAsyncTask
 
toString() - Method in class com.arcadedb.database.async.CreateDestinationVertexAndEdgeAsyncTask
 
toString() - Method in class com.arcadedb.database.async.CreateEdgeAsyncTask
 
toString() - Method in class com.arcadedb.database.async.CreateIncomingEdgeAsyncTask
 
toString() - Method in class com.arcadedb.database.async.CreateOutgoingEdgesAsyncTask
 
toString() - Method in class com.arcadedb.database.async.CreateSourceVertexAndEdgeAsyncTask
 
toString() - Method in class com.arcadedb.database.async.DatabaseAsyncBrowseIterator
 
toString() - Method in class com.arcadedb.database.async.DatabaseAsyncCommand
 
toString() - Method in class com.arcadedb.database.async.DatabaseAsyncCompletion
 
toString() - Method in class com.arcadedb.database.async.DatabaseAsyncCreateRecord
 
toString() - Method in class com.arcadedb.database.async.DatabaseAsyncDeleteRecord
 
toString() - Method in class com.arcadedb.database.async.DatabaseAsyncIndexCompaction
 
toString() - Method in class com.arcadedb.database.async.DatabaseAsyncScanBucket
 
toString() - Method in class com.arcadedb.database.async.DatabaseAsyncTransaction
 
toString() - Method in class com.arcadedb.database.async.DatabaseAsyncUpdateRecord
 
toString() - Method in class com.arcadedb.database.BaseRecord
 
toString() - Method in class com.arcadedb.database.Binary
 
toString() - Method in class com.arcadedb.database.bucketselectionstrategy.ThreadBucketSelectionStrategy
 
toString() - Method in class com.arcadedb.database.DetachedDocument
 
toString() - Method in class com.arcadedb.database.ImmutableDocument
 
toString() - Method in class com.arcadedb.database.LocalDatabase
 
toString() - Method in class com.arcadedb.database.MutableDocument
 
toString() - Method in class com.arcadedb.database.RID
 
toString() - Method in class com.arcadedb.database.TransactionIndexContext.IndexKey
 
toString() - Method in class com.arcadedb.engine.BasePage
 
toString() - Method in class com.arcadedb.engine.CachedPage
 
toString() - Method in class com.arcadedb.engine.ComponentFile
 
toString() - Method in class com.arcadedb.engine.LocalBucket
 
toString() - Method in class com.arcadedb.engine.PageId
 
toString() - Method in class com.arcadedb.engine.WALFile
 
toString() - Method in class com.arcadedb.engine.WALFile.WALPage
 
toString() - Method in exception com.arcadedb.exception.CommandSQLParsingException
 
toString() - Method in class com.arcadedb.graph.ImmutableEdge
 
toString() - Method in class com.arcadedb.graph.ImmutableLightEdge
 
toString() - Method in class com.arcadedb.index.lsm.LSMTreeIndex
 
toString() - Method in class com.arcadedb.index.lsm.LSMTreeIndexAbstract
 
toString() - Method in class com.arcadedb.index.TypeIndex
 
toString() - Method in class com.arcadedb.index.vector.HnswVectorIndex
 
toString() - Method in enum com.arcadedb.query.select.SelectOperator
 
toString() - Method in class com.arcadedb.query.select.SelectParameterValue
 
toString() - Method in class com.arcadedb.query.select.SelectPropertyValue
 
toString() - Method in class com.arcadedb.query.select.SelectTreeNode
 
toString() - Method in class com.arcadedb.query.sql.executor.BasicCommandContext
 
toString() - Method in class com.arcadedb.query.sql.executor.EdgeTraversal
 
toString() - Method in class com.arcadedb.query.sql.executor.InfoExecutionPlan
 
toString() - Method in class com.arcadedb.query.sql.executor.PatternEdge
 
toString() - Method in class com.arcadedb.query.sql.executor.ResultInternal
 
toString() - Method in class com.arcadedb.query.sql.function.SQLFunctionAbstract
 
toString() - Method in class com.arcadedb.query.sql.function.SQLFunctionConfigurableAbstract
 
toString() - Method in class com.arcadedb.query.sql.method.AbstractSQLMethod
 
toString() - Method in class com.arcadedb.query.sql.parser.ContainsKeyOperator
 
toString() - Method in class com.arcadedb.query.sql.parser.ContainsValueOperator
 
toString() - Method in class com.arcadedb.query.sql.parser.CreateIndexStatement.Property
 
toString() - Method in class com.arcadedb.query.sql.parser.EqualsCompareOperator
 
toString() - Method in class com.arcadedb.query.sql.parser.GeOperator
 
toString() - Method in class com.arcadedb.query.sql.parser.GtOperator
 
toString() - Method in class com.arcadedb.query.sql.parser.Identifier
 
toString() - Method in class com.arcadedb.query.sql.parser.ILikeOperator
 
toString() - Method in class com.arcadedb.query.sql.parser.IndexIdentifier
 
toString() - Method in class com.arcadedb.query.sql.parser.LeOperator
 
toString() - Method in class com.arcadedb.query.sql.parser.LikeOperator
 
toString() - Method in class com.arcadedb.query.sql.parser.LocalResultSet
 
toString() - Method in class com.arcadedb.query.sql.parser.LtOperator
 
toString() - Method in class com.arcadedb.query.sql.parser.NamedParameter
 
toString() - Method in class com.arcadedb.query.sql.parser.NearOperator
 
toString() - Method in class com.arcadedb.query.sql.parser.NeOperator
 
toString() - Method in class com.arcadedb.query.sql.parser.NeqOperator
 
toString() - Method in class com.arcadedb.query.sql.parser.NullSafeEqualsCompareOperator
 
toString() - Method in class com.arcadedb.query.sql.parser.PositionalParameter
 
toString() - Method in class com.arcadedb.query.sql.parser.SimpleNode
 
toString() - Method in class com.arcadedb.query.sql.parser.Token
Returns the image.
toString() - Method in class com.arcadedb.query.sql.parser.WithinOperator
 
toString() - Method in class com.arcadedb.schema.LocalDocumentType
 
toString() - Method in class com.arcadedb.serializer.json.JSONArray
 
toString() - Method in class com.arcadedb.serializer.json.JSONObject
 
toString() - Method in class com.arcadedb.serializer.UnsignedBytesComparator.PureJavaComparator
 
toString() - Method in class com.arcadedb.serializer.UnsignedBytesComparator.UnsafeComparator
 
toString() - Method in enum com.arcadedb.utility.AnsiCode
 
toString() - Method in class com.arcadedb.utility.MultiIterator
 
toString() - Method in class com.arcadedb.utility.Pair
 
toString(int) - Method in class com.arcadedb.serializer.json.JSONObject
 
toString(Object) - Static method in class com.arcadedb.query.sql.executor.MultiValue
Returns a stringified version of the multi-value object.
toString(String) - Method in class com.arcadedb.query.sql.parser.Bucket
 
toString(String) - Method in class com.arcadedb.query.sql.parser.Identifier
 
toString(String) - Method in exception com.arcadedb.query.sql.parser.ParseException
 
toString(String) - Method in class com.arcadedb.query.sql.parser.Rid
 
toString(String) - Method in class com.arcadedb.query.sql.parser.SimpleNode
 
toString(String) - Method in class com.arcadedb.query.sql.parser.Statement
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.Alias
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.AlignDatabaseStatement
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.AlterBucketStatement
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.AlterDatabaseStatement
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.AlterPropertyStatement
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.AlterTypeStatement
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.AndBlock
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.ArrayConcatExpression
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.ArrayNumberSelector
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.ArrayRangeSelector
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.ArraySelector
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.ArraySingleValuesSelector
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.BackupDatabaseStatement
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.BaseExpression
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.BaseIdentifier
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.BeginStatement
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.BetweenCondition
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.BinaryCondition
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.BothPathItem
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.Bucket
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.BucketIdentifier
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.BucketList
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.CheckDatabaseStatement
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.CommitStatement
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.ConsoleStatement
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.ContainsAllCondition
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.ContainsAnyCondition
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.ContainsCondition
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.ContainsTextCondition
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.ContainsValueCondition
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.CreateBucketStatement
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.CreateEdgeStatement
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.CreateIndexStatement
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.CreatePropertyAttributeStatement
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.CreatePropertyStatement
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.CreateTypeAbstractStatement
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.CreateVertexStatement
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.DefineFunctionStatement
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.DeleteEdgeStatement
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.DeleteFunctionStatement
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.DeleteStatement
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.DropBucketStatement
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.DropIndexStatement
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.DropPropertyStatement
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.DropTypeStatement
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.ExplainStatement
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.ExportDatabaseStatement
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.Expression
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.ExpressionStatement
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.FieldMatchPathItem
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.FloatingPoint
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.ForEachBlock
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.FromClause
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.FromItem
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.FunctionCall
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.GroupBy
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.Identifier
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.IfStatement
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.ImportDatabaseStatement
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.InCondition
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.IndexIdentifier
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.IndexMatchCondition
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.InPathItem
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.InsertBody
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.InsertSetExpression
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.InsertStatement
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.InstanceofCondition
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.IsDefinedCondition
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.IsNotDefinedCondition
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.IsNotNullCondition
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.IsNullCondition
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.Json
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.JsonArray
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.JsonItem
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.LetClause
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.LetItem
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.LetStatement
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.LevelZeroIdentifier
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.Limit
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.MatchesCondition
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.MatchExpression
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.MatchFilter
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.MatchFilterItem
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.MatchPathItem
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.MatchPathItemFirst
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.MatchStatement
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.MathExpression
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.MethodCall
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.Modifier
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.MultiMatchPathItem
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.NamedParameter
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.NestedProjection
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.NestedProjectionItem
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.NotBlock
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.NotInCondition
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.OrBlock
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.OrderBy
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.OrderByItem
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.OutPathItem
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.ParenthesisBlock
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.ParenthesisExpression
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.PCollection
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.PInteger
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.PNumber
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.PositionalParameter
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.ProfileStatement
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.Projection
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.ProjectionItem
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.RebuildIndexStatement
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.RecordAttribute
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.ResourcePathItem
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.ReturnStatement
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.Rid
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.RightBinaryCondition
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.RollbackStatement
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.SchemaIdentifier
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.SelectStatement
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.SimpleNode
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.Skip
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.SleepStatement
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.Statement
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.SuffixIdentifier
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.Timeout
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.TraverseProjectionItem
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.TraverseStatement
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.TruncateBucketStatement
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.TruncateRecordStatement
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.TruncateTypeStatement
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.Unwind
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.UpdateAddItem
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.UpdateIncrementItem
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.UpdateItem
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.UpdateOperations
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.UpdatePutItem
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.UpdateRemoveItem
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.UpdateStatement
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.Url
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.ValueExpression
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.WhereClause
 
toString(Map<String, Object>, StringBuilder) - Method in class com.arcadedb.query.sql.parser.WhileBlock
 
total - Variable in class com.arcadedb.database.bucketselectionstrategy.ThreadBucketSelectionStrategy
 
totalBucketNo - Variable in class com.arcadedb.query.sql.parser.CreateTypeAbstractStatement
Total number clusters for this class
totalEntries - Variable in class com.arcadedb.index.CompressedRID2RIDIndex
 
totalEntries - Variable in class com.arcadedb.index.CompressedRID2RIDsIndex
 
totalKeys - Variable in class com.arcadedb.index.lsm.LSMTreeIndexUnderlyingAbstractCursor
 
totalOpenFiles - Variable in class com.arcadedb.engine.FileManager.FileManagerStats
 
totalUsedSlots - Variable in class com.arcadedb.index.CompressedRID2RIDIndex
 
totalUsedSlots - Variable in class com.arcadedb.index.CompressedRID2RIDsIndex
 
toVertices() - Method in interface com.arcadedb.query.sql.executor.ResultSet
Browses the result and returns a list of vertices if the result contains vertices, otherwise an empty list.
trace_enabled() - Method in class com.arcadedb.query.sql.parser.SqlParser
Trace enabled.
TrackableBinary - Class in com.arcadedb.database
 
TrackableBinary(TrackableContent, ByteBuffer) - Constructor for class com.arcadedb.database.TrackableBinary
 
TrackableContent - Interface in com.arcadedb.engine
 
transaction(BasicDatabase.TransactionScope) - Method in interface com.arcadedb.database.async.DatabaseAsyncExecutor
Schedules the request to execute a lambda in the transaction scope.
transaction(BasicDatabase.TransactionScope) - Method in class com.arcadedb.database.async.DatabaseAsyncExecutorImpl
 
transaction(BasicDatabase.TransactionScope) - Method in interface com.arcadedb.database.BasicDatabase
Executes a lambda in the transaction scope.
transaction(BasicDatabase.TransactionScope) - Method in class com.arcadedb.database.LocalDatabase
 
transaction(BasicDatabase.TransactionScope, boolean) - Method in interface com.arcadedb.database.BasicDatabase
Executes a lambda in the transaction scope.
transaction(BasicDatabase.TransactionScope, boolean) - Method in class com.arcadedb.database.LocalDatabase
 
transaction(BasicDatabase.TransactionScope, boolean, int) - Method in interface com.arcadedb.database.BasicDatabase
Executes a lambda in the transaction scope.
transaction(BasicDatabase.TransactionScope, boolean, int) - Method in class com.arcadedb.database.LocalDatabase
 
transaction(BasicDatabase.TransactionScope, boolean, int, OkCallback, ErrorCallback) - Method in interface com.arcadedb.database.BasicDatabase
Executes a lambda in the transaction scope.
transaction(BasicDatabase.TransactionScope, boolean, int, OkCallback, ErrorCallback) - Method in class com.arcadedb.database.LocalDatabase
 
transaction(BasicDatabase.TransactionScope, int) - Method in interface com.arcadedb.database.async.DatabaseAsyncExecutor
Schedules the request to execute a lambda in the transaction scope.
transaction(BasicDatabase.TransactionScope, int) - Method in class com.arcadedb.database.async.DatabaseAsyncExecutorImpl
 
transaction(BasicDatabase.TransactionScope, int, OkCallback, ErrorCallback) - Method in interface com.arcadedb.database.async.DatabaseAsyncExecutor
Schedules the request to execute a lambda in the transaction scope.
transaction(BasicDatabase.TransactionScope, int, OkCallback, ErrorCallback) - Method in class com.arcadedb.database.async.DatabaseAsyncExecutorImpl
 
transaction(BasicDatabase.TransactionScope, int, OkCallback, ErrorCallback, int) - Method in interface com.arcadedb.database.async.DatabaseAsyncExecutor
Schedules the request to execute a lambda in the transaction scope.
transaction(BasicDatabase.TransactionScope, int, OkCallback, ErrorCallback, int) - Method in class com.arcadedb.database.async.DatabaseAsyncExecutorImpl
 
Transaction - Interface in com.arcadedb.database
 
TransactionContext - Class in com.arcadedb.database
Manage the transaction context.
TransactionContext(DatabaseInternal) - Constructor for class com.arcadedb.database.TransactionContext
 
TransactionContext.STATUS - Enum in com.arcadedb.database
 
TransactionContext.TransactionPhase1 - Class in com.arcadedb.database
 
TransactionException - Exception in com.arcadedb.exception
 
TransactionException(String) - Constructor for exception com.arcadedb.exception.TransactionException
 
TransactionException(String, Throwable) - Constructor for exception com.arcadedb.exception.TransactionException
 
TransactionIndexContext - Class in com.arcadedb.database
 
TransactionIndexContext(DatabaseInternal) - Constructor for class com.arcadedb.database.TransactionIndexContext
 
TransactionIndexContext.ComparableKey - Class in com.arcadedb.database
 
TransactionIndexContext.IndexKey - Class in com.arcadedb.database
 
transactionManager - Variable in class com.arcadedb.database.LocalDatabase
 
TransactionManager - Class in com.arcadedb.engine
 
TransactionManager(DatabaseInternal) - Constructor for class com.arcadedb.engine.TransactionManager
 
TransactionPhase1(Binary, List<MutablePage>) - Constructor for class com.arcadedb.database.TransactionContext.TransactionPhase1
 
transactions - Variable in class com.arcadedb.database.DatabaseContext.DatabaseContextTL
 
transformToUpdateItem() - Method in class com.arcadedb.query.sql.parser.BinaryCondition
 
transformToUpdateItem() - Method in class com.arcadedb.query.sql.parser.BooleanExpression
returns the equivalent of current condition as an UPDATE expression with the same syntax, if possible.
translateDistinct(Projection) - Static method in class com.arcadedb.query.sql.executor.SelectExecutionPlanner
for backward compatibility, translate "distinct(foo)" to "DISTINCT foo".
TRAVERSE - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
TraverseExecutionPlanner - Class in com.arcadedb.query.sql.executor
 
TraverseExecutionPlanner(TraverseStatement) - Constructor for class com.arcadedb.query.sql.executor.TraverseExecutionPlanner
 
traversePatternEdge(Identifiable, CommandContext) - Method in class com.arcadedb.query.sql.executor.MatchEdgeTraverser
 
traversePatternEdge(Identifiable, CommandContext) - Method in class com.arcadedb.query.sql.executor.MatchFieldTraverser
 
traversePatternEdge(Identifiable, CommandContext) - Method in class com.arcadedb.query.sql.executor.MatchMultiEdgeTraverser
 
traversePatternEdge(Identifiable, CommandContext) - Method in class com.arcadedb.query.sql.executor.MatchReverseEdgeTraverser
 
traversePatternEdge(MatchStatement.MatchContext, Identifiable, CommandContext) - Method in class com.arcadedb.query.sql.parser.FieldMatchPathItem
 
traversePatternEdge(MatchStatement.MatchContext, Identifiable, CommandContext) - Method in class com.arcadedb.query.sql.parser.MatchPathItem
 
traversePatternEdge(MatchStatement.MatchContext, Identifiable, CommandContext) - Method in class com.arcadedb.query.sql.parser.MatchPathItemFirst
 
traversePatternEdge(MatchStatement.MatchContext, Identifiable, CommandContext) - Method in class com.arcadedb.query.sql.parser.MultiMatchPathItem
 
TraverseProjectionItem - Class in com.arcadedb.query.sql.parser
 
TraverseProjectionItem(int) - Constructor for class com.arcadedb.query.sql.parser.TraverseProjectionItem
 
TraverseProjectionItem() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
TraverseResult - Class in com.arcadedb.query.sql.executor
Created by luigidellaquila on 02/11/16.
TraverseResult() - Constructor for class com.arcadedb.query.sql.executor.TraverseResult
 
TraverseResult(Document) - Constructor for class com.arcadedb.query.sql.executor.TraverseResult
 
TraverseStatement - Class in com.arcadedb.query.sql.parser
 
TraverseStatement(int) - Constructor for class com.arcadedb.query.sql.parser.TraverseStatement
 
TraverseStatement() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
TraverseStatement.Strategy - Enum in com.arcadedb.query.sql.parser
 
TRUE - Static variable in class com.arcadedb.query.sql.parser.BooleanExpression
 
TRUE - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
TRUNCATE - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
TruncateBucketStatement - Class in com.arcadedb.query.sql.parser
 
TruncateBucketStatement(int) - Constructor for class com.arcadedb.query.sql.parser.TruncateBucketStatement
 
TruncateBucketStatement() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
TruncateRecordStatement - Class in com.arcadedb.query.sql.parser
 
TruncateRecordStatement(int) - Constructor for class com.arcadedb.query.sql.parser.TruncateRecordStatement
 
TruncateRecordStatement() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
TruncateTypeStatement - Class in com.arcadedb.query.sql.parser
 
TruncateTypeStatement(int) - Constructor for class com.arcadedb.query.sql.parser.TruncateTypeStatement
 
TruncateTypeStatement() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
tryAdvance(Consumer<? super Result>) - Method in interface com.arcadedb.query.sql.executor.ResultSet
 
tryLock(RESOURCE, REQUESTER, long) - Method in class com.arcadedb.utility.LockManager
 
tryLockFile(Integer, long) - Method in class com.arcadedb.engine.TransactionManager
 
tryLockFiles(Collection<Integer>, long) - Method in class com.arcadedb.engine.TransactionManager
Returns the locked files only.
trySplit() - Method in interface com.arcadedb.query.sql.executor.ResultSet
 
tx - Variable in class com.arcadedb.database.async.DatabaseAsyncTransaction
 
TX_AFTER_WAL_WRITE - com.arcadedb.database.DatabaseInternal.CALLBACK_EVENT
 
TX_RETRIES - com.arcadedb.GlobalConfiguration
 
TX_RETRY_DELAY - com.arcadedb.GlobalConfiguration
 
TX_WAL - com.arcadedb.GlobalConfiguration
 
TX_WAL_FLUSH - com.arcadedb.GlobalConfiguration
 
txCommits - Variable in class com.arcadedb.database.DatabaseStats
 
txId - Variable in class com.arcadedb.engine.WALFile.WALTransaction
 
txRollbacks - Variable in class com.arcadedb.database.DatabaseStats
 
type - Variable in class com.arcadedb.database.BaseDocument
 
type - Variable in class com.arcadedb.query.sql.parser.CreateIndexStatement
 
type - Variable in class com.arcadedb.query.sql.parser.IndexIdentifier
 
type - Variable in class com.arcadedb.query.sql.parser.OrderByItem
 
type - Variable in class com.arcadedb.query.sql.parser.UpdateOperations
 
type - Variable in class com.arcadedb.schema.AbstractProperty
 
Type - Enum in com.arcadedb.schema
Generic representation of a type.
allowAssignmentFrom accepts any class, but Array.class means that the type accepts generic Arrays.
TYPE - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
TYPE_ADD - Static variable in class com.arcadedb.query.sql.parser.UpdateOperations
 
TYPE_ARRAY_OF_DOUBLES - Static variable in class com.arcadedb.serializer.BinaryTypes
 
TYPE_ARRAY_OF_FLOATS - Static variable in class com.arcadedb.serializer.BinaryTypes
 
TYPE_ARRAY_OF_INTEGERS - Static variable in class com.arcadedb.serializer.BinaryTypes
 
TYPE_ARRAY_OF_LONGS - Static variable in class com.arcadedb.serializer.BinaryTypes
 
TYPE_ARRAY_OF_SHORTS - Static variable in class com.arcadedb.serializer.BinaryTypes
 
TYPE_ATTR - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
TYPE_BINARY - Static variable in class com.arcadedb.serializer.BinaryTypes
 
TYPE_BOOLEAN - Static variable in class com.arcadedb.serializer.BinaryTypes
 
TYPE_BYTE - Static variable in class com.arcadedb.serializer.BinaryTypes
 
TYPE_COMPRESSED_RID - Static variable in class com.arcadedb.serializer.BinaryTypes
 
TYPE_COMPRESSED_STRING - Static variable in class com.arcadedb.serializer.BinaryTypes
 
TYPE_CONTENT - Static variable in class com.arcadedb.query.sql.parser.UpdateOperations
 
TYPE_DATE - Static variable in class com.arcadedb.serializer.BinaryTypes
 
TYPE_DATETIME - Static variable in class com.arcadedb.serializer.BinaryTypes
 
TYPE_DATETIME_MICROS - Static variable in class com.arcadedb.serializer.BinaryTypes
 
TYPE_DATETIME_NANOS - Static variable in class com.arcadedb.serializer.BinaryTypes
 
TYPE_DATETIME_SECOND - Static variable in class com.arcadedb.serializer.BinaryTypes
 
TYPE_DECIMAL - Static variable in class com.arcadedb.serializer.BinaryTypes
 
TYPE_DEFAULT_BUCKETS - com.arcadedb.GlobalConfiguration
 
TYPE_DOUBLE - Static variable in class com.arcadedb.serializer.BinaryTypes
 
TYPE_EMBEDDED - Static variable in class com.arcadedb.serializer.BinaryTypes
 
TYPE_FLOAT - Static variable in class com.arcadedb.serializer.BinaryTypes
 
TYPE_INCREMENT - Static variable in class com.arcadedb.query.sql.parser.UpdateOperations
 
TYPE_INT - Static variable in class com.arcadedb.serializer.BinaryTypes
 
TYPE_LIST - Static variable in class com.arcadedb.serializer.BinaryTypes
 
TYPE_LONG - Static variable in class com.arcadedb.serializer.BinaryTypes
 
TYPE_MAP - Static variable in class com.arcadedb.serializer.BinaryTypes
 
TYPE_MERGE - Static variable in class com.arcadedb.query.sql.parser.UpdateOperations
 
TYPE_NULL - Static variable in class com.arcadedb.serializer.BinaryTypes
 
TYPE_PUT - Static variable in class com.arcadedb.query.sql.parser.UpdateOperations
 
TYPE_REMOVE - Static variable in class com.arcadedb.query.sql.parser.UpdateOperations
 
TYPE_RID - Static variable in class com.arcadedb.serializer.BinaryTypes
 
TYPE_SET - Static variable in class com.arcadedb.query.sql.parser.UpdateOperations
 
TYPE_SHORT - Static variable in class com.arcadedb.serializer.BinaryTypes
 
TYPE_STRING - Static variable in class com.arcadedb.serializer.BinaryTypes
 
TYPE_UUID - Static variable in class com.arcadedb.serializer.BinaryTypes
 
TypeBuilder<T> - Class in com.arcadedb.schema
Builder class for schema types.
TypeBuilder(DatabaseInternal, Class<T>) - Constructor for class com.arcadedb.schema.TypeBuilder
 
TypeIndex - Class in com.arcadedb.index
It represent an index on a type.
TypeIndex(String, DocumentType) - Constructor for class com.arcadedb.index.TypeIndex
 
TypeIndexBuilder - Class in com.arcadedb.schema
Builder class for type indexes.
TypeIndexBuilder(DatabaseInternal, String, String[]) - Constructor for class com.arcadedb.schema.TypeIndexBuilder
 
typeName - Variable in class com.arcadedb.query.sql.parser.CreateIndexStatement
 
typeName - Variable in class com.arcadedb.query.sql.parser.CreatePropertyStatement
 
typeName - Variable in class com.arcadedb.query.sql.parser.DeleteEdgeStatement
 
typeName - Variable in class com.arcadedb.query.sql.parser.DropPropertyStatement
 
typeName - Variable in class com.arcadedb.query.sql.parser.MatchFilterItem
 
typeName - Variable in class com.arcadedb.query.sql.parser.TruncateTypeStatement
 
typeNames - Variable in class com.arcadedb.query.sql.parser.MatchFilterItem
 
types - Variable in class com.arcadedb.query.sql.parser.CheckDatabaseStatement
 
TYPES - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.

U

UNAVAILABLE - com.arcadedb.index.IndexInternal.INDEX_STATUS
 
UNDERLINE - com.arcadedb.utility.AnsiCode
 
unidirectional - Variable in class com.arcadedb.query.sql.executor.CreateEdgeExecutionPlanner
 
unidirectional - Variable in class com.arcadedb.query.sql.parser.CreateEdgeStatement
 
UNIDIRECTIONAL - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
unique - Variable in class com.arcadedb.index.lsm.LSMTreeIndexAbstract
 
UNIQUE_INDEX_EXT - Static variable in class com.arcadedb.index.lsm.LSMTreeIndexCompacted
 
UNIQUE_INDEX_EXT - Static variable in class com.arcadedb.index.lsm.LSMTreeIndexMutable
 
unlock() - Method in class com.arcadedb.utility.LockContext
 
unlock(RESOURCE, REQUESTER) - Method in class com.arcadedb.utility.LockManager
 
unlockFile(Integer) - Method in class com.arcadedb.engine.TransactionManager
 
unlockFilesInOrder(List<Integer>) - Method in class com.arcadedb.engine.TransactionManager
 
unregister(String) - Method in class com.arcadedb.query.sql.function.SQLFunctionFactoryTemplate
 
unregisterCallback(DatabaseInternal.CALLBACK_EVENT, Callable<Void>) - Method in interface com.arcadedb.database.DatabaseInternal
 
unregisterCallback(DatabaseInternal.CALLBACK_EVENT, Callable<Void>) - Method in class com.arcadedb.database.LocalDatabase
 
unregisterDatabase(DatabaseInternal) - Method in class com.arcadedb.Profiler
 
unregisterFunction(String) - Method in interface com.arcadedb.function.FunctionLibraryDefinition
Unregister a function from the library by its name.
unregisterFunction(String) - Method in class com.arcadedb.function.java.JavaClassFunctionLibraryDefinition
 
unregisterFunction(String) - Method in class com.arcadedb.function.java.JavaMethodFunctionLibraryDefinition
 
unregisterFunction(String) - Method in class com.arcadedb.function.polyglot.PolyglotFunctionLibraryDefinition
 
unregisterFunction(String) - Method in class com.arcadedb.function.sql.SQLFunctionLibraryDefinition
 
unregisterFunctionLibrary(String) - Method in class com.arcadedb.schema.LocalSchema
 
unregisterFunctionLibrary(String) - Method in interface com.arcadedb.schema.Schema
Unregister a function library previously defined.
unregisterFunctions() - Method in class com.arcadedb.query.java.JavaQueryEngine
Unregister a class to be not used by the Java Query engine.
unregisterFunctions() - Method in class com.arcadedb.query.polyglot.PolyglotQueryEngine
 
unregisterFunctions() - Method in interface com.arcadedb.query.QueryEngine
 
unregisterListener(AfterRecordCreateListener) - Method in interface com.arcadedb.database.DatabaseEvents
 
unregisterListener(AfterRecordCreateListener) - Method in interface com.arcadedb.database.RecordEvents
 
unregisterListener(AfterRecordCreateListener) - Method in class com.arcadedb.database.RecordEventsRegistry
 
unregisterListener(AfterRecordDeleteListener) - Method in interface com.arcadedb.database.DatabaseEvents
 
unregisterListener(AfterRecordDeleteListener) - Method in interface com.arcadedb.database.RecordEvents
 
unregisterListener(AfterRecordDeleteListener) - Method in class com.arcadedb.database.RecordEventsRegistry
 
unregisterListener(AfterRecordReadListener) - Method in interface com.arcadedb.database.RecordEvents
 
unregisterListener(AfterRecordReadListener) - Method in class com.arcadedb.database.RecordEventsRegistry
 
unregisterListener(AfterRecordUpdateListener) - Method in interface com.arcadedb.database.DatabaseEvents
 
unregisterListener(AfterRecordUpdateListener) - Method in interface com.arcadedb.database.RecordEvents
 
unregisterListener(AfterRecordUpdateListener) - Method in class com.arcadedb.database.RecordEventsRegistry
 
unregisterListener(BeforeRecordCreateListener) - Method in interface com.arcadedb.database.DatabaseEvents
 
unregisterListener(BeforeRecordCreateListener) - Method in interface com.arcadedb.database.RecordEvents
 
unregisterListener(BeforeRecordCreateListener) - Method in class com.arcadedb.database.RecordEventsRegistry
 
unregisterListener(BeforeRecordDeleteListener) - Method in interface com.arcadedb.database.DatabaseEvents
 
unregisterListener(BeforeRecordDeleteListener) - Method in interface com.arcadedb.database.RecordEvents
 
unregisterListener(BeforeRecordDeleteListener) - Method in class com.arcadedb.database.RecordEventsRegistry
 
unregisterListener(BeforeRecordReadListener) - Method in interface com.arcadedb.database.RecordEvents
 
unregisterListener(BeforeRecordReadListener) - Method in class com.arcadedb.database.RecordEventsRegistry
 
unregisterListener(BeforeRecordUpdateListener) - Method in interface com.arcadedb.database.DatabaseEvents
 
unregisterListener(BeforeRecordUpdateListener) - Method in interface com.arcadedb.database.RecordEvents
 
unregisterListener(BeforeRecordUpdateListener) - Method in class com.arcadedb.database.RecordEventsRegistry
 
unroll(Result, CommandContext) - Method in class com.arcadedb.query.sql.executor.AbstractUnrollStep
 
unroll(Result, CommandContext) - Method in class com.arcadedb.query.sql.executor.ReturnMatchElementsStep
 
unroll(Result, CommandContext) - Method in class com.arcadedb.query.sql.executor.ReturnMatchPathElementsStep
 
unroll(Result, CommandContext) - Method in class com.arcadedb.query.sql.executor.WhileMatchStep
 
unsafe - Variable in class com.arcadedb.query.sql.parser.DeleteStatement
 
unsafe - Variable in class com.arcadedb.query.sql.parser.DropTypeStatement
 
unsafe - Variable in class com.arcadedb.query.sql.parser.TruncateBucketStatement
 
unsafe - Variable in class com.arcadedb.query.sql.parser.TruncateTypeStatement
 
UNSAFE - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
UnsafeComparator() - Constructor for class com.arcadedb.serializer.UnsignedBytesComparator.UnsafeComparator
 
unsetDirty() - Method in class com.arcadedb.database.MutableDocument
 
unsetDirty() - Method in interface com.arcadedb.database.RecordInternal
 
unsetDirty() - Method in class com.arcadedb.graph.MutableEdgeSegment
 
unSettledNodes - Variable in class com.arcadedb.query.sql.function.graph.SQLFunctionPathFinder
 
UnsignedBytesComparator - Class in com.arcadedb.serializer
This class was inspired by Guava's UnsignedBytes, under Apache 2 license.
UnsignedBytesComparator.PureJavaComparator - Class in com.arcadedb.serializer
 
UnsignedBytesComparator.UnsafeComparator - Class in com.arcadedb.serializer
 
unsignedLongsCompare(long, long) - Static method in class com.arcadedb.serializer.UnsignedBytesComparator
 
unwind - Variable in class com.arcadedb.query.sql.parser.MatchStatement
 
unwind - Variable in class com.arcadedb.query.sql.parser.SelectStatement
 
Unwind - Class in com.arcadedb.query.sql.parser
 
Unwind(int) - Constructor for class com.arcadedb.query.sql.parser.Unwind
 
Unwind() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
UNWIND - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
UnwindStep - Class in com.arcadedb.query.sql.executor
unwinds a result-set.
UnwindStep(Unwind, CommandContext, boolean) - Constructor for class com.arcadedb.query.sql.executor.UnwindStep
 
UnwrapPreviousValueStep - Class in com.arcadedb.query.sql.executor
for UPDATE, unwraps the current result set to return the previous value
UnwrapPreviousValueStep(CommandContext, boolean) - Constructor for class com.arcadedb.query.sql.executor.UnwrapPreviousValueStep
 
UpdatableResult - Class in com.arcadedb.query.sql.executor
 
UpdatableResult(MutableDocument) - Constructor for class com.arcadedb.query.sql.executor.UpdatableResult
 
update(JSONObject) - Method in class com.arcadedb.schema.LocalSchema
 
UPDATE - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
UPDATE_DATABASE_SETTINGS - com.arcadedb.security.SecurityDatabaseUser.DATABASE_ACCESS
 
UPDATE_RECORD - com.arcadedb.security.SecurityDatabaseUser.ACCESS
 
UPDATE_SCHEMA - com.arcadedb.security.SecurityDatabaseUser.DATABASE_ACCESS
 
UPDATE_SECURITY - com.arcadedb.security.SecurityDatabaseUser.DATABASE_ACCESS
 
UpdateAddItem - Class in com.arcadedb.query.sql.parser
 
UpdateAddItem(int) - Constructor for class com.arcadedb.query.sql.parser.UpdateAddItem
 
UpdateAddItem() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
updateBucketRecordDelta(int, int) - Method in class com.arcadedb.database.TransactionContext
Updates the record counter for buckets.
UpdateContentStep - Class in com.arcadedb.query.sql.executor
Created by luigidellaquila on 09/08/16.
UpdateContentStep(InputParameter, CommandContext, boolean) - Constructor for class com.arcadedb.query.sql.executor.UpdateContentStep
 
UpdateContentStep(JsonArray, CommandContext, boolean) - Constructor for class com.arcadedb.query.sql.executor.UpdateContentStep
 
UpdateContentStep(Json, CommandContext, boolean) - Constructor for class com.arcadedb.query.sql.executor.UpdateContentStep
 
updateDocument(Document, Document, List<IndexInternal>) - Method in class com.arcadedb.database.DocumentIndexer
 
UpdatedRecordCallback - Interface in com.arcadedb.database.async
Interface used in `async().updateRecord()` API.
updateEdge - Variable in class com.arcadedb.query.sql.executor.UpdateExecutionPlanner
 
UpdateEdgeStatement - Class in com.arcadedb.query.sql.parser
 
UpdateEdgeStatement(int) - Constructor for class com.arcadedb.query.sql.parser.UpdateEdgeStatement
 
UpdateEdgeStatement() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
UpdateExecutionPlan - Class in com.arcadedb.query.sql.executor
 
UpdateExecutionPlan(CommandContext) - Constructor for class com.arcadedb.query.sql.executor.UpdateExecutionPlan
 
UpdateExecutionPlanner - Class in com.arcadedb.query.sql.executor
Created by luigidellaquila on 08/08/16.
UpdateExecutionPlanner(UpdateStatement) - Constructor for class com.arcadedb.query.sql.executor.UpdateExecutionPlanner
 
UpdateIncrementItem - Class in com.arcadedb.query.sql.parser
 
UpdateIncrementItem(int) - Constructor for class com.arcadedb.query.sql.parser.UpdateIncrementItem
 
UpdateIncrementItem() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
updateIncrementItems - Variable in class com.arcadedb.query.sql.parser.UpdateOperations
 
UpdateItem - Class in com.arcadedb.query.sql.parser
 
UpdateItem(int) - Constructor for class com.arcadedb.query.sql.parser.UpdateItem
 
UpdateItem() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
updateItems - Variable in class com.arcadedb.query.sql.parser.UpdateOperations
 
updateLastAccesses() - Method in class com.arcadedb.engine.CachedPage
 
UpdateLineColumn(char) - Method in class com.arcadedb.query.sql.parser.JavaCharStream
 
UpdateLineColumn(char) - Method in class com.arcadedb.query.sql.parser.SimpleCharStream
 
UpdateMergeStep - Class in com.arcadedb.query.sql.executor
Created by luigidellaquila on 09/08/16.
UpdateMergeStep(Json, CommandContext, boolean) - Constructor for class com.arcadedb.query.sql.executor.UpdateMergeStep
 
updateMetadata() - Method in class com.arcadedb.engine.MutablePage
 
updateMetric(String, long) - Method in class com.arcadedb.query.sql.executor.BasicCommandContext
 
updateModifiedRange(int, int) - Method in class com.arcadedb.database.TrackableBinary
 
updateModifiedRange(int, int) - Method in class com.arcadedb.engine.MutablePage
 
updateModifiedRange(int, int) - Method in interface com.arcadedb.engine.TrackableContent
 
updateName(String, String) - Method in class com.arcadedb.engine.Dictionary
Updates a name.
UpdateOperations - Class in com.arcadedb.query.sql.parser
 
UpdateOperations(int) - Constructor for class com.arcadedb.query.sql.parser.UpdateOperations
 
UpdateOperations() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
updatePages(Map<PageId, MutablePage>, Map<PageId, MutablePage>, boolean) - Method in class com.arcadedb.engine.PageManager
 
updatePageVersion(MutablePage, boolean) - Method in class com.arcadedb.engine.PageManager
 
UpdatePutItem - Class in com.arcadedb.query.sql.parser
 
UpdatePutItem(int) - Constructor for class com.arcadedb.query.sql.parser.UpdatePutItem
 
UpdatePutItem() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
updatePutItems - Variable in class com.arcadedb.query.sql.parser.UpdateOperations
 
updateRecord - Variable in class com.arcadedb.database.DatabaseStats
 
updateRecord(MutableDocument, UpdatedRecordCallback) - Method in interface com.arcadedb.database.async.DatabaseAsyncExecutor
Schedules the request to update a record.
updateRecord(MutableDocument, UpdatedRecordCallback) - Method in class com.arcadedb.database.async.DatabaseAsyncExecutorImpl
 
updateRecord(MutableDocument, UpdatedRecordCallback, ErrorCallback) - Method in interface com.arcadedb.database.async.DatabaseAsyncExecutor
Schedules the request to update a record.
updateRecord(MutableDocument, UpdatedRecordCallback, ErrorCallback) - Method in class com.arcadedb.database.async.DatabaseAsyncExecutorImpl
 
updateRecord(Record) - Method in interface com.arcadedb.database.DatabaseInternal
 
updateRecord(Record) - Method in class com.arcadedb.database.LocalDatabase
 
updateRecord(Record, boolean) - Method in interface com.arcadedb.engine.Bucket
 
updateRecord(Record, boolean) - Method in class com.arcadedb.engine.LocalBucket
 
updateRecordInCache(Record) - Method in class com.arcadedb.database.TransactionContext
 
updateRecordNoLock(Record, boolean) - Method in interface com.arcadedb.database.DatabaseInternal
 
updateRecordNoLock(Record, boolean) - Method in class com.arcadedb.database.LocalDatabase
 
UpdateRemoveItem - Class in com.arcadedb.query.sql.parser
 
UpdateRemoveItem(int) - Constructor for class com.arcadedb.query.sql.parser.UpdateRemoveItem
 
UpdateRemoveItem() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
updateRemoveItems - Variable in class com.arcadedb.query.sql.parser.UpdateOperations
 
UpdateRemoveStep - Class in com.arcadedb.query.sql.executor
Created by luigidellaquila on 09/08/16.
UpdateRemoveStep(List<UpdateRemoveItem>, CommandContext, boolean) - Constructor for class com.arcadedb.query.sql.executor.UpdateRemoveStep
 
updateSchema(DatabaseInternal) - Method in interface com.arcadedb.security.SecurityManager
Notifies the update of the schema.
updateSecurity() - Method in class com.arcadedb.schema.LocalSchema
 
UpdateSetStep - Class in com.arcadedb.query.sql.executor
Created by luigidellaquila on 09/08/16.
UpdateSetStep(List<UpdateItem>, CommandContext, boolean) - Constructor for class com.arcadedb.query.sql.executor.UpdateSetStep
 
UpdateStatement - Class in com.arcadedb.query.sql.parser
 
UpdateStatement(int) - Constructor for class com.arcadedb.query.sql.parser.UpdateStatement
 
UpdateStatement() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
upsert - Variable in class com.arcadedb.query.sql.executor.UpdateExecutionPlanner
 
upsert - Variable in class com.arcadedb.query.sql.parser.UpdateStatement
 
UPSERT - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
UpsertStep - Class in com.arcadedb.query.sql.executor
 
UpsertStep(FromClause, WhereClause, CommandContext, boolean) - Constructor for class com.arcadedb.query.sql.executor.UpsertStep
 
url - Variable in class com.arcadedb.query.sql.parser.BackupDatabaseStatement
 
url - Variable in class com.arcadedb.query.sql.parser.ExportDatabaseStatement
 
url - Variable in class com.arcadedb.query.sql.parser.ImportDatabaseStatement
 
Url - Class in com.arcadedb.query.sql.parser
 
Url(int) - Constructor for class com.arcadedb.query.sql.parser.Url
 
Url(String) - Constructor for class com.arcadedb.query.sql.parser.Url
 
Url() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
URL - Static variable in class com.arcadedb.Constants
 
urlString - Variable in class com.arcadedb.query.sql.parser.Url
 
useAsImmutable() - Method in class com.arcadedb.engine.CachedPage
 
useAsMutable() - Method in class com.arcadedb.engine.CachedPage
 
userCallback - Variable in class com.arcadedb.database.async.DatabaseAsyncCommand
 
userCallback - Variable in class com.arcadedb.database.async.DatabaseAsyncScanBucket
 
UTF8_BOM - Static variable in class com.arcadedb.utility.FileUtils
 

V

v2e(Database, Identifiable, Vertex.DIRECTION, String[]) - Method in class com.arcadedb.query.sql.function.graph.SQLFunctionMove
 
v2v(Database, Identifiable, Vertex.DIRECTION, String[]) - Method in class com.arcadedb.query.sql.function.graph.SQLFunctionMove
 
val - Variable in class com.arcadedb.query.sql.parser.Timeout
 
validate() - Method in class com.arcadedb.database.MutableDocument
Validates the document following the declared constraints defined in schema such as mandatory, notNull, min, max, regexp, etc.
validate() - Method in class com.arcadedb.query.sql.parser.CreateIndexStatement
 
validate() - Method in class com.arcadedb.query.sql.parser.Pattern
 
validate() - Method in class com.arcadedb.query.sql.parser.Projection
 
validate() - Method in class com.arcadedb.query.sql.parser.SelectStatement
 
validate() - Method in class com.arcadedb.query.sql.parser.Statement
 
validate() - Method in class com.arcadedb.query.sql.parser.TraverseStatement
 
validate(MutableDocument) - Static method in class com.arcadedb.database.DocumentValidator
 
validateField(MutableDocument, Property) - Static method in class com.arcadedb.database.DocumentValidator
 
validateValue(Object) - Static method in enum com.arcadedb.schema.Type
 
ValidationException - Exception in com.arcadedb.exception
Exception thrown when a constrain is violated.
ValidationException(String) - Constructor for exception com.arcadedb.exception.ValidationException
 
ValidationException(String, Throwable) - Constructor for exception com.arcadedb.exception.ValidationException
 
ValidationException(Throwable) - Constructor for exception com.arcadedb.exception.ValidationException
 
validBuckets - Variable in class com.arcadedb.graph.IteratorFilterBase
 
value - Variable in class com.arcadedb.query.sql.parser.ExportDatabaseStatement
 
value - Variable in class com.arcadedb.query.sql.parser.ImportDatabaseStatement
 
value - Variable in class com.arcadedb.query.sql.parser.PInteger
 
value - Variable in class com.arcadedb.query.sql.parser.RebuildIndexStatement
 
value - Variable in class com.arcadedb.query.sql.parser.SimpleNode
 
value - Variable in class com.arcadedb.query.sql.parser.UpdatePutItem
 
value(Object) - Method in class com.arcadedb.query.select.Select
 
value(Object) - Method in class com.arcadedb.query.select.SelectWhereRightBlock
 
VALUE - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
valueBeginPositions - Variable in class com.arcadedb.index.lsm.LSMTreeIndexAbstract.LookupResult
 
ValueExpression - Class in com.arcadedb.query.sql.parser
this class is only used by the query executor to store pre-calculated values and store them in a temporary AST.
ValueExpression(Object) - Constructor for class com.arcadedb.query.sql.parser.ValueExpression
 
valueExpressions - Variable in class com.arcadedb.query.sql.parser.InsertBody
 
valueOf(String) - Static method in enum com.arcadedb.database.Database.TRANSACTION_ISOLATION_LEVEL
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.arcadedb.database.DatabaseInternal.CALLBACK_EVENT
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.arcadedb.database.TransactionContext.STATUS
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.arcadedb.engine.ComponentFile.MODE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.arcadedb.engine.WALFile.FLUSH_TYPE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.arcadedb.GlobalConfiguration.SCOPE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.arcadedb.GlobalConfiguration
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.arcadedb.graph.Vertex.DIRECTION
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.arcadedb.index.IndexInternal.INDEX_STATUS
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.arcadedb.index.lsm.LSMTreeIndexAbstract.NULL_STRATEGY
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.arcadedb.query.select.SelectOperator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.arcadedb.query.sql.function.graph.SQLHeuristicFormula
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.arcadedb.query.sql.parser.IndexIdentifier.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.arcadedb.query.sql.parser.MathExpression.Operator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.arcadedb.query.sql.parser.TraverseStatement.Strategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.arcadedb.schema.Schema.INDEX_TYPE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.arcadedb.schema.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.arcadedb.security.SecurityDatabaseUser.ACCESS
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.arcadedb.security.SecurityDatabaseUser.DATABASE_ACCESS
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.arcadedb.utility.AnsiCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.arcadedb.utility.LockManager.LOCK_STATUS
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.arcadedb.utility.TableFormatter.ALIGNMENT
Returns the enum constant of this type with the specified name.
valuePosition - Variable in class com.arcadedb.index.lsm.LSMTreeIndexUnderlyingPageCursor
 
values - Variable in class com.arcadedb.database.TransactionIndexContext.ComparableKey
 
values() - Static method in enum com.arcadedb.database.Database.TRANSACTION_ISOLATION_LEVEL
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.arcadedb.database.DatabaseInternal.CALLBACK_EVENT
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.arcadedb.database.TransactionContext.STATUS
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.arcadedb.engine.ComponentFile.MODE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.arcadedb.engine.WALFile.FLUSH_TYPE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.arcadedb.GlobalConfiguration.SCOPE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.arcadedb.GlobalConfiguration
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.arcadedb.graph.Vertex.DIRECTION
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.arcadedb.index.IndexInternal.INDEX_STATUS
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.arcadedb.index.lsm.LSMTreeIndexAbstract.NULL_STRATEGY
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.arcadedb.query.select.SelectOperator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.arcadedb.query.sql.function.graph.SQLHeuristicFormula
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.arcadedb.query.sql.parser.IndexIdentifier.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.arcadedb.query.sql.parser.MathExpression.Operator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.arcadedb.query.sql.parser.TraverseStatement.Strategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.arcadedb.schema.Schema.INDEX_TYPE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.arcadedb.schema.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.arcadedb.security.SecurityDatabaseUser.ACCESS
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.arcadedb.security.SecurityDatabaseUser.DATABASE_ACCESS
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.arcadedb.utility.AnsiCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.arcadedb.utility.LockManager.LOCK_STATUS
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.arcadedb.utility.TableFormatter.ALIGNMENT
Returns an array containing the constants of this enum type, in the order they are declared.
VALUES - com.arcadedb.query.sql.parser.IndexIdentifier.Type
 
VALUES - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
VALUESASC - com.arcadedb.query.sql.parser.IndexIdentifier.Type
 
VALUESDESC - com.arcadedb.query.sql.parser.IndexIdentifier.Type
 
valueType - Static variable in class com.arcadedb.index.lsm.LSMTreeIndexAbstract
 
VAR_BEGIN - Static variable in class com.arcadedb.utility.SystemVariableResolver
 
VAR_END - Static variable in class com.arcadedb.utility.SystemVariableResolver
 
VariableParser - Class in com.arcadedb.utility
Resolve entity class and descriptors using the paths configured.
VariableParser() - Constructor for class com.arcadedb.utility.VariableParser
 
VariableParserListener - Interface in com.arcadedb.utility
Wake up at every variable found.
variables - Variable in class com.arcadedb.query.sql.executor.BasicCommandContext
 
VectorIndexBuilder - Class in com.arcadedb.schema
Builder class for vector indexes.
VectorIndexBuilder(Database, HnswVectorIndexRAM) - Constructor for class com.arcadedb.schema.VectorIndexBuilder
 
VectorUtils - Class in com.arcadedb.index.vector
This work is derived from the excellent work made by Jelmer Kuperus on https://github.com/jelmerk/hnswlib.
version - Variable in class com.arcadedb.engine.BasePage
 
version - Variable in class com.arcadedb.engine.Component
 
version - Variable in class com.arcadedb.engine.ComponentFile
 
Vertex - Interface in com.arcadedb.graph
A Vertex represents the main information in a Property Graph.
VERTEX - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
Vertex.DIRECTION - Enum in com.arcadedb.graph
 
VertexInternal - Interface in com.arcadedb.graph
Not intended to be used by the end-user.
vertexIterator() - Method in class com.arcadedb.index.CompressedAny2RIDIndex
 
vertexIterator(String...) - Method in class com.arcadedb.graph.EdgeLinkedList
 
VertexIterator - Class in com.arcadedb.graph
 
VertexIterator(EdgeSegment) - Constructor for class com.arcadedb.graph.VertexIterator
 
VertexIteratorFilter - Class in com.arcadedb.graph
 
VertexIteratorFilter(DatabaseInternal, EdgeSegment, String[]) - Constructor for class com.arcadedb.graph.VertexIteratorFilter
 
vertexStream() - Method in interface com.arcadedb.query.sql.executor.ResultSet
Returns the result set as a stream of vertices (filters only the results that are vertices - where the isVertex() method returns true).
VertexType - Interface in com.arcadedb.schema
Schema Vertex Type.
vertices() - Method in class com.arcadedb.query.select.Select
 
vertices() - Method in class com.arcadedb.query.select.SelectCompiled
 
vertices() - Method in class com.arcadedb.query.select.SelectWhereAfterBlock
 

W

Wait - Class in com.arcadedb.query.sql.parser
 
Wait(int) - Constructor for class com.arcadedb.query.sql.parser.Wait
 
Wait() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
WAIT - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
waitCompletion() - Method in interface com.arcadedb.database.async.DatabaseAsyncExecutor
Waits for the completion of all the pending tasks.
waitCompletion() - Method in class com.arcadedb.database.async.DatabaseAsyncExecutorImpl
 
waitCompletion(long) - Method in class com.arcadedb.database.async.DatabaseAsyncAbstractCallbackTask
 
waitCompletion(long) - Method in interface com.arcadedb.database.async.DatabaseAsyncExecutor
Waits for the completion of all the pending tasks.
waitCompletion(long) - Method in class com.arcadedb.database.async.DatabaseAsyncExecutorImpl
 
WALException - Exception in com.arcadedb.engine
 
WALException(String, Exception) - Constructor for exception com.arcadedb.engine.WALException
 
walFactory - Variable in class com.arcadedb.database.LocalDatabase
 
WALFile - Class in com.arcadedb.engine
 
WALFile(String) - Constructor for class com.arcadedb.engine.WALFile
 
WALFile.FLUSH_TYPE - Enum in com.arcadedb.engine
 
WALFile.WALPage - Class in com.arcadedb.engine
 
WALFile.WALTransaction - Class in com.arcadedb.engine
 
WALFileFactory - Interface in com.arcadedb.engine
 
WALFileFactoryEmbedded - Class in com.arcadedb.engine
 
WALFileFactoryEmbedded() - Constructor for class com.arcadedb.engine.WALFileFactoryEmbedded
 
walkLeft(SQLFunctionShortestPath.OShortestPathContext) - Method in class com.arcadedb.query.sql.function.graph.SQLFunctionShortestPath
 
walkRight(SQLFunctionShortestPath.OShortestPathContext) - Method in class com.arcadedb.query.sql.function.graph.SQLFunctionShortestPath
 
WALPage() - Constructor for class com.arcadedb.engine.WALFile.WALPage
 
WALTransaction() - Constructor for class com.arcadedb.engine.WALFile.WALTransaction
 
where() - Method in class com.arcadedb.query.select.Select
 
WHERE - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
whereClause - Variable in class com.arcadedb.query.sql.executor.UpdateExecutionPlanner
 
whereClause - Variable in class com.arcadedb.query.sql.parser.DeleteEdgeStatement
 
whereClause - Variable in class com.arcadedb.query.sql.parser.DeleteStatement
 
whereClause - Variable in class com.arcadedb.query.sql.parser.SelectStatement
 
whereClause - Variable in class com.arcadedb.query.sql.parser.UpdateStatement
 
WhereClause - Class in com.arcadedb.query.sql.parser
 
WhereClause(int) - Constructor for class com.arcadedb.query.sql.parser.WhereClause
 
WhereClause() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
whereCondition - Variable in class com.arcadedb.query.sql.parser.Expression
 
WHILE - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
WhileBlock - Class in com.arcadedb.query.sql.parser
 
WhileBlock(int) - Constructor for class com.arcadedb.query.sql.parser.WhileBlock
 
WhileBlock() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
whileClause - Variable in class com.arcadedb.query.sql.executor.AbstractTraverseStep
 
whileClause - Variable in class com.arcadedb.query.sql.parser.TraverseStatement
 
whileCondition - Variable in class com.arcadedb.query.sql.parser.MatchFilterItem
 
WhileMatchStep - Class in com.arcadedb.query.sql.executor
Created by luigidellaquila on 13/10/16.
WhileMatchStep(CommandContext, WhereClause, InternalExecutionPlan, boolean) - Constructor for class com.arcadedb.query.sql.executor.WhileMatchStep
 
WhileStep - Class in com.arcadedb.query.sql.parser
 
WhileStep(BooleanExpression, List<Statement>, CommandContext, boolean) - Constructor for class com.arcadedb.query.sql.parser.WhileStep
 
WHITE - com.arcadedb.utility.AnsiCode
 
WILDCARD_ANY - Static variable in class com.arcadedb.query.sql.executor.QueryHelper
 
WILDCARD_ANYCHAR - Static variable in class com.arcadedb.query.sql.executor.QueryHelper
 
WITH - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
withBatchSize(int) - Method in class com.arcadedb.schema.IndexBuilder
 
withBuckets(List<Bucket>) - Method in class com.arcadedb.schema.TypeBuilder
 
withCache(Map<RID, Vertex>) - Method in class com.arcadedb.schema.VectorIndexBuilder
 
withCallback(Index.BuildIndexCallback) - Method in class com.arcadedb.schema.IndexBuilder
 
withDeletedProperty(String) - Method in class com.arcadedb.schema.VectorIndexBuilder
 
withDimensions(int) - Method in class com.arcadedb.schema.VectorIndexBuilder
 
withDistanceComparator(Comparator) - Method in class com.arcadedb.schema.VectorIndexBuilder
 
withDistanceFunction(DistanceFunction) - Method in class com.arcadedb.schema.VectorIndexBuilder
 
withEdgeType(String) - Method in class com.arcadedb.schema.VectorIndexBuilder
 
withEf(int) - Method in class com.arcadedb.index.vector.HnswVectorIndexRAM.Builder
The size of the dynamic list for the nearest neighbors (used during the search).
withEf(int) - Method in class com.arcadedb.schema.VectorIndexBuilder
The size of the dynamic list for the nearest neighbors (used during the search).
withEfConstruction(int) - Method in class com.arcadedb.index.vector.HnswVectorIndexRAM.Builder
` The parameter has the same meaning as ef, but controls the index time / index precision.
withEfConstruction(int) - Method in class com.arcadedb.schema.VectorIndexBuilder
` The parameter has the same meaning as ef, but controls the index time / index precision.
withFilePath(String) - Method in class com.arcadedb.schema.IndexBuilder
 
withIdProperty(String) - Method in class com.arcadedb.schema.VectorIndexBuilder
 
withIgnoreIfExists(boolean) - Method in class com.arcadedb.schema.IndexBuilder
 
withIgnoreIfExists(boolean) - Method in class com.arcadedb.schema.TypeBuilder
 
WITHIN - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
withIndexName(String) - Method in class com.arcadedb.schema.IndexBuilder
 
WithinOperator - Class in com.arcadedb.query.sql.parser
 
WithinOperator(int) - Constructor for class com.arcadedb.query.sql.parser.WithinOperator
 
WithinOperator() - Method in class com.arcadedb.query.sql.parser.SqlParser
 
withKeyTypes(Type[]) - Method in class com.arcadedb.schema.IndexBuilder
 
withM(int) - Method in class com.arcadedb.index.vector.HnswVectorIndexRAM.Builder
Sets the number of bi-directional links created for every new element during construction.
withM(int) - Method in class com.arcadedb.schema.VectorIndexBuilder
Sets the number of bi-directional links created for every new element during construction.
withMaxAttempts(int) - Method in class com.arcadedb.schema.IndexBuilder
 
withMaxItemCount(int) - Method in class com.arcadedb.schema.VectorIndexBuilder
 
withName(String) - Method in class com.arcadedb.schema.TypeBuilder
 
withNullStrategy(LSMTreeIndexAbstract.NULL_STRATEGY) - Method in class com.arcadedb.schema.IndexBuilder
 
withPageSize(int) - Method in class com.arcadedb.schema.IndexBuilder
 
withPageSize(int) - Method in class com.arcadedb.schema.TypeBuilder
 
withSuperType(String) - Method in class com.arcadedb.schema.TypeBuilder
 
withTotalBuckets(int) - Method in class com.arcadedb.schema.TypeBuilder
Sets to zero to have a type that can only be embedded or abstract (no records of this direct type, but subtypes can)
withType(Schema.INDEX_TYPE) - Method in class com.arcadedb.schema.IndexBuilder
 
withUnique(boolean) - Method in class com.arcadedb.schema.IndexBuilder
 
withVectorProperty(String, Type) - Method in class com.arcadedb.schema.VectorIndexBuilder
 
withVertexCreationCallback(HnswVectorIndex.BuildVectorIndexCallback) - Method in class com.arcadedb.schema.VectorIndexBuilder
 
withVertexType(String) - Method in class com.arcadedb.schema.VectorIndexBuilder
 
withZone(ZoneId) - Method in class com.arcadedb.utility.NanoClock
 
write(MutablePage) - Method in class com.arcadedb.engine.PaginatedComponentFile
Returns the byte written.
write(FileWriter) - Method in class com.arcadedb.serializer.json.JSONObject
 
writeByte(int, byte) - Method in class com.arcadedb.engine.MutablePage
 
writeByteArray(int, byte[]) - Method in class com.arcadedb.engine.MutablePage
 
writeByteArray(int, byte[], int, int) - Method in class com.arcadedb.engine.MutablePage
 
writeBytes(int, byte[]) - Method in class com.arcadedb.engine.MutablePage
 
writeCacheRAM - Variable in class com.arcadedb.engine.PageManager.PPageManagerStats
 
writeContentToStream(File, byte[]) - Static method in class com.arcadedb.utility.FileUtils
 
writeContentToStream(OutputStream, String) - Static method in class com.arcadedb.utility.FileUtils
 
writeContentToStream(OutputStreamWriter, String) - Static method in class com.arcadedb.utility.FileUtils
 
writeEntry(Binary, Object[], Object) - Method in class com.arcadedb.index.lsm.LSMTreeIndexAbstract
 
writeEntry(Binary, Object[], Object[]) - Method in class com.arcadedb.index.lsm.LSMTreeIndexAbstract
 
writeExternal(Document, ObjectOutput) - Static method in class com.arcadedb.serializer.JavaBinarySerializer
 
writeExternal(ObjectOutput) - Method in class com.arcadedb.database.BaseDocument
 
writeFile(File, String) - Static method in class com.arcadedb.utility.FileUtils
 
writeInt(int, int) - Method in class com.arcadedb.engine.MutablePage
 
writeLock() - Method in class com.arcadedb.utility.RWLockContext
 
writeLong(int, long) - Method in class com.arcadedb.engine.MutablePage
 
writeNumber(int, long) - Method in class com.arcadedb.engine.MutablePage
 
writePages(List<MutablePage>, boolean) - Method in class com.arcadedb.engine.PageManager
 
writeRecords(List<Result>, int) - Method in class com.arcadedb.utility.RecordTableFormatter
 
writeRows(List<? extends TableFormatter.TableRow>, int) - Method in class com.arcadedb.utility.TableFormatter
 
writeShort(int, short) - Method in class com.arcadedb.engine.MutablePage
 
writeString(int, String) - Method in class com.arcadedb.engine.MutablePage
 
writeTransactionToBuffer(List<MutablePage>, long) - Static method in class com.arcadedb.engine.WALFile
 
writeTransactionToFile(DatabaseInternal, List<MutablePage>, WALFile.FLUSH_TYPE, WALFile, long, Binary) - Method in class com.arcadedb.engine.WALFile
 
writeTransactionToWAL(List<MutablePage>, WALFile.FLUSH_TYPE, long, Binary) - Method in class com.arcadedb.engine.TransactionManager
 
writeUnlock(long) - Method in class com.arcadedb.utility.RWLockContext
 
writeUnsignedInt(int, long) - Method in class com.arcadedb.engine.MutablePage
 
writeUnsignedShort(int, int) - Method in class com.arcadedb.engine.MutablePage
 

X

XOR - com.arcadedb.query.sql.parser.MathExpression.Operator
 
XOR - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.
XORASSIGN - Static variable in interface com.arcadedb.query.sql.parser.SqlParserConstants
RegularExpression Id.

Y

YELLOW - com.arcadedb.utility.AnsiCode
 
YES - com.arcadedb.utility.LockManager.LOCK_STATUS
 
YES_FULL - com.arcadedb.engine.WALFile.FLUSH_TYPE
 
YES_NOMETADATA - com.arcadedb.engine.WALFile.FLUSH_TYPE
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y 
All Classes All Packages