Package org.infinispan.marshaller.kryo
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
ConstructorsConstructorDescriptionKryoTranscoder(KryoMarshaller marshaller) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionbooleanasyncDecode(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.CachedDataDeprecated, 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.intDeprecated, for removal: This API element is subject to removal in a future version.voidsetMarshaller(KryoMarshaller marshaller) Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
KryoTranscoder
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getMarshaller
Deprecated, for removal: This API element is subject to removal in a future version. -
setMarshaller
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:
asyncDecodein interfacenet.spy.memcached.transcoders.Transcoder<Object>
-
encode
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
encodein interfacenet.spy.memcached.transcoders.Transcoder<Object>
-
decode
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
decodein interfacenet.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:
getMaxSizein interfacenet.spy.memcached.transcoders.Transcoder<Object>
-