Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/kafka
/ sleep
Method
sleep
clients/src/main/java/org/apache/kafka/common/utils/Time.java:37–37 ·
view source on GitHub ↗
Sleep for the given number of milliseconds
(long ms)
Source
from the content-addressed store, hash-verified
35
* Sleep
for
the given number of milliseconds
36
*/
37
public
void
sleep(long ms);
38
39
}
Callers
15
start_zookeepers
Function · 0.65
start_entity_in_background
Function · 0.65
start_producer_performance
Function · 0.65
start_producer_in_thread
Function · 0.65
get_reelection_latency
Function · 0.65
start_migration_tool
Function · 0.65
start_simple_consumer
Function · 0.65
simulate_garbage_collection_pause_in_remote_process
Function · 0.65
start_metrics_collection
Function · 0.65
runTest
Method · 0.65
runTest
Method · 0.65
runTest
Method · 0.65
Implementers
2
MockTime
clients/src/test/java/org/apache/kafka
SystemTime
clients/src/main/java/org/apache/kafka
Calls
no outgoing calls
Tested by
15
start_zookeepers
Function · 0.52
start_entity_in_background
Function · 0.52
start_producer_performance
Function · 0.52
start_producer_in_thread
Function · 0.52
get_reelection_latency
Function · 0.52
start_migration_tool
Function · 0.52
start_simple_consumer
Function · 0.52
simulate_garbage_collection_pause_in_remote_process
Function · 0.52
runTest
Method · 0.52
runTest
Method · 0.52
runTest
Method · 0.52
poll
Method · 0.52