0
I Use This!
Inactive

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 16 hours ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* fixed a bug in the getCount* methods. The code was only looking at the query result from the first of "n" nodes, which only works 1/n times. It now sums the counts from each node's response. * bug was reported by CafePress More... over 15 years ago
removed CacheKeyBuilder--it's not used by any Hive implementations More... over 15 years ago
added return types to some void Directory methods More... over 15 years ago
* added javadoc on "close" method More... over 15 years ago
* added "close" to the HiveDataSourceProvider interface * implemented close in HiveBasicDataSourceProvider * removed duplicate code from CachingDataSourceProvider and made it delegate to HiveBasicDataSourceProvider More... over 15 years ago
* passing PartitionDimension in rather than fetching it More... over 15 years ago
* made access modifiers public to enable creation from non-hivedb classes More... over 15 years ago
Merge branch 'master' of [email protected]:britt/hivedb More... over 15 years ago
added hivedb username to scp url More... over 15 years ago
Merge branch 'master' of [email protected]:britt/hivedb More... over 15 years ago
Added a Hive.load where you can pass in a DirectoryFacadeProvider. Hack so that development can proceed on MemcacheD directory while Hive creation gets refactored. More... over 15 years ago
fixed interface inheritance More... over 15 years ago
Refactored DirectoryFacade to use a factory. Now to remove Directory Creation from HiveCreation. More... over 15 years ago
Merge branch 'master' of [email protected]:britt/hivedb More... over 15 years ago
Refactored directory to use a factory. Refactored DirectoryWrapper so that it no longer depends directly on Hive. More... over 15 years ago
Pruned extraneous methods and classes More... over 15 years ago
Merge branch 'master' of [email protected]:britt/hivedb More... over 15 years ago
removed memcacheddirectory More... over 15 years ago
* removed memcached dependencies More... over 15 years ago
* improved serialization More... over 15 years ago
Removed HiveFacade, and HiveFinder (unused) More... over 15 years ago
* removed a slight bit of duplication More... over 15 years ago
Removed HiveFacade as it wasn't a proper interface. Refactoring to a proper Hive interface. More... over 15 years ago
Refactored directory creation to only occur in one place More... over 15 years ago
* minor cleanup for readability * added a couple more tests More... over 15 years ago
* minor cleanup for readability More... over 15 years ago
* pretty thorough first pass at tests. More... over 15 years ago
* revised implementation of MemcachedDirectory More... over 15 years ago
Removed MemcacheDirectoryKeyBuilder More... over 15 years ago
Moved counter and reference key generation methods to CacheKeyBuilder. More... over 15 years ago