congrats Icon
New! Tabnine Pro 14-day free trial
Start a free trial
Tabnine Logo
MemoryInformationData.<init>
Code IndexAdd Tabnine to your IDE (free)

How to use
rocks.inspectit.shared.all.communication.data.MemoryInformationData
constructor

Best Java code snippets using rocks.inspectit.shared.all.communication.data.MemoryInformationData.<init> (Showing top 5 results out of 315)

origin: inspectIT/inspectIT

/**
 * {@inheritDoc}
 */
@Override
public MemoryInformationData getClone(MemoryInformationData memoryInformationData) {
  MemoryInformationData clone = new MemoryInformationData();
  clone.setPlatformIdent(memoryInformationData.getPlatformIdent());
  clone.setSensorTypeIdent(memoryInformationData.getSensorTypeIdent());
  return clone;
}
origin: inspectIT/inspectIT

/**
 * {@inheritDoc}
 */
@Override
public void setInputDefinition(InputDefinition inputDefinition) {
  super.setInputDefinition(inputDefinition);
  memoryObj = new MemoryInformationData();
  memoryObj.setPlatformIdent(inputDefinition.getIdDefinition().getPlatformId());
  systemObj = new SystemInformationData();
  systemObj.setPlatformIdent(inputDefinition.getIdDefinition().getPlatformId());
  dataAccessService = inputDefinition.getRepositoryDefinition().getGlobalDataAccessService();
}
origin: inspectIT/inspectIT

/**
 * {@inheritDoc}
 */
@Override
public void setInputDefinition(InputDefinition inputDefinition) {
  super.setInputDefinition(inputDefinition);
  memoryTemplate = new MemoryInformationData();
  memoryTemplate.setPlatformIdent(inputDefinition.getIdDefinition().getPlatformId());
  memoryTemplate.setSensorTypeIdent(inputDefinition.getIdDefinition().getSensorTypeId());
  memoryTemplate.setId(-1L);
  systemTemplate = new SystemInformationData();
  systemTemplate.setPlatformIdent(inputDefinition.getIdDefinition().getPlatformId());
  systemTemplate.setSensorTypeIdent(inputDefinition.getIdDefinition().getSensorTypeId());
  dataAccessService = inputDefinition.getRepositoryDefinition().getGlobalDataAccessService();
}
origin: inspectIT/inspectIT

/**
 * {@inheritDoc}
 */
@Override
public void setInputDefinition(InputDefinition inputDefinition) {
  super.setInputDefinition(inputDefinition);
  long platformId = inputDefinition.getIdDefinition().getPlatformId();
  systemObj = new SystemInformationData();
  systemObj.setPlatformIdent(platformId);
  classLoadingObj = new ClassLoadingInformationData();
  classLoadingObj.setPlatformIdent(platformId);
  cpuObj = new CpuInformationData();
  cpuObj.setPlatformIdent(platformId);
  compilationObj = new CompilationInformationData();
  compilationObj.setPlatformIdent(platformId);
  memoryObj = new MemoryInformationData();
  memoryObj.setPlatformIdent(platformId);
  runtimeObj = new RuntimeInformationData();
  runtimeObj.setPlatformIdent(platformId);
  threadObj = new ThreadInformationData();
  threadObj.setPlatformIdent(platformId);
  dataAccessService = inputDefinition.getRepositoryDefinition().getGlobalDataAccessService();
}
origin: inspectIT/inspectIT

MemoryInformationData newMemoryInformationData = new MemoryInformationData();
rocks.inspectit.shared.all.communication.dataMemoryInformationData<init>

Javadoc

Default no-args constructor.

Popular methods of MemoryInformationData

  • getCount
    Gets #count.
  • getMaxUsedHeapMemorySize
    Gets #maxUsedHeapMemorySize.
  • getMaxUsedNonHeapMemorySize
    Gets #maxUsedNonHeapMemorySize.
  • getMinUsedHeapMemorySize
    Gets #minUsedHeapMemorySize.
  • getMinUsedNonHeapMemorySize
    Gets #minUsedNonHeapMemorySize.
  • getTotalUsedHeapMemorySize
    Gets #totalUsedHeapMemorySize.
  • getTotalUsedNonHeapMemorySize
    Gets #totalUsedNonHeapMemorySize.
  • getPlatformIdent
  • getTimeStamp
  • getTotalComittedHeapMemorySize
    Gets #totalComittedHeapMemorySize.
  • getTotalComittedNonHeapMemorySize
    Gets #totalComittedNonHeapMemorySize.
  • getTotalFreePhysMemory
    Gets #totalFreePhysMemory.
  • getTotalComittedNonHeapMemorySize,
  • getTotalFreePhysMemory,
  • getTotalFreeSwapSpace,
  • setPlatformIdent,
  • setSensorTypeIdent,
  • getSensorTypeIdent,
  • getMaxComittedHeapMemorySize,
  • getMaxComittedNonHeapMemorySize,
  • getMaxComittedVirtualMemSize

Popular in Java

  • Making http post requests using okhttp
  • startActivity (Activity)
  • onCreateOptionsMenu (Activity)
  • onRequestPermissionsResult (Fragment)
  • IOException (java.io)
    Signals a general, I/O-related error. Error details may be specified when calling the constructor, a
  • Runnable (java.lang)
    Represents a command that can be executed. Often used to run code in a different Thread.
  • Locale (java.util)
    Locale represents a language/country/variant combination. Locales are used to alter the presentatio
  • StringTokenizer (java.util)
    Breaks a string into tokens; new code should probably use String#split.> // Legacy code: StringTo
  • Annotation (javassist.bytecode.annotation)
    The annotation structure.An instance of this class is returned bygetAnnotations() in AnnotationsAttr
  • Reference (javax.naming)
  • Top 17 PhpStorm Plugins
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