public static enum SyncJobHandler.SourceType extends Enum<SyncJobHandler.SourceType>
Enum Constant and Description |
---|
KAFKA |
MONGODB |
MYSQL |
POSTGRES |
PULSAR |
Modifier and Type | Method and Description |
---|---|
static SyncJobHandler.SourceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SyncJobHandler.SourceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SyncJobHandler.SourceType MYSQL
public static final SyncJobHandler.SourceType KAFKA
public static final SyncJobHandler.SourceType MONGODB
public static final SyncJobHandler.SourceType PULSAR
public static final SyncJobHandler.SourceType POSTGRES
public static SyncJobHandler.SourceType[] values()
for (SyncJobHandler.SourceType c : SyncJobHandler.SourceType.values()) System.out.println(c);
public static SyncJobHandler.SourceType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2023–2024 The Apache Software Foundation. All rights reserved.