Uses of Class
io.debezium.connector.oracle.logminer.events.TruncateEvent
-
Packages that use TruncateEvent Package Description io.debezium.connector.oracle.logminer.processor.infinispan.marshalling -
-
Uses of TruncateEvent in io.debezium.connector.oracle.logminer.processor.infinispan.marshalling
Methods in io.debezium.connector.oracle.logminer.processor.infinispan.marshalling that return TruncateEvent Modifier and Type Method Description TruncateEventTruncateEventAdapter. factory(int eventType, String scn, String tableId, String rowId, String rsId, String changeTime, LogMinerDmlEntryImpl entry)A ProtoStream factory that createsTruncateEventinstances.TruncateEventTruncateEventAdapter$___Marshaller_e3e86c34a5340500be624c70b46dbf99d1cd0e1d1c81f536fdecde220ce4d218. read(org.infinispan.protostream.ProtobufTagMarshaller.ReadContext $1)Methods in io.debezium.connector.oracle.logminer.processor.infinispan.marshalling that return types with arguments of type TruncateEvent Modifier and Type Method Description Class<TruncateEvent>TruncateEventAdapter$___Marshaller_e3e86c34a5340500be624c70b46dbf99d1cd0e1d1c81f536fdecde220ce4d218. getJavaClass()Methods in io.debezium.connector.oracle.logminer.processor.infinispan.marshalling with parameters of type TruncateEvent Modifier and Type Method Description LogMinerDmlEntryImplTruncateEventAdapter. getEntry(TruncateEvent event)A ProtoStream handler to extract theentryfield from theTruncateEvent.voidTruncateEventAdapter$___Marshaller_e3e86c34a5340500be624c70b46dbf99d1cd0e1d1c81f536fdecde220ce4d218. write(org.infinispan.protostream.ProtobufTagMarshaller.WriteContext $1, TruncateEvent $2)
-