All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.exasol.containers.ExasolService Maven / Gradle / Ivy

package com.exasol.containers;

/**
 * Types of services an Exasol instance of cluster can provide.
 */
public enum ExasolService {
    /** User Defined Functions (UDFs) and the language containers */
    UDF,
    /** Bucket filesystem */
    BUCKETFS,
    /** database connection via JDBC */
    JDBC
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy