@Public
@Unstable
public abstract class ReInitializeContainerRequest
extends java.lang.Object
| Constructor | Description |
|---|---|
ReInitializeContainerRequest() |
| Modifier and Type | Method | Description |
|---|---|---|
abstract boolean |
getAutoCommit() |
Check if AutoCommit is set for this ReInitialization.
|
abstract ContainerId |
getContainerId() |
Get the
ContainerId of the container to re-initialize. |
abstract ContainerLaunchContext |
getContainerLaunchContext() |
Get the
ContainerLaunchContext to re-initialize the container
with. |
static ReInitializeContainerRequest |
newInstance(ContainerId containerId,
ContainerLaunchContext containerLaunchContext,
boolean autoCommit) |
Creates a new instance of the ReInitializationContainerRequest.
|
abstract void |
setAutoCommit(boolean autoCommit) |
Set AutoCommit flag for this ReInitialization.
|
abstract void |
setContainerId(ContainerId containerId) |
Set the
ContainerId of the container to re-initialize. |
abstract void |
setContainerLaunchContext(ContainerLaunchContext containerLaunchContext) |
Set the
ContainerLaunchContext to re-initialize the container
with. |
@Public @Unstable public static ReInitializeContainerRequest newInstance(ContainerId containerId, ContainerLaunchContext containerLaunchContext, boolean autoCommit)
containerId - Container Id.containerLaunchContext - Container Launch Context.autoCommit - AutoCommit.@Public @Unstable public abstract ContainerId getContainerId()
ContainerId of the container to re-initialize.ContainerId of the container to re-initialize.@Private @Unstable public abstract void setContainerId(ContainerId containerId)
ContainerId of the container to re-initialize.containerId - the containerId of the container.@Public @Unstable public abstract ContainerLaunchContext getContainerLaunchContext()
ContainerLaunchContext to re-initialize the container
with.ContainerLaunchContext of to re-initialize the
container with.@Private @Unstable public abstract void setContainerLaunchContext(ContainerLaunchContext containerLaunchContext)
ContainerLaunchContext to re-initialize the container
with.containerLaunchContext - the Launch Context.@Public @Unstable public abstract boolean getAutoCommit()
@Private @Unstable public abstract void setAutoCommit(boolean autoCommit)
autoCommit - Auto Commit.Copyright © 2008–2025 Apache Software Foundation. All rights reserved.