Uses of Class
io.debezium.connector.oracle.logminer.events.SelectLobLocatorEvent
-
Packages that use SelectLobLocatorEvent Package Description io.debezium.connector.oracle.logminer.processor.infinispan.marshalling -
-
Uses of SelectLobLocatorEvent in io.debezium.connector.oracle.logminer.processor.infinispan.marshalling
Methods in io.debezium.connector.oracle.logminer.processor.infinispan.marshalling that return SelectLobLocatorEvent Modifier and Type Method Description SelectLobLocatorEventSelectLobLocatorEventAdapter. factory(int eventType, String scn, String tableId, String rowId, String rsId, String changeTime, LogMinerDmlEntryImpl entry, String columnName, Boolean binary)A ProtoStream factory that createsSelectLobLocatorEventinstances.SelectLobLocatorEventSelectLobLocatorEventAdapter$___Marshaller_795b380978b6164491143e8bc32a9c12b26b0475f8dcd185bd8fe0787235e54b. read(org.infinispan.protostream.ProtobufTagMarshaller.ReadContext $1)Methods in io.debezium.connector.oracle.logminer.processor.infinispan.marshalling that return types with arguments of type SelectLobLocatorEvent Modifier and Type Method Description Class<SelectLobLocatorEvent>SelectLobLocatorEventAdapter$___Marshaller_795b380978b6164491143e8bc32a9c12b26b0475f8dcd185bd8fe0787235e54b. getJavaClass()Methods in io.debezium.connector.oracle.logminer.processor.infinispan.marshalling with parameters of type SelectLobLocatorEvent Modifier and Type Method Description BooleanSelectLobLocatorEventAdapter. getBinary(SelectLobLocatorEvent event)A ProtoStream handler to extract thebinaryfield from aSelectLobLocatorEventtype.StringSelectLobLocatorEventAdapter. getColumnName(SelectLobLocatorEvent event)A ProtoStream handler to extract thecolumnNamefield from aSelectLobLocatorEventtype.voidSelectLobLocatorEventAdapter$___Marshaller_795b380978b6164491143e8bc32a9c12b26b0475f8dcd185bd8fe0787235e54b. write(org.infinispan.protostream.ProtobufTagMarshaller.WriteContext $1, SelectLobLocatorEvent $2)
-