public interface Container extends EventHandler<ContainerEvent>
Modifier and Type | Method and Description |
---|---|
ContainerStatus |
cloneAndGetContainerStatus() |
ContainerId |
getContainerId() |
ContainerState |
getContainerState() |
ContainerTokenIdentifier |
getContainerTokenIdentifier() |
Credentials |
getCredentials() |
ContainerLaunchContext |
getLaunchContext() |
Map<Path,List<String>> |
getLocalizedResources() |
Resource |
getResource() |
String |
getUser() |
String |
toString() |
handle
ContainerId getContainerId()
Resource getResource()
ContainerTokenIdentifier getContainerTokenIdentifier()
String getUser()
ContainerState getContainerState()
ContainerLaunchContext getLaunchContext()
Credentials getCredentials()
ContainerStatus cloneAndGetContainerStatus()
Copyright © 2013 Apache Software Foundation. All rights reserved.