public static class KvStateMessage.LookupKvStateLocation extends Object implements KvStateMessage
KvStateLocation
.KvStateMessage.LookupKvStateLocation, KvStateMessage.NotifyKvStateRegistered, KvStateMessage.NotifyKvStateUnregistered
Constructor and Description |
---|
LookupKvStateLocation(JobID jobId,
String registrationName)
Requests a
KvStateLocation for the specified JobID and
InternalKvState registration name. |
Modifier and Type | Method and Description |
---|---|
JobID |
getJobId()
Returns the JobID the KvState instance belongs to.
|
String |
getRegistrationName()
Returns the name under which the KvState has been registered.
|
String |
toString() |
public LookupKvStateLocation(JobID jobId, String registrationName)
KvStateLocation
for the specified JobID and
InternalKvState
registration name.jobId
- JobID the KvState instance belongs toregistrationName
- Name under which the KvState has been registeredpublic JobID getJobId()
public String getRegistrationName()
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.