public interface ReplicationsResourceV11 extends ReplicationsResourceV4
Modifier and Type | Method and Description |
---|---|
ApiCommand |
collectDiagnosticData(long scheduleId,
ApiReplicationDiagnosticsCollectionArgs replicationCollectionArgs,
DataView view)
Collect diagnostic data for a schedule, optionally for a subset of commands
on that schedule, matched by schedule ID.
|
ApiReplicationScheduleList |
readSchedules(ApiReplicationScheduleDataLimits limits)
Returns information for all replication schedules.
|
readHistory
createSchedules, deleteAllSchedules, deleteSchedule, readSchedule, readSchedules, runSchedule, updateSchedule
@Path(value="/") ApiReplicationScheduleList readSchedules(ApiReplicationScheduleDataLimits limits)
Available since API v11.
limits
- Various limits on contents of returned schedules.@Path(value="/{scheduleId}/collectDiagnosticData") ApiCommand collectDiagnosticData(long scheduleId, ApiReplicationDiagnosticsCollectionArgs replicationCollectionArgs, DataView view)
scheduleId
- Schedule IDreplicationCollectionArgs
- Replication collection argumentsview
- view to materializeCopyright © Cloudera, Inc. Released under Apache License, Version 2.0.