Package org.openstack4j.api.sahara
Interface SaharaService
-
- All Superinterfaces:
RestService
- All Known Implementing Classes:
SaharaServiceImpl
public interface SaharaService extends RestService
(Sahara) Data Processing Operations API- Author:
- Ekasit Kijsipongse
-
-
Method Summary
All Methods Instance Methods Abstract 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
-
-
-
Method Detail
-
clusters
ClusterService clusters()
Cluster Service API- Returns:
- the cluster service
-
nodeGroupTemplates
NodeGroupTemplateService nodeGroupTemplates()
Node Group Template Service API- Returns:
- the node group template service
-
clusterTemplates
ClusterTemplateService clusterTemplates()
Cluster Template Service API- Returns:
- the cluster template service
-
images
SaharaImageService images()
Image Service API- Returns:
- the image service
-
plugins
SaharaPluginService plugins()
Plugin Service API- Returns:
- the plugin service
-
dataSources
DataSourceService dataSources()
DataSource Service API- Returns:
- the datasource service
-
jobBinaryInternals
JobBinaryInternalService jobBinaryInternals()
Job Binary Internal Service API- Returns:
- the job binary internal service
-
jobBinaries
JobBinaryService jobBinaries()
Job Binary Service API- Returns:
- the job binary service
-
jobs
JobService jobs()
Job Service API- Returns:
- the job service
-
jobExecutions
JobExecutionService jobExecutions()
Job Execution Service API- Returns:
- the job execution service
-
-