Class CompositeCacheKeyMarshaller

java.lang.Object
io.quarkus.cache.infinispan.runtime.CompositeCacheKeyMarshaller
All Implemented Interfaces:
org.infinispan.protostream.BaseMarshaller<io.quarkus.cache.CompositeCacheKey>, org.infinispan.protostream.MessageMarshaller<io.quarkus.cache.CompositeCacheKey>

public class CompositeCacheKeyMarshaller extends Object implements org.infinispan.protostream.MessageMarshaller<io.quarkus.cache.CompositeCacheKey>
CompositeCacheKey protostream marshaller class
  • Nested Class Summary

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

    org.infinispan.protostream.MessageMarshaller.ProtoStreamReader, org.infinispan.protostream.MessageMarshaller.ProtoStreamWriter
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
    static final String
     
    static final String
     
    static final String
     

    Fields inherited from interface org.infinispan.protostream.BaseMarshaller

    EMPTY
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Class<? extends io.quarkus.cache.CompositeCacheKey>
     
     
    io.quarkus.cache.CompositeCacheKey
    readFrom(org.infinispan.protostream.MessageMarshaller.ProtoStreamReader reader)
     
    void
    writeTo(org.infinispan.protostream.MessageMarshaller.ProtoStreamWriter writer, io.quarkus.cache.CompositeCacheKey compositeCacheKey)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.infinispan.protostream.BaseMarshaller

    getSubClassNames
  • Field Details

  • Constructor Details

    • CompositeCacheKeyMarshaller

      public CompositeCacheKeyMarshaller()
  • Method Details

    • readFrom

      public io.quarkus.cache.CompositeCacheKey readFrom(org.infinispan.protostream.MessageMarshaller.ProtoStreamReader reader) throws IOException
      Specified by:
      readFrom in interface org.infinispan.protostream.MessageMarshaller<io.quarkus.cache.CompositeCacheKey>
      Throws:
      IOException
    • writeTo

      public void writeTo(org.infinispan.protostream.MessageMarshaller.ProtoStreamWriter writer, io.quarkus.cache.CompositeCacheKey compositeCacheKey) throws IOException
      Specified by:
      writeTo in interface org.infinispan.protostream.MessageMarshaller<io.quarkus.cache.CompositeCacheKey>
      Throws:
      IOException
    • getJavaClass

      public Class<? extends io.quarkus.cache.CompositeCacheKey> getJavaClass()
      Specified by:
      getJavaClass in interface org.infinispan.protostream.BaseMarshaller<io.quarkus.cache.CompositeCacheKey>
    • getTypeName

      public String getTypeName()
      Specified by:
      getTypeName in interface org.infinispan.protostream.BaseMarshaller<io.quarkus.cache.CompositeCacheKey>