| Package | Description |
|---|---|
| org.apache.tinkerpop.gremlin.structure.io.gryo |
| Modifier and Type | Method and Description |
|---|---|
static GryoPool.Type |
GryoPool.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GryoPool.Type[] |
GryoPool.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
GryoPool(int poolSize,
GryoPool.Type type,
List<IoRegistry> registries)
Create a pool of a readers, writers or both of the specified size with an optional
IoRegistry object
which would allow custom serializers to be registered to the pool. |
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.