This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Eric Lambrecht (author)
Wed May 07 10:50:22 -0700 2008
commit 78b3dd25b9cae999147d7b523b626bf52a4f3a91
tree b2692553d383a38939ecc7d485adf5f2592307fd
parent 9d754ddc372ef24f8662b2633e048c4f1df7e018
tree b2692553d383a38939ecc7d485adf5f2592307fd
parent 9d754ddc372ef24f8662b2633e048c4f1df7e018
| name | age | message | |
|---|---|---|---|
| |
README | Wed May 07 10:49:52 -0700 2008 | |
| |
build.xml | Wed May 07 10:50:22 -0700 2008 | |
| |
java/ | Wed May 07 10:50:22 -0700 2008 | |
| |
lib/ | Wed May 07 10:50:22 -0700 2008 |
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>.







