Documentation

This commit is contained in:
Michael Lieberman
2014-10-27 10:58:20 -04:00
parent 955177b46e
commit 0d9eba2211

View File

@@ -47,12 +47,16 @@ import org.apache.hadoop.io.Text;
import com.tinkerpop.blueprints.GraphFactory;
import com.tinkerpop.blueprints.IndexableGraph;
/**
* Configuration class for setting AccumuloGraph parameters.
*/
public class AccumuloGraphConfiguration implements Serializable {
private Configuration conf;
/**
* The fully-qualified class name of the class that implements the TinkerPop Graph interface. This is used in a configuration object to tell the GraphFactory
* The fully-qualified class name of the class that implements the TinkerPop Graph interface.
* This is used in a configuration object to tell the GraphFactory
* which type to instantiate.
*/
public static final String ACCUMULO_GRAPH_CLASSNAME = AccumuloGraph.class.getCanonicalName();