com.cloudera.api.v13
Interface ReplicationsResourceV13

All Superinterfaces:
ReplicationsResource, ReplicationsResourceV11, ReplicationsResourceV4
All Known Subinterfaces:
ReplicationsResourceV18

public interface ReplicationsResourceV13
extends ReplicationsResourceV11


Method Summary
 ApiReplicationState getReplicationState(DataView view)
          returns the replication state.
 
Methods inherited from interface com.cloudera.api.v11.ReplicationsResourceV11
collectDiagnosticData, readSchedules
 
Methods inherited from interface com.cloudera.api.v4.ReplicationsResourceV4
readHistory
 
Methods inherited from interface com.cloudera.api.v3.ReplicationsResource
createSchedules, deleteAllSchedules, deleteSchedule, readSchedule, readSchedules, runSchedule, updateSchedule
 

Method Detail

getReplicationState

@Path(value="/replicationState")
ApiReplicationState getReplicationState(DataView view)
returns the replication state. for example if incremental export is enabled, etc

Parameters:
view - view to materialize
Returns:
replicate state object.


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