Package | Description |
---|---|
tachyon.worker |
Modifier and Type | Method and Description |
---|---|
static TachyonWorker |
TachyonWorker.createWorker(InetSocketAddress masterAddress,
InetSocketAddress workerAddress,
int dataPort,
int selectorThreads,
int acceptQueueSizePerThreads,
int workerThreads,
String localFolder,
long spaceLimitBytes)
Create a new TachyonWorker
|
static TachyonWorker |
TachyonWorker.createWorker(String masterAddress,
String workerAddress,
int dataPort,
int selectorThreads,
int acceptQueueSizePerThreads,
int workerThreads,
String localFolder,
long spaceLimitBytes)
Create a new TachyonWorker
|
Copyright © 2014. All rights reserved.