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 SummaryConstructors Constructor Description VertexProgramPool(VertexProgram vertexProgram, int poolSize)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidoffer(VertexProgram<?> vertexProgram)VertexProgramtake()voidworkerIterationEnd(Memory memory)voidworkerIterationStart(Memory memory)
 
- 
- 
- 
Constructor Detail- 
VertexProgramPoolpublic VertexProgramPool(VertexProgram vertexProgram, int poolSize) 
 
- 
 - 
Method Detail- 
takepublic VertexProgram take() 
 - 
offerpublic void offer(VertexProgram<?> vertexProgram) 
 - 
workerIterationStartpublic void workerIterationStart(Memory memory) 
 - 
workerIterationEndpublic void workerIterationEnd(Memory memory) 
 
- 
 
-