Skip to content
Snippets Groups Projects
Commit 1fde0a01 authored by Adnan Ahmad's avatar Adnan Ahmad
Browse files

added zookeeper client

parent af47d643
No related branches found
No related tags found
No related merge requests found
# ignore compiled byte code
target
ignite
# ignore output files from testing
output*
......
package site.ycsb.db;
import site.ycsb.*;
import java.util.HashMap;
import java.util.Map;
import java.util.Properties;
import java.util.Set;
import java.util.Vector;
public class ZookeeperClient extends DB {
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment