All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.thinkaurelius.titan.hadoop.formats.cassandra.CassandraInputFormat Maven / Gradle / Ivy

package com.thinkaurelius.titan.hadoop.formats.cassandra;

import com.thinkaurelius.titan.hadoop.formats.util.GiraphInputFormat;

public class CassandraInputFormat extends GiraphInputFormat {
    public CassandraInputFormat() {
        super(new CassandraBinaryInputFormat());
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy