JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.amazonaws.services.dynamodbv2.streamsadapter.utils
Interface Sleeper
All Known Implementing Classes:
ThreadSleeper
public interface
Sleeper
Interface to implement mechanisms to inject specified delay in processing similar to Thread.sleep(long millis).
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
sleep
(long intervalInMillis)
Method Detail
sleep
void sleep(long intervalInMillis)
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method