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

  • Parsing JSON documents to java classes using gson
  • startActivity (Activity)
  • findViewById (Activity)
  • notifyDataSetChanged (ArrayAdapter)
  • GridBagLayout (java.awt)
    The GridBagLayout class is a flexible layout manager that aligns components vertically and horizonta
  • File (java.io)
    An "abstract" representation of a file system entity identified by a pathname. The pathname may be a
  • Deque (java.util)
    A linear collection that supports element insertion and removal at both ends. The name deque is shor
  • SortedSet (java.util)
    SortedSet is a Set which iterates over its elements in a sorted order. The order is determined eithe
  • BoxLayout (javax.swing)
  • Option (scala)
  • 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