| Package | Description |
|---|---|
| tachyon.thrift | |
| tachyon.util.network | |
| tachyon.worker |
| Modifier and Type | Field and Description |
|---|---|
NetAddress |
WorkerInfo.address |
NetAddress |
BlockLocation.workerAddress |
NetAddress |
BlockMasterService.workerGetWorkerId_args.workerNetAddress |
| Modifier and Type | Field and Description |
|---|---|
List<NetAddress> |
FileBlockInfo.ufsLocations |
| Modifier and Type | Method and Description |
|---|---|
NetAddress |
NetAddress.deepCopy() |
NetAddress |
WorkerInfo.getAddress() |
NetAddress |
BlockLocation.getWorkerAddress() |
NetAddress |
BlockMasterService.workerGetWorkerId_args.getWorkerNetAddress() |
NetAddress |
NetAddress.setDataPort(int dataPort) |
NetAddress |
NetAddress.setHost(String host) |
NetAddress |
NetAddress.setRpcPort(int rpcPort) |
| Modifier and Type | Method and Description |
|---|---|
List<NetAddress> |
FileBlockInfo.getUfsLocations() |
Iterator<NetAddress> |
FileBlockInfo.getUfsLocationsIterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
FileBlockInfo.addToUfsLocations(NetAddress elem) |
int |
NetAddress.compareTo(NetAddress other) |
boolean |
NetAddress.equals(NetAddress that) |
void |
BlockMasterService.Client.send_workerGetWorkerId(NetAddress workerNetAddress) |
WorkerInfo |
WorkerInfo.setAddress(NetAddress address) |
BlockLocation |
BlockLocation.setWorkerAddress(NetAddress workerAddress) |
BlockMasterService.workerGetWorkerId_args |
BlockMasterService.workerGetWorkerId_args.setWorkerNetAddress(NetAddress workerNetAddress) |
long |
BlockMasterService.Iface.workerGetWorkerId(NetAddress workerNetAddress) |
long |
BlockMasterService.Client.workerGetWorkerId(NetAddress workerNetAddress) |
void |
BlockMasterService.AsyncIface.workerGetWorkerId(NetAddress workerNetAddress,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
BlockMasterService.AsyncClient.workerGetWorkerId(NetAddress workerNetAddress,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
| Modifier and Type | Method and Description |
|---|---|
FileBlockInfo |
FileBlockInfo.setUfsLocations(List<NetAddress> ufsLocations) |
| Constructor and Description |
|---|
BlockLocation(long workerId,
NetAddress workerAddress,
int tier) |
BlockMasterService.AsyncClient.workerGetWorkerId_call(NetAddress workerNetAddress,
org.apache.thrift.async.AsyncMethodCallback resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
BlockMasterService.workerGetWorkerId_args(NetAddress workerNetAddress) |
NetAddress(NetAddress other)
Performs a deep copy on other.
|
WorkerInfo(long id,
NetAddress address,
int lastContactSec,
String state,
long capacityBytes,
long usedBytes,
long startTimeMs) |
| Constructor and Description |
|---|
FileBlockInfo(BlockInfo blockInfo,
long offset,
List<NetAddress> ufsLocations) |
| Modifier and Type | Method and Description |
|---|---|
static String |
NetworkAddressUtils.getFqdnHost(NetAddress addr)
Gets FQDN(Full Qualified Domain Name) from Tachyon representation of network address.
|
| Constructor and Description |
|---|
WorkerClient(NetAddress workerNetAddress,
ExecutorService executorService,
TachyonConf conf,
long sessionId,
boolean isLocal,
ClientMetrics clientMetrics)
Creates a WorkerClient.
|
Copyright © 2015. All Rights Reserved.