Uses of Class
com.cloudera.api.model.ApiReplicationSchedule

Packages that use ApiReplicationSchedule
com.cloudera.api.model Java models of the underlying API JSON objects, with JAX-B annotations. 
com.cloudera.api.v3 API version 3, introduced in Cloudera Manager 4.5. 
 

Uses of ApiReplicationSchedule in com.cloudera.api.model
 

Methods in com.cloudera.api.model that return types with arguments of type ApiReplicationSchedule
 List<ApiReplicationSchedule> ApiService.getReplicationSchedules()
          The list of replication schedules for this service.
 List<ApiReplicationSchedule> ApiReplicationScheduleList.getSchedules()
           
 

Method parameters in com.cloudera.api.model with type arguments of type ApiReplicationSchedule
 void ApiService.setReplicationSchedules(List<ApiReplicationSchedule> replicationSchedules)
           
 void ApiReplicationScheduleList.setSchedules(List<ApiReplicationSchedule> schedules)
           
 

Constructor parameters in com.cloudera.api.model with type arguments of type ApiReplicationSchedule
ApiReplicationScheduleList(List<ApiReplicationSchedule> schedules)
           
 

Uses of ApiReplicationSchedule in com.cloudera.api.v3
 

Methods in com.cloudera.api.v3 that return ApiReplicationSchedule
 ApiReplicationSchedule ReplicationsResource.deleteSchedule(long scheduleId)
          Deletes an existing replication schedule.
 ApiReplicationSchedule ReplicationsResource.readSchedule(long scheduleId, DataView dataView)
          Returns information for a specific replication schedule.
 ApiReplicationSchedule ReplicationsResource.updateSchedule(long scheduleId, ApiReplicationSchedule schedule)
          Updates an existing replication schedule.
 

Methods in com.cloudera.api.v3 with parameters of type ApiReplicationSchedule
 ApiReplicationSchedule ReplicationsResource.updateSchedule(long scheduleId, ApiReplicationSchedule schedule)
          Updates an existing replication schedule.
 



Copyright © Cloudera, Inc. Released under Apache License, Version 2.0.