Hyunsik Choi created TAJO-1603:
----------------------------------
Summary: Refactor StorageManager
Key: TAJO-1603
URL: https://issues.apache.org/jira/browse/TAJO-1603
Project: Tajo
Issue Type: Sub-task
Components: storage
Reporter: Hyunsik Choi
Assignee: Hyunsik Choi
Priority: Minor
Fix For: 0.11.0
This patch refactors StorageManager. Especially, it apparently separates
multiple roles into different classes.
* Static methods which handle registered store types are moved to
TableSpaceManager.
* All methods related for file store types are moved to FileStorageManager.
* I created TableSpace, an interface for tablespace and I modified
StorageManager to inherit TableSpace.
* Later, StorageManager will be changed to AbstractTableSpace.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)