Interface PersistenceLoader
- All Superinterfaces:
 ObjectSwizzling,PersistenceRetrieving
- All Known Subinterfaces:
 BinaryLoader
- All Known Implementing Classes:
 BinaryLoader.Default
public interface PersistenceLoader extends PersistenceRetrieving
- 
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfacePersistenceLoader.Creator<D> - 
Method Summary
Modifier and Type Method Description PersistenceRootsloadRoots()voidregisterSkip(long objectId)Methods inherited from interface one.microstream.persistence.types.PersistenceRetrieving
collect, get, getObject 
- 
Method Details
- 
loadRoots
PersistenceRoots loadRoots() - 
registerSkip
void registerSkip(long objectId) 
 -