Skip to content

Commit

Permalink
Added hasKey() ability to Voldemort
Browse files Browse the repository at this point in the history
  • Loading branch information
rsumbaly committed Sep 14, 2012
1 parent 65d6265 commit f34b9ae
Show file tree
Hide file tree
Showing 52 changed files with 26,824 additions and 7,558 deletions.
8 changes: 4 additions & 4 deletions .classpath
Expand Up @@ -37,9 +37,7 @@
<classpathentry kind="lib" path="lib/commons-logging-1.1.1.jar"/>
<classpathentry kind="lib" path="lib/jline-0.9.94.jar"/>
<classpathentry kind="lib" path="lib/commons-pool-1.5.2.jar"/>
<classpathentry kind="lib" path="lib/protobuf-java-2.3.0.jar"/>
<classpathentry kind="lib" path="contrib/ec2-testing/lib/typica.jar"/>
<classpathentry kind="lib" path="lib/google-collect-1.0.jar"/>
<classpathentry kind="lib" path="lib/je-4.0.92.jar"/>
<classpathentry kind="lib" path="lib/paranamer-2.1.jar"/>
<classpathentry kind="lib" path="lib/jackson-mapper-asl-1.4.0.jar"/>
Expand All @@ -51,8 +49,10 @@
<classpathentry kind="lib" path="lib/libthrift-0.5.0.jar"/>
<classpathentry kind="lib" path="lib/compress-lzf-0.9.1.jar"/>
<classpathentry kind="lib" path="lib/snappy-0.2.jar"/>
<classpathentry kind="lib" path="lib/httpclient-4.1.2.jar" />
<classpathentry kind="lib" path="lib/httpcore-4.1.2.jar" />
<classpathentry kind="lib" path="lib/httpclient-4.1.2.jar"/>
<classpathentry kind="lib" path="lib/httpcore-4.1.2.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="lib" path="lib/google-collect-1.0-rc2.jar"/>
<classpathentry kind="lib" path="lib/protobuf-java-2.3.0.jar"/>
<classpathentry kind="output" path="classes"/>
</classpath>
3 changes: 2 additions & 1 deletion clients/python/voldemort/protocol/slop_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

62 changes: 60 additions & 2 deletions clients/python/voldemort/protocol/voldemort_admin_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f34b9ae

Please sign in to comment.