Interface BatchingPersist
-
- All Superinterfaces:
org.projectnessie.versioned.storage.common.persist.Persist
public interface BatchingPersist extends org.projectnessie.versioned.storage.common.persist.Persist
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidflush()-
Methods inherited from interface org.projectnessie.versioned.storage.common.persist.Persist
addReference, config, deleteObj, deleteObjs, effectiveIncrementalIndexSizeLimit, effectiveIndexSegmentSizeLimit, erase, fetchObj, fetchObjs, fetchObjType, fetchReference, fetchReferences, fetchTypedObj, hardObjectSizeLimit, markReferenceAsDeleted, name, purgeReference, scanAllObjects, storeObj, storeObj, storeObjs, updateReferencePointer, upsertObj, upsertObjs
-
-