Uses of Class
org.apache.ignite.internal.cdc.CdcMode
-
Packages that use CdcMode Package Description org.apache.ignite.internal.cdc -
-
Uses of CdcMode in org.apache.ignite.internal.cdc
Methods in org.apache.ignite.internal.cdc that return CdcMode Modifier and Type Method Description CdcModeCdcConsumerState. loadCdcMode()Loads CDC mode state from file.static CdcModeCdcMode. valueOf(String name)Returns the enum constant of this type with the specified name.static CdcMode[]CdcMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.ignite.internal.cdc with parameters of type CdcMode Modifier and Type Method Description voidCdcConsumerState. saveCdcMode(CdcMode mode)Saves CDC mode state to file.
-