public final class VertexProgramPool extends Object
Constructor and Description |
---|
VertexProgramPool(VertexProgram vertexProgram,
int poolSize) |
Modifier and Type | Method and Description |
---|---|
void |
offer(VertexProgram<?> vertexProgram) |
VertexProgram |
take() |
void |
workerIterationEnd(Memory memory) |
void |
workerIterationStart(Memory memory) |
public VertexProgramPool(VertexProgram vertexProgram, int poolSize)
public VertexProgram take()
public void offer(VertexProgram<?> vertexProgram)
public void workerIterationStart(Memory memory)
public void workerIterationEnd(Memory memory)
Copyright © 2013–2020 Apache Software Foundation. All rights reserved.