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

com.databricks.jdbc.core.SessionInfo Maven / Gradle / Ivy

There is a newer version: 2.6.40-patch-1
Show newest version
package com.databricks.jdbc.core;

import com.databricks.jdbc.client.impl.thrift.generated.TSessionHandle;
import com.databricks.jdbc.core.types.ComputeResource;
import javax.annotation.Nullable;
import org.immutables.value.Value;

@Value.Immutable
public interface SessionInfo {

  String sessionId();

  ComputeResource computeResource();

  @Nullable
  TSessionHandle sessionHandle(); // This field is set only for all-purpose cluster compute
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy