Tabnine Logo
ChangeSink.close
Code IndexAdd Tabnine to your IDE (free)

How to use
close
method
in
org.openstreetmap.osmosis.core.task.v0_6.ChangeSink

Best Java code snippets using org.openstreetmap.osmosis.core.task.v0_6.ChangeSink.close (Showing top 20 results out of 315)

origin: openstreetmap/osmosis

/**
 * {@inheritDoc}
 */
public void close() {
  changeSink.close();
}

origin: openstreetmap/osmosis

/**
 * {@inheritDoc}
 */
public void close() {
  changeSink.close();
}

origin: org.openstreetmap.osmosis/osmosis-core

/**
 * {@inheritDoc}
 */
public void close() {
  changeSink.close();
}

origin: org.openstreetmap.osmosis/osmosis-xml

  /**
   * {@inheritDoc}
   */
  public void close() {
    changeSink.close();
  }
}
origin: openstreetmap/osmosis

  /**
   * {@inheritDoc}
   */
  public void close() {
    changeSink.close();
  }
}
origin: openstreetmap/osmosis

  /**
   * Called by the main replication data client when all processing is
   * complete. Unlike the release method which does nothing, this calls
   * the change sink release method.
   */
  public void realRelease() {
    changeSink.close();
  }
}
origin: openstreetmap/osmosis

  /**
   * {@inheritDoc}
   */
  @Override
  protected void processRelease() {
    if (sinkActive) {
      changeSink.close();
      sinkActive = false;
    }
  }
}
origin: openstreetmap/osmosis

/**
 * {@inheritDoc}
 */
public void close() {
  changeSink.close();
}

origin: openstreetmap/osmosis

  /**
   * {@inheritDoc}
   */
  public void close() {
    changeSink.close();
  }
}
origin: openstreetmap/osmosis

  /**
   * {@inheritDoc}
   */
  public void close() {
    changeSink.close();
  }
}
origin: openstreetmap/osmosis

/**
 * {@inheritDoc}
 */
@Override
public void close() {
  changeSink.close();
}
origin: org.openstreetmap.osmosis/osmosis-core

/**
 * {@inheritDoc}
 */
public void close() {
  changeSink.close();
}

origin: org.openstreetmap.osmosis/osmosis-core

/**
 * {@inheritDoc}
 */
public void close() {
  changeSink.close();
}

origin: org.openstreetmap.osmosis/osmosis-core

  /**
   * {@inheritDoc}
   */
  public void close() {
    changeSink.close();
  }
}
origin: org.openstreetmap.osmosis/osmosis-replication

  /**
   * {@inheritDoc}
   */
  @Override
  protected void processRelease() {
    if (sinkActive) {
      changeSink.close();
      sinkActive = false;
    }
  }
}
origin: openstreetmap/osmosis

/**
 * Replicates the next set of changes from the database.
 */
public void replicate() {
  try {
    replicateLoop();
  } finally {
    changeSink.close();
  }
}
origin: openstreetmap/osmosis

  @Override
  public void close() {
    changeSink.close();
    stateWriter.close();
  }
}
origin: openstreetmap/osmosis

  /**
   * Releases all downstream resources.
   */
  public void release() {
    changeSink.close();
  }
}
origin: openstreetmap/osmosis

  /**
   * {@inheritDoc}
   */
  public void close() {
    fileBasedSort.close();
    changeSink.close();
  }
}
origin: org.openstreetmap.osmosis/osmosis-core

  /**
   * {@inheritDoc}
   */
  public void close() {
    fileBasedSort.close();
    changeSink.close();
  }
}
org.openstreetmap.osmosis.core.task.v0_6ChangeSinkclose

Popular methods of ChangeSink

  • process
    Process the change.
  • complete
  • initialize

Popular in Java

  • Finding current android device location
  • requestLocationUpdates (LocationManager)
  • addToBackStack (FragmentTransaction)
  • getSharedPreferences (Context)
  • ConnectException (java.net)
    A ConnectException is thrown if a connection cannot be established to a remote host on a specific po
  • Timestamp (java.sql)
    A Java representation of the SQL TIMESTAMP type. It provides the capability of representing the SQL
  • HashMap (java.util)
    HashMap is an implementation of Map. All optional operations are supported.All elements are permitte
  • List (java.util)
    An ordered collection (also known as a sequence). The user of this interface has precise control ove
  • Stack (java.util)
    Stack is a Last-In/First-Out(LIFO) data structure which represents a stack of objects. It enables u
  • Executor (java.util.concurrent)
    An object that executes submitted Runnable tasks. This interface provides a way of decoupling task s
  • Best plugins for Eclipse
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now