org.apache.derby.iapi.store.access
Interface StaticCompiledOpenConglomInfo
- All Superinterfaces:
- java.io.Externalizable, Formatable, java.io.Serializable, Storable, TypedFormat
- All Known Implementing Classes:
- B2IStaticCompiledInfo, Heap
- public interface StaticCompiledOpenConglomInfo
- extends Storable
Information that can be "compiled" once and then used over and over again
at execution time. This information is read only by both the caller and
the user, thus can be shared by multiple threads/transactions once created.
This information is obtained from the getStaticCompiledConglomInfo(conglomid)
method call. It can then be used in openConglomerate() and openScan() calls
for increased performance. The information is only valid until the next
ddl operation is performed on the conglomerate. It is up to the caller to
provide an invalidation methodology.
The static info would be valid until any ddl was executed on the conglomid,
and would be up to the caller to throw away when that happened. This ties in
with what language already does for other invalidation of static info. The
type of info in this would be containerid and array of format id's from which
templates can be created. The info in this object is read only and can
be shared among as many threads as necessary.
Methods inherited from interface java.io.Externalizable |
readExternal, writeExternal |
getConglom
public DataValueDescriptor getConglom()
- routine for internal use of store only.
Apache Derby V10.1 Engine Documentation - Copyright © 1997,2005 The Apache Software Foundation or its licensors, as applicable.