public static class KvStateMessage.LookupKvStateLocation extends Object implements KvStateMessage
KvStateMessage.LookupKvStateLocation, KvStateMessage.NotifyKvStateRegistered, KvStateMessage.NotifyKvStateUnregistered| Constructor and Description |
|---|
KvStateMessage.LookupKvStateLocation(JobID jobId,
String registrationName)
Requests a
KvStateLocation for the specified JobID and
InternalKvState registration name. |
public KvStateMessage.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–2017 The Apache Software Foundation. All rights reserved.