Node.prepareChild

Prepare a child for use. This is automatically called by resizeChild and only meant for advanced usage.

This method is intended to be used when conventional resizing through resizeImpl is not desired. This can be used to implement an advanced system with a different resizing mechanism, or something like NodeChain, which changes how children are managed. Be mindful that child nodes must have some preparation mechanism available to initialize their I/O systems and resources — normally this is done by resizeImpl.

class Node
protected
void
prepareChild

Parameters

child Node

Child node to resize.

Meta