Class SaharaServiceImpl
- java.lang.Object
-
- org.openstack4j.openstack.internal.BaseOpenStackService
-
- org.openstack4j.openstack.sahara.internal.BaseSaharaServices
-
- org.openstack4j.openstack.sahara.internal.SaharaServiceImpl
-
- All Implemented Interfaces:
SaharaService,RestService
public class SaharaServiceImpl extends BaseSaharaServices implements SaharaService
Sahara (Data Processing) Operations API implementation- Author:
- Ekasit Kijsipongse
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.openstack4j.openstack.internal.BaseOpenStackService
BaseOpenStackService.Invocation<R>
-
-
Constructor Summary
Constructors Constructor Description SaharaServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClusterServiceclusters()Cluster Service APIClusterTemplateServiceclusterTemplates()Cluster Template Service APIDataSourceServicedataSources()DataSource Service APISaharaImageServiceimages()Image Service APIJobBinaryServicejobBinaries()Job Binary Service APIJobBinaryInternalServicejobBinaryInternals()Job Binary Internal Service APIJobExecutionServicejobExecutions()Job Execution Service APIJobServicejobs()Job Service APINodeGroupTemplateServicenodeGroupTemplates()Node Group Template Service APISaharaPluginServiceplugins()Plugin Service API-
Methods inherited from class org.openstack4j.openstack.internal.BaseOpenStackService
delete, deleteWithResponse, get, getProvider, getServiceVersion, getWithResponse, getXOpenstackRequestId, head, patch, patchWithResponse, post, postWithResponse, put, putWithResponse, request, toList, uri
-
-
-
-
Method Detail
-
clusters
public ClusterService clusters()
Cluster Service API- Specified by:
clustersin interfaceSaharaService- Returns:
- the cluster service
-
nodeGroupTemplates
public NodeGroupTemplateService nodeGroupTemplates()
Node Group Template Service API- Specified by:
nodeGroupTemplatesin interfaceSaharaService- Returns:
- the node group template service
-
clusterTemplates
public ClusterTemplateService clusterTemplates()
Cluster Template Service API- Specified by:
clusterTemplatesin interfaceSaharaService- Returns:
- the cluster template service
-
images
public SaharaImageService images()
Image Service API- Specified by:
imagesin interfaceSaharaService- Returns:
- the image service
-
plugins
public SaharaPluginService plugins()
Plugin Service API- Specified by:
pluginsin interfaceSaharaService- Returns:
- the plugin service
-
dataSources
public DataSourceService dataSources()
DataSource Service API- Specified by:
dataSourcesin interfaceSaharaService- Returns:
- the datasource service
-
jobBinaryInternals
public JobBinaryInternalService jobBinaryInternals()
Job Binary Internal Service API- Specified by:
jobBinaryInternalsin interfaceSaharaService- Returns:
- the job binary internal service
-
jobBinaries
public JobBinaryService jobBinaries()
Job Binary Service API- Specified by:
jobBinariesin interfaceSaharaService- Returns:
- the job binary service
-
jobs
public JobService jobs()
Job Service API- Specified by:
jobsin interfaceSaharaService- Returns:
- the job service
-
jobExecutions
public JobExecutionService jobExecutions()
Job Execution Service API- Specified by:
jobExecutionsin interfaceSaharaService- Returns:
- the job execution service
-
-