Package com.nt.udc.ei.node.sol42
Class SchemaTable
java.lang.Object
com.nt.common.util.PersistentTable
com.nt.udc.ei.node.sol42.SchemaTable
- All Implemented Interfaces:
Serializable
- Since:
- release specific (what release of product did this appear in)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
load()
void
putAndSave
(SchemaTableObject entry) void
putAndSave
(SchemaTableObject[] entries) void
Removes all of the elements currently in this RecoveryMap.Methods inherited from class com.nt.common.util.PersistentTable
bufferedSave, clear, contains, containsKey, elements, get, getFile, isEmpty, keys, put, putAndSave, remove, removeAndSave, save, setFile, size, toString
-
Constructor Details
-
SchemaTable
- Throws:
IOException
-
-
Method Details
-
putAndSave
- Throws:
IOException
-
putAndSave
- Throws:
IOException
-
load
- Specified by:
load
in classcom.nt.common.util.PersistentTable
- Throws:
IOException
-
removeAllElements
public void removeAllElements()Removes all of the elements currently in this RecoveryMap.
-