congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
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
  • getSharedPreferences (Context)
  • putExtra (Intent)
  • getResourceAsStream (ClassLoader)
  • InetAddress (java.net)
    An Internet Protocol (IP) address. This can be either an IPv4 address or an IPv6 address, and in pra
  • ByteBuffer (java.nio)
    A buffer for bytes. A byte buffer can be created in either one of the following ways: * #allocate
  • MessageDigest (java.security)
    Uses a one-way hash function to turn an arbitrary number of bytes into a fixed-length byte sequence.
  • Calendar (java.util)
    Calendar is an abstract base class for converting between a Date object and a set of integer fields
  • GregorianCalendar (java.util)
    GregorianCalendar is a concrete subclass of Calendarand provides the standard calendar used by most
  • ServletException (javax.servlet)
    Defines a general exception a servlet can throw when it encounters difficulty.
  • CodeWhisperer alternatives
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