Example usage for com.google.common.base Join interface-usage

List of usage examples for com.google.common.base Join interface-usage

Introduction

In this page you can find the example usage for com.google.common.base Join interface-usage.

Usage

From source file mvm.rya.api.persist.query.join.MergeJoin.java

/**
 * Date: 7/24/12
 * Time: 8:52 AM
 */
public class MergeJoin<C extends RdfCloudTripleStoreConfiguration> implements Join<C> {

From source file mvm.rya.api.persist.query.join.IterativeJoin.java

/**
 * Date: 7/24/12
 * Time: 8:52 AM
 */
public class IterativeJoin<C extends RdfCloudTripleStoreConfiguration> implements Join<C> {

From source file org.apache.rya.api.persist.query.join.MergeJoin.java

/**
 * Date: 7/24/12
 * Time: 8:52 AM
 */
public class MergeJoin<C extends RdfCloudTripleStoreConfiguration> implements Join<C> {

From source file org.apache.rya.api.persist.query.join.IterativeJoin.java

/**
 * Date: 7/24/12
 * Time: 8:52 AM
 */
public class IterativeJoin<C extends RdfCloudTripleStoreConfiguration> implements Join<C> {