Example usage for org.eclipse.jgit.internal.storage.dfs DfsRefDatabase subclass-usage

List of usage examples for org.eclipse.jgit.internal.storage.dfs DfsRefDatabase subclass-usage

Introduction

In this page you can find the example usage for org.eclipse.jgit.internal.storage.dfs DfsRefDatabase subclass-usage.

Usage

From source file com.benhumphreys.jgitcassandra.repo.CassandraRefDatabase.java

/**
 * A Cassandra backed implementation of the DfsRefDatabase
 */
class CassandraRefDatabase extends DfsRefDatabase {
    /**
     * RefStore object provides access to the Cassandra database

From source file org.chodavarapu.jgitaws.jgit.DynamoRefDatabase.java

/**
 * @author Ravi Chodavarapu (rchodava@gmail.com)
 */
public class DynamoRefDatabase extends DfsRefDatabase {
    private static final Logger logger = LoggerFactory.getLogger(DynamoRefDatabase.class);
    private final JGitAwsConfiguration configuration;