| Package | Description |
|---|---|
| com.tinkerpop.gremlin.structure | |
| com.tinkerpop.gremlin.structure.io.kryo |
| Modifier and Type | Method and Description |
|---|---|
default KryoReader.Builder |
Graph.Io.kryoReader()
Creates a
GraphReader builder for Kryo serializations. |
| Modifier and Type | Method and Description |
|---|---|
KryoReader.Builder |
KryoReader.Builder.batchSize(long batchSize)
Set the size between commits when reading into the
Graph instance. |
static KryoReader.Builder |
KryoReader.build() |
KryoReader.Builder |
KryoReader.Builder.edgeIdKey(java.lang.String edgeIdKey)
The name of the key to supply to
BatchGraph.Builder.edgeIdKey when reading data into
the Graph. |
KryoReader.Builder |
KryoReader.Builder.mapper(KryoMapper kryoMapper)
Supply a mapper
KryoMapper instance to use as the serializer for the KryoWriter. |
KryoReader.Builder |
KryoReader.Builder.vertexIdKey(java.lang.String vertexIdKey)
The name of the key to supply to
BatchGraph.Builder.vertexIdKey when reading data into
the Graph. |
KryoReader.Builder |
KryoReader.Builder.workingDirectory(java.lang.String workingDirectory)
The reader requires a working directory to write temp files to.
|
Copyright © 2013-2015 TinkerPop. All Rights Reserved.