Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jgit-dev] custom backend support in JGit

I think the DHT backend was removed from JGit because it didn't perform as well as the DFS repository. 



Sent from my iPhat 6

On 27 Feb 2015, at 16:17, Monmohan Singh <monmohan@xxxxxxxxx> wrote:

Hi,
I am new to JGit and trying to understand the features.
I saw that there are some external projects which extend JGit storage to backends other than the file system. For example https://github.com/spearce/jgit_cassandra and it talks about implementing the spi interface, org.eclipse.jgit.storage.dht.spi. But I don't see any such interface in the javadocs of JGit 3.7.. Is there a different way to accomplish the same in the current version of JGit?
Thanks in advance for the help
Monmohan



_______________________________________________
jgit-dev mailing list
jgit-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jgit-dev

Back to the top