Package com.db4o.internal.ids
Interface StackableIdSystem
-
- All Superinterfaces:
IdSystem
- All Known Implementing Classes:
BTreeIdSystem
,InMemoryIdSystem
public interface StackableIdSystem extends IdSystem
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
childId()
void
childId(int id)
-
Methods inherited from interface com.db4o.internal.ids.IdSystem
close, commit, committedSlot, completeInterruptedTransaction, newId, returnUnusedIds, traverseOwnSlots
-
-