| Package | Description |
|---|---|
| com.orientechnologies.common.profiler | |
| com.orientechnologies.common.util | |
| com.orientechnologies.orient.console | |
| com.orientechnologies.orient.core.record.impl | |
| com.orientechnologies.orient.core.sql | |
| com.orientechnologies.orient.core.sql.filter | |
| com.orientechnologies.orient.core.storage.impl.local |
Contains all the class involved on the "local" implementation of the OStorage interface.
|
| com.orientechnologies.orient.server.distributed | |
| com.tinkerpop.blueprints.impls.orient |
| Modifier and Type | Method and Description |
|---|---|
Map<String,OPair<String,OProfiler.METRIC_TYPE>> |
OAbstractProfiler.getMetadata() |
Map<String,OPair<String,OProfiler.METRIC_TYPE>> |
OProfiler.getMetadata() |
| Modifier and Type | Field and Description |
|---|---|
OPair<V,SV> |
OTriple.value |
| Modifier and Type | Method and Description |
|---|---|
OPair<V,SV> |
OTriple.getValue() |
OPair<V,SV> |
OTriple.setValue(OPair<V,SV> iValue) |
| Modifier and Type | Method and Description |
|---|---|
static <K extends Comparable<K>,V> |
OPair.convertFromMap(Map<K,V> iValues) |
| Modifier and Type | Method and Description |
|---|---|
int |
OPair.compareTo(OPair<K,V> o) |
OPair<V,SV> |
OTriple.setValue(OPair<V,SV> iValue) |
| Modifier and Type | Method and Description |
|---|---|
static <K extends Comparable<K>,V> |
OPair.convertToMap(List<OPair<K,V>> iValues) |
| Modifier and Type | Field and Description |
|---|---|
protected OPair<String,Boolean> |
OTableFormatter.columnSorting |
| Modifier and Type | Method and Description |
|---|---|
static void |
ODocumentHelper.sort(List<? extends OIdentifiable> ioResultSet,
List<OPair<String,String>> iOrderCriteria,
OCommandContext context) |
| Constructor and Description |
|---|
ODocumentComparator(List<OPair<String,String>> iOrderCriteria,
OCommandContext iContext) |
| Modifier and Type | Method and Description |
|---|---|
static ODocument |
OSQLHelper.bindParameters(ODocument iDocument,
List<OPair<String,Object>> iFields,
OCommandParameters iArguments,
OCommandContext iContext) |
protected void |
OCommandExecutorSQLSetAware.parseSetFields(OClass iClass,
List<OPair<String,Object>> fields) |
void |
OCommandExecutorSQLSelect.setOrderedFields(List<OPair<String,String>> orderedFields) |
| Modifier and Type | Field and Description |
|---|---|
protected List<OPair<OSQLMethodRuntime,Object[]>> |
OSQLFilterItemAbstract.operationsChain |
| Modifier and Type | Method and Description |
|---|---|
OPair<OSQLMethodRuntime,Object[]> |
OSQLFilterItemAbstract.getLastChainOperator() |
| Modifier and Type | Method and Description |
|---|---|
Collection<OPair<ORecordId,ORawBuffer>> |
OAbstractPaginatedStorage.readRecords(Collection<ORecordId> iRids)
Returns the requested records.
|
| Modifier and Type | Method and Description |
|---|---|
OCallable<Object,OPair<ODistributedRequestId,Object>> |
OAsynchDistributedOperation.getCallback() |
| Constructor and Description |
|---|
OAsynchDistributedOperation(String iDatabaseName,
Set<String> iClusterNames,
Collection<String> iNodes,
ORemoteTask iTask,
long iMessageId,
Object iLocalResult,
OCallable<Void,ODistributedRequestId> iAfterRequestCallback,
OCallable<Object,OPair<ODistributedRequestId,Object>> iCallback) |
| Modifier and Type | Method and Description |
|---|---|
protected OPair<com.tinkerpop.blueprints.Direction,String> |
OrientVertex.getConnection(com.tinkerpop.blueprints.Direction iDirection,
String iFieldName,
String... iClassNames)
Determines if a field is a connections or not.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
OrientVertex.addSingleEdge(ODocument doc,
OMultiCollectionIterator<com.tinkerpop.blueprints.Edge> iterable,
String fieldName,
OPair<com.tinkerpop.blueprints.Direction,String> connection,
Object fieldValue,
OIdentifiable iTargetVertex,
String[] iLabels) |
protected static OrientEdge |
OrientVertex.getEdge(OrientBaseGraph graph,
ODocument doc,
String fieldName,
OPair<com.tinkerpop.blueprints.Direction,String> connection,
Object fieldValue,
OIdentifiable iTargetVertex,
String[] iLabels)
(Internal only)
|
| Constructor and Description |
|---|
OrientEdgeIterator(OrientVertex iSourceVertex,
OrientVertex iTargetVertex,
Object iMultiValue,
Iterator<?> iterator,
OPair<com.tinkerpop.blueprints.Direction,String> connection,
String[] iLabels,
int iSize) |
OrientVertexIterator(OrientVertex orientVertex,
Object iMultiValue,
Iterator<?> iterator,
OPair<com.tinkerpop.blueprints.Direction,String> connection,
String[] iLabels,
int iSize) |
Copyright © 2009–2025 OrientDB. All rights reserved.