public abstract class AbstractVertexProgramBuilder<B extends VertexProgram.Builder> extends Object implements VertexProgram.Builder
| Modifier and Type | Field and Description | 
|---|---|
| protected BaseConfiguration | configuration | 
| Constructor and Description | 
|---|
| AbstractVertexProgramBuilder() | 
| AbstractVertexProgramBuilder(Class<? extends VertexProgram> vertexProgramClass) | 
| Modifier and Type | Method and Description | 
|---|---|
| B | configure(Object... keyValues)This method should only be used by the underlying compute engine. | 
| <P extends VertexProgram> | create(Graph graph) | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreatepublic AbstractVertexProgramBuilder()
public AbstractVertexProgramBuilder(Class<? extends VertexProgram> vertexProgramClass)
public B configure(Object... keyValues)
configure in interface VertexProgram.Builderpublic <P extends VertexProgram> P create(Graph graph)
create in interface VertexProgram.BuilderCopyright © 2013–2019 Apache Software Foundation. All rights reserved.