| Name | Description | Type | Package | Framework |
| BaseRelativeTime | Provide time from a local source and a hint from a time source. | Class | org.apache.accumulo.server.util.time | Apache Accumulo |
| ProvidesTime | An interface for anything that returns the time in the same format as System. | Interface | org.apache.accumulo.server.util.time | Apache Accumulo |
| RelativeTime | Provide time from System time and hints from another time source. | Class | org.apache.accumulo.server.util.time | Apache Accumulo |
| SimpleTimer | Generic singleton timer: don't use it if you are going to do anything that will take very long. | Class | org.apache.accumulo.server.util.time | Apache Accumulo |
| SystemTime | The most obvious implementation of ProvidesTime. | Class | org.apache.accumulo.server.util.time | Apache Accumulo |