@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FlinkRunConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Describes the starting parameters for a Managed Service for Apache Flink application.
Constructor and Description |
---|
FlinkRunConfiguration() |
Modifier and Type | Method and Description |
---|---|
FlinkRunConfiguration |
clone() |
boolean |
equals(Object obj) |
Boolean |
getAllowNonRestoredState()
When restoring from a snapshot, specifies whether the runtime is allowed to skip a state that cannot be mapped to
the new program.
|
int |
hashCode() |
Boolean |
isAllowNonRestoredState()
When restoring from a snapshot, specifies whether the runtime is allowed to skip a state that cannot be mapped to
the new program.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAllowNonRestoredState(Boolean allowNonRestoredState)
When restoring from a snapshot, specifies whether the runtime is allowed to skip a state that cannot be mapped to
the new program.
|
String |
toString()
Returns a string representation of this object.
|
FlinkRunConfiguration |
withAllowNonRestoredState(Boolean allowNonRestoredState)
When restoring from a snapshot, specifies whether the runtime is allowed to skip a state that cannot be mapped to
the new program.
|
public void setAllowNonRestoredState(Boolean allowNonRestoredState)
When restoring from a snapshot, specifies whether the runtime is allowed to skip a state that cannot be mapped to the new program. This will happen if the program is updated between snapshots to remove stateful parameters, and state data in the snapshot no longer corresponds to valid application data. For more information, see Allowing Non-Restored State in the Apache Flink documentation.
This value defaults to false
. If you update your application without specifying this parameter,
AllowNonRestoredState
will be set to false
, even if it was previously set to
true
.
allowNonRestoredState
- When restoring from a snapshot, specifies whether the runtime is allowed to skip a state that cannot be
mapped to the new program. This will happen if the program is updated between snapshots to remove stateful
parameters, and state data in the snapshot no longer corresponds to valid application data. For more
information, see Allowing Non-Restored State in the Apache Flink documentation.
This value defaults to false
. If you update your application without specifying this
parameter, AllowNonRestoredState
will be set to false
, even if it was previously
set to true
.
public Boolean getAllowNonRestoredState()
When restoring from a snapshot, specifies whether the runtime is allowed to skip a state that cannot be mapped to the new program. This will happen if the program is updated between snapshots to remove stateful parameters, and state data in the snapshot no longer corresponds to valid application data. For more information, see Allowing Non-Restored State in the Apache Flink documentation.
This value defaults to false
. If you update your application without specifying this parameter,
AllowNonRestoredState
will be set to false
, even if it was previously set to
true
.
This value defaults to false
. If you update your application without specifying this
parameter, AllowNonRestoredState
will be set to false
, even if it was
previously set to true
.
public FlinkRunConfiguration withAllowNonRestoredState(Boolean allowNonRestoredState)
When restoring from a snapshot, specifies whether the runtime is allowed to skip a state that cannot be mapped to the new program. This will happen if the program is updated between snapshots to remove stateful parameters, and state data in the snapshot no longer corresponds to valid application data. For more information, see Allowing Non-Restored State in the Apache Flink documentation.
This value defaults to false
. If you update your application without specifying this parameter,
AllowNonRestoredState
will be set to false
, even if it was previously set to
true
.
allowNonRestoredState
- When restoring from a snapshot, specifies whether the runtime is allowed to skip a state that cannot be
mapped to the new program. This will happen if the program is updated between snapshots to remove stateful
parameters, and state data in the snapshot no longer corresponds to valid application data. For more
information, see Allowing Non-Restored State in the Apache Flink documentation.
This value defaults to false
. If you update your application without specifying this
parameter, AllowNonRestoredState
will be set to false
, even if it was previously
set to true
.
public Boolean isAllowNonRestoredState()
When restoring from a snapshot, specifies whether the runtime is allowed to skip a state that cannot be mapped to the new program. This will happen if the program is updated between snapshots to remove stateful parameters, and state data in the snapshot no longer corresponds to valid application data. For more information, see Allowing Non-Restored State in the Apache Flink documentation.
This value defaults to false
. If you update your application without specifying this parameter,
AllowNonRestoredState
will be set to false
, even if it was previously set to
true
.
This value defaults to false
. If you update your application without specifying this
parameter, AllowNonRestoredState
will be set to false
, even if it was
previously set to true
.
public String toString()
toString
in class Object
Object.toString()
public FlinkRunConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.