Class LocalCacheResponseEntryPacket

All Implemented Interfaces:
RawEntry, ISwapExternalizable, IEntryPacket, ITransportPacket, Textualizable, SmartExternalizable, Externalizable, Serializable, Cloneable

public class LocalCacheResponseEntryPacket extends AbstractEntryPacket
See Also:
  • Constructor Details

    • LocalCacheResponseEntryPacket

      public LocalCacheResponseEntryPacket()
      Required for Externalizable
    • LocalCacheResponseEntryPacket

      public LocalCacheResponseEntryPacket(UserTypeEntryData entryData, String uid)
  • Method Details

    • getPacketType

      public TransportPacketType getPacketType()
    • getTypeName

      public String getTypeName()
    • toObject

      public Object toObject(EntryType entryType, StorageTypeDeserialization storageTypeDeserialization)
      Specified by:
      toObject in interface ITransportPacket
      Overrides:
      toObject in class AbstractEntryPacket
    • getFieldValue

      public Object getFieldValue(int index)
    • setFieldValue

      public void setFieldValue(int index, Object value)
    • getFieldValues

      public Object[] getFieldValues()
    • setFieldsValues

      public void setFieldsValues(Object[] values)
    • getMultipleUIDs

      public String[] getMultipleUIDs()
    • setMultipleUIDs

      public void setMultipleUIDs(String[] uids)
    • isReturnOnlyUids

      public boolean isReturnOnlyUids()
    • setReturnOnlyUIDs

      public void setReturnOnlyUIDs(boolean returnOnlyUIDs)
    • getUID

      public String getUID()
    • setUID

      public void setUID(String uid)
    • getVersion

      public int getVersion()
    • setVersion

      public void setVersion(int version)
    • getTTL

      public long getTTL()
    • setTTL

      public void setTTL(long ttl)
    • isFifo

      public boolean isFifo()
    • isTransient

      public boolean isTransient()
    • isNoWriteLease

      public boolean isNoWriteLease()
    • getCustomQuery

      public ICustomQuery getCustomQuery()
    • setCustomQuery

      public void setCustomQuery(ICustomQuery customQuery)
    • getDynamicProperties

      public Map<String,Object> getDynamicProperties()
    • setDynamicProperties

      public void setDynamicProperties(Map<String,Object> properties)
    • hasFixedPropertiesArray

      public boolean hasFixedPropertiesArray()
      true if the entry packet has an array of fixed properties
      Specified by:
      hasFixedPropertiesArray in interface IEntryPacket
      Overrides:
      hasFixedPropertiesArray in class AbstractEntryPacket