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

How to use
name
method
in
org.apache.calcite.avatica.remote.LocalService

Best Java code snippets using org.apache.calcite.avatica.remote.LocalService.name (Showing top 2 results out of 315)

origin: org.apache.calcite.avatica/avatica-core

public LocalService(Meta meta, MetricsSystem metrics) {
 this.meta = meta;
 this.metrics = Objects.requireNonNull(metrics);
 this.executeTimer = this.metrics.getTimer(name("Execute"));
 this.commitTimer = this.metrics.getTimer(name("Commit"));
 this.prepareTimer = this.metrics.getTimer(name("Prepare"));
 this.prepareAndExecuteTimer = this.metrics.getTimer(name("PrepareAndExecute"));
 this.connectionSyncTimer = this.metrics.getTimer(name("ConnectionSync"));
}
origin: apache/calcite-avatica

public LocalService(Meta meta, MetricsSystem metrics) {
 this.meta = meta;
 this.metrics = Objects.requireNonNull(metrics);
 this.executeTimer = this.metrics.getTimer(name("Execute"));
 this.commitTimer = this.metrics.getTimer(name("Commit"));
 this.prepareTimer = this.metrics.getTimer(name("Prepare"));
 this.prepareAndExecuteTimer = this.metrics.getTimer(name("PrepareAndExecute"));
 this.connectionSyncTimer = this.metrics.getTimer(name("ConnectionSync"));
}
org.apache.calcite.avatica.remoteLocalServicename

Popular methods of LocalService

  • <init>
  • list
  • toResponse
    Converts a result set (not serializable) into a serializable response.
  • list2

Popular in Java

  • Reactive rest calls using spring rest template
  • requestLocationUpdates (LocationManager)
  • scheduleAtFixedRate (Timer)
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • InputStream (java.io)
    A readable source of bytes.Most clients will use input streams that read data from the file system (
  • SecureRandom (java.security)
    This class generates cryptographically secure pseudo-random numbers. It is best to invoke SecureRand
  • Time (java.sql)
    Java representation of an SQL TIME value. Provides utilities to format and parse the time's represen
  • 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
  • SSLHandshakeException (javax.net.ssl)
    The exception that is thrown when a handshake could not be completed successfully.
  • From CI to AI: The AI layer in your organization
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