Package | Description |
---|---|
org.apache.tinkerpop.gremlin.driver.ser.binary.types | |
org.apache.tinkerpop.gremlin.process.traversal | |
org.apache.tinkerpop.gremlin.util.function |
Modifier and Type | Method and Description |
---|---|
protected BulkSet |
BulkSetSerializer.readValue(ByteBuf buffer,
GraphBinaryReader context) |
Modifier and Type | Method and Description |
---|---|
protected void |
BulkSetSerializer.writeValue(BulkSet value,
ByteBuf buffer,
GraphBinaryWriter context) |
Modifier and Type | Method and Description |
---|---|
default BulkSet<E> |
Traversal.toBulkSet()
Put all the results into a
BulkSet . |
Modifier and Type | Method and Description |
---|---|
BulkSet<A> |
BulkSetSupplier.get() |
Copyright © 2013–2019 Apache Software Foundation. All rights reserved.