@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FlinkRunConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Describes the starting parameters for an Apache Flink-based Kinesis Data Analytics application.
Constructor and Description |
---|
FlinkRunConfiguration() |
Modifier and Type | Method and Description |
---|---|
FlinkRunConfiguration |
clone() |
boolean |
equals(Object obj) |
Boolean |
getAllowNonRestoredState()
When restoring from a savepoint, 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 savepoint, 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 savepoint, 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 savepoint, 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 savepoint, 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 savepoints to remove stateful parameters, and state data in the savepoint no longer corresponds to valid application data. For more information, see Allowing Non-Restored State in the Apache Flink documentation.
allowNonRestoredState
- When restoring from a savepoint, 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 savepoints to remove
stateful parameters, and state data in the savepoint no longer corresponds to valid application data. For
more information, see Allowing Non-Restored State in the Apache Flink documentation.public Boolean getAllowNonRestoredState()
When restoring from a savepoint, 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 savepoints to remove stateful parameters, and state data in the savepoint no longer corresponds to valid application data. For more information, see Allowing Non-Restored State in the Apache Flink documentation.
public FlinkRunConfiguration withAllowNonRestoredState(Boolean allowNonRestoredState)
When restoring from a savepoint, 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 savepoints to remove stateful parameters, and state data in the savepoint no longer corresponds to valid application data. For more information, see Allowing Non-Restored State in the Apache Flink documentation.
allowNonRestoredState
- When restoring from a savepoint, 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 savepoints to remove
stateful parameters, and state data in the savepoint no longer corresponds to valid application data. For
more information, see Allowing Non-Restored State in the Apache Flink documentation.public Boolean isAllowNonRestoredState()
When restoring from a savepoint, 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 savepoints to remove stateful parameters, and state data in the savepoint no longer corresponds to valid application data. For more information, see Allowing Non-Restored State in the Apache Flink documentation.
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.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.