Enum Class SimpleExpirationMetaDataMarshaller

java.lang.Object
java.lang.Enum<SimpleExpirationMetaDataMarshaller>
org.wildfly.clustering.server.infinispan.expiration.SimpleExpirationMetaDataMarshaller
All Implemented Interfaces:
Serializable, Comparable<SimpleExpirationMetaDataMarshaller>, Constable, org.infinispan.protostream.BaseMarshaller<SimpleExpirationMetaData>, org.infinispan.protostream.ProtobufTagMarshaller<SimpleExpirationMetaData>, org.wildfly.clustering.marshalling.protostream.Marshallable<SimpleExpirationMetaData>, org.wildfly.clustering.marshalling.protostream.ProtoStreamMarshaller<SimpleExpirationMetaData>, org.wildfly.clustering.marshalling.protostream.Readable<SimpleExpirationMetaData>, org.wildfly.clustering.marshalling.protostream.Writable<SimpleExpirationMetaData>

public enum SimpleExpirationMetaDataMarshaller extends Enum<SimpleExpirationMetaDataMarshaller> implements org.wildfly.clustering.marshalling.protostream.ProtoStreamMarshaller<SimpleExpirationMetaData>
ProtoStream marshaller for a SimpleExpirationMetaData.
Author:
Paul Ferraro
  • Nested Class Summary

    Nested classes/interfaces inherited from class Enum

    Enum.EnumDesc<E>

    Nested classes/interfaces inherited from interface org.infinispan.protostream.ProtobufTagMarshaller

    org.infinispan.protostream.ProtobufTagMarshaller.OperationContext, org.infinispan.protostream.ProtobufTagMarshaller.ReadContext, org.infinispan.protostream.ProtobufTagMarshaller.WriteContext
  • Enum Constant Summary

    Enum Constants
    Enum Constant
    Description
    Singleton instance
  • Field Summary

    Fields inherited from interface org.infinispan.protostream.BaseMarshaller

    EMPTY
  • Method Summary

    Modifier and Type
    Method
    Description
     
    readFrom(org.wildfly.clustering.marshalling.protostream.ProtoStreamReader reader)
     
    Returns the enum constant of this class with the specified name.
    Returns an array containing the constants of this enum class, in the order they are declared.
    void
    writeTo(org.wildfly.clustering.marshalling.protostream.ProtoStreamWriter writer, SimpleExpirationMetaData metaData)
     

    Methods inherited from class Object

    getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.infinispan.protostream.BaseMarshaller

    getSubClassNames

    Methods inherited from interface org.wildfly.clustering.marshalling.protostream.Marshallable

    size

    Methods inherited from interface org.wildfly.clustering.marshalling.protostream.ProtoStreamMarshaller

    getTypeName, read, wrap, wrap, write