|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EventId
Denotes a native event ID, which is the ID used to identify [re-]start locations in the DBMS log when extracting events.
| Method Summary | |
|---|---|
int |
compareTo(EventId eventId)
Compares two event IDs using the file index and offset as determinants for collation. |
java.lang.String |
getDbmsType()
Return the event ID DBMS type. |
boolean |
isValid()
Returns true if this is a syntactically valid event ID. |
java.lang.String |
toString()
Prints event ID in standard format for this DBMS type. |
| Method Detail |
|---|
java.lang.String getDbmsType()
boolean isValid()
int compareTo(EventId eventId)
compareTo in interface java.lang.Comparable<EventId>Comparable.compareTo(java.lang.Object)java.lang.String toString()
toString in class java.lang.ObjectObject.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||