Klasse ClusterConfig
java.lang.Object
org.teamapps.message.protocol.message.Message
org.teamapps.cluster.message.protocol.ClusterConfig
public class ClusterConfig
extends org.teamapps.message.protocol.message.Message
-
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungClusterConfig(byte[] bytes) ClusterConfig(byte[] bytes, org.teamapps.message.protocol.file.FileDataReader fileDataReader) ClusterConfig(DataInputStream dis, org.teamapps.message.protocol.file.FileDataReader fileDataReader) ClusterConfig(String xml, org.teamapps.message.protocol.file.FileDataReader fileDataReader) ClusterConfig(org.teamapps.message.protocol.message.Message message, org.teamapps.message.protocol.model.ModelCollection modelCollection) ClusterConfig(Element element, org.teamapps.message.protocol.file.FileDataReader fileDataReader) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungaddPeerNodes(ClusterNodeData value) getHost()static org.teamapps.message.protocol.model.PojoObjectDecoder<ClusterConfig>static org.teamapps.message.protocol.model.MessageModelstatic org.teamapps.message.protocol.model.ModelCollectionintgetPort()booleanstatic ClusterConfigremap(org.teamapps.message.protocol.message.Message message) setClusterSecret(String value) setLeaderNode(boolean value) setPeerNodes(List<ClusterNodeData> value) setPort(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
-
Felddetails
-
OBJECT_UUID
- Siehe auch:
-
-
Konstruktordetails
-
ClusterConfig
public ClusterConfig() -
ClusterConfig
public ClusterConfig(org.teamapps.message.protocol.message.Message message, org.teamapps.message.protocol.model.ModelCollection modelCollection) -
ClusterConfig
- Löst aus:
IOException
-
ClusterConfig
public ClusterConfig(DataInputStream dis, org.teamapps.message.protocol.file.FileDataReader fileDataReader) throws IOException - Löst aus:
IOException
-
ClusterConfig
- Löst aus:
IOException
-
ClusterConfig
public ClusterConfig(byte[] bytes, org.teamapps.message.protocol.file.FileDataReader fileDataReader) throws IOException - Löst aus:
IOException
-
ClusterConfig
public ClusterConfig(Element element, org.teamapps.message.protocol.file.FileDataReader fileDataReader) -
ClusterConfig
public ClusterConfig(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<ClusterConfig> getMessageDecoder() -
getMessageModel
public static org.teamapps.message.protocol.model.MessageModel getMessageModel() -
getModelCollection
public static org.teamapps.message.protocol.model.ModelCollection getModelCollection() -
remap
-
getClusterSecret
-
setClusterSecret
-
getNodeId
-
setNodeId
-
getHost
-
setHost
-
getPort
public int getPort() -
setPort
-
isLeaderNode
public boolean isLeaderNode() -
setLeaderNode
-
getPeerNodes
-
setPeerNodes
-
addPeerNodes
-