public interface NodeHeartbeatResponse
int getResponseId()
NodeAction getNodeAction()
List<ContainerId> getContainersToCleanup()
List<ContainerId> getContainersToBeRemovedFromNM()
List<ApplicationId> getApplicationsToCleanup()
void setResponseId(int responseId)
void setNodeAction(NodeAction action)
MasterKey getContainerTokenMasterKey()
void setContainerTokenMasterKey(MasterKey secretKey)
MasterKey getNMTokenMasterKey()
void setNMTokenMasterKey(MasterKey secretKey)
void addAllContainersToCleanup(List<ContainerId> containers)
void addContainersToBeRemovedFromNM(List<ContainerId> containers)
void addAllApplicationsToCleanup(List<ApplicationId> applications)
long getNextHeartBeatInterval()
void setNextHeartBeatInterval(long nextHeartBeatInterval)
String getDiagnosticsMessage()
void setDiagnosticsMessage(String diagnosticsMessage)
Map<ApplicationId,ByteBuffer> getSystemCredentialsForApps()
void setSystemCredentialsForApps(Map<ApplicationId,ByteBuffer> systemCredentials)
Copyright © 2018 CERN. All Rights Reserved.