@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class QueryFilter extends Object implements Serializable, Cloneable, StructuredPojo
Information which is used to filter message data, to segregate it according to the time frame in which it arrives.
| Constructor and Description |
|---|
QueryFilter() |
| Modifier and Type | Method and Description |
|---|---|
QueryFilter |
clone() |
boolean |
equals(Object obj) |
DeltaTime |
getDeltaTime()
Used to limit data to that which has arrived since the last execution of the action.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setDeltaTime(DeltaTime deltaTime)
Used to limit data to that which has arrived since the last execution of the action.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
QueryFilter |
withDeltaTime(DeltaTime deltaTime)
Used to limit data to that which has arrived since the last execution of the action.
|
public void setDeltaTime(DeltaTime deltaTime)
Used to limit data to that which has arrived since the last execution of the action. When you create data set contents using message data from a specified time frame, some message data may still be "in flight" when processing begins, and so will not arrive in time to be processed. Use this field to make allowances for the "in flight" time of you message data, so that data not processed from a previous time frame will be included with the next time frame. Without this, missed message data would be excluded from processing during the next time frame as well, because its timestamp places it within the previous time frame.
deltaTime - Used to limit data to that which has arrived since the last execution of the action. When you create data
set contents using message data from a specified time frame, some message data may still be "in flight"
when processing begins, and so will not arrive in time to be processed. Use this field to make allowances
for the "in flight" time of you message data, so that data not processed from a previous time frame will
be included with the next time frame. Without this, missed message data would be excluded from processing
during the next time frame as well, because its timestamp places it within the previous time frame.public DeltaTime getDeltaTime()
Used to limit data to that which has arrived since the last execution of the action. When you create data set contents using message data from a specified time frame, some message data may still be "in flight" when processing begins, and so will not arrive in time to be processed. Use this field to make allowances for the "in flight" time of you message data, so that data not processed from a previous time frame will be included with the next time frame. Without this, missed message data would be excluded from processing during the next time frame as well, because its timestamp places it within the previous time frame.
public QueryFilter withDeltaTime(DeltaTime deltaTime)
Used to limit data to that which has arrived since the last execution of the action. When you create data set contents using message data from a specified time frame, some message data may still be "in flight" when processing begins, and so will not arrive in time to be processed. Use this field to make allowances for the "in flight" time of you message data, so that data not processed from a previous time frame will be included with the next time frame. Without this, missed message data would be excluded from processing during the next time frame as well, because its timestamp places it within the previous time frame.
deltaTime - Used to limit data to that which has arrived since the last execution of the action. When you create data
set contents using message data from a specified time frame, some message data may still be "in flight"
when processing begins, and so will not arrive in time to be processed. Use this field to make allowances
for the "in flight" time of you message data, so that data not processed from a previous time frame will
be included with the next time frame. Without this, missed message data would be excluded from processing
during the next time frame as well, because its timestamp places it within the previous time frame.public String toString()
toString in class ObjectObject.toString()public QueryFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2018. All rights reserved.