jar

com.edmunds : databricks-rest-client

Maven & Gradle

Feb 15, 2023
1 usages
28 stars

com.edmunds:databricks-rest-client · A simple java rest client to interact with the Databricks Rest Service https://docs.databricks.com/api/latest/index.html

Table Of Contents

Latest Version

Download com.edmunds : databricks-rest-client JAR file - Latest Versions:

All Versions

Download com.edmunds : databricks-rest-client JAR file - All Versions:

Version Vulnerabilities Size Updated
3.3.x
3.2.x
3.1.x
3.0.x
2.7.x
2.6.x
2.5.x
2.4.x
2.3.x
2.2.x
2.1.x
2.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window databricks-rest-client-3.3.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.edmunds.rest.databricks.service

├─ com.edmunds.rest.databricks.service.ClusterService.class - [JAR]

├─ com.edmunds.rest.databricks.service.ClusterServiceImpl.class - [JAR]

├─ com.edmunds.rest.databricks.service.DatabricksService.class - [JAR]

├─ com.edmunds.rest.databricks.service.DbfsService.class - [JAR]

├─ com.edmunds.rest.databricks.service.DbfsServiceImpl.class - [JAR]

├─ com.edmunds.rest.databricks.service.GroupsService.class - [JAR]

├─ com.edmunds.rest.databricks.service.GroupsServiceImpl.class - [JAR]

├─ com.edmunds.rest.databricks.service.InstanceProfilesService.class - [JAR]

├─ com.edmunds.rest.databricks.service.InstanceProfilesServiceImpl.class - [JAR]

├─ com.edmunds.rest.databricks.service.JobService.class - [JAR]

├─ com.edmunds.rest.databricks.service.JobServiceImpl.class - [JAR]

├─ com.edmunds.rest.databricks.service.JobServiceImplV21.class - [JAR]

├─ com.edmunds.rest.databricks.service.JobServiceV21.class - [JAR]

├─ com.edmunds.rest.databricks.service.LibraryService.class - [JAR]

├─ com.edmunds.rest.databricks.service.LibraryServiceImpl.class - [JAR]

├─ com.edmunds.rest.databricks.service.ScimService.class - [JAR]

├─ com.edmunds.rest.databricks.service.ScimServiceImpl.class - [JAR]

├─ com.edmunds.rest.databricks.service.WorkspaceService.class - [JAR]

├─ com.edmunds.rest.databricks.service.WorkspaceServiceImpl.class - [JAR]

com.edmunds.rest.databricks.DTO

├─ com.edmunds.rest.databricks.DTO.ClusterEventsDTO.class - [JAR]

├─ com.edmunds.rest.databricks.DTO.CommandStatusDTO.class - [JAR]

├─ com.edmunds.rest.databricks.DTO.DbfsReadDTO.class - [JAR]

├─ com.edmunds.rest.databricks.DTO.EbsVolumeTypeDTO.class - [JAR]

├─ com.edmunds.rest.databricks.DTO.JobsDTO.class - [JAR]

├─ com.edmunds.rest.databricks.DTO.JobsDTOv21.class - [JAR]

├─ com.edmunds.rest.databricks.DTO.NodeTypesDTO.class - [JAR]

├─ com.edmunds.rest.databricks.DTO.ResultsDTO.class - [JAR]

├─ com.edmunds.rest.databricks.DTO.RunMetadataDTO.class - [JAR]

├─ com.edmunds.rest.databricks.DTO.RunNowDTO.class - [JAR]

├─ com.edmunds.rest.databricks.DTO.RunsDTO.class - [JAR]

├─ com.edmunds.rest.databricks.DTO.SparkVersionsDTO.class - [JAR]

├─ com.edmunds.rest.databricks.DTO.UpsertClusterDTO.class - [JAR]

com.edmunds.rest.databricks.DTO.workspace

├─ com.edmunds.rest.databricks.DTO.workspace.ExportFormatDTO.class - [JAR]

├─ com.edmunds.rest.databricks.DTO.workspace.LanguageDTO.class - [JAR]

├─ com.edmunds.rest.databricks.DTO.workspace.ObjectInfoDTO.class - [JAR]

├─ com.edmunds.rest.databricks.DTO.workspace.ObjectTypeDTO.class - [JAR]

com.edmunds.rest.databricks.DTO.jobs

├─ com.edmunds.rest.databricks.DTO.jobs.ClusterInstanceDTO.class - [JAR]

├─ com.edmunds.rest.databricks.DTO.jobs.ClusterSpecDTO.class - [JAR]

├─ com.edmunds.rest.databricks.DTO.jobs.CronScheduleDTO.class - [JAR]

├─ com.edmunds.rest.databricks.DTO.jobs.DataSecurityModeDTO.class - [JAR]

├─ com.edmunds.rest.databricks.DTO.jobs.JobClusterDTO.class - [JAR]

├─ com.edmunds.rest.databricks.DTO.jobs.JobDTO.class - [JAR]

├─ com.edmunds.rest.databricks.DTO.jobs.JobDTOv21.class - [JAR]

├─ com.edmunds.rest.databricks.DTO.jobs.JobEmailNotificationsDTO.class - [JAR]

├─ com.edmunds.rest.databricks.DTO.jobs.JobSettingsDTO.class - [JAR]

├─ com.edmunds.rest.databricks.DTO.jobs.JobSettingsDTOv21.class - [JAR]

├─ com.edmunds.rest.databricks.DTO.jobs.JobTaskDTO.class - [JAR]

├─ com.edmunds.rest.databricks.DTO.jobs.JobTaskDTOv21.class - [JAR]

├─ com.edmunds.rest.databricks.DTO.jobs.NewClusterDTO.class - [JAR]

├─ com.edmunds.rest.databricks.DTO.jobs.NotebookOutputDTO.class - [JAR]

├─ com.edmunds.rest.databricks.DTO.jobs.NotebookTaskDTO.class - [JAR]

├─ com.edmunds.rest.databricks.DTO.jobs.RunDTO.class - [JAR]

├─ com.edmunds.rest.databricks.DTO.jobs.RunLifeCycleStateDTO.class - [JAR]

├─ com.edmunds.rest.databricks.DTO.jobs.RunParametersDTO.class - [JAR]

├─ com.edmunds.rest.databricks.DTO.jobs.RunParametersDTOv21.class - [JAR]

├─ com.edmunds.rest.databricks.DTO.jobs.RunResultStateDTO.class - [JAR]

├─ com.edmunds.rest.databricks.DTO.jobs.RunStateDTO.class - [JAR]

├─ com.edmunds.rest.databricks.DTO.jobs.RunSubmitDTO.class - [JAR]

├─ com.edmunds.rest.databricks.DTO.jobs.RunSubmitTaskDTO.class - [JAR]

├─ com.edmunds.rest.databricks.DTO.jobs.SparkJarTaskDTO.class - [JAR]

├─ com.edmunds.rest.databricks.DTO.jobs.SparkPythonTaskDTO.class - [JAR]

├─ com.edmunds.rest.databricks.DTO.jobs.SparkSubmitTaskDTO.class - [JAR]

├─ com.edmunds.rest.databricks.DTO.jobs.TaskDependencyDTO.class - [JAR]

├─ com.edmunds.rest.databricks.DTO.jobs.TriggerTypeDTO.class - [JAR]

├─ com.edmunds.rest.databricks.DTO.jobs.ViewItemDTO.class - [JAR]

├─ com.edmunds.rest.databricks.DTO.jobs.ViewTypeDTO.class - [JAR]

├─ com.edmunds.rest.databricks.DTO.jobs.ViewsToExportDTO.class - [JAR]

com.edmunds.rest.databricks.DTO.instance_pools

├─ com.edmunds.rest.databricks.DTO.instance_pools.DiskSpecDTO.class - [JAR]

├─ com.edmunds.rest.databricks.DTO.instance_pools.DiskTypeDTO.class - [JAR]

├─ com.edmunds.rest.databricks.DTO.instance_pools.InstancePoolAndStatsDTO.class - [JAR]

├─ com.edmunds.rest.databricks.DTO.instance_pools.InstancePoolAwsAttributesDTO.class - [JAR]

├─ com.edmunds.rest.databricks.DTO.instance_pools.InstancePoolStateDTO.class - [JAR]

├─ com.edmunds.rest.databricks.DTO.instance_pools.InstancePoolStatsDTO.class - [JAR]

com.edmunds.rest.databricks.DTO.clusters

├─ com.edmunds.rest.databricks.DTO.clusters.AutoScaleDTO.class - [JAR]

├─ com.edmunds.rest.databricks.DTO.clusters.AwsAttributesDTO.class - [JAR]

├─ com.edmunds.rest.databricks.DTO.clusters.AwsAvailabilityDTO.class - [JAR]

├─ com.edmunds.rest.databricks.DTO.clusters.ClusterAttributesDTO.class - [JAR]

├─ com.edmunds.rest.databricks.DTO.clusters.ClusterCloudProviderNodeInfoDTO.class - [JAR]

├─ com.edmunds.rest.databricks.DTO.clusters.ClusterCloudProviderNodeStatusDTO.class - [JAR]

├─ com.edmunds.rest.databricks.DTO.clusters.ClusterEventDTO.class - [JAR]

├─ com.edmunds.rest.databricks.DTO.clusters.ClusterEventTypeDTO.class - [JAR]

├─ com.edmunds.rest.databricks.DTO.clusters.ClusterInfoDTO.class - [JAR]

├─ com.edmunds.rest.databricks.DTO.clusters.ClusterLogConfDTO.class - [JAR]

├─ com.edmunds.rest.databricks.DTO.clusters.ClusterSizeDTO.class - [JAR]

├─ com.edmunds.rest.databricks.DTO.clusters.ClusterSourceDTO.class - [JAR]

├─ com.edmunds.rest.databricks.DTO.clusters.ClusterStateDTO.class - [JAR]

├─ com.edmunds.rest.databricks.DTO.clusters.ClusterTagDTO.class - [JAR]

├─ com.edmunds.rest.databricks.DTO.clusters.DbfsStorageInfoDTO.class - [JAR]

├─ com.edmunds.rest.databricks.DTO.clusters.EventDetailsDTO.class - [JAR]

├─ com.edmunds.rest.databricks.DTO.clusters.InitScriptInfoDTO.class - [JAR]

├─ com.edmunds.rest.databricks.DTO.clusters.ListOrderDTO.class - [JAR]

├─ com.edmunds.rest.databricks.DTO.clusters.LogSyncStatusDTO.class - [JAR]

├─ com.edmunds.rest.databricks.DTO.clusters.NodeTypeDTO.class - [JAR]

├─ com.edmunds.rest.databricks.DTO.clusters.ParameterPairDTO.class - [JAR]

├─ com.edmunds.rest.databricks.DTO.clusters.ResizeCauseDTO.class - [JAR]

├─ com.edmunds.rest.databricks.DTO.clusters.S3StorageInfoDTO.class - [JAR]

├─ com.edmunds.rest.databricks.DTO.clusters.SparkNodeAwsAttributesDTO.class - [JAR]

├─ com.edmunds.rest.databricks.DTO.clusters.SparkNodeDTO.class - [JAR]

├─ com.edmunds.rest.databricks.DTO.clusters.SparkVersionDTO.class - [JAR]

├─ com.edmunds.rest.databricks.DTO.clusters.TerminationCodeDTO.class - [JAR]

├─ com.edmunds.rest.databricks.DTO.clusters.TerminationParameterDTO.class - [JAR]

├─ com.edmunds.rest.databricks.DTO.clusters.TerminationReasonDTO.class - [JAR]

com.edmunds.rest.databricks.DTO.scim

├─ com.edmunds.rest.databricks.DTO.scim.ListResponseDTO.class - [JAR]

├─ com.edmunds.rest.databricks.DTO.scim.Operation.class - [JAR]

├─ com.edmunds.rest.databricks.DTO.scim.OperationsDTO.class - [JAR]

com.edmunds.rest.databricks.DTO.libraries

├─ com.edmunds.rest.databricks.DTO.libraries.ClusterLibraryStatusesDTO.class - [JAR]

├─ com.edmunds.rest.databricks.DTO.libraries.LibraryDTO.class - [JAR]

├─ com.edmunds.rest.databricks.DTO.libraries.LibraryFullStatusDTO.class - [JAR]

├─ com.edmunds.rest.databricks.DTO.libraries.LibraryInstallStatusDTO.class - [JAR]

├─ com.edmunds.rest.databricks.DTO.libraries.MavenLibraryDTO.class - [JAR]

├─ com.edmunds.rest.databricks.DTO.libraries.PythonPyPiLibraryDTO.class - [JAR]

├─ com.edmunds.rest.databricks.DTO.libraries.RCranLibraryDTO.class - [JAR]

com.edmunds.rest.databricks.DTO.scim.user

├─ com.edmunds.rest.databricks.DTO.scim.user.AddUsersToGroupOperation.class - [JAR]

├─ com.edmunds.rest.databricks.DTO.scim.user.EmailDTO.class - [JAR]

├─ com.edmunds.rest.databricks.DTO.scim.user.EntitlementDTO.class - [JAR]

├─ com.edmunds.rest.databricks.DTO.scim.user.EntitlementsDTO.class - [JAR]

├─ com.edmunds.rest.databricks.DTO.scim.user.NameDTO.class - [JAR]

├─ com.edmunds.rest.databricks.DTO.scim.user.RemoveUserFromGroupOperation.class - [JAR]

├─ com.edmunds.rest.databricks.DTO.scim.user.UserDTO.class - [JAR]

com.edmunds.rest.databricks.DTO.instance_profiles

├─ com.edmunds.rest.databricks.DTO.instance_profiles.InstanceProfileDTO.class - [JAR]

com.edmunds.rest.databricks.DTO.permissions

├─ com.edmunds.rest.databricks.DTO.permissions.AccessControlRequestDTO.class - [JAR]

├─ com.edmunds.rest.databricks.DTO.permissions.AccessControlRequestForGroupDTO.class - [JAR]

├─ com.edmunds.rest.databricks.DTO.permissions.AccessControlRequestForUserDTO.class - [JAR]

├─ com.edmunds.rest.databricks.DTO.permissions.PermissionLevelDTO.class - [JAR]

com.edmunds.rest.databricks.request

├─ com.edmunds.rest.databricks.request.CreateClusterRequest.class - [JAR]

├─ com.edmunds.rest.databricks.request.DatabricksRestRequest.class - [JAR]

├─ com.edmunds.rest.databricks.request.EditClusterRequest.class - [JAR]

├─ com.edmunds.rest.databricks.request.ExportWorkspaceRequest.class - [JAR]

├─ com.edmunds.rest.databricks.request.ImportWorkspaceRequest.class - [JAR]

com.edmunds.rest.databricks.restclient

├─ com.edmunds.rest.databricks.restclient.AbstractDatabricksRestClientImpl.class - [JAR]

├─ com.edmunds.rest.databricks.restclient.DatabricksRestClient.class - [JAR]

├─ com.edmunds.rest.databricks.restclient.DatabricksRestClientImpl.class - [JAR]

├─ com.edmunds.rest.databricks.restclient.DefaultHttpClientBuilderFactory.class - [JAR]

├─ com.edmunds.rest.databricks.restclient.HttpClientBuilderFactory.class - [JAR]

com.edmunds.rest.databricks.DTO.dbfs

├─ com.edmunds.rest.databricks.DTO.dbfs.FileInfoDTO.class - [JAR]

com.edmunds.rest.databricks

├─ com.edmunds.rest.databricks.DatabricksRestException.class - [JAR]

├─ com.edmunds.rest.databricks.DatabricksServiceFactory.class - [JAR]

├─ com.edmunds.rest.databricks.HttpServiceUnavailableRetryStrategy.class - [JAR]

├─ com.edmunds.rest.databricks.JobRunner.class - [JAR]

├─ com.edmunds.rest.databricks.JobRunnerCliParser.class - [JAR]

├─ com.edmunds.rest.databricks.RequestMethod.class - [JAR]

├─ com.edmunds.rest.databricks.RunJob.class - [JAR]

├─ com.edmunds.rest.databricks.RunJobs.class - [JAR]

com.edmunds.rest.databricks.DTO.scim.group

├─ com.edmunds.rest.databricks.DTO.scim.group.GroupDTO.class - [JAR]

├─ com.edmunds.rest.databricks.DTO.scim.group.MemberDTO.class - [JAR]

com.edmunds.rest.databricks.DTO.groups

├─ com.edmunds.rest.databricks.DTO.groups.PrincipalNameDTO.class - [JAR]

Advertisement