| Modifier and Type | Method and Description | 
|---|---|
Future<ComputerResult> | 
GiraphGraphComputer.submit()  | 
| Modifier and Type | Method and Description | 
|---|---|
static Future<ComputerResult> | 
ComputerSubmissionHelper.runWithBackgroundThread(<any> closure,
                       String threadNameSuffix)
Creates a  
Executors.newSingleThreadExecutor(ThreadFactory) configured
 make threads that behave like the caller, invokes a closure on it, and shuts it down. | 
| Modifier and Type | Method and Description | 
|---|---|
Future<ComputerResult> | 
GraphComputer.submit()
 | 
Future<ComputerResult> | 
GraphComputerTest.BadGraphComputer.submit()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected Traverser.Admin<ComputerResult> | 
VertexProgramStep.processNextStart()  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DefaultComputerResult
The result of the  
GraphComputer's computation. | 
| Modifier and Type | Method and Description | 
|---|---|
Future<ComputerResult> | 
SparkGraphComputer.submit()  | 
| Modifier and Type | Method and Description | 
|---|---|
static String | 
StringFactory.computeResultString(ComputerResult computerResult)  | 
| Modifier and Type | Method and Description | 
|---|---|
Future<ComputerResult> | 
TinkerGraphComputer.submit()  | 
Copyright © 2013–2018 Apache Software Foundation. All rights reserved.