Tabnine Logo
ThriftServerRunner.shutdown
Code IndexAdd Tabnine to your IDE (free)

How to use
shutdown
method
in
org.apache.hadoop.hbase.thrift.ThriftServerRunner

Best Java code snippets using org.apache.hadoop.hbase.thrift.ThriftServerRunner.shutdown (Showing top 4 results out of 315)

origin: co.cask.hbase/hbase

/**
 * Stop ThriftServer
 */
void shutdown() {
 serverRunner.shutdown();
}
origin: co.cask.hbase/hbase

public void stop() {
 if (this.infoServer != null) {
  LOG.info("Stopping infoServer");
  try {
   this.infoServer.stop();
  } catch (Exception ex) {
   ex.printStackTrace();
  }
 }
 serverRunner.shutdown();
}
origin: com.aliyun.hbase/alihbase-thrift

public void stop() {
 if (this.infoServer != null) {
  LOG.info("Stopping infoServer");
  try {
   this.infoServer.stop();
  } catch (Exception ex) {
   ex.printStackTrace();
  }
 }
 serverRunner.shutdown();
}
origin: org.apache.hbase/hbase-thrift

public void stop() {
 if (this.infoServer != null) {
  LOG.info("Stopping infoServer");
  try {
   this.infoServer.stop();
  } catch (Exception ex) {
   ex.printStackTrace();
  }
 }
 serverRunner.shutdown();
}
org.apache.hadoop.hbase.thriftThriftServerRunnershutdown

Popular methods of ThriftServerRunner

  • <init>
  • registerFilters
  • createExecutor
  • getBindAddress
  • run
  • checkHttpSecurity
  • setupServer
    Setting up the thrift TServer

Popular in Java

  • Making http post requests using okhttp
  • setRequestProperty (URLConnection)
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • getApplicationContext (Context)
  • MalformedURLException (java.net)
    This exception is thrown when a program attempts to create an URL from an incorrect specification.
  • URLConnection (java.net)
    A connection to a URL for reading or writing. For HTTP connections, see HttpURLConnection for docume
  • SimpleDateFormat (java.text)
    Formats and parses dates in a locale-sensitive manner. Formatting turns a Date into a String, and pa
  • HashMap (java.util)
    HashMap is an implementation of Map. All optional operations are supported.All elements are permitte
  • TreeSet (java.util)
    TreeSet is an implementation of SortedSet. All optional operations (adding and removing) are support
  • BasicDataSource (org.apache.commons.dbcp)
    Basic implementation of javax.sql.DataSource that is configured via JavaBeans properties. This is no
  • Top Vim plugins
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