Package DbStorage.manager

This package implements the instructions for the five components of the semistructured data bases: ID manager, Labeled SSD collection manager, LOB manager, Parents' collection manager and Dictionary manager.

See:
          Description

Class Summary
BlobManager This class implements the metods to storage BLOB objects.
ClobManager This class implements the metods to storage CLOB objects.
DictionaryEntry This class represents a pair formed of a PhysicalID and a string name.
DictionaryEntry.ByIDComparator This class is used to compare two DictionaryEntrys using their ID component first and their name component second.
DictionaryEntry.ByNameComparator This class is used to compare two DictionaryEntrys using their name component first and their ID component second.
DictionaryManager This class manages the content of the dictionary.
IdManager This class is used to create new semistructured data.
LabeledSsdCollectionManager This class manages the content of a collection of labeled semistructured data.
LobManager This class implements the metods to storage LOB objects.
ParentsCollectionManager This class manages the content of a collection of identifiers.
PhysicalLabeledSSD This class represents a pair formed of a PhysicalID and a string label
PhysicalLabeledSSD.ByIDComparator This class is used to compare two PhysicalLabeledSSDs using their ID component first and their label component second.
PhysicalLabeledSSD.ByLabelComparator This class is used to compare two PhysicalLabeledSSDs using their label component first and their ID component second.
 

Exception Summary
AlreadyExistingException Represents an error ocurred when triying to add something existing.
NotExistingException Represents an error ocurred when triying to use something that does not exist.
OutOfLOBException Represents an error ocurred when triying to access an invalid address of a LOB.
UnavailableUnitException Represents an error ocurred when triying to find or create a free unit.
 

Package DbStorage.manager Description

This package implements the instructions for the five components of the semistructured data bases: ID manager, Labeled SSD collection manager, LOB manager, Parents' collection manager and Dictionary manager.

Author:
Egar Arturo García Cárdenas
eagc@fciencias.unam.mx