public class GraphvizEngine extends Object
| Constructor and Description |
|---|
GraphvizEngine(String dotLocation,
Path cacheLocation,
int cacheSize,
long timeoutMs,
int numThreads,
long reaperDelayMs,
int processQueueSize) |
| Modifier and Type | Method and Description |
|---|---|
com.linkedin.parseq.Task<HttpResponse> |
build(String hash,
InputStream body)
Return task that has general HTTP status and body information based on the build task's result.
|
void |
start() |
void |
stop() |
public void start()
public void stop()
public com.linkedin.parseq.Task<HttpResponse> build(String hash, InputStream body) throws IOException
IOExceptionCopyright © 2018. All rights reserved.