Class B2IController

All Implemented Interfaces:
ConglomerateController, ConglomPropertyQueryable

public class B2IController extends BTreeController
Controller used to insert rows into a secondary index. Implements the ConglomerateController interface for the B-Tree index access method. Note most work of this class is inherited from the generic btree implementation. This class initializes the top level object and deals with locking information specific to a secondary index implementation of a btree.