Tabnine Logo
Configure.getLong
Code IndexAdd Tabnine to your IDE (free)

How to use
getLong
method
in
scouter.agent.Configure

Best Java code snippets using scouter.agent.Configure.getLong (Showing top 4 results out of 315)

origin: scouter-project/scouter

this.cpu_check_period_ms = getLong("cpu_check_period_ms", 300000);
this.cpu_alert_interval_ms = getLong("cpu_alert_interval_ms", 30000);
this.cpu_warning_pct = getInt("cpu_warning_pct", 70);
this.cpu_fatal_pct = getInt("cpu_fatal_pct", 90);
this.mem_alert_interval_ms = getLong("mem_alert_interval_ms", 30000);
this.mem_warning_pct = getInt("mem_warning_pct", 80);
this.mem_fatal_pct = getInt("mem_fatal_pct", 90);
origin: scouter-project/scouter

this.profile_sqlmap_name_enabled = getBoolean("profile_sqlmap_name_enabled", true);
this.net_udp_packet_max_bytes = getInt("net_udp_packet_max_bytes", 60000);
this.trace_activeserivce_yellow_time = getLong("trace_activeserivce_yellow_time", 3000);
this.trace_activeservice_red_time = getLong("trace_activeservice_red_time", 8000);
this.mgr_log_ignore_ids = getValue("mgr_log_ignore_ids", "");
this.log_ignore_set = getStringSet("mgr_log_ignore_ids", ",");
this._hook_map_impl_warning_size = getInt("_hook_map_impl_warning_size", 50000);
this.counter_recentuser_valid_ms = getLong("counter_recentuser_valid_ms", DateUtil.MILLIS_PER_FIVE_MINUTE);
this.counter_object_registry_path = getValue("counter_object_registry_path", "/tmp/scouter");
this.counter_custom_jmx_enabled = getBoolean("counter_custom_jmx_enabled", false);
origin: scouter-project/scouter

this.profile_sqlmap_name_enabled = getBoolean("profile_sqlmap_name_enabled", true);
this.net_udp_packet_max_bytes = getInt("net_udp_packet_max_bytes", 60000);
this.trace_activeserivce_yellow_time = getLong("trace_activeserivce_yellow_time", 3000);
this.trace_activeservice_red_time = getLong("trace_activeservice_red_time", 8000);
this.mgr_log_ignore_ids = getValue("mgr_log_ignore_ids", "");
this.log_ignore_set = getStringSet("mgr_log_ignore_ids", ",");
this._hook_map_impl_warning_size = getInt("_hook_map_impl_warning_size", 50000);
this.counter_recentuser_valid_ms = getLong("counter_recentuser_valid_ms", DateUtil.MILLIS_PER_FIVE_MINUTE);
this.counter_object_registry_path = getValue("counter_object_registry_path", "/tmp/scouter");
this.counter_custom_jmx_enabled = getBoolean("counter_custom_jmx_enabled", false);
origin: io.github.scouter-project/scouter-agent-java

this.profile_sqlmap_name_enabled = getBoolean("profile_sqlmap_name_enabled", true);
this.net_udp_packet_max_bytes = getInt("net_udp_packet_max_bytes", 60000);
this.trace_activeserivce_yellow_time = getLong("trace_activeserivce_yellow_time", 3000);
this.trace_activeservice_red_time = getLong("trace_activeservice_red_time", 8000);
this.mgr_log_ignore_ids = getValue("mgr_log_ignore_ids", "");
this.log_ignore_set = getStringSet("mgr_log_ignore_ids", ",");
this._hook_map_impl_warning_size = getInt("_hook_map_impl_warning_size", 50000);
this.counter_recentuser_valid_ms = getLong("counter_recentuser_valid_ms", DateUtil.MILLIS_PER_FIVE_MINUTE);
this.counter_object_registry_path = getValue("counter_object_registry_path", "/tmp/scouter");
this.counter_custom_jmx_enabled = getBoolean("counter_custom_jmx_enabled", false);
scouter.agentConfiguregetLong

Popular methods of Configure

  • <init>
  • apply
  • getBoolean
  • getConfigureDesc
  • getConfigureValueType
  • getInstance
  • getInt
  • getKeyValueInfo
  • getObjDetectedType
  • getObjHash
  • getObjName
  • getPropertyFile
  • getObjName,
  • getPropertyFile,
  • getStringSet,
  • getValue,
  • loadText,
  • printConfig,
  • reload,
  • resetObjInfo,
  • saveText

Popular in Java

  • Parsing JSON documents to java classes using gson
  • putExtra (Intent)
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • setRequestProperty (URLConnection)
  • HttpURLConnection (java.net)
    An URLConnection for HTTP (RFC 2616 [http://tools.ietf.org/html/rfc2616]) used to send and receive d
  • KeyStore (java.security)
    KeyStore is responsible for maintaining cryptographic keys and their owners. The type of the syste
  • Enumeration (java.util)
    A legacy iteration interface.New code should use Iterator instead. Iterator replaces the enumeration
  • GregorianCalendar (java.util)
    GregorianCalendar is a concrete subclass of Calendarand provides the standard calendar used by most
  • SortedMap (java.util)
    A map that has its keys ordered. The sorting is according to either the natural ordering of its keys
  • JOptionPane (javax.swing)
  • Top plugins for WebStorm
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