Package | Description |
---|---|
alluxio.wire | |
alluxio.worker.dora | |
alluxio.worker.modules |
Modifier and Type | Method and Description |
---|---|
WorkerIdentity |
WorkerIdentity.ParserV0.fromLong(long workerId)
Parses from a long worker ID.
|
static WorkerIdentity |
WorkerIdentity.fromProto(WorkerIdentity proto)
Converts from a Protobuf representation.
|
static WorkerIdentity |
WorkerIdentity.Parsers.fromProto(WorkerIdentity proto)
Parses from a protobuf representation.
|
WorkerIdentity |
WorkerIdentity.ParserV1.fromUUID(String uuid)
Parses a worker identity from a string representation of a UUID.
|
WorkerIdentity |
WorkerIdentity.ParserV1.fromUUID(UUID uuid)
Parses from a UUID representation.
|
Modifier and Type | Method and Description |
---|---|
protected Long |
WorkerIdentity.ParserV0.getVersionSpecificRepresentation0(WorkerIdentity workerIdentity) |
protected UUID |
WorkerIdentity.ParserV1.getVersionSpecificRepresentation0(WorkerIdentity identity) |
long |
WorkerIdentity.ParserV0.toLong(WorkerIdentity identity)
Converts to a numeric worker ID represented as a
long . |
static WorkerIdentity |
WorkerIdentity.Parsers.toProto(WorkerIdentity workerIdentity)
Converts to a Protobuf representation.
|
UUID |
WorkerIdentity.ParserV1.toUUID(WorkerIdentity identity)
Converts to a UUID.
|
Constructor and Description |
---|
PagedDoraWorker(AtomicReference<Long> workerId,
WorkerIdentity identity,
AlluxioConfiguration conf,
CacheManager cacheManager,
MembershipManager membershipManager)
Constructor.
|
PagedDoraWorker(AtomicReference<Long> workerId,
WorkerIdentity identity,
AlluxioConfiguration conf,
CacheManager cacheManager,
MembershipManager membershipManager,
BlockMasterClientPool blockMasterClientPool,
FileSystemContext fileSystemContext) |
Modifier and Type | Method and Description |
---|---|
WorkerIdentity |
WorkerIdentityProvider.get()
Resolves a worker's identity from the following sources, in the order of preference:
Alluxio configuration.
|
Copyright © 2023. All Rights Reserved.