congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
Tabnine Logo
BaleenCollectionReader.doClose
Code IndexAdd Tabnine to your IDE (free)

How to use
doClose
method
in
uk.gov.dstl.baleen.uima.BaleenCollectionReader

Best Java code snippets using uk.gov.dstl.baleen.uima.BaleenCollectionReader.doClose (Showing top 2 results out of 315)

origin: uk.gov.dstl.baleen/baleen-uima

@Override
public final void close() throws IOException {
 monitor.startFunction("close");
 doClose();
 monitor.finishFunction("close");
}
origin: dstl/baleen

@Override
public final void close() throws IOException {
 monitor.startFunction("close");
 contentExtractor.destroy();
 doClose();
 monitor.finishFunction("close");
}
uk.gov.dstl.baleen.uimaBaleenCollectionReaderdoClose

Javadoc

Called when the collection reader has finished and is closing down. Any open resources, for example, should be closed at this point.

Popular methods of BaleenCollectionReader

  • close
  • doHasNext
    Called when UIMA is asking whether there is another document to process. Implementations should retu
  • getNext
  • doGetNext
    Called when UIMA wants the next document. The passed CAS object should be populated with the documen
  • doGetProgress
    Called when UIMA wants to know how far we've got with processing the current collection of documents
  • doInitialize
    Called when the collection reader is being initialized. Any required resources, for example, should
  • getMonitor
  • getUimaContext
  • hasNext
    Override of the UIMA hasNext() method with logic to continuously check for new documents until one i
  • initialize

Popular in Java

  • Making http requests using okhttp
  • getContentResolver (Context)
  • notifyDataSetChanged (ArrayAdapter)
  • runOnUiThread (Activity)
  • Charset (java.nio.charset)
    A charset is a named mapping between Unicode characters and byte sequences. Every Charset can decode
  • Date (java.sql)
    A class which can consume and produce dates in SQL Date format. Dates are represented in SQL as yyyy
  • Hashtable (java.util)
    A plug-in replacement for JDK1.5 java.util.Hashtable. This version is based on org.cliffc.high_scale
  • Annotation (javassist.bytecode.annotation)
    The annotation structure.An instance of this class is returned bygetAnnotations() in AnnotationsAttr
  • Notification (javax.management)
  • Project (org.apache.tools.ant)
    Central representation of an Ant project. This class defines an Ant project with all of its targets,
  • 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