Class LuceneBytesRefExternalizer

java.lang.Object
org.infinispan.commons.marshall.AbstractExternalizer<org.apache.lucene.util.BytesRef>
org.infinispan.query.impl.externalizers.LuceneBytesRefExternalizer
All Implemented Interfaces:
Serializable, org.infinispan.commons.marshall.AdvancedExternalizer<org.apache.lucene.util.BytesRef>, org.infinispan.commons.marshall.Externalizer<org.apache.lucene.util.BytesRef>

public class LuceneBytesRefExternalizer extends org.infinispan.commons.marshall.AbstractExternalizer<org.apache.lucene.util.BytesRef>
See Also:
  • Constructor Details

    • LuceneBytesRefExternalizer

      public LuceneBytesRefExternalizer()
  • Method Details

    • getId

      public Integer getId()
      Specified by:
      getId in interface org.infinispan.commons.marshall.AdvancedExternalizer<org.apache.lucene.util.BytesRef>
      Overrides:
      getId in class org.infinispan.commons.marshall.AbstractExternalizer<org.apache.lucene.util.BytesRef>
    • getTypeClasses

      public Set<Class<? extends org.apache.lucene.util.BytesRef>> getTypeClasses()
    • writeObject

      public void writeObject(ObjectOutput output, org.apache.lucene.util.BytesRef object) throws IOException
      Throws:
      IOException
    • readObject

      public org.apache.lucene.util.BytesRef readObject(ObjectInput input) throws IOException, ClassNotFoundException
      Throws:
      IOException
      ClassNotFoundException