9899100101102103104105106107108
TokyoCabinetDB db = bucketMap.get(bucket); if(db == null) return; //this can't happen db.erase(); bucketMap.remove(bucket); } public Set<String> get_bucket_list() throws ThrudocException, TException {