Esempio n. 1
0
 /**
  * Method that adds allocated container to a synchronized buffer of allocated containers list See
  * allocatedContainers in {@link org.apache.samza.job.yarn.ContainerRequestState}
  *
  * @param container Container resource returned by the RM
  */
 public final void addContainer(Container container) {
   containerRequestState.addContainer(container);
 }