public class MarvelGraphFactory
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
MarvelGraphFactory.Appeared |
static class |
MarvelGraphFactory.AppearedCommand |
static class |
MarvelGraphFactory.BatchCommand |
static class |
MarvelGraphFactory.CharacterCreationCommand |
static class |
MarvelGraphFactory.ComicBookCreationCommand |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
APPEARED |
static java.lang.String |
CHARACTER |
static java.lang.String |
COMIC_BOOK |
static com.codahale.metrics.MetricRegistry |
REGISTRY |
static com.codahale.metrics.ConsoleReporter |
REPORTER |
static java.lang.String |
WEAPON |
| Constructor and Description |
|---|
MarvelGraphFactory() |
| Modifier and Type | Method and Description |
|---|---|
static void |
load(com.thinkaurelius.titan.core.TitanGraph graph,
int rowsToLoad,
boolean report) |
protected static void |
processLine(com.thinkaurelius.titan.core.TitanGraph graph,
MarvelGraphFactory.Appeared appeared) |
public static final java.lang.String APPEARED
public static final java.lang.String COMIC_BOOK
public static final java.lang.String CHARACTER
public static final java.lang.String WEAPON
public static final com.codahale.metrics.MetricRegistry REGISTRY
public static final com.codahale.metrics.ConsoleReporter REPORTER
public static void load(com.thinkaurelius.titan.core.TitanGraph graph,
int rowsToLoad,
boolean report)
throws java.lang.Exception
java.lang.Exceptionprotected static void processLine(com.thinkaurelius.titan.core.TitanGraph graph,
MarvelGraphFactory.Appeared appeared)