Uses of Enum
io.debezium.connector.jdbc.junit.jupiter.e2e.source.SourceType
Packages that use SourceType
-
Uses of SourceType in io.debezium.connector.jdbc.junit.jupiter.e2e.source
Fields in io.debezium.connector.jdbc.junit.jupiter.e2e.source declared as SourceTypeModifier and TypeFieldDescriptionprivate final SourceTypeSource.SourceConnectionInitializer.typeprivate final SourceTypeSource.typeFields in io.debezium.connector.jdbc.junit.jupiter.e2e.source with type parameters of type SourceTypeModifier and TypeFieldDescriptionprivate final Map<SourceType,org.testcontainers.containers.JdbcDatabaseContainer<?>> SourcePipelineInvocationContextProvider.sourceContainersMethods in io.debezium.connector.jdbc.junit.jupiter.e2e.source that return SourceTypeModifier and TypeMethodDescriptionSource.getType()static SourceTypestatic SourceTypeReturns the enum constant of this type with the specified name.static SourceType[]SourceType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.debezium.connector.jdbc.junit.jupiter.e2e.source that return types with arguments of type SourceTypeModifier and TypeMethodDescriptionprivate Map<SourceType,org.testcontainers.containers.JdbcDatabaseContainer<?>> SourcePipelineInvocationContextProvider.getSourceContainers()private List<SourceType>SourcePipelineInvocationContextProvider.getSourcesToStart()Returns the source connectors to start.Methods in io.debezium.connector.jdbc.junit.jupiter.e2e.source with parameters of type SourceTypeModifier and TypeMethodDescriptionprivate org.junit.jupiter.api.extension.TestTemplateInvocationContextSourcePipelineInvocationContextProvider.createInvocationContext(SourceType sourceType, boolean flatten, boolean propagateTypes, io.debezium.jdbc.TemporalPrecisionMode temporalPrecisionMode, String postgresExtension) private List<io.debezium.jdbc.TemporalPrecisionMode>SourcePipelineInvocationContextProvider.getTemporalPrecisionModes(Method method, SourceType sourceType) booleanSourceType.is(SourceType... types) private booleanSourcePipelineInvocationContextProvider.isSkipped(SkipWhenSource skipWhenSource, SkipWhenSources skipWhenSources, SourceType sourceType) Constructors in io.debezium.connector.jdbc.junit.jupiter.e2e.source with parameters of type SourceTypeModifierConstructorDescriptionSource(SourceType type, org.testcontainers.containers.JdbcDatabaseContainer<?> database, org.testcontainers.containers.KafkaContainer kafka, io.debezium.testing.testcontainers.DebeziumContainer connect, SourceConnectorOptions options, RandomTableNameGenerator tableGenerator) (package private)