Klasse ClusterNodeSystemInfo

java.lang.Object
org.teamapps.message.protocol.message.Message
org.teamapps.cluster.message.protocol.ClusterNodeSystemInfo

public class ClusterNodeSystemInfo extends org.teamapps.message.protocol.message.Message
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final String
     
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
     
    ClusterNodeSystemInfo(byte[] bytes)
     
    ClusterNodeSystemInfo(byte[] bytes, org.teamapps.message.protocol.file.FileDataReader fileDataReader)
     
     
    ClusterNodeSystemInfo(DataInputStream dis, org.teamapps.message.protocol.file.FileDataReader fileDataReader)
     
    ClusterNodeSystemInfo(String xml, org.teamapps.message.protocol.file.FileDataReader fileDataReader)
     
    ClusterNodeSystemInfo(org.teamapps.message.protocol.message.Message message, org.teamapps.message.protocol.model.ModelCollection modelCollection)
     
    ClusterNodeSystemInfo(Element element, org.teamapps.message.protocol.file.FileDataReader fileDataReader)
     
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    int
     
    int
     
     
    long
     
    static org.teamapps.message.protocol.model.PojoObjectDecoder<ClusterNodeSystemInfo>
     
    static org.teamapps.message.protocol.model.MessageModel
     
    static org.teamapps.message.protocol.model.ModelCollection
     
    int
     
    remap(org.teamapps.message.protocol.message.Message message)
     
    setCores(int value)
     
    setCpus(int value)
     
     
    setMemorySize(long value)
     
    setThreads(int value)
     

    Von Klasse geerbte Methoden org.teamapps.message.protocol.message.Message

    addReference, deleteAllEmbeddedFiles, equals, explain, getAttribute, getAttributeKey, getAttributes, getBitSetAttribute, getBooleanAttribute, getByteArrayAttribute, getByteAttribute, getDateAttribute, getDateTimeAttribute, getDoubleArrayAttribute, getDoubleAttribute, getFile, getFileData, getFileDataFileLength, getFileDataFileName, getFloatArrayAttribute, getFloatAttribute, getGenericMessageAttribute, getIntArrayAttribute, getIntAttribute, getLongArrayAttribute, getLongAttribute, getMessageDefName, getMessageDefUuid, getModel, getRecordCreatedBy, getRecordCreationDate, getRecordId, getRecordModificationDate, getRecordModifiedBy, getReferencedObject, getReferencedObjectAsType, getReferencedObjects, getReferencedObjectsAsType, getStringArrayAttribute, getStringAttribute, getTimeAttribute, getTimestampAttribute, hashCode, readMessageUuid, readXml, removeField, setAttribute, setBitSetAttribute, setBooleanAttribute, setByteArrayAttribute, setByteAttribute, setDateAttribute, setDateTimeAttribute, setDefaultValues, setDoubleArrayAttribute, setDoubleAttribute, setFileData, setFileData, setFileData, setFloatArrayAttribute, setFloatAttribute, setGenericMessageAttribute, setIntArrayAttribute, setIntAttribute, setLongArrayAttribute, setLongAttribute, setRecordCreatedBy, setRecordCreationDate, setRecordId, setRecordModificationDate, setRecordModifiedBy, setReferencedObject, setReferencedObjectAsType, setReferencedObjects, setReferencedObjectsAsType, setStringArrayAttribute, setStringAttribute, setTimeAttribute, setTimestampAttribute, toBytes, toBytes, toBytes, toString, toXml, toXml, toXml, write, write

    Von Klasse geerbte Methoden java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Felddetails

  • Konstruktordetails

    • ClusterNodeSystemInfo

      public ClusterNodeSystemInfo()
    • ClusterNodeSystemInfo

      public ClusterNodeSystemInfo(org.teamapps.message.protocol.message.Message message, org.teamapps.message.protocol.model.ModelCollection modelCollection)
    • ClusterNodeSystemInfo

      public ClusterNodeSystemInfo(DataInputStream dis) throws IOException
      Löst aus:
      IOException
    • ClusterNodeSystemInfo

      public ClusterNodeSystemInfo(DataInputStream dis, org.teamapps.message.protocol.file.FileDataReader fileDataReader) throws IOException
      Löst aus:
      IOException
    • ClusterNodeSystemInfo

      public ClusterNodeSystemInfo(byte[] bytes) throws IOException
      Löst aus:
      IOException
    • ClusterNodeSystemInfo

      public ClusterNodeSystemInfo(byte[] bytes, org.teamapps.message.protocol.file.FileDataReader fileDataReader) throws IOException
      Löst aus:
      IOException
    • ClusterNodeSystemInfo

      public ClusterNodeSystemInfo(Element element, org.teamapps.message.protocol.file.FileDataReader fileDataReader)
    • ClusterNodeSystemInfo

      public ClusterNodeSystemInfo(String xml, org.teamapps.message.protocol.file.FileDataReader fileDataReader) throws Exception
      Löst aus:
      Exception
  • Methodendetails

    • getMessageDecoder

      public static org.teamapps.message.protocol.model.PojoObjectDecoder<ClusterNodeSystemInfo> getMessageDecoder()
    • getMessageModel

      public static org.teamapps.message.protocol.model.MessageModel getMessageModel()
    • getModelCollection

      public static org.teamapps.message.protocol.model.ModelCollection getModelCollection()
    • remap

      public static ClusterNodeSystemInfo remap(org.teamapps.message.protocol.message.Message message)
    • getDetailedInfo

      public String getDetailedInfo()
    • setDetailedInfo

      public ClusterNodeSystemInfo setDetailedInfo(String value)
    • getCpus

      public int getCpus()
    • setCpus

      public ClusterNodeSystemInfo setCpus(int value)
    • getCores

      public int getCores()
    • setCores

      public ClusterNodeSystemInfo setCores(int value)
    • getThreads

      public int getThreads()
    • setThreads

      public ClusterNodeSystemInfo setThreads(int value)
    • getMemorySize

      public long getMemorySize()
    • setMemorySize

      public ClusterNodeSystemInfo setMemorySize(long value)