org.apache.derby.impl.store.raw.data
Class AllocExtent
- java.lang.Object
-
- org.apache.derby.impl.store.raw.data.AllocExtent
-
- All Implemented Interfaces:
- java.io.Externalizable, java.io.Serializable
public class AllocExtent extends java.lang.Object implements java.io.ExternalizableAn allocation extent row manages the page status of page in the extent. AllocExtent is externalizable and is written to the AllocPage directly, without being converted to a row first.- See Also:
AllocPage, Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description AllocExtent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidreadExternal(java.io.ObjectInput in)voidwriteExternal(java.io.ObjectOutput out)
-
-
-
Method Detail
-
writeExternal
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException- Specified by:
writeExternalin interfacejava.io.Externalizable- Throws:
java.io.IOException
-
readExternal
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException- Specified by:
readExternalin interfacejava.io.Externalizable- Throws:
java.io.IOExceptionjava.lang.ClassNotFoundException
-
-
DataMelt 3.0 © DataMelt by jWork.ORG