Class Invalidation

java.lang.Object
com.hazelcast.hibernate.local.Invalidation
All Implemented Interfaces:
com.hazelcast.nio.serialization.DataSerializable, com.hazelcast.nio.serialization.IdentifiedDataSerializable

public class Invalidation extends Object implements com.hazelcast.nio.serialization.IdentifiedDataSerializable
An invalidation messages
  • Constructor Details

    • Invalidation

      public Invalidation()
    • Invalidation

      public Invalidation(Object key, Object version)
  • Method Details

    • getKey

      public Object getKey()
    • getVersion

      public Object getVersion()
    • writeData

      public void writeData(com.hazelcast.nio.ObjectDataOutput out) throws IOException
      Specified by:
      writeData in interface com.hazelcast.nio.serialization.DataSerializable
      Throws:
      IOException
    • readData

      public void readData(com.hazelcast.nio.ObjectDataInput in) throws IOException
      Specified by:
      readData in interface com.hazelcast.nio.serialization.DataSerializable
      Throws:
      IOException
    • getFactoryId

      public int getFactoryId()
      Specified by:
      getFactoryId in interface com.hazelcast.nio.serialization.IdentifiedDataSerializable
    • getClassId

      public int getClassId()
      Specified by:
      getClassId in interface com.hazelcast.nio.serialization.IdentifiedDataSerializable
    • toString

      public String toString()
      Overrides:
      toString in class Object