- Type Parameters:
K
- The type for the KeyV
- The type for the stored value
- All Superinterfaces:
- Result<Page<K,V>>
- All Known Implementing Classes:
- ModifyResult, SplitResult
public interface InsertResult<K,V>
extends Result<Page<K,V>>
The result of an insert operation. This is just a container that stores either
the new pivot that has been extracted after a page split, or a modified page if
the child page hasn't been split.
- Author:
- Apache Directory Project