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

Packages that use ApiReplicationCommand
com.cloudera.api.model Java models of the underlying API JSON objects, with JAX-B annotations. 
 

Uses of ApiReplicationCommand in com.cloudera.api.model
 

Methods in com.cloudera.api.model that return types with arguments of type ApiReplicationCommand
 List<ApiReplicationCommand> ApiReplicationCommandList.getCommands()
           
 List<ApiReplicationCommand> ApiReplicationSchedule.getHistory()
          List of active and/or finished commands for this schedule.
 

Method parameters in com.cloudera.api.model with type arguments of type ApiReplicationCommand
 void ApiReplicationCommandList.setCommands(List<ApiReplicationCommand> commands)
           
 void ApiReplicationSchedule.setHistory(List<ApiReplicationCommand> history)
           
 

Constructor parameters in com.cloudera.api.model with type arguments of type ApiReplicationCommand
ApiReplicationCommandList(List<ApiReplicationCommand> commands)
           
 



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