congrats Icon
New! Tabnine Pro 14-day free trial
Start a free trial
Tabnine Logo
StreamAppenderatorDriver.close
Code IndexAdd Tabnine to your IDE (free)

How to use
close
method
in
org.apache.druid.segment.realtime.appenderator.StreamAppenderatorDriver

Best Java code snippets using org.apache.druid.segment.realtime.appenderator.StreamAppenderatorDriver.close (Showing top 3 results out of 315)

origin: apache/incubator-druid

@After
public void tearDown() throws Exception
{
 EasyMock.verify(dataSegmentKiller);
 driver.clear();
 driver.close();
}
origin: apache/incubator-druid

@After
public void tearDown() throws Exception
{
 if (driver != null) {
  driver.clear();
  driver.close();
 }
}
origin: apache/incubator-druid

driver.close();
org.apache.druid.segment.realtime.appenderatorStreamAppenderatorDriverclose

Popular methods of StreamAppenderatorDriver

  • publish
    Execute a task in background to publish all segments corresponding to the given sequence names. The
  • add
    Add a row. Must not be called concurrently from multiple threads.
  • persist
    Persist all data indexed through this driver so far. Blocks until complete. Should be called after a
  • startJob
  • <init>
    Create a driver.
  • moveSegmentOut
    Move a set of identifiers out from "active", making way for newer segments. This method is to suppor
  • registerHandoff
    Register the segments in the given SegmentsAndMetadata to be handed off and execute a background tas
  • append
  • clear
  • getSegmentWithStates
  • getSegments
  • persistAsync
    Persist all data indexed through this driver so far. Returns a future of persisted commitMetadata. S
  • getSegments,
  • persistAsync,
  • publishAndRegisterHandoff,
  • publishInBackground,
  • pushInBackground,
  • wrapCommitter

Popular in Java

  • Creating JSON documents from java classes using gson
  • compareTo (BigDecimal)
  • findViewById (Activity)
  • getApplicationContext (Context)
  • Component (java.awt)
    A component is an object having a graphical representation that can be displayed on the screen and t
  • IOException (java.io)
    Signals a general, I/O-related error. Error details may be specified when calling the constructor, a
  • URI (java.net)
    A Uniform Resource Identifier that identifies an abstract or physical resource, as specified by RFC
  • Hashtable (java.util)
    A plug-in replacement for JDK1.5 java.util.Hashtable. This version is based on org.cliffc.high_scale
  • Scanner (java.util)
    A parser that parses a text string of primitive types and strings with the help of regular expressio
  • TimerTask (java.util)
    The TimerTask class represents a task to run at a specified time. The task may be run once or repeat
  • Top 17 Plugins for Android Studio
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

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