| Package | Description |
|---|---|
| com.tinkerpop.blueprints.util.wrappers.batch |
| Modifier and Type | Method and Description |
|---|---|
static VertexIDType |
VertexIDType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VertexIDType[] |
VertexIDType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
BatchGraph(T graph,
VertexIDType type,
long bufferSize)
Constructs a BatchGraph wrapping the provided baseGraph, using the specified buffer size and expecting vertex ids of
the specified IdType.
|
Copyright © 2010-2014. All Rights Reserved.