Class RestReplicatorPlugin

java.lang.Object
ddf.catalog.federation.layered.replication.RestReplicatorPlugin
All Implemented Interfaces:
ddf.catalog.plugin.PostIngestPlugin

public class RestReplicatorPlugin extends Object implements ddf.catalog.plugin.PostIngestPlugin
  • Constructor Details

    • RestReplicatorPlugin

      public RestReplicatorPlugin(String endpointAddress)
  • Method Details

    • process

      public ddf.catalog.operation.CreateResponse process(ddf.catalog.operation.CreateResponse input) throws ddf.catalog.plugin.PluginExecutionException
      Specified by:
      process in interface ddf.catalog.plugin.PostIngestPlugin
      Throws:
      ddf.catalog.plugin.PluginExecutionException
    • process

      public ddf.catalog.operation.UpdateResponse process(ddf.catalog.operation.UpdateResponse input) throws ddf.catalog.plugin.PluginExecutionException
      Specified by:
      process in interface ddf.catalog.plugin.PostIngestPlugin
      Throws:
      ddf.catalog.plugin.PluginExecutionException
    • process

      public ddf.catalog.operation.DeleteResponse process(ddf.catalog.operation.DeleteResponse input) throws ddf.catalog.plugin.PluginExecutionException
      Specified by:
      process in interface ddf.catalog.plugin.PostIngestPlugin
      Throws:
      ddf.catalog.plugin.PluginExecutionException
    • getParentAddress

      public String getParentAddress()
    • setParentAddress

      public void setParentAddress(String endpointAddress)
    • getTransformer

      public ddf.catalog.transform.MetacardTransformer getTransformer()
    • setTransformer

      public void setTransformer(ddf.catalog.transform.MetacardTransformer transformer)