Interface AdapterEvent
-
- All Known Subinterfaces:
CommitEvent,CommittingEvent,MergeEvent,ReferenceAssignedEvent,ReferenceCreatedEvent,ReferenceDeletedEvent,ReferenceEvent,RepositoryErasedEvent,RepositoryInitializedEvent,TransplantEvent
@Beta public interface AdapterEventBase class for all events emitted byAbstractDatabaseAdapterimplementations.Database adapter events and infrastructure are "Nessie internal" and may change, even fundamentally, w/o prior notice.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceAdapterEvent.Builder<B extends AdapterEvent.Builder<B,E>,E extends AdapterEvent>
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetEventTimeMicros()Time when the event was created, source isDatabaseAdapterConfig.getClock()(Clock.systemUTC()in production) usingInstant.getEpochSecond()plusInstant.getNano().OperationTypegetOperationType()
-
-
-
Method Detail
-
getOperationType
OperationType getOperationType()
-
getEventTimeMicros
long getEventTimeMicros()
Time when the event was created, source isDatabaseAdapterConfig.getClock()(Clock.systemUTC()in production) usingInstant.getEpochSecond()plusInstant.getNano().
-
-