| Interface | Description |
|---|---|
| GraknSparkVertexProgramInterceptor<V extends org.apache.tinkerpop.gremlin.process.computer.VertexProgram> |
Interceptor interface copied from tinkerpop so we can use our own graph computer
|
| Class | Description |
|---|---|
| GraknBinaryInputFormat |
Override JanusGraph's Cassandra3BinaryInputFormat class
This class removes dependency from columnFamilyInput (which does not exist in Cassandra 3.x)
and instead it relies on the newer CqlInputFormat.
|
| GraknCassandra3InputFormat |
Override JanusGraph's Cassandra3InputFormat class
|
| GraknComputerImpl |
GraphComputer Used For Analytics Algorithms |
| GraknCqlBridgeRecordReader |
Background: The
CqlRecordReader class has changed
significantly in Cassandra-3 from Cassandra-2. |
| GraknSparkComputer |
This is a modified version of Spark Computer.
|
| GraknSparkExecutor |
This is a modified version of Spark Executor.
|
| GraknSparkMemory |
This is a modified version of Spark Memory.
|
GraknComputerCopyright © 2018 Grakn Labs Ltd. All rights reserved.