Interface ORecordLazyMultiValue
- All Superinterfaces:
OAutoConvertToRecord,ODetachable,OSizeable
- All Known Subinterfaces:
ORidBagDelegate
- All Known Implementing Classes:
OEmbeddedRidBag,ORecordLazyList,ORecordLazyMap,ORecordLazySet,ORemoteTreeRidBag,ORidBag,OSBTreeRidBag
-
Method Summary
Modifier and TypeMethodDescriptionvoidBrowse all the set to convert all the items into records.booleanBrowse all the set to convert all the items into links.Methods inherited from interface com.orientechnologies.orient.core.db.record.OAutoConvertToRecord
isAutoConvertToRecord, setAutoConvertToRecordMethods inherited from interface com.orientechnologies.orient.core.db.record.ODetachable
detach
-
Method Details
-
rawIterator
Iterator<OIdentifiable> rawIterator() -
convertLinks2Records
void convertLinks2Records()Browse all the set to convert all the items into records.It converts only items that already loaded into memory from storage. To convert records that will be fetched from disk later use
OAutoConvertToRecord.setAutoConvertToRecord(boolean) -
convertRecords2Links
boolean convertRecords2Links()Browse all the set to convert all the items into links.- Returns:
-