Class ModelPool

java.lang.Object
com.jozufozu.flywheel.backend.model.ModelPool
All Implemented Interfaces:
ModelAllocator

public class ModelPool extends Object implements ModelAllocator
  • Field Details

    • vertexType

      protected final VertexType vertexType
  • Constructor Details

    • ModelPool

      public ModelPool(VertexType vertexType)
      Create a new model pool.
      Parameters:
      vertexType - The vertex type of the models that will be stored in the pool.
  • Method Details