public interface TimestampOracle
| Modifier and Type | Method and Description |
|---|---|
long |
getLast()
Returns the last timestamp assigned.
|
void |
initialize()
Allows the initialization of the Timestamp Oracle service.
|
long |
next()
Returns the next timestamp.
|
void initialize()
throws IOException
IOException - raised if a problem during initialization is shown.long next()
long getLast()
Copyright © 2011–2020 Apache Software Foundation. All rights reserved.