Package | Description |
---|---|
org.apache.tinkerpop.gremlin.structure.io.gryo |
Modifier and Type | Method and Description |
---|---|
static GryoPool.Builder |
GryoPool.build() |
GryoPool.Builder |
GryoPool.Builder.initializeMapper(Consumer<GryoMapper.Builder> gryoMapperConsumer)
A consumer to update the
GryoMapper.Builder once constructed. |
GryoPool.Builder |
GryoPool.Builder.ioRegistries(List<Object> ioRegistryClassNames)
The
IoRegistry class names to use for the GryoPool |
GryoPool.Builder |
GryoPool.Builder.ioRegistry(Object ioRegistryClassName)
The
IoRegistry class name to use for the GryoPool |
GryoPool.Builder |
GryoPool.Builder.poolSize(int poolSize)
The size of the
GryoPool . |
GryoPool.Builder |
GryoPool.Builder.type(GryoPool.Type type)
The type of
GryoPool to support -- see Type |
GryoPool.Builder |
GryoPool.Builder.version(GryoVersion version)
Set the version of Gryo to use for this pool.
|
Copyright © 2013–2021 Apache Software Foundation. All rights reserved.