public class FailoverRegion extends Object
| Constructor and Description |
|---|
FailoverRegion(Set<? extends FailoverVertex<?,?>> executionVertices)
Creates a new failover region containing a set of vertices.
|
| Modifier and Type | Method and Description |
|---|---|
Set<ExecutionVertexID> |
getAllExecutionVertexIDs()
Returns IDs of all vertices in this region.
|
Set<? extends FailoverVertex<?,?>> |
getAllExecutionVertices()
Returns all vertices in this region.
|
public FailoverRegion(Set<? extends FailoverVertex<?,?>> executionVertices)
executionVertices - to be contained in this regionpublic Set<ExecutionVertexID> getAllExecutionVertexIDs()
public Set<? extends FailoverVertex<?,?>> getAllExecutionVertices()
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.