Package 

Class GProtocolStatus.Tombstone

  • All Implemented Interfaces:
    java.io.Externalizable , java.io.Serializable , java.lang.Comparable , org.apache.avro.generic.GenericContainer , org.apache.avro.generic.GenericRecord , org.apache.avro.generic.IndexedRecord , org.apache.avro.specific.SpecificRecord , org.apache.gora.persistency.Dirtyable , org.apache.gora.persistency.Persistent , org.apache.gora.persistency.Tombstone

    
    public final class GProtocolStatus.Tombstone
    extends GProtocolStatus implements Tombstone
                        
    • Method Summary

      Modifier and Type Method Description
      Integer getMajorCode() Gets the value of the 'majorCode' field.
      void setMajorCode(Integer value) Sets the value of the 'majorCode' field.
      boolean isMajorCodeDirty() Checks the dirty status of the 'majorCode' field.
      Integer getMinorCode() Gets the value of the 'minorCode' field.
      void setMinorCode(Integer value) Sets the value of the 'minorCode' field.
      boolean isMinorCodeDirty() Checks the dirty status of the 'minorCode' field.
      Map<CharSequence, CharSequence> getArgs() Gets the value of the 'args' field.
      void setArgs(Map<CharSequence, CharSequence> value) Sets the value of the 'args' field.
      boolean isArgsDirty() Checks the dirty status of the 'args' field.
      • Methods inherited from class ai.platon.pulsar.persist.gora.generated.GProtocolStatus

        get, getFieldsCount, getSchema, getTombstone, newBuilder, newBuilder, newBuilder, newInstance, put, readExternal, writeExternal
      • Methods inherited from class org.apache.gora.persistency.impl.PersistentBase

        clear, clearDirty, equals, getDirtyBytes, getFieldsCount, getUnmanagedFields, isDirty, setDirty, setDirtyBytes
      • Methods inherited from class org.apache.avro.specific.SpecificRecordBase

        compareTo, get, getConverion, getConversion, getSchema, hashCode, put, readExternal, toString, writeExternal
      • Methods inherited from class org.apache.gora.persistency.Persistent

        getTombstone, newInstance
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • setMajorCode

         void setMajorCode(Integer value)

        Sets the value of the 'majorCode' field.

        Parameters:
        value - the value to set.
      • isMajorCodeDirty

         boolean isMajorCodeDirty()

        Checks the dirty status of the 'majorCode' field. A field is dirty if it represents a change that has not yet been written to the database.

      • setMinorCode

         void setMinorCode(Integer value)

        Sets the value of the 'minorCode' field.

        Parameters:
        value - the value to set.
      • isMinorCodeDirty

         boolean isMinorCodeDirty()

        Checks the dirty status of the 'minorCode' field. A field is dirty if it represents a change that has not yet been written to the database.

      • isArgsDirty

         boolean isArgsDirty()

        Checks the dirty status of the 'args' field. A field is dirty if it represents a change that has not yet been written to the database.