Class ProtostuffTranscoder
- java.lang.Object
-
- org.infinispan.marshaller.protostuff.ProtostuffTranscoder
-
- All Implemented Interfaces:
net.spy.memcached.transcoders.Transcoder<Object>
@Deprecated public class ProtostuffTranscoder 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 Summary
Constructors Constructor Description ProtostuffTranscoder(ProtostuffMarshaller marshaller)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanasyncDecode(net.spy.memcached.CachedData d)Deprecated.Objectdecode(net.spy.memcached.CachedData d)Deprecated.net.spy.memcached.CachedDataencode(Object o)Deprecated.ProtostuffMarshallergetMarshaller()Deprecated.intgetMaxSize()Deprecated.voidsetMarshaller(ProtostuffMarshaller marshaller)Deprecated.
-
-
-
Constructor Detail
-
ProtostuffTranscoder
public ProtostuffTranscoder(ProtostuffMarshaller marshaller)
Deprecated.
-
-
Method Detail
-
getMarshaller
public ProtostuffMarshaller getMarshaller()
Deprecated.
-
setMarshaller
public void setMarshaller(ProtostuffMarshaller marshaller)
Deprecated.
-
asyncDecode
public boolean asyncDecode(net.spy.memcached.CachedData d)
Deprecated.- Specified by:
asyncDecodein interfacenet.spy.memcached.transcoders.Transcoder<Object>
-
encode
public net.spy.memcached.CachedData encode(Object o)
Deprecated.- Specified by:
encodein interfacenet.spy.memcached.transcoders.Transcoder<Object>
-
decode
public Object decode(net.spy.memcached.CachedData d)
Deprecated.- Specified by:
decodein interfacenet.spy.memcached.transcoders.Transcoder<Object>
-
getMaxSize
public int getMaxSize()
Deprecated.- Specified by:
getMaxSizein interfacenet.spy.memcached.transcoders.Transcoder<Object>
-
-