Package | Description |
---|---|
tachyon.worker |
Worker process and utils for working with the worker remotely.
|
Modifier and Type | Method and Description |
---|---|
static TachyonWorker |
TachyonWorker.createWorker(InetSocketAddress masterAddress,
InetSocketAddress workerAddress,
int dataPort,
int selectorThreads,
int acceptQueueSizePerThreads,
int workerThreads)
Create a new TachyonWorker
|
static TachyonWorker |
TachyonWorker.createWorker(String masterAddress,
String workerAddress,
int dataPort,
int selectorThreads,
int acceptQueueSizePerThreads,
int workerThreads)
Create a new TachyonWorker
|
Copyright © 2015. All Rights Reserved.