| Package | Description |
|---|---|
| org.apache.flink.runtime.executiongraph |
| Modifier and Type | Method and Description |
|---|---|
static ExecutionSignature |
ExecutionSignature.createSignature(Class<? extends AbstractInvokable> invokableClass,
JobID jobID)
Calculates the execution signature from the given class name and job ID.
|
ExecutionSignature |
ExecutionGroupVertex.getExecutionSignature()
Returns the execution signature of this vertex.
|
| Constructor and Description |
|---|
ExecutionGroupVertex(String name,
JobVertexID jobVertexID,
ExecutionGraph executionGraph,
int userDefinedNumberOfMembers,
boolean userDefinedVertexToShareInstanceWith,
int numberOfExecutionRetries,
Configuration configuration,
ExecutionSignature signature,
Class<? extends AbstractInvokable> invokableClass)
Constructs a new group vertex.
|
Copyright © 2014 The Apache Software Foundation. All rights reserved.