Class AttributeType.IntegerType

  • All Implemented Interfaces:
    AttributeType<java.lang.Long>
    Enclosing interface:
    AttributeType<T>

    public static class AttributeType.IntegerType
    extends java.lang.Object
    implements AttributeType<java.lang.Long>
    • Constructor Detail

      • IntegerType

        public IntegerType()
    • Method Detail

      • readValue

        public java.lang.Long readValue​(com.hazelcast.nio.serialization.PortableReader reader,
                                        java.lang.String name)
                                 throws java.io.IOException
        Specified by:
        readValue in interface AttributeType<java.lang.Long>
        Throws:
        java.io.IOException
      • writeValue

        public void writeValue​(PortableSchemaFactory factory,
                               com.hazelcast.nio.serialization.PortableWriter writer,
                               java.lang.String name,
                               java.lang.Long value)
                        throws java.io.IOException
        Specified by:
        writeValue in interface AttributeType<java.lang.Long>
        Throws:
        java.io.IOException
      • defValue

        public void defValue​(PortableSchemaFactory factory,
                             com.hazelcast.nio.serialization.ClassDefinitionBuilder builder,
                             java.lang.String name)
        Specified by:
        defValue in interface AttributeType<java.lang.Long>