YahooArchive / omid

Transactional Support for HBase (Mirror of https://github.com/apache/incubator-omid)
http://omid.incubator.apache.org/
Apache License 2.0
302 stars 107 forks source link

Adding a configuration class. #2

Closed fpj closed 12 years ago

fpj commented 12 years ago

The configuration class, called TSOServerConfig, holds values of parameters needed across different classes. The general idea is to simply have all parameter values in a single place instead of spread throughout the code.