Class SchemaUpdateMessage

java.lang.Object
org.teamapps.universaldb.cluster.message.SchemaUpdateMessage
All Implemented Interfaces:
ClusterMessage

public class SchemaUpdateMessage
extends java.lang.Object
implements ClusterMessage
  • Constructor Summary

    Constructors
    Constructor Description
    SchemaUpdateMessage​(byte[] data)  
    SchemaUpdateMessage​(Schema schema)  
  • Method Summary

    Modifier and Type Method Description
    byte[] getData()  
    Schema getSchema()  
    MessageType getType()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SchemaUpdateMessage

      public SchemaUpdateMessage​(Schema schema) throws java.io.IOException
      Throws:
      java.io.IOException
    • SchemaUpdateMessage

      public SchemaUpdateMessage​(byte[] data) throws java.io.IOException
      Throws:
      java.io.IOException
  • Method Details