Class B2IStaticCompiledInfo

java.lang.Object
org.apache.derby.impl.store.access.btree.index.B2IStaticCompiledInfo
All Implemented Interfaces:
Externalizable, Serializable, Formatable, Storable, TypedFormat, StaticCompiledOpenConglomInfo

public class B2IStaticCompiledInfo extends Object implements StaticCompiledOpenConglomInfo
This class implements the static compiled information relevant to a btree secondary index. It is what is returned by B2I.getStaticCompiledOpenConglomInfo().

Currently the only interesting information stored is Conglomerate for this index and the Conglomerate for the base table of this conglomerate.

See Also: