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 |
---|---|
protected OPair<ODirection,String> |
OGraphRepair.getConnection(ODatabaseDocument graph,
ODirection iDirection,
String iFieldName,
String... iClassNames) |
Modifier and Type | Field and Description |
---|---|
protected List<OPair<String,OType>> |
OViewConfig.OViewIndexConfig.props |
Modifier and Type | Method and Description |
---|---|
List<OPair<String,OType>> |
OViewConfig.OViewIndexConfig.getProperties() |
Modifier and Type | Method and Description |
---|---|
protected OPair<ODirection,String> |
OVertexDelegate.getConnection(ODirection iDirection,
String iFieldName,
String... iClassNames) |
protected OPair<ODirection,String> |
OVertexDocument.getConnection(ODirection iDirection,
String iFieldName,
String... iClassNames) |
Modifier and Type | Method and Description |
---|---|
static void |
ODocumentHelper.sort(List<? extends OIdentifiable> ioResultSet,
List<OPair<String,String>> iOrderCriteria,
OCommandContext context) |
Constructor and Description |
---|
OEdgeIterator(OVertex iSourceVertex,
Object iMultiValue,
Iterator<?> iterator,
OPair<ODirection,String> connection,
String[] iLabels,
int iSize) |
OEdgeIterator(OVertex iSourceVertex,
OVertex iTargetVertex,
Object iMultiValue,
Iterator<?> iterator,
OPair<ODirection,String> connection,
String[] iLabels,
int iSize) |
Constructor and Description |
---|
ODocumentComparator(List<OPair<String,String>> iOrderCriteria,
OCommandContext iContext) |
Modifier and Type | Method and Description |
---|---|
OPair<String,Map<String,ORidSet>> |
OJSONReader.readRecordString(int maxRidbagSizeLazyImport) |
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 |
---|---|
static OPair<ByteBuffer,Long> |
OWALRecordsFactory.toStream(WriteableWALRecord walRecord) |
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–2020 OrientDB. All rights reserved.