Class DynamoDBStreamsProcessRecordsInput
java.lang.Object
com.amazonaws.services.dynamodbv2.streamsadapter.model.DynamoDBStreamsProcessRecordsInput
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionHow long the records spent waiting to be dispatched to theShardRecordProcessor
.
-
Constructor Details
-
DynamoDBStreamsProcessRecordsInput
public DynamoDBStreamsProcessRecordsInput()
-
-
Method Details
-
timeSpentInCache
How long the records spent waiting to be dispatched to theShardRecordProcessor
.- Returns:
- the amount of time that records spent waiting before processing.
-