Class KryoTranscoder

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

@Deprecated public class KryoTranscoder extends Object implements net.spy.memcached.transcoders.Transcoder<Object>
Deprecated.
since 12.0 without a direct replacement, will be removed in 15.0 ISPN-12152
Since:
9.0
Author:
Ryan Emerson
  • Constructor Details

    • KryoTranscoder

      public KryoTranscoder(KryoMarshaller marshaller)
      Deprecated.
  • Method Details

    • getMarshaller

      public KryoMarshaller getMarshaller()
      Deprecated.
    • setMarshaller

      public void setMarshaller(KryoMarshaller marshaller)
      Deprecated.
    • asyncDecode

      public boolean asyncDecode(net.spy.memcached.CachedData d)
      Deprecated.
      Specified by:
      asyncDecode in interface net.spy.memcached.transcoders.Transcoder<Object>
    • encode

      public net.spy.memcached.CachedData encode(Object o)
      Deprecated.
      Specified by:
      encode in interface net.spy.memcached.transcoders.Transcoder<Object>
    • decode

      public Object decode(net.spy.memcached.CachedData d)
      Deprecated.
      Specified by:
      decode in interface net.spy.memcached.transcoders.Transcoder<Object>
    • getMaxSize

      public int getMaxSize()
      Deprecated.
      Specified by:
      getMaxSize in interface net.spy.memcached.transcoders.Transcoder<Object>