Uses of Class
com.gpudb.filesystem.ingest.ErrorHandlingMode
-
Packages that use ErrorHandlingMode Package Description com.gpudb.filesystem.ingest -
-
Uses of ErrorHandlingMode in com.gpudb.filesystem.ingest
Methods in com.gpudb.filesystem.ingest that return ErrorHandlingMode Modifier and Type Method Description ErrorHandlingModeIngestOptions. getErrorHandlingMode()Getter forErrorHandlingModestatic ErrorHandlingModeErrorHandlingMode. valueOf(String name)Returns the enum constant of this type with the specified name.static ErrorHandlingMode[]ErrorHandlingMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.gpudb.filesystem.ingest with parameters of type ErrorHandlingMode Modifier and Type Method Description IngestOptionsIngestOptions. setErrorHandlingMode(ErrorHandlingMode errorHandlingMode)
-