Re: Hector - Java doc

2010-06-22 Thread Ran Tavory
There isn't an online javadoc page, but the code is online and well documented and there's a wiki and all sorts of documents and examples http://github.com/rantav/hector/blob/master/src/main/java/me/prettyprint/cassandra/service/Keyspace.java http://wiki.github.com/rantav/hector/ On Wed, Jun 23, 2

Re: Hector - Java doc

2010-06-22 Thread Jonathan Holloway
I couldn't find the docs online but the Ant build script here in the source: http://github.com/rantav/hector/blob/master/build.xml has a javadoc target you can run to generate them... hope that helps... Jon. On 22 June 2010 21:25, Mubarak Seyed wrote: > Where can i find the java doc for Hecto

Hector - Java doc

2010-06-22 Thread Mubarak Seyed
Where can i find the java doc for Hector java client? Do i need to build one from source? -- Thanks, Mubarak Seyed.