Uses of Class
org.apache.tinkerpop.gremlin.process.traversal.step.util.BulkSet
-
Packages that use BulkSet Package Description org.apache.tinkerpop.gremlin.process.traversal org.apache.tinkerpop.gremlin.structure.io.binary.types org.apache.tinkerpop.gremlin.util.function -
-
Uses of BulkSet in org.apache.tinkerpop.gremlin.process.traversal
Methods in org.apache.tinkerpop.gremlin.process.traversal that return BulkSet Modifier and Type Method Description default BulkSet<E>
Traversal. toBulkSet()
Put all the results into aBulkSet
. -
Uses of BulkSet in org.apache.tinkerpop.gremlin.structure.io.binary.types
Methods in org.apache.tinkerpop.gremlin.structure.io.binary.types that return BulkSet Modifier and Type Method Description protected BulkSet
BulkSetSerializer. readValue(Buffer buffer, GraphBinaryReader context)
Methods in org.apache.tinkerpop.gremlin.structure.io.binary.types with parameters of type BulkSet Modifier and Type Method Description protected void
BulkSetSerializer. writeValue(BulkSet value, Buffer buffer, GraphBinaryWriter context)
-
Uses of BulkSet in org.apache.tinkerpop.gremlin.util.function
Methods in org.apache.tinkerpop.gremlin.util.function that return BulkSet Modifier and Type Method Description BulkSet<A>
BulkSetSupplier. get()
-