apache/accumulo

Create a SteadyTime type in the manager

Closed this issue · 2 comments

Manager.getSteadyTime() returns a long. Replacing the long with a specialized SteadyTime type would make any use of the type in the code more apparent and correct. May also be nice to have methods for serializing and deserializing this type in a consistent way on the method as this type is intended to be serialized.

This issue supports the possible use of steady time more in the manager code as outlined in #4481 and this comment

I'm starting work on this now, this seems like it might be something we could do in main.