public interface ResourceManagerActions
| Modifier and Type | Method and Description |
|---|---|
void |
allocateResource(ResourceProfile resourceProfile) |
void |
notifyAllocationFailure(JobID jobId,
AllocationID allocationId,
Exception cause) |
void |
releaseResource(InstanceID instanceId) |
void releaseResource(InstanceID instanceId)
void allocateResource(ResourceProfile resourceProfile) throws ResourceManagerException
ResourceManagerExceptionvoid notifyAllocationFailure(JobID jobId, AllocationID allocationId, Exception cause)
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.