release

open override fun release(commit: IndexCommit)

Deletes a snapshotted commit. Once this method returns, the snapshot information is persisted in the directory.

See also


fun release(gen: Long)

Deletes a snapshotted commit by generation. Once this method returns, the snapshot information is persisted in the directory.

See also