Class MetricsDataSerializerHook

  • All Implemented Interfaces:
    com.hazelcast.internal.serialization.DataSerializerHook

    @PrivateApi
    public class MetricsDataSerializerHook
    extends java.lang.Object
    implements com.hazelcast.internal.serialization.DataSerializerHook
    A Java Service Provider hook for Hazelcast's Identified Data Serializable mechanism. This is private API.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int JOB_METRICS
      Serialization ID of the JobMetrics class.
      static int MEASUREMENT
      Serialization ID of the Measurement class.
      • Fields inherited from interface com.hazelcast.internal.serialization.DataSerializerHook

        F_ID_OFFSET_HIBERNATE, F_ID_OFFSET_WEBMODULE
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      DataSerializableFactory createFactory()  
      int getFactoryId()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface com.hazelcast.internal.serialization.DataSerializerHook

        afterFactoriesCreated
    • Constructor Detail

      • MetricsDataSerializerHook

        public MetricsDataSerializerHook()
    • Method Detail

      • getFactoryId

        public int getFactoryId()
        Specified by:
        getFactoryId in interface com.hazelcast.internal.serialization.DataSerializerHook
      • createFactory

        public DataSerializableFactory createFactory()
        Specified by:
        createFactory in interface com.hazelcast.internal.serialization.DataSerializerHook