Class KryoTranscoder

java.lang.Object
org.infinispan.marshaller.kryo.KryoTranscoder
All Implemented Interfaces:
net.spy.memcached.transcoders.Transcoder<Object>

@Deprecated(forRemoval=true) public class KryoTranscoder extends Object implements net.spy.memcached.transcoders.Transcoder<Object>
Deprecated, for removal: This API element is subject to removal in a future version.
since 12.0 without a direct replacement, will be removed in 15.0 ISPN-12152
Since:
9.0
Author:
Ryan Emerson
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    asyncDecode(net.spy.memcached.CachedData d)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    decode(net.spy.memcached.CachedData d)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    net.spy.memcached.CachedData
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    int
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • KryoTranscoder

      public KryoTranscoder(KryoMarshaller marshaller)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getMarshaller

      public KryoMarshaller getMarshaller()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setMarshaller

      public void setMarshaller(KryoMarshaller marshaller)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • asyncDecode

      public boolean asyncDecode(net.spy.memcached.CachedData d)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      asyncDecode in interface net.spy.memcached.transcoders.Transcoder<Object>
    • encode

      public net.spy.memcached.CachedData encode(Object o)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      encode in interface net.spy.memcached.transcoders.Transcoder<Object>
    • decode

      public Object decode(net.spy.memcached.CachedData d)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      decode in interface net.spy.memcached.transcoders.Transcoder<Object>
    • getMaxSize

      public int getMaxSize()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      getMaxSize in interface net.spy.memcached.transcoders.Transcoder<Object>