Package org.apache.accumulo.master
Class MasterTime
- java.lang.Object
-
- java.util.TimerTask
-
- org.apache.accumulo.master.MasterTime
-
-
Constructor Summary
Constructors Constructor Description MasterTime(Master master)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetTime()How long has this cluster had a Master?voidrun()voidshutdown()Shut down the time keeping.-
Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime
-
-
-
-
Constructor Detail
-
MasterTime
public MasterTime(Master master) throws IOException
- Throws:
IOException
-
-