public class SchemaTable
extends PersistentTable
implements java.io.Serializable
Constructor and Description |
---|
SchemaTable(java.lang.String fileName) |
Modifier and Type | Method and Description |
---|---|
void |
load() |
void |
putAndSave(SchemaTableObject entry) |
void |
putAndSave(SchemaTableObject[] entries) |
void |
removeAllElements()
Removes all of the elements currently in this RecoveryMap.
|
public SchemaTable(java.lang.String fileName) throws java.io.IOException
java.io.IOException
public void putAndSave(SchemaTableObject[] entries) throws java.io.IOException
java.io.IOException
public void putAndSave(SchemaTableObject entry) throws java.io.IOException
java.io.IOException
public void load() throws java.io.IOException
java.io.IOException
public void removeAllElements()