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