org.apache.kafka.common.utils
Interface Time

All Known Implementing Classes:
SystemTime

public interface Time

An interface abstracting the clock to use in unit testing classes that make use of clock time


Method Summary
 long milliseconds()
          The current time in milliseconds
 long nanoseconds()
          The current time in nanoseconds
 void sleep(long ms)
          Sleep for the given number of milliseconds
 

Method Detail

milliseconds

long milliseconds()
The current time in milliseconds


nanoseconds

long nanoseconds()
The current time in nanoseconds


sleep

void sleep(long ms)
Sleep for the given number of milliseconds