public
Description: Java client library for MogileFS
Clone URL: git://github.com/eml/java-mogilefs.git
Search Repo:
name age message
folder README Wed May 07 10:49:52 -0700 2008 first commit [Eric Lambrecht]
folder build.xml Wed May 07 10:50:22 -0700 2008 import everything [Eric Lambrecht]
folder java/ Wed May 07 10:50:22 -0700 2008 import everything [Eric Lambrecht]
folder lib/ Wed May 07 10:50:22 -0700 2008 import everything [Eric Lambrecht]
README
Java client library for MogileFS (http://www.danga.com/mogilefs/). Code
is mostly a copy of the perl client.

Choose one of the classes in com.guba.mogilefs that implements
the MogileFS interface:

SimpleMogileFSImpl - simplest implementation that holds a single
  connection to a mogile tracker. Shouldn't be used by
  multiple threads.
PooledMogileFSImpl - thread safe implementation that keeps a pool of
  connections open to the mogile trackers. Excellent for
  servlets to share.
LocalFileMogileFSImpl - this implementation doesn't actually talk
  to mogile servers - it just acts like it, but stores things
  locally. Its useful it you want to test something locally
  or have a fake local mogile store.

Please send bug reports to Eric Lambrecht <eml@ill.com>.