Class | Description |
---|---|
GryoIo |
Constructs Gryo IO implementations given a
Graph and IoRegistry . |
GryoIo.Builder | |
GryoMapper |
A
Mapper implementation for Kryo. |
GryoMapper.Builder |
A builder to construct a
GryoMapper instance. |
GryoPool |
Gryo objects are somewhat expensive to construct (given the dependency on Kryo), therefore this pool helps re-use
those objects.
|
GryoReader |
The
GraphReader for the Gremlin Structure serialization format based on Kryo. |
GryoReader.Builder | |
GryoResourceAccess |
Provides path access to test data resources.
|
GryoWriter |
The
GraphWriter for the Gremlin Structure serialization format based on Kryo. |
GryoWriter.Builder | |
VertexByteArrayInputStream |
An
InputStream implementation that can independently process a Gryo file written with
GryoWriter.writeVertices(OutputStream, Iterator) . |
VertexTerminator |
Represents the end of a vertex in a serialization stream.
|
Enum | Description |
---|---|
GryoPool.Type |
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.