Class VertexProgramPool

java.lang.Object
org.apache.tinkerpop.gremlin.process.computer.util.VertexProgramPool

public final class VertexProgramPool extends Object
Author:
Marko A. Rodriguez (http://markorodriguez.com)
  • Constructor Details

    • VertexProgramPool

      public VertexProgramPool(VertexProgram vertexProgram, int poolSize)
  • Method Details

    • take

      public VertexProgram take()
    • offer

      public void offer(VertexProgram<?> vertexProgram)
    • workerIterationStart

      public void workerIterationStart(Memory memory)
    • workerIterationEnd

      public void workerIterationEnd(Memory memory)