package nebula.persistor; public class NebulaContext { public long getTime() { return System.currentTimeMillis(); } }